servo/components/style/counter_style
Emilio Cobos Álvarez 920a1c1f08 style: [css-nesting] Update cssparser again
This changes the cssparser setup to:

  * Avoid having to do copies of the ParsingContext all over the place,
    which is useful because I plan to stash more nesting state in there.

  * Use the new RuleBodyParser which allows parsing qualified rules,
    declarations, and so on. Though we still don't use this anywhere.

The next step is to join NestedRuleParser and PropertyDeclarationParser,
so that we can parse declarations in a lot of the nested rules as well.

Differential Revision: https://phabricator.services.mozilla.com/D178053
2023-11-24 08:57:14 +01:00
..
mod.rs style: [css-nesting] Update cssparser again 2023-11-24 08:57:14 +01:00
predefined.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
update_predefined.py Standardize on Black for Python code in mozilla-central. 2021-02-26 16:44:05 +01:00