Skip to content

Commit f971255

Browse files
committed
[css-syntax-3][editorial] Update changes
1 parent d5c592f commit f971255

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

css-syntax-3/Overview.bs

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3888,6 +3888,32 @@ Changes from the 24 December 2021 Candidate Recommendation Draft</h3>
38883888

38893889
The following substantive changes were made:
38903890

3891+
* Rename &lt;an+b> to &lt;a-n-plus-b>
3892+
(<a href="https://github.com/w3c/csswg-drafts/issues/9473">9473</a>)
3893+
3894+
* Remove duplicate token stream creations
3895+
(<a href="https://github.com/w3c/csswg-drafts/pull/11129">PR 11129</a>)
3896+
3897+
* Consolidate valdef syntax definition
3898+
3899+
* Retire @nest, introduce the 'nested declarations rule'
3900+
(<a href="https://github.com/w3c/csswg-drafts/pull/10386">10386</a>)
3901+
3902+
* Change block-contents parsing to maintain relative order of interleaved declarations
3903+
and rules. Add @nest to Nesting to represent them
3904+
(<a href="https://github.com/w3c/csswg-drafts/issues/8738">8738</a>)
3905+
3906+
* Blocks are only allowed as the entire value of a property
3907+
(<a href="https://github.com/w3c/csswg-drafts/issues/9317">9317</a>)
3908+
3909+
* Don't apply the hungry custom-prop-lookalike behavior if you're not
3910+
in a context that allows properties in the first place
3911+
(<a href="https://github.com/w3c/csswg-drafts/issues/9336">9336</a>)
3912+
3913+
* Clarified that surrogates can only be produced by directly assigning
3914+
a DOMString containing one, via a CSS Object Model operation
3915+
(<a href="https://github.com/w3c/csswg-drafts/pull/7997">PR 7997</a>)
3916+
38913917
* The definition of [=non-ASCII code point=]
38923918
was restricted to omit some potentially troublesome codepoints.
38933919
(<a href="https://github.com/w3c/csswg-drafts/issues/7129">7129</a>)

0 commit comments

Comments
 (0)