Factorize out cascade logic.
Add method to override CSS inheritance.
Parse HTML 'style' attributes.
Fix parser freezes, blocking issue for Rhapsode.
Fix incorrect handling of invalid syntaxes.
Ignore invalid selectors.
Aid attribute sorting, fix install of internal modules.
Test/fix cascade logic for selector specificity.
Switch to new namespace for consistency with other modules like css-syntax.
Implement dispatching parser of CSS properties.
Abstract away RuleStore construction.
Implement simple facade over the rule stores.
This will later be extended to support cascade and dispatching.
Handle !important CSS declarations.
Compose together rule stores.
Expose common interface above all selector passes.
Compute selector specificity.
Reorganize modules to make space for styling passes not related to selectors.