[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
Mon Oct 1 04:22:55 PDT 2012


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





--- Comment #8 from Takashi Sakamoto <tasak at google.com>  2012-10-01 04:23:18 PST ---
Thank you for comments.

(In reply to comment #6)
> 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.

I see.
Since this bug is duplicate, I updated a new patch to bug 93107 (taking another way) for fixing the issue.

Best regards,
Takashi Sakamoto

-- 
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