[Bug 66616] Parsoid: No class given to image inside a figure

2014-06-16 Thread bugzilla-daemon
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,

[Bug 66616] Parsoid: No class given to image inside a figure

2014-06-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66616 C. Scott Ananian canan...@wikimedia.org changed: What|Removed |Added CC|

[Bug 66616] Parsoid: No class given to image inside a figure

2014-06-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66616 --- Comment #4 from Gabriel Wicke gwi...@wikimedia.org --- (In reply to C. Scott Ananian from comment #3) Note that performance of CSS selectors is generally sensitive to the right-hand context. Right. My impression is that Ed was concerned

[Bug 66616] Parsoid: No class given to image inside a figure

2014-06-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66616 --- Comment #5 from Ed Sanders esand...@wikimedia.org --- 1. an inline image in the caption will now get an unwanted border An inline image inside a caption shouldn't have a border, but will get one from this selector. (2. is currently a

[Bug 66616] Parsoid: No class given to image inside a figure

2014-06-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66616 --- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org --- Change 139867 had a related patch set uploaded by GWicke: Minor: more specific parsoid image styling with child selectors https://gerrit.wikimedia.org/r/139867 -- You

[Bug 66616] Parsoid: No class given to image inside a figure

2014-06-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66616 Gerrit Notification Bot gerritad...@wikimedia.org changed: What|Removed |Added Status|NEW

[Bug 66616] Parsoid: No class given to image inside a figure

2014-06-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66616 --- Comment #7 from C. Scott Ananian canan...@wikimedia.org --- @Ed: right. That's why you should use the selector given in comment 3; that is, use child selectors, not ancestor selectors. -- You are receiving this mail because: You are on

[Bug 66616] Parsoid: No class given to image inside a figure

2014-06-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66616 --- Comment #8 from Gabriel Wicke gwi...@wikimedia.org --- (In reply to C. Scott Ananian from comment #7) @Ed: right. That's why you should use the selector given in comment 3; that is, use child selectors, not ancestor selectors. To

[Bug 66616] Parsoid: No class given to image inside a figure

2014-06-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66616 --- Comment #1 from Ed Sanders esand...@wikimedia.org --- VE workaround here: https://gerrit.wikimedia.org/r/139675 -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug 66616] Parsoid: No class given to image inside a figure

2014-06-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=66616 Ed Sanders esand...@wikimedia.org changed: What|Removed |Added Priority|Unprioritized |High -- You are