|
5 | 5 | <HEAD>
|
6 | 6 | <TITLE>About the CSS 2.2 Specification</TITLE>
|
7 | 7 | <link rel="stylesheet" href="style/default.css" type="text/css">
|
8 |
| -<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-ED.css" type="text/css"> |
| 8 | +<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2016/W3C-ED.css" type="text/css"> |
9 | 9 | <link rel="prev" href="cover.html">
|
10 | 10 | <link rel="next" href="intro.html">
|
11 | 11 | <link rel="contents" href="cover.html#minitoc">
|
12 | 12 | <link rel="CSS-properties" href="propidx.html" title="properties">
|
13 | 13 | <link rel="index" href="indexlist.html" title="index">
|
14 | 14 | <link rel="first" href="cover.html">
|
| 15 | +<script type="text/javascript" src="//www.w3.org/scripts/TR/2016/fixup.js"></script> |
| 16 | +<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
15 | 17 |
|
16 | 18 | </HEAD>
|
17 | 19 | <BODY>
|
|
25 | 27 | <hr class="navbar">
|
26 | 28 |
|
27 | 29 | <H1><a name="q0">1 About the CSS 2.2 Specification</a></H1>
|
28 |
| -<div class="subtoc"> |
| 30 | +<div id="toc" class="subtoc"> |
29 | 31 | <p><strong>Contents</strong>
|
30 | 32 | <ul class="toc">
|
31 |
| - <li class="tocline2"><a href="about.html#css2.2-v-css2" class="tocxref">1.1 CSS 2.2 vs CSS 2</a> |
32 |
| - <li class="tocline2"><a href="about.html#reading" class="tocxref">1.2 Reading the specification</a> |
33 |
| - <li class="tocline2"><a href="about.html#organization" class="tocxref">1.3 How the specification is organized</a> |
34 |
| - <li class="tocline2"><a href="about.html#conventions" class="tocxref">1.4 Conventions</a> |
| 33 | + <li><a href="about.html#css2.2-v-css2" class="tocxref">1.1 CSS 2.2 vs CSS 2</a> |
| 34 | + <li><a href="about.html#reading" class="tocxref">1.2 Reading the specification</a> |
| 35 | + <li><a href="about.html#organization" class="tocxref">1.3 How the specification is organized</a> |
| 36 | + <li><a href="about.html#conventions" class="tocxref">1.4 Conventions</a> |
35 | 37 | <ul class="toc">
|
36 |
| - <li class="tocline3"><a href="about.html#doc-language" class="tocxref">1.4.1 Document language elements and attributes</a> |
37 |
| - <li class="tocline3"><a href="about.html#property-defs" class="tocxref">1.4.2 CSS property definitions</a> |
| 38 | + <li><a href="about.html#doc-language" class="tocxref">1.4.1 Document language elements and attributes</a> |
| 39 | + <li><a href="about.html#property-defs" class="tocxref">1.4.2 CSS property definitions</a> |
38 | 40 | <ul class="toc">
|
39 |
| - <li class="tocline4"><a href="about.html#value-defs" class="tocxref">1.4.2.1 Value</a> |
40 |
| - <li class="tocline4"><a href="about.html#initial-value" class="tocxref">1.4.2.2 Initial</a> |
41 |
| - <li class="tocline4"><a href="about.html#applies-to" class="tocxref">1.4.2.3 Applies to</a> |
42 |
| - <li class="tocline4"><a href="about.html#inherited-prop" class="tocxref">1.4.2.4 Inherited</a> |
43 |
| - <li class="tocline4"><a href="about.html#percentage-wrt" class="tocxref">1.4.2.5 Percentage values</a> |
44 |
| - <li class="tocline4"><a href="about.html#media-applies" class="tocxref">1.4.2.6 Media groups</a> |
45 |
| - <li class="tocline4"><a href="about.html#computed-defs" class="tocxref">1.4.2.7 Computed value</a> |
| 41 | + <li><a href="about.html#value-defs" class="tocxref">1.4.2.1 Value</a> |
| 42 | + <li><a href="about.html#initial-value" class="tocxref">1.4.2.2 Initial</a> |
| 43 | + <li><a href="about.html#applies-to" class="tocxref">1.4.2.3 Applies to</a> |
| 44 | + <li><a href="about.html#inherited-prop" class="tocxref">1.4.2.4 Inherited</a> |
| 45 | + <li><a href="about.html#percentage-wrt" class="tocxref">1.4.2.5 Percentage values</a> |
| 46 | + <li><a href="about.html#media-applies" class="tocxref">1.4.2.6 Media groups</a> |
| 47 | + <li><a href="about.html#computed-defs" class="tocxref">1.4.2.7 Computed value</a> |
46 | 48 | </ul>
|
47 |
| - <li class="tocline3"><a href="about.html#shorthand" class="tocxref">1.4.3 Shorthand properties</a> |
48 |
| - <li class="tocline3"><a href="about.html#notes-and-examples" class="tocxref">1.4.4 Notes and examples</a> |
49 |
| - <li class="tocline3"><a href="about.html#images-and-longdesc" class="tocxref">1.4.5 Images and long descriptions</a> |
| 49 | + <li><a href="about.html#shorthand" class="tocxref">1.4.3 Shorthand properties</a> |
| 50 | + <li><a href="about.html#notes-and-examples" class="tocxref">1.4.4 Notes and examples</a> |
| 51 | + <li><a href="about.html#images-and-longdesc" class="tocxref">1.4.5 Images and long descriptions</a> |
50 | 52 | </ul>
|
51 |
| - <li class="tocline2"><a href="about.html#acknowledgements" class="tocxref">1.5 Acknowledgments</a> |
| 53 | + <li><a href="about.html#acknowledgements" class="tocxref">1.5 Acknowledgments</a> |
52 | 54 | </ul>
|
53 | 55 | </div>
|
54 | 56 |
|
@@ -84,8 +86,8 @@ <h2>1.1 <a name="css2.2-v-css2">CSS 2.2 vs CSS 2</a></h2>
|
84 | 86 | <li>Removing CSS2 features that will be obsoleted by CSS3, thus
|
85 | 87 | encouraging adoption of the proposed CSS3 features in their place.
|
86 | 88 |
|
87 |
| -<li>Adding a (very) small number of <a href="changes.html#new">new |
88 |
| -property values,</a> when implementation experience has shown that |
| 89 | +<li>Adding a (very) small number of new |
| 90 | +property values, when implementation experience has shown that |
89 | 91 | they are needed for implementing CSS2.
|
90 | 92 | </ul>
|
91 | 93 |
|
@@ -185,22 +187,18 @@ <H3>1.4.2 <a name="property-defs">CSS property definitions</a></H3>
|
185 | 187 | <P>Each CSS property definition begins with a summary of key
|
186 | 188 | information that resembles the following:</p>
|
187 | 189 |
|
188 |
| -<div class="propdef"> |
189 |
| -<dl><dt> |
190 |
| -<span class="index-def" title="'property-name'"><a name="propdef-property-name" class="propdef-title"><strong>'property-name'</strong></a></span> |
191 |
| -<dd> |
192 |
| -<table class="propinfo" cellspacing=0 cellpadding=0> |
193 |
| -<tr valign=baseline><td><em>Value:</em> <td>legal values & syntax |
194 |
| -<tr valign=baseline><td><em>Initial:</em> <td>initial value |
195 |
| -<tr valign=baseline><td><em>Applies to:</em> <td>elements this property applies to |
196 |
| -<tr valign=baseline><td><em>Inherited:</em> <td>whether the property is inherited |
197 |
| -<tr valign=baseline><td><em>Percentages:</em> <td>how percentage values are interpreted |
198 |
| -<tr valign=baseline><td><em>Media:</em> <td>which media groups the property applies to |
199 |
| -<tr valign=baseline><td><em>Computed value:</em> <td>how to compute the computed value |
| 190 | +<table class="def propdef"> |
| 191 | + <tbody> |
| 192 | + <tr> |
| 193 | + <th>Name: |
| 194 | + <td><a name="x0"><span class="index-def" title="'property-name'"><dfn id="propdef-property-name">property-name</dfn></span></a><tr><th>Value:<td>legal values & syntax |
| 195 | +<tr><th>Initial:<td>initial value |
| 196 | +<tr><th>Applies to:<td>elements this property applies to |
| 197 | +<tr><th>Inherited:<td>whether the property is inherited |
| 198 | +<tr><th>Percentages:<td>how percentage values are interpreted |
| 199 | +<tr><th>Media:<td>which media groups the property applies to |
| 200 | +<tr><th>Computed value:<td>how to compute the computed value |
200 | 201 | </table>
|
201 |
| -</dl> |
202 |
| -</div> |
203 |
| - |
204 | 202 |
|
205 | 203 | <h4>1.4.2.1 <a name="value-defs">Value</a></h4>
|
206 | 204 |
|
|
0 commit comments