File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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;
25632563width: 6em;
25642564height: 2.5em;
25652565border-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;
25732573width: 6em;
25742574height: 2em;
25752575border-radius: 0.5em 2em 0.5em 2em
Original file line number Diff line number Diff line change @@ -1860,15 +1860,15 @@ <h4 id="corner-overlap">Overlapping Curves</h4>
18601860href ="#reduced-radius "> figure below</ a > might be the
18611861result of
18621862< pre >
1863- box-width : border-box;
1863+ box-sizing : border-box;
18641864width: 6em;
18651865height: 2.5em;
18661866border-radius: 0.5em 2em 0.5em 2em
18671867</ pre >
18681868< p > The height (2.5em) is enough for the specified radii (0.5em plus
186918692.5em). However, if the height is only 2em,
18701870< pre >
1871- box-width : border-box;
1871+ box-sizing : border-box;
18721872width: 6em;
18731873height: 2em;
18741874border-radius: 0.5em 2em 0.5em 2em
You can’t perform that action at this time.
0 commit comments