[Webkit-unassigned] [Bug 79653] Remove getMatchedCSSRules

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 14 13:52:53 PDT 2012


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


jmayhew at motorola.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jmayhew at motorola.com




--- Comment #4 from jmayhew at motorola.com  2012-05-14 13:51:57 PST ---
We are using this API specifically so we can introspect CSS on DOM objects. Currently getMatchedCSSRules it is still unable to get rules for pseudo classes but we are working to have the spec updated to include this functionality. 

We would be able to get the functionality we want if the APIs that the web inspector uses were available to all web apps, but it appears that they are limited to use within the inspector windows. As a result our only option is to use getMatchedCSSRules. 

If this API is dropped we would need an API to take its place. Perhaps, the APIs the inspector uses could be opened up, or some chrome extension permissions could be added that open up use of those APIs to extensions.

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