[Webkit-unassigned] [Bug 88196] REGRESSION (r96393): In some cases, generated content is never shown
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 18 07:06:09 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=88196
Arpita Bahuguna <arpitabahuguna at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |arpitabahuguna at gmail.com
--- Comment #3 from Arpita Bahuguna <arpitabahuguna at gmail.com> 2012-06-18 07:06:07 PST ---
Element's with attribute-selector specified on them should not share the style of any of their previous (matching) siblings.
In canShareStyleWithElement() we do check whether the element (sibling) being compared with has attribute selector specified on it or not (affectedByUncommonAttributeSelectors()) and if so we return from the function and the style is not shared.
Similarly, we need to verify the same for the current element as well. Since affectedByUncommonAttributeSelectors() can only be called on the element's renderStyle which is not available for the current element.
Hence have added a function which checks whether the current element has any attribute selector applied on it or not.
--
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