Skip to content

Commit

Permalink
fix AttributeSelector format
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Feb 7, 2017
1 parent 259aa85 commit 3f26fd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/ast.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -99,7 +99,7 @@ Used to represent [the An+B microsyntax](https://drafts.csswg.org/css-syntax/#an
```
{
"type": "AttributeSelector",
"name": string,
"name": <Identifier>,
"operator": string | null,
"value": <String> | <Identifier> | null,
"flags": string | null
Expand Down

0 comments on commit 3f26fd6

Please sign in to comment.