[Webkit-unassigned] [Bug 82384] New: Separate @import rules from other rules in CSSStyleSheet
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Mar 27 14:46:51 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=82384
Summary: Separate @import rules from other rules in
CSSStyleSheet
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: koivisto at iki.fi
Import rules always come before all other rules (except @charset). They currently live in the generic child rule vector. They can be moved to a vector of their own for stronger typing and more focused traversal. This will also make future refactoring easier.
--
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