You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-shapes/Overview.bs
+11-6
Original file line number
Diff line number
Diff line change
@@ -63,9 +63,14 @@ Module Interactions</h3>
63
63
64
64
<h3 id="values">Values</h3>
65
65
66
-
This specification follows the CSS property definition conventions from [[!CSS21]]. Value types not defined in these specifications are defined in CSS Values and Units Module Level 3 [[!CSS3VAL]].
66
+
This specification follows the <a href="https://www.w3.org/TR/CSS21/about.html#property-defs">CSS property definition conventions</a> from [[!CSS2]].
67
+
Value types not defined in this specification are defined in CSS Values & Units [[!CSS-VALUES-3]].
68
+
Other CSS modules may expand the definitions of these value types.
67
69
68
-
In addition to the property-specific values listed in their definitions, all properties defined in this specification also accept the inherit keyword as their property value. For readability it has not been repeated explicitly.
70
+
In addition to the property-specific values listed in their definitions,
71
+
all properties defined in this specification
72
+
also accept the <a>CSS-wide keywords</a> keywords as their property value.
73
+
For readability they have not been repeated explicitly.
69
74
70
75
<h3 id=animations>Animated Values</h3>
71
76
@@ -357,7 +362,7 @@ Supported Shapes</h3>
357
362
of the circle.
358
363
Negative values are invalid.
359
364
A radius of zero defines a shape
360
-
enclosing no area,
365
+
enclosing no area,
361
366
which results in an <a>empty float area</a>.
362
367
A percentage value here
363
368
is resolved from the used width and height
@@ -385,7 +390,7 @@ Supported Shapes</h3>
385
390
in that order.
386
391
Negative values for either radius are invalid.
387
392
If either radius is zero this defines a shape
388
-
enclosing no area,
393
+
enclosing no area,
389
394
which results in an <a>empty float area</a>.
390
395
Percentage values here are resolved
391
396
against the used width (for the rx value)
@@ -495,8 +500,8 @@ Serialization of Basic Shapes</h3>
495
500
joining space-separated tokens with a single space,
496
501
and following each serialized comma with a single space.
0 commit comments