@@ -77,14 +77,14 @@ sheet|validity"><a name="valid-style-sheet">Valid style
7777sheet</a></span></strong>
7878
7979<dd>The validity of a style sheet depends on the level of CSS
80- used for the style sheet. All valid CSS1 style sheets are valid CSS 2.1
80+ used for the style sheet. All valid CSS1 style sheets are valid CSS 2
8181style sheets, but some changes from CSS1 mean that
8282a few CSS1 style sheets will have slightly different semantics in
83- CSS 2.1. Some features in CSS2 are not part of CSS 2.1 , so not all CSS2
84- style sheets are valid CSS 2.1 style sheets.
83+ CSS 2. Some features in CSS2 are not part of CSS 2, so not all CSS2
84+ style sheets are valid CSS 2 style sheets.
8585
86- <P>A valid CSS 2.1 style sheet must be written according to the <a
87- href="grammar.html">grammar of CSS 2.1 </a>. Furthermore, it must contain
86+ <P>A valid CSS 2 style sheet must be written according to the <a
87+ href="grammar.html">grammar of CSS 2</a>. Furthermore, it must contain
8888only at-rules, property names, and property values defined in this
8989specification.
9090An <span
@@ -150,7 +150,7 @@ dimensions"><a name="intrinsic">Intrinsic dimensions</a></span></strong>
150150
151151<dd>The width and height as defined by the element itself, not imposed
152152by the surroundings. CSS does not define how the intrinsic dimensions
153- are found. In CSS 2.1 only replaced elements can come with
153+ are found. In CSS 2 only replaced elements can come with
154154intrinsic dimensions.
155155For raster images without reliable resolution information, a size of
1561561 px unit per image source pixel must be assumed.
@@ -346,7 +346,7 @@ end tags.
346346
347347<P>This section defines <span class="index-def"
348348title="conformance"><a name="conformance-term">conformance</a></span> with
349- the CSS 2.1
349+ the CSS 2
350350specification only. There may be other levels of CSS in the future
351351that may require a user agent to implement a different set of features
352352in order to conform.
@@ -356,7 +356,7 @@ claiming conformance to this specification:</P>
356356
357357<ol>
358358
359- <li>It must recognize one or more of the CSS 2.1 <a href="media.html">media types</a>.
359+ <li>It must recognize one or more of the CSS 2 <a href="media.html">media types</a>.
360360
361361<li>For each source document, it must attempt to retrieve all
362362associated style sheets that are appropriate for the recognized media
@@ -366,7 +366,7 @@ it can retrieve.
366366
367367<li>It must parse the style sheets according to this specification.
368368In particular, it must recognize all at-rules, blocks, declarations,
369- and selectors (see the <a href="grammar.html">grammar of CSS 2.1 </a>).
369+ and selectors (see the <a href="grammar.html">grammar of CSS 2</a>).
370370If a user agent encounters a property that applies for a supported
371371media type, the user agent must parse the value according to the property
372372definition. This means that the user agent must accept all valid
@@ -400,7 +400,7 @@ allow the user to select which style sheet set the UA should apply.
400400<ul>
401401
402402<li>An application that reads style sheets without rendering any
403- content (e.g., a CSS 2.1 validator) must respect points 1-3.
403+ content (e.g., a CSS 2 validator) must respect points 1-3.
404404
405405<li>An authoring tool is only required to output <a
406406href="#valid-style-sheet">valid style sheets</a>
@@ -424,7 +424,7 @@ specifying files are exempted from this requirement. Additionally, UAs
424424may offer other means to specify user preferences, for example, through
425425a GUI.
426426
427- <p>CSS 2.1 does not define which properties apply to form controls and
427+ <p>CSS 2 does not define which properties apply to form controls and
428428frames, or how CSS can be used to style them. User agents may apply CSS
429429properties to these elements. Authors are recommended to treat such
430430support as experimental. A future level of CSS may specify this further.
0 commit comments