Updated: 2006/01/06 12:46:57 julian

+ = Finished.
- = Pending.


Features
========

+ Support for @-rules -- such as @import -- has not been implemented.
- Support for media types has not been implemented.
- Handlers for agent-governed selectors are currently global; consider making
  them specific to a stylesheet / cascade

Known issues
============

- scss:scss->css does not emit proper CSS for complex selector types
- SCSS queries will not properly generalize requests for "background-position"
+ SCSS queries will not obtain the correct default value for properties whose
  defaults depend on other default values
+ A typical query on a medium-sized SXML document can take about 70ms, which is
  wayyy too long. Consider using memoization to speed this up a bit?
+ SCSS queries will not properly generalize requests for variants of the
  border-color property to the value of the color property
