Skip to content

Commit 01d1138

Browse files
committed
fix stray 'not' in final-bg-layer definition http://lists.w3.org/Archives/Public/www-style/2010Jan/0174.html
1 parent 249bb7d commit 01d1138

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

css3-background/Overview.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +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 14 December
26-
2009</h2>
25+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 7 January 2010</h2>
2726

2827
<dl>
2928
<dt>This version:
3029

31-
<dd><!--<a href="http://www.w3.org/TR/2009/CR-css3-background-20091214">http://www.w3.org/TR/2009/ED-css3-background-20091214</a>-->
30+
<dd><!--<a href="http://www.w3.org/TR/2010/CR-css3-background-20100107">http://www.w3.org/TR/2010/ED-css3-background-20100107</a>-->
3231
<a
3332
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
3433

@@ -59,7 +58,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 14 December
5958
<!--begin-copyright-->
6059
<p class=copyright><a
6160
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
62-
rel=license>Copyright</a> &copy; 2009 <a
61+
rel=license>Copyright</a> &copy; 2010 <a
6362
href="http://www.w3.org/"><acronym title="World Wide Web
6463
Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
6564
href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute
@@ -1621,7 +1620,7 @@ <h3 id=the-background><span class=secno>3.10. </span>The &lsquo;<code
16211620

16221621
<p>where &lsquo;<code class=css><a
16231622
href="#ltbg-positiongt"><var>&lt;bg-position&gt;</var></a></code>&rsquo;
1624-
must not occur before &lsquo;<code class=css>/ <var><a
1623+
must occur before &lsquo;<code class=css>/ <var><a
16251624
href="#ltbg-sizegt">&lt;bg-size&gt;</a></var></code>&rsquo; if both are
16261625
present.
16271626

css3-background/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ <h3 id="the-background">The 'background' shorthand property</h3>
11351135

11361136
<pre class=prod><dfn><var>&lt;final-bg-layer&gt;</var></dfn> = <var>&lt;bg-image&gt;</var> || <var>&lt;bg-position&gt;</var> || / <var>&lt;bg-size&gt;</var> || <var>&lt;repeat-style&gt;</var> || <var>&lt;attachment&gt;</var> || <var>&lt;bg-origin&gt;</var> || <var>&lt;'background-color'&gt;</var></pre>
11371137

1138-
<p>where ''<var>&lt;bg-position&gt;</var>'' must not occur before
1138+
<p>where ''<var>&lt;bg-position&gt;</var>'' must occur before
11391139
''/ <var>&lt;bg-size&gt;</var>'' if both are present.
11401140

11411141
<p class=note>Note that a color is permitted in

0 commit comments

Comments
 (0)