Skip to content

Commit 034bee5

Browse files
committed
Reorder border-radius properties to match shorthand ordering <http://lists.w3.org/Archives/Public/www-style/2012Mar/0258.html>
1 parent 3696444 commit 034bee5

2 files changed

Lines changed: 13 additions & 12 deletions

File tree

css3-background/Overview.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +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 26 March 2012</h2>
25+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 March 2012</h2>
2626

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

30-
<dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120326">http://www.w3.org/TR/2012/ED-css3-background-20120326/</a> -->
30+
<dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120327">http://www.w3.org/TR/2012/ED-css3-background-20120327/</a> -->
3131
<a
3232
href="http://dev.w3.org/csswg/css3-background/">http://dev.w3.org/csswg/css3-background/</a>
3333

@@ -2650,10 +2650,10 @@ <h3 id=the-border-radius><span class=secno>5.1. </span>Curve Radii: the
26502650
<tr>
26512651
<th>Name:
26522652

2653-
<td><dfn id=border-top-right-radius>border-top-right-radius</dfn>, <dfn
2653+
<td> <dfn id=border-top-left-radius>border-top-left-radius</dfn>, <dfn
2654+
id=border-top-right-radius>border-top-right-radius</dfn>, <dfn
26542655
id=border-bottom-right-radius>border-bottom-right-radius</dfn>, <dfn
2655-
id=border-bottom-left-radius>border-bottom-left-radius</dfn>, <dfn
2656-
id=border-top-left-radius>border-top-left-radius</dfn>
2656+
id=border-bottom-left-radius>border-bottom-left-radius</dfn>
26572657

26582658
<tr>
26592659
<th><a href="#values">Value</a>:
@@ -5131,13 +5131,13 @@ <h2 class=no-num id=property-index> Property Index</h2>
51315131

51325132
<tr>
51335133
<th><a class=property
5134+
href="#border-top-left-radius">border-top-left-radius</a>, <a
5135+
class=property
51345136
href="#border-top-right-radius">border-top-right-radius</a>, <a
51355137
class=property
51365138
href="#border-bottom-right-radius">border-bottom-right-radius</a>, <a
51375139
class=property
5138-
href="#border-bottom-left-radius">border-bottom-left-radius</a>, <a
5139-
class=property
5140-
href="#border-top-left-radius">border-top-left-radius</a>
5140+
href="#border-bottom-left-radius">border-bottom-left-radius</a>
51415141

51425142
<td>[ &lt;length&gt; | &lt;percentage&gt; ] [ &lt;length&gt; |
51435143
&lt;percentage&gt; ]?

css3-background/Overview.src.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1845,11 +1845,12 @@ <h3 id="the-border-radius">Curve Radii: the 'border-radius' properties</h3>
18451845
<table class=propdef>
18461846
<tr>
18471847
<th>Name:
1848-
<td><dfn>border-top-right-radius</dfn>,
1848+
<td>
1849+
<dfn>border-top-left-radius</dfn>,
1850+
<dfn>border-top-right-radius</dfn>,
18491851
<dfn>border-bottom-right-radius</dfn>,
1850-
<dfn>border-bottom-left-radius</dfn>,
1851-
<dfn>border-top-left-radius</dfn>
1852-
<tr>
1852+
<dfn>border-bottom-left-radius</dfn>
1853+
<tr>
18531854
<th><a href="#values">Value</a>:
18541855
<td>[ <var>&lt;length&gt;</var> | <var>&lt;percentage&gt;</var> ] [ <var>&lt;length&gt;</var> | <var>&lt;percentage&gt;</var> ]?
18551856
<tr>

0 commit comments

Comments
 (0)