NEW 141450
Web Inspector: Better support for CSSOM StyleSheet mutations (insertRule/deleteRule)
https://bugs.webkit.org/show_bug.cgi?id=141450
Summary Web Inspector: Better support for CSSOM StyleSheet mutations (insertRule/dele...
Joseph Pecoraro
Reported 2015-02-10 17:24:37 PST
* SUMMARY Web Inspector should better support for CSSOM StyleSheet mutations (insertRule/deleteRule). * NOTES Currently InspectorStyleSheet manages a ParsedStyleSheet, with extra "SourceData" parsed from the raw stylesheet text. The raw text however, will be missing rule mutations to the actual CSSStyleSheet, e.g. insertRule / deleteRule. Thus making an imbalance between the rule ordinals in the SourceData map and the actual CSSStyleSheet CSSRules.
Attachments
Radar WebKit Bug Importer
Comment 1 2015-02-10 17:25:00 PST
Note You need to log in before you can comment on or make changes to this bug.