[Webkit-unassigned] [Bug 138196] Implement :role pseudo selector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 29 16:12:50 PDT 2014


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

--- Comment #6 from Dean Jackson <dino at apple.com> ---
Copying some info from Ben into here:

Implementing this would involve: extending the CSS Parser to parse :role(), extend CSSSelector to store the information about :role(), extend Element to expose the active role, match the CSSSelector with the active role, ensure the correct style invalidation when the role changes.
Since this is a new feature, this also involves writing *a lot* of tests.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141029/342cbd20/attachment-0002.html>


More information about the webkit-unassigned mailing list