-
Notifications
You must be signed in to change notification settings - Fork 45
W3C CSS3 Specification Compatibility
SomMeri edited this page Sep 3, 2012
·
13 revisions
Less4j correctly translates all media declarations confirming to css3 specification.
Test Case:
- W3CMediaTests
Links:
- W3c specification: http://www.w3.org/TR/css3-mediaqueries/
- W3c test cases: http://www.w3.org/Style/CSS/Test/MediaQueries/20120229/
Selectors are not entirely done yet:
- namespaces are not handled yet,
- numbers and other non identifier element ids and classes are not supported.
Anything else is expected to work correctly.
Two types of w3c tests are skipped:
- those with namespaces,
- those that crashes less.js.
Test Case:
- W3CSelectorsTests
Links:
- W3c specification: http://www.w3.org/TR/css3-selectors/
- W3c test cases: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/