Skip to content

Commit

Permalink
Update speak syntax patch (fixes #241)
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Oct 15, 2023
1 parent 87815f4 commit fcf61f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,7 @@
- Added `<dashed-ident>` to generic types
- Added `TokenStream#lookupTypeNonSC()` method
- Fixed initialization when `Object.prototype` is extended or polluted (#262)
- Fixed `speak` syntax patch (#241)
- Changed `parseWithFallback()` to rollback `tokenIndex` before calling a fallback
- Changed `Block` to not include `{` and `}`
- Changed `Atrule` and `Rule` to include `{` and `}` for a block
Expand Down
2 changes: 1 addition & 1 deletion data/patch.json
Expand Up @@ -406,7 +406,7 @@
},
"speak": {
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
"syntax": "auto | none | normal"
"syntax": "auto | never | always"
},
"speak-as": {
"comment": "https://www.w3.org/TR/css3-speech/#property-index",
Expand Down

0 comments on commit fcf61f4

Please sign in to comment.