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
<p>This specification follows the <ahref="http://www.w3.org/TR/CSS21/about.html#property-defs">CSS property definition conventions</a> from [[!CSS21]]. Value types not defined in this specification are defined in CSS Level 2 Revision 1 [[!CSS21]]. Other CSS modules may expand the definitions of these value types: for example [[CSS3COLOR]], when combined with this module, expands the definition of the <color> value type as used in this specification.</p>
100
-
101
-
<p>In addition to the property-specific values listed in their definitions, all properties defined in this specification also accept the <ahref="http://www.w3.org/TR/CSS21/cascade.html#value-def-inherit">inherit</a> keyword as their property value. For readability it has not been repeated explicitly.
104
+
<p>This specification does not define any new properties or values.
102
105
103
106
<h3id="motivation">
104
107
Motivation</h3>
@@ -148,7 +151,7 @@ <h3 id="motivation">
148
151
149
152
<p>Besides removing duplication, the grouping of related rules improves readability and maintainability of the resulting CSS.
150
153
151
-
<h2id="selector-and">
154
+
<h2id="nesting-selector">
152
155
The & Selector</h2>
153
156
154
157
<p>This specification provides a mechanism that allows for the nesting of style rules within other style rules. A nested style rule can used anywhere that a declaration can be used.</p>
@@ -212,7 +215,7 @@ <h2 id="selector-and">
212
215
<h2id="Grammar">
213
216
Grammar modifications</h2>
214
217
215
-
<p>This specification makes a minor alteration to CSS's Core Grammar, and also makes an addition to the grammar of Selectors.</p>
218
+
<p>This specification alters the CSS Core Grammar and the Selectors grammar.</p>
0 commit comments