File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 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:
104104 </pre>
105105</div>
106106
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+
107122Determining the Anchor {#determining}
108123======================
109124
You can’t perform that action at this time.
0 commit comments