@@ -71,7 +71,7 @@ rendered content, see Appendix E “Elaborate description of Stacking
7171Contexts” in [[!CSS2]] .
7272
7373<h2 id="values">
74- Values and Interactions </h2>
74+ Values Definitions </h2>
7575
7676 This specification follows the <a href="https://www.w3.org/TR/CSS2/about.html#property-defs">CSS property definition conventions</a> from [[!CSS2]]
7777 using the <a href="https://www.w3.org/TR/css-values-3/#value-defs">value definition syntax</a> from [[!CSS-VALUES-3]] .
@@ -100,24 +100,18 @@ Module Interactions</h3>
100100 <a href="#borders">border-color/style/width properties</a> to
101101 <code> ::first-line</code> . [[!CSS2]]
102102
103- <h3 id=value-types>
104- Value Types</h3>
105-
106- <p> The <dfn><<image>></dfn> value type is defined by this
107- specification as <code class=prod> <<image>> =
108- <<uri>> </code> . Other value types are defined in
109- CSS Level 2 Revision 1 [[!CSS2]] .
110- Other CSS modules may expand the definitions of these value types: for
111- example [[CSS3COLOR]] , when combined with this module, expands the
112- definition of the <<color>> value type as used in this specification.
113- Similarly, [[CSS3-IMAGES]] , when combined with this module,
114- expands the definition of <<image>> as used in this specification.
115-
116- <p> In addition to the property-specific values listed in their definitions,
117- all properties defined in this specification also accept the
118- <a href="https://www.w3.org/TR/CSS2/cascade.html#value-def-inherit">inherit</a>
119- keyword as their property value. For readability it has not been repeated
120- explicitly.
103+ <h3 id="values">
104+ Value Definitions</h3>
105+
106+ This specification follows the <a href="https://www.w3.org/TR/CSS2/about.html#property-defs">CSS property definition conventions</a> from [[!CSS2]]
107+ using the <a href="https://www.w3.org/TR/css-values-3/#value-defs">value definition syntax</a> from [[!CSS-VALUES-3]] .
108+ Value types not defined in this specification are defined in CSS Values & Units [[!CSS-VALUES-3]] .
109+ Combination with other CSS modules may expand the definitions of these value types.
110+
111+ In addition to the property-specific values listed in their definitions,
112+ all properties defined in this specification
113+ also accept the <a>CSS-wide keywords</a> keywords as their property value.
114+ For readability they have not been repeated explicitly.
121115
122116<h3 id=animations>Animated Values</h3>
123117
0 commit comments