|
26 | 26 |
|
27 | 27 | <h1>CSS Values and Units Module Level 3</h1> |
28 | 28 |
|
29 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 12 December |
| 29 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 December |
30 | 30 | 2011</h2> |
31 | 31 |
|
32 | 32 | <dl> |
33 | 33 | <dt>This version: |
34 | 34 |
|
35 | 35 | <dd><a |
36 | | - href="http://www.w3.org/TR/2011/ED-css3-values-20111212/">http://www.w3.org/TR/2011/ED-css3-values-20111212/</a> |
| 36 | + href="http://www.w3.org/TR/2011/ED-css3-values-20111213/">http://www.w3.org/TR/2011/ED-css3-values-20111213/</a> |
37 | 37 |
|
38 | 38 | <dt>Latest version: |
39 | 39 |
|
@@ -258,8 +258,8 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2> |
258 | 258 | <li><a href="#images"><span class=secno>7.2. </span> Images: the |
259 | 259 | ‘<code class=css><image></code>’ type</a> |
260 | 260 |
|
261 | | - <li><a href="#images"><span class=secno>7.3. </span> 2D Positioning: the |
262 | | - ‘<code class=css><position></code>’ type</a> |
| 261 | + <li><a href="#position"><span class=secno>7.3. </span> 2D Positioning: |
| 262 | + the ‘<code class=css><position></code>’ type</a> |
263 | 263 | </ul> |
264 | 264 |
|
265 | 265 | <li><a href="#functional-notation"><span class=secno>8. </span> Functional |
@@ -1215,15 +1215,17 @@ <h3 id=images><span class=secno>7.2. </span> Images: the ‘<a |
1215 | 1215 | CSS Image Values Level 3 or its successor must interpret <a |
1216 | 1216 | href="#image-value"><code><image></code></a> as defined therein. |
1217 | 1217 |
|
1218 | | - <h3 id=images><span class=secno>7.3. </span> 2D Positioning: the ‘<a |
1219 | | - href="#position-value"><code class=css><position></code></a>’ |
1220 | | - type</h3> |
| 1218 | + <h3 id=position><span class=secno>7.3. </span> 2D Positioning: the |
| 1219 | + ‘<a href="#position-value"><code |
| 1220 | + class=css><position></code></a>’ type</h3> |
1221 | 1221 |
|
1222 | 1222 | <p>The <dfn id=position-value><code><position></code></dfn> data type |
1223 | 1223 | is defined herein as equivalent to the <a |
1224 | 1224 | href="http://www.w3.org/TR/CSS21/colors.html#propdef-background-position"><code><'background-position'></code></a> |
1225 | 1225 | syntax defined in <a href="#CSS21" |
1226 | | - rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. It is <a |
| 1226 | + rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>. It specifies the position of |
| 1227 | + a object area (e.g. background image) inside a positioning area (e.g. |
| 1228 | + background positioning area). It is <a |
1227 | 1229 | href="http://www.w3.org/TR/css3-background/#the-background-position">extended</a> |
1228 | 1230 | in <a href="#CSS3BG" rel=biblioentry>[CSS3BG]<!--{{!CSS3BG}}--></a>: UAs |
1229 | 1231 | that support CSS Backgrounds & Borders Level 3 or its successor must |
|
0 commit comments