Skip to content

Commit becb2d4

Browse files
committed
remove 'auto' value of image-position
1 parent 9202269 commit becb2d4

2 files changed

Lines changed: 11 additions & 26 deletions

File tree

css3-page/Overview.html

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@
8787

8888
<h1 id=css-paged>CSS Paged Media Module Level 3</h1>
8989

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>
9191

9292
<dl>
9393
<dt>This version:
9494

9595
<dd><a
9696
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> -->
9898

9999
<dt>Latest version:
100100

@@ -179,8 +179,8 @@ <h2 class="no-num no-toc" id=status>Status of this Document</h2>
179179
<!--end-status-->
180180
<p>This document contains the <abbr title="Cascading Style
181181
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>
184184

185185
<p>Relative to the previous Last Call Working Draft, this version
186186
incorporates changes to the formerly named &lsquo;<span
@@ -3177,7 +3177,7 @@ <h2 id=img-fit-img-posn><span class=secno>8. </span>The &lsquo;<a
31773177
class=noxref href="/TR/CSS21/syndata.html#value-def-length"><span
31783178
class=value-inst-length>&lt;length&gt;</span></a> | top | center |
31793179
bottom ]? ] | [ [ left | center | right ] || [ top | center | bottom
3180-
] ] | auto
3180+
] ]
31813181

31823182
<tr>
31833183
<th>Initial:
@@ -3214,12 +3214,9 @@ <h2 id=img-fit-img-posn><span class=secno>8. </span>The &lsquo;<a
32143214
href="#propdef-image-posn">image-position</a>&rsquo; property determines
32153215
the alignment of the replaced element inside its box. The values have
32163216
the same meaning as the values for the &lsquo;<span
3217-
class=property>background-position</span>&rsquo; property, with the
3218-
addition of the value &lsquo;<span class=property>auto</span>&rsquo;.
3219-
See <a
3217+
class=property>background-position</span>&rsquo; property. See <a
32203218
href="/TR/CSS21/colors.html#propdef-background-position">background-position</a>
3221-
for a detailed description of values other than &lsquo;<span
3222-
class=property>auto</span>&rsquo;.</p>
3219+
of these values.</p>
32233220

32243221
<dl>
32253222
<dt>&lt;percentage&gt; &lt;percentage&gt;
@@ -3287,13 +3284,6 @@ <h2 id=img-fit-img-posn><span class=secno>8. </span>The &lsquo;<a
32873284
class=css>right bottom</code>&rsquo;
32883285

32893286
<dd>Same as &lsquo;<code class=css>100% 100%</code>&rsquo;.
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 &lsquo;<span
3296-
class=property>writing-mode</span>&rsquo; is under consideration.)
32973287
</dl>
32983288

32993289
<p>The computed value is the same as the specified value.</p>

css3-page/Overview.src.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2217,7 +2217,7 @@ <h2 id="img-fit-img-posn">The 'image-fit' and 'image-position' Properties</h2>
22172217
<th>Value:
22182218
<td>[ [ <a class="noxref" href="/TR/CSS21/syndata.html#value-def-percentage"><span class="value-inst-percentage">&lt;percentage&gt;</span></a> | <a class="noxref" href="/TR/CSS21/syndata.html#value-def-length"><span class="value-inst-length">&lt;length&gt;</span></a> | left | center | right ] [
22192219
<a class="noxref" href="/TR/CSS21/syndata.html#value-def-percentage"><span class="value-inst-percentage">&lt;percentage&gt;</span></a> | <a class="noxref" href="/TR/CSS21/syndata.html#value-def-length"><span class="value-inst-length">&lt;length&gt;</span></a> | top | center | bottom ]? ] | [
2220-
[ left | center | right ] || [ top | center | bottom ] ] | auto
2220+
[ left | center | right ] || [ top | center | bottom ] ]
22212221
<tr>
22222222
<th>Initial:
22232223
<td>50% 50%
@@ -2240,9 +2240,9 @@ <h2 id="img-fit-img-posn">The 'image-fit' and 'image-position' Properties</h2>
22402240

22412241
<p>The 'image-position' property determines the alignment of the replaced element
22422242
inside its box. The values have the same meaning as the values for the
2243-
'background-position' property, with the addition of the value 'auto'. See
2244-
<a href="/TR/CSS21/colors.html#propdef-background-position">background-position</a> for
2245-
a detailed description of values other than 'auto'.</p>
2243+
'background-position' property. See
2244+
<a href="/TR/CSS21/colors.html#propdef-background-position">background-position</a>
2245+
of these values.</p>
22462246

22472247
<dl>
22482248

@@ -2284,11 +2284,6 @@ <h2 id="img-fit-img-posn">The 'image-fit' and 'image-position' Properties</h2>
22842284

22852285
<dt>'bottom right', 'right bottom'</dt>
22862286
<dd>Same as '100% 100%'.</dd>
2287-
2288-
<dt><dfn title="auto!!value of 'fit-position'">auto</dfn></dt>
2289-
<dd>Put the replaced element's top left corner in the top left corner of the box.
2290-
Properties in other modules may modify this behavior. (At the time of writing,
2291-
a property 'writing-mode' is under consideration.)</dd>
22922287
</dl>
22932288

22942289
<p>The computed value is the same as the specified value.</p>

0 commit comments

Comments
 (0)