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 ‘<code
659659
660660 < dd > Equivalent to ‘< code class =css > repeat repeat</ code > ’.
661661
662- < dt > ‘< code class =css > no-repeat</ code > ’
663-
664- < dd > Equivalent to ‘< code class =css > no-repeat
665- no-repeat</ code > ’
666-
667662 < dt > ‘< code class =css > space</ code > ’
668663
669664 < dd > Equivalent to ‘< code class =css > space space</ code > ’
670665
671666 < dt > ‘< code class =css > round</ code > ’
672667
673668 < dd > Equivalent to ‘< code class =css > round round</ code > ’
669+
670+ < dt > ‘< code class =css > no-repeat</ code > ’
671+
672+ < dd > Equivalent to ‘< code class =css > no-repeat
673+ no-repeat</ code > ’
674674 </ dl >
675675
676676 < p > If a < var > < a href ="#ltrepeat-stylegt "> <repeat-style></ a > </ var >
@@ -685,11 +685,6 @@ <h3 id=the-background-repeat><span class=secno>3.4. </span>The ‘<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 "> ‘< code class =css > no-repeat</ code > ’</ 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 "> ‘< code class =css > space</ code > ’</ dfn >
695690
@@ -718,6 +713,11 @@ <h3 id=the-background-repeat><span class=secno>3.4. </span>The ‘<code
718713 href ="#background-size "> background-size</ a > </ code > ’. 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 "> ‘< code class =css > no-repeat</ code > ’</ 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 ‘< code
0 commit comments