-
Notifications
You must be signed in to change notification settings - Fork 47
To Do List
SomMeri edited this page Sep 5, 2012
·
18 revisions
- Css-3 animations http://www.w3.org/TR/css3-animations/ There is no test suite. (http://www.root.cz/clanky/novinky-v-css3-animace/)
- Css-3 namespaces - they are part css-3 selectors specification.
- Css-3 paged media http://www.w3.org/TR/css3-page/
- Non identifier element names in selectors.
- Import keyword.
- CSS hacks and quirks http://en.wikipedia.org/wiki/CSS_filter#.21important_quirks
- Comments inside font-face, media and other less common elements can be lost during the translation. Review is needed.
- Less.js does not support aspect-ratio in css3 media. E.g., this throws syntax error:
@media (aspect-ratio: 59/80) {}
. - Percentage as a Class Name - Less.js does not accept percentage as a class name. Less4j accepts it.
- Less.js crashed on w3c selectors tests containing :not(:nth-xxx-xxxx(an+b)) and :not(:lang(xxx)). Those cases can be found in less.js-incompatible directory.