[Webkit-unassigned] [Bug 93707] toggling a inline element's children between display:none/block appends an extra ::after pseudo-element.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 28 21:03:52 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=93707





--- Comment #6 from Abhishek Arya <inferno at chromium.org>  2012-09-28 21:04:17 PST ---
this was at one time a security bug and i have run into this. the fix is wrong though. read the comment above.

// Ensure that all of the split inlines pick up the new style. We
163163    // only do this if we're an inline, since we don't want to propagate
164164    // a block's style to the other inlines.
165165    // e.g., <font>foo <h4>goo</h4> moo</font>.  The <font> inlines before
166166    // and after the block share the same style, but the block doesn't
167167    // need to pass its style on to anyone else.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list