Skip to content

Commit 5163f0e

Browse files
committed
[css-values] Fix bikeshed error. #1854
1 parent 8d6df63 commit 5163f0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css-values-3/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ Integers: the <<integer>> type</h3>
691691
an <dfn export>integer</dfn> is one or more decimal digits ''0'' through ''9''
692692
and corresponds to a subset of the <<number-token>> production
693693
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>
695695
to indicate the integer's sign.
696696

697697
<!--

css-values-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ Integers: the <<integer>> type</h3>
680680
an <dfn export>integer</dfn> is one or more decimal digits ''0'' through ''9''
681681
and corresponds to a subset of the <<number-token>> production
682682
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>
684684
to indicate the integer's sign.
685685

686686
<!--

0 commit comments

Comments
 (0)