Skip to content

Commit 08aaa4c

Browse files
committed
[css-values][editorial] Rephrase description of numbers to allow for 1e2. Fixes #7248
1 parent 9b215c7 commit 08aaa4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-values-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,8 +1215,8 @@ Real Numbers: the <> type
12151215

12161216
When written literally,
12171217
a number is either an integer,
1218-
or zero or more decimal digits followed by a dot (.) followed by one or more decimal digits
1219-
and optionally an exponent composed of "e" or "E" and an integer.
1218+
or zero or more decimal digits followed by a dot (.) followed by one or more decimal digits;
1219+
optionally, it can be ended with an exponent composed of "e" or "E" and an integer.
12201220
It corresponds to the <> production
12211221
in the CSS Syntax Module [[!CSS-SYNTAX-3]].
12221222
As with integers, the first character of a number

0 commit comments

Comments
 (0)