Skip to content

Commit dcee592

Browse files
committed
[css-anchor-position] Added the standard Value Definitions section, so it could hold the note about the flat tree. w3c#10325
1 parent 1057a8d commit dcee592

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

css-anchor-position-1/Overview.bs

+15
Original file line numberDiff line numberDiff 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 &amp; 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+
107122
Determining the Anchor {#determining}
108123
======================
109124

0 commit comments

Comments
 (0)