File tree 1 file changed +15
-0
lines changed
1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,21 @@ This can be done with the following CSS:
104
104
</pre>
105
105
</div>
106
106
107
+ <h3 id="values">
108
+ Value Definitions</h3>
109
+
110
+ This specification follows the <a href="https://www.w3.org/TR/CSS2/about.html#property-defs">CSS property definition conventions</a> from [[!CSS2]]
111
+ using the <a href="https://www.w3.org/TR/css-values-3/#value-defs">value definition syntax</a> from [[!CSS-VALUES-3]] .
112
+ Value types not defined in this specification are defined in CSS Values & Units [[!CSS-VALUES-3]] .
113
+ Combination with other CSS modules may expand the definitions of these value types.
114
+
115
+ In addition to the property-specific values listed in their definitions,
116
+ all properties defined in this specification
117
+ also accept the <a>CSS-wide keywords</a> as their property value.
118
+ For readability they have not been repeated explicitly.
119
+
120
+ Like most operations in CSS besides selector matching, features in this specification operate over the flattened element tree.
121
+
107
122
Determining the Anchor {#determining}
108
123
======================
109
124
You can’t perform that action at this time.
0 commit comments