Skip to content

Commit 00386a2

Browse files
committed
Make order of keywords in background-repeat grammar and description match
1 parent e4a43b3 commit 00386a2

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

css3-background/Overview.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
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 28 January
25+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 February
2626
2010</h2>
2727

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

31-
<dd><!--<a href="http://www.w3.org/TR/2010/CR-css3-background-20100128">http://www.w3.org/TR/2010/ED-css3-background-20100128</a>-->
31+
<dd><!--<a href="http://www.w3.org/TR/2010/CR-css3-background-20100224">http://www.w3.org/TR/2010/ED-css3-background-20100224</a>-->
3232
<a
3333
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
3434

@@ -659,18 +659,18 @@ <h3 id=the-background-repeat><span class=secno>3.4. </span>The &lsquo;<code
659659

660660
<dd> Equivalent to &lsquo;<code class=css>repeat repeat</code>&rsquo;.
661661

662-
<dt>&lsquo;<code class=css>no-repeat</code>&rsquo;
663-
664-
<dd> Equivalent to &lsquo;<code class=css>no-repeat
665-
no-repeat</code>&rsquo;
666-
667662
<dt>&lsquo;<code class=css>space</code>&rsquo;
668663

669664
<dd> Equivalent to &lsquo;<code class=css>space space</code>&rsquo;
670665

671666
<dt>&lsquo;<code class=css>round</code>&rsquo;
672667

673668
<dd> Equivalent to &lsquo;<code class=css>round round</code>&rsquo;
669+
670+
<dt>&lsquo;<code class=css>no-repeat</code>&rsquo;
671+
672+
<dd> Equivalent to &lsquo;<code class=css>no-repeat
673+
no-repeat</code>&rsquo;
674674
</dl>
675675

676676
<p>If a <var><a href="#ltrepeat-stylegt">&lt;repeat-style&gt;</a></var>
@@ -685,11 +685,6 @@ <h3 id=the-background-repeat><span class=secno>3.4. </span>The &lsquo;<code
685685
the <a class=index href="#background-painting-area"
686686
id=background-painting-area.>background painting area.</a>
687687

688-
<dt><dfn id=no-repeat title="''no-repeat''!!'background-repeat'
689-
value">&lsquo;<code class=css>no-repeat</code>&rsquo;</dfn>
690-
691-
<dd> The image is placed once and not repeated in this direction.
692-
693688
<dt><dfn id=space title="''space''!!'background-repeat'
694689
value">&lsquo;<code class=css>space</code>&rsquo;</dfn>
695690

@@ -718,6 +713,11 @@ <h3 id=the-background-repeat><span class=secno>3.4. </span>The &lsquo;<code
718713
href="#background-size">background-size</a></code>&rsquo;. If the
719714
background painting area is larger than the background positioning area,
720715
then the pattern repeats to fill the background painting area.
716+
717+
<dt><dfn id=no-repeat title="''no-repeat''!!'background-repeat'
718+
value">&lsquo;<code class=css>no-repeat</code>&rsquo;</dfn>
719+
720+
<dd> The image is placed once and not repeated in this direction.
721721
</dl>
722722

723723
<p>Unless one of the two keywords is &lsquo;<code

css3-background/Overview.src.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -359,17 +359,17 @@ <h3 id="the-background-repeat">The 'background-repeat' property</h3>
359359
<dd>
360360
Equivalent to ''repeat repeat''.
361361

362-
<dt>''no-repeat''
363-
<dd>
364-
Equivalent to ''no-repeat no-repeat''
365-
366362
<dt>''space''
367363
<dd>
368364
Equivalent to ''space space''
369365

370366
<dt>''round''
371367
<dd>
372368
Equivalent to ''round round''
369+
370+
<dt>''no-repeat''
371+
<dd>
372+
Equivalent to ''no-repeat no-repeat''
373373
</dl>
374374

375375
<p>If a <var>&lt;repeat-style&gt;</var> value has two keywords, the first
@@ -382,10 +382,6 @@ <h3 id="the-background-repeat">The 'background-repeat' property</h3>
382382
The image is repeated in this direction as often as needed to cover
383383
the <span class=index>background painting area.</span>
384384

385-
<dt><dfn title="''no-repeat''!!'background-repeat' value">''no-repeat''</dfn>
386-
<dd>
387-
The image is placed once and not repeated in this direction.
388-
389385
<dt><dfn title="''space''!!'background-repeat' value">''space''</dfn>
390386
<dd>
391387
The image is repeated as often as will fit within the
@@ -408,6 +404,10 @@ <h3 id="the-background-repeat">The 'background-repeat' property</h3>
408404
See the formula under 'background-size'. If the background
409405
painting area is larger than the background positioning area, then
410406
the pattern repeats to fill the background painting area.
407+
408+
<dt><dfn title="''no-repeat''!!'background-repeat' value">''no-repeat''</dfn>
409+
<dd>
410+
The image is placed once and not repeated in this direction.
411411
</dl>
412412

413413
<p>Unless one of the two keywords is ''no-repeat'', the

0 commit comments

Comments
 (0)