[Webkit-unassigned] [Bug 20212] [XBL] Add full support for element="" attachment
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 30 09:27:28 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=20212
------- Comment #2 from jchaffraix at webkit.org 2008-07-30 09:27 PDT -------
There is a flaw in the patch: we modify the Document's style sheets
(m_stylesheets) which are exported by styleSheet() to JavaScript.
This could be solved by adding an optional parameter to CSSStyleSelector
constructor or querying the binding manager in the CSSStyleSelector constructor
(we have the bound document) and adding the binding's sheets.
Leaving the patch r? to have comments on the global approach before correcting
this.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list