October 14, 2019
Added CSS selectors
Added support data for basic CSS selectors:
- The universal
*
selector, the type selector, the ID selector, the class selector. - Chaining and grouping selectors.
- The child and descendant combinators.
October 14, 2019
Added support data for basic CSS selectors:
*
selector, the type selector, the ID selector, the class selector.