Skip to content

Commit 8a47839

Browse files
committed
[css-syntax] Add another an+b difference from 2.1.
1 parent 721ffe6 commit 8a47839

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

css-syntax/Overview.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3709,6 +3709,9 @@ <h3 id=changes-from-css-2.1-core-grammar><span class=secno>5.5. </span>
37093709
"+" and "n". (This is an accidental consequence of the "+" and "n"
37103710
parsing as separate CSS tokens, and CSS's value grammar ignoring
37113711
whitespace.)
3712+
3713+
<li> In some cases, "-" characters or digits can be escaped (when they
3714+
appear as part of the unit of a 〈dimension〉 or 〈ident〉).
37123715
</ul>
37133716
</ol>
37143717

css-syntax/Overview.src.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2748,6 +2748,10 @@ <h3>
27482748
a space is now allowed between the "+" and "n".
27492749
(This is an accidental consequence of the "+" and "n" parsing as separate CSS tokens,
27502750
and CSS's value grammar ignoring whitespace.)
2751+
2752+
<li>
2753+
In some cases, "-" characters or digits can be escaped
2754+
(when they appear as part of the unit of a 〈dimension〉 or 〈ident〉).
27512755
</ul>
27522756
</ol>
27532757

0 commit comments

Comments
 (0)