|
87 | 87 |
|
88 | 88 | <h1 id=css-paged>CSS Paged Media Module Level 3</h1> |
89 | 89 |
|
90 | | - <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 13 March 2008</h2> |
| 90 | + <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 2 April 2008</h2> |
91 | 91 |
|
92 | 92 | <dl> |
93 | 93 | <dt>This version: |
94 | 94 |
|
95 | 95 | <dd><a |
96 | 96 | href="http://dev.w3.org/csswg/css3-page/">http://dev.w3.org/csswg/css3-page/</a></dd> |
97 | | - <!-- <dd><a href="http://www.w3.org/TR/2008/ED-css3-page-20080313">http://www.w3.org/TR/2008/WD-css3-page-20080313</a></dd> --> |
| 97 | + <!-- <dd><a href="http://www.w3.org/TR/2008/ED-css3-page-20080402">http://www.w3.org/TR/2008/WD-css3-page-20080402</a></dd> --> |
98 | 98 |
|
99 | 99 | <dt>Latest version: |
100 | 100 |
|
@@ -179,8 +179,8 @@ <h2 class="no-num no-toc" id=status>Status of this Document</h2> |
179 | 179 | <!--end-status--> |
180 | 180 | <p>This document contains the <abbr title="Cascading Style |
181 | 181 | Sheets">CSS3</abbr> Paged Media Module W3C Last Call <a |
182 | | - href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 13 |
183 | | - March 2008. The Last Call period ends on <span class=fudge>TBD</span>.</p> |
| 182 | + href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 2 |
| 183 | + April 2008. The Last Call period ends on <span class=fudge>TBD</span>.</p> |
184 | 184 |
|
185 | 185 | <p>Relative to the previous Last Call Working Draft, this version |
186 | 186 | incorporates changes to the formerly named ‘<span |
@@ -3177,7 +3177,7 @@ <h2 id=img-fit-img-posn><span class=secno>8. </span>The ‘<a |
3177 | 3177 | class=noxref href="/TR/CSS21/syndata.html#value-def-length"><span |
3178 | 3178 | class=value-inst-length><length></span></a> | top | center | |
3179 | 3179 | bottom ]? ] | [ [ left | center | right ] || [ top | center | bottom |
3180 | | - ] ] | auto |
| 3180 | + ] ] |
3181 | 3181 |
|
3182 | 3182 | <tr> |
3183 | 3183 | <th>Initial: |
@@ -3214,12 +3214,9 @@ <h2 id=img-fit-img-posn><span class=secno>8. </span>The ‘<a |
3214 | 3214 | href="#propdef-image-posn">image-position</a>’ property determines |
3215 | 3215 | the alignment of the replaced element inside its box. The values have |
3216 | 3216 | the same meaning as the values for the ‘<span |
3217 | | - class=property>background-position</span>’ property, with the |
3218 | | - addition of the value ‘<span class=property>auto</span>’. |
3219 | | - See <a |
| 3217 | + class=property>background-position</span>’ property. See <a |
3220 | 3218 | href="/TR/CSS21/colors.html#propdef-background-position">background-position</a> |
3221 | | - for a detailed description of values other than ‘<span |
3222 | | - class=property>auto</span>’.</p> |
| 3219 | + of these values.</p> |
3223 | 3220 |
|
3224 | 3221 | <dl> |
3225 | 3222 | <dt><percentage> <percentage> |
@@ -3287,13 +3284,6 @@ <h2 id=img-fit-img-posn><span class=secno>8. </span>The ‘<a |
3287 | 3284 | class=css>right bottom</code>’ |
3288 | 3285 |
|
3289 | 3286 | <dd>Same as ‘<code class=css>100% 100%</code>’. |
3290 | | - |
3291 | | - <dt><dfn id=auto title="auto!!value of 'fit-position'">auto</dfn> |
3292 | | - |
3293 | | - <dd>Put the replaced element's top left corner in the top left corner of |
3294 | | - the box. Properties in other modules may modify this behavior. (At the |
3295 | | - time of writing, a property ‘<span |
3296 | | - class=property>writing-mode</span>’ is under consideration.) |
3297 | 3287 | </dl> |
3298 | 3288 |
|
3299 | 3289 | <p>The computed value is the same as the specified value.</p> |
|
0 commit comments