Skip to content

W3C CSS3 Specification Compatibility

SomMeri edited this page Jan 7, 2013 · 13 revisions

Media

Less4j correctly translates all media queries conforming to css3 specification.

Test Case:

  • W3CMediaTests

Links:

Selectors

Less4j correctly translates almost all selectors conforming to css3 specification. Namespaces are the only missing feature. 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:

@keyframes Animations

Less4j translates CSS3 @keyframes Animations.

Test Case:

  • Since w3c did not released test cases for this, the test case is part of basic StrictComplianceTest CSS compatibility test.

Links:

Paged Media

Less4j translates CSS3 Paged Media.

Test Case:

  • Since w3c did not released test suite and specification is not finished yet, we created test cases from examples in the CSS Paged Media Module Level 3 Editor's Draft 28 November 2012 version of the specification.

Links:

Clone this wiki locally