diff --git a/docs/ast.md b/docs/ast.md index 5331698f..30a51698 100644 --- a/docs/ast.md +++ b/docs/ast.md @@ -9,8 +9,8 @@ Each node have a `loc` property, but not included in descriptions to avoid noise Pending changes in AST: - `Progid` is subject to be removed -- `Space` will be extended to store actual whitespaces -- `Space` may to be renamed into `WhiteSpace` +- `Space` may to be renamed into `WhiteSpaces` +- `Hash` may to be renamed into `HexColor` Other node types are stable enough. @@ -99,7 +99,7 @@ Used to represent [the An+B microsyntax](https://drafts.csswg.org/css-syntax/#an ``` { "type": "AttributeSelector", - "name": string, + "name": , "operator": string | null, "value": | | null, "flags": string | null