[Webkit-unassigned] [Bug 99843] Maintain a list of active CSS stylesheets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 19 08:58:47 PDT 2012


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


Glenn Adams <glenn at skynav.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |glenn at skynav.com




--- Comment #1 from Glenn Adams <glenn at skynav.com>  2012-10-19 08:59:43 PST ---
I wonder if the code shouldn't maintain (internally) two separate lists, one for CSS, another for XSLT, and then simply merge them when returning a list from CSS OM. Since there are no (external) add/remove operators on an OM returned list, then it could simply be a copy, rather than live, yes?

Note that in CSS OM ED, at least at the moment, there is no instance of StyleSheet that is not a CSSStyleSheet; i.e., it doesn't explicitly define (or preclude) another concrete flavor of StyleSheet.

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