We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b215c7 commit 08aaa4cCopy full SHA for 08aaa4c
css-values-4/Overview.bs
@@ -1215,8 +1215,8 @@ Real Numbers: the <> type
1215
1216
When written literally,
1217
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.
+ or zero or more decimal digits followed by a dot (.) followed by one or more decimal digits;
+ optionally, it can be ended with an exponent composed of "e" or "E" and an integer.
1220
It corresponds to the <> production
1221
in the CSS Syntax Module [[!CSS-SYNTAX-3]].
1222
As with integers, the first character of a number
0 commit comments