any '@import' rules must precede all other rules
------------------------------------------------
Key: TRINIDAD-1973
URL: https://issues.apache.org/jira/browse/TRINIDAD-1973
Project: MyFaces Trinidad
Issue Type: Bug
Components: Skinning
Reporter: Jeanne Waldman
Assignee: Jeanne Waldman
The CSS spec says: Any '@import' rules must follow all '@charset' rules and
precede all other at-rules and rule sets in a style sheet.
http://www.w3.org/TR/css3-cascade/#import
Currently, the @import in the skinning framework can be anywhere, but it is
treated like it was at the top before all other rules. Instead any @imports
after any other rules (except @charset, which the skinning framework does not
support), should be ignored to work the same was as the spec.
Note: @import support for skinning css was recently checked in.
TRINIDAD-462
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.