Skip to content

Commit

Permalink
update pending changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Feb 7, 2017
1 parent 0e1b93c commit 716b238
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/ast.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ 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`
- `Type`, `Universal`, `Id`, `Class`, `Attribute`, `PseudoClass` and `PseudoElement` may to be renamed to add a `Selector` suffix
- `PseudoClass` and `PseudoElement` may to be joined into single type `Pseudo` (or `PseudoSelector`)
- `Type` and `Universal` to be joined into single type `Type`

Other node types are stable enough.

Expand Down

0 comments on commit 716b238

Please sign in to comment.