Skip to content

Commit b02b68c

Browse files
committed
box-width property should be box-sizing in example <http://lists.w3.org/Archives/Public/www-style/2010Jan/0565.html>
1 parent 383bb3b commit b02b68c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

css3-background/Overview.html

Lines changed: 4 additions & 4 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 27 January
25+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 January
2626
2010</h2>
2727

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

31-
<dd><!--<a href="http://www.w3.org/TR/2010/CR-css3-background-20100127">http://www.w3.org/TR/2010/ED-css3-background-20100127</a>-->
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>-->
3232
<a
3333
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
3434

@@ -2559,7 +2559,7 @@ <h4 id=corner-overlap><span class=secno>4.4.4. </span>Overlapping Curves</h4>
25592559
href="#reduced-radius">figure below</a> might be the result of
25602560

25612561
<pre>
2562-
box-width: border-box;
2562+
box-sizing: border-box;
25632563
width: 6em;
25642564
height: 2.5em;
25652565
border-radius: 0.5em 2em 0.5em 2em
@@ -2569,7 +2569,7 @@ <h4 id=corner-overlap><span class=secno>4.4.4. </span>Overlapping Curves</h4>
25692569
2.5em). However, if the height is only 2em,
25702570

25712571
<pre>
2572-
box-width: border-box;
2572+
box-sizing: border-box;
25732573
width: 6em;
25742574
height: 2em;
25752575
border-radius: 0.5em 2em 0.5em 2em

css3-background/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1860,15 +1860,15 @@ <h4 id="corner-overlap">Overlapping Curves</h4>
18601860
href="#reduced-radius">figure below</a> might be the
18611861
result of
18621862
<pre>
1863-
box-width: border-box;
1863+
box-sizing: border-box;
18641864
width: 6em;
18651865
height: 2.5em;
18661866
border-radius: 0.5em 2em 0.5em 2em
18671867
</pre>
18681868
<p>The height (2.5em) is enough for the specified radii (0.5em plus
18691869
2.5em). However, if the height is only 2em,
18701870
<pre>
1871-
box-width: border-box;
1871+
box-sizing: border-box;
18721872
width: 6em;
18731873
height: 2em;
18741874
border-radius: 0.5em 2em 0.5em 2em

0 commit comments

Comments
 (0)