8000 fix typo · w3c/csswg-drafts@211fabb · GitHub
Skip to content

Commit 211fabb

Browse files
committed
fix typo
1 parent 6841910 commit 211fabb

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

css3-background/Overview.html

Lines changed: 5 additions & 6 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 15 December
26-
2010</h2>
25+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 January 2011</h2>
2726

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

31-
<dd><!--<a href="http://www.w3.org/TR/2010/WD-css3-background-20101215">http://www.w3.org/TR/2010/ED-css3-background-20101215</a>-->
30+
<dd><!--<a href="http://www.w3.org/TR/2011/WD-css3-background-20110108">http://www.w3.org/TR/2011/ED-css3-background-20110108</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 15 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; 2010 <a
61+
rel=license>Copyright</a> &copy; 2011 <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
@@ -2886,8 +2885,8 @@ <h2 id=border-images><span class=secno>6. </span>Border Images</h2>
28862885
<p class=caption>The &lsquo;<a href="#border-image-source"><code
28872886
class=property>border-image-source</code></a>&rsquo; image, with the
28882887
four &lsquo;<a href="#border-image-slice"><code
2889-
class=property>border-image-slice</code></a>&rsquo; cuts at 124px diving
2890-
the image into nine parts.</p>
2888+
class=property>border-image-slice</code></a>&rsquo; cuts at 124px
2889+
dividing the image into nine parts.</p>
28912890
</div>
28922891

28932892
<p>The rest of the border properties then interact to lay out the tiles as

css3-background/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2115,7 +2115,7 @@ <h2 id="border-images">Border Images</h2>
21152115
side slices, and a small center square.">
21162116

21172117
<p class="caption">The 'border-image-source' image, with the four
2118-
'border-image-slice' cuts at 124px diving the image into nine parts.</p>
2118+
'border-image-slice' cuts at 124px dividing the image into nine parts.</p>
21192119
</div>
21202120

21212121
<p>The rest of the border properties then interact to lay out the

0 commit comments

Comments
 (0)