Skip to content

Commit 534b8a4

Browse files
committed
absolute value -> absolute length
1 parent a63f94c commit 534b8a4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-background/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222

2323
<h1>CSS Backgrounds and Borders Module Level 3</h1>
2424

25-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 March 2010</h2>
25+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 March 2010</h2>
2626

2727
<dl>
2828
<dt>This version:
2929

30-
<dd><!--<a href="http://www.w3.org/TR/2010/CR-css3-background-20100322">http://www.w3.org/TR/2010/ED-css3-background-20100322</a>-->
30+
<dd><!--<a href="http://www.w3.org/TR/2010/CR-css3-background-20100323">http://www.w3.org/TR/2010/ED-css3-background-20100323</a>-->
3131
<a
3232
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
3333

@@ -967,7 +967,7 @@ <h3 id=the-background-position><span class=secno>3.6. </span>The
967967
<th>Computed value:
968968

969969
<td>If one or two values are specified, for a &lt;length&gt; the
970-
absolute value, otherwise a percentage. If three or four values are
970+
absolute length, otherwise a percentage. If three or four values are
971971
specified, two pairs of a keyword plus a length or percentage.
972972
</table>
973973

css3-background/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ <h3 id="the-background-position">The 'background-position' property</h3>
598598
<tr>
599599
<th>Computed value:
600600
<td>If one or two values are specified, for a &lt;length&gt; the
601-
absolute value, otherwise a percentage. If three or four values
601+
absolute length, otherwise a percentage. If three or four values
602602
are specified, two pairs of a keyword plus a length or percentage.
603603
</table>
604604

0 commit comments

Comments
 (0)