https://bugzilla.wikimedia.org/show_bug.cgi?id=66616

--- Comment #2 from Gabriel Wicke <gwi...@wikimedia.org> ---
Can you be more specific on why "figure[typeof~='mw:Image/Thumb'] img" is bad? 

If it's performance, then we could make it more specific with

figure[typeof~='mw:Image/Thumb'] > a > img,
figure[typeof~='mw:Image/Thumb'] > span > img

Afaik the original reason for modifying Parsoid thumb HTML was that there was
no equivalent styling for figure / figcaption. That is being solved now, so
perhaps it's a good time to think about removing the rewriting in VE?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to