[Webkit-unassigned] [Bug 49142] Implement HTML5 style scoped attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 20 02:25:59 PDT 2011


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


Roland Steiner <rolandsteiner at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rolandsteiner at chromium.org




--- Comment #1 from Roland Steiner <rolandsteiner at chromium.org>  2011-05-20 02:25:58 PST ---
I started looking into this. My angle of attack would be:

1.) move m_elemStyle, m_mappedElementStyle, m_styleSheets, m_styleSheetCandidateNodes, and m_styleSelector from Document into TreeScope, i.e., having a style selector for each scope. m_pageUserSheet and m_pageGroupuserSheets remain on Document.

2.) change the code to call style selection on the TreeScope rather than the document.

3.) Adapt JS GC code as necessary

Now, before starting to actually implement this (and potentially wasting a lot of time), I wanted to confirm that this is a reasonable approach. Any remarks or suggestions?

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