File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -691,7 +691,7 @@ Integers: the <<integer>> type</h3>
691
691
an <dfn export>integer</dfn> is one or more decimal digits ''0'' through ''9''
692
692
and corresponds to a subset of the <<number-token>> production
693
693
in the CSS Syntax Module [[!CSS3SYN]] .
694
- The first digit of an integer may be immediately preceded by ''-'' or ''+''
694
+ The first digit of an integer may be immediately preceded by <css> - </css> or <css> + </css>
695
695
to indicate the integer's sign.
696
696
697
697
<!--
Original file line number Diff line number Diff line change @@ -680,7 +680,7 @@ Integers: the <<integer>> type</h3>
680
680
an <dfn export>integer</dfn> is one or more decimal digits ''0'' through ''9''
681
681
and corresponds to a subset of the <<number-token>> production
682
682
in the CSS Syntax Module [[!CSS3SYN]] .
683
- The first digit of an integer may be immediately preceded by ''-'' or ''+''
683
+ The first digit of an integer may be immediately preceded by <css> - </css> or <css> + </css>
684
684
to indicate the integer's sign.
685
685
686
686
<!--
You can’t perform that action at this time.
0 commit comments