Skip to content

Commit b7a97ed

Browse files
committed
[css-backgrounds] Clarify computed value of border-*-radius
1 parent 95e8faf commit b7a97ed

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

css-backgrounds/Overview.html

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<meta content="CSS Backgrounds and Borders Module Level 3"
1313
name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2013-12-25 name=dcterms.date>
15+
<meta content=2013-12-26 name=dcterms.date>
1616
<meta content="Bert Bos" name=dcterms.creator>
1717
<meta content="Elika J. Etemad" name=dcterms.creator>
1818
<meta content="Brad Kemper" name=dcterms.creator>
@@ -42,12 +42,12 @@
4242

4343
<h1>CSS Backgrounds and Borders Module Level 3</h1>
4444

45-
<h2 class="no-num no-toc">Editor's Draft 25 December 2013</h2>
45+
<h2 class="no-num no-toc">Editor's Draft 26 December 2013</h2>
4646

4747
<dl>
4848
<dt>This version:
4949

50-
<dd><!-- <a href="http://www.w3.org/TR/2013/CR-css3-background-20131225/">http://dev.w3.org/csswg/css3-background/</a> -->
50+
<dd><!-- <a href="http://www.w3.org/TR/2013/CR-css3-background-20131226/">http://dev.w3.org/csswg/css3-background/</a> -->
5151
<a
5252
href="http://dev.w3.org/csswg/css3-background/">http://dev.w3.org/csswg/css3-background/</a>
5353

@@ -613,7 +613,7 @@ <h3 id=the-background-color><span class=secno>3.2. </span>Base Color: the
613613
<th>Animatable:
614614

615615
<td>as <a
616-
href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a>
616+
href="http://www.w3.org/TR/css3-transitions/#animtype-color">color</a>
617617
</table>
618618

619619
<p>This property sets the <span class=index id=background-color0
@@ -1137,11 +1137,11 @@ <h3 id=the-background-position><span class=secno>3.6. </span>Positioning
11371137
<th>Animatable:
11381138

11391139
<td>as <a
1140-
href="http://dev.w3.org/csswg/css3-transitions/#animtype-repeatable-list">repeatable
1140+
href="http://www.w3.org/TR/css3-transitions/#animtype-repeatable-list">repeatable
11411141
list</a> of <a
1142-
href="http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list">simple
1142+
href="http://www.w3.org/TR/css3-transitions/#animtype-simple-list">simple
11431143
list</a> of <a
1144-
href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length,
1144+
href="http://www.w3.org/TR/css3-transitions/#animtype-lpcalc">length,
11451145
percentage, or calc</a>
11461146
</table>
11471147

@@ -1579,11 +1579,11 @@ <h3 id=the-background-size><span class=secno>3.9. </span>Sizing Images: the
15791579
<th>Animatable:
15801580

15811581
<td>as <a
1582-
href="http://dev.w3.org/csswg/css3-transitions/#animtype-repeatable-list">repeatable
1582+
href="http://www.w3.org/TR/css3-transitions/#animtype-repeatable-list">repeatable
15831583
list</a> of <a
1584-
href="http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list">simple
1584+
href="http://www.w3.org/TR/css3-transitions/#animtype-simple-list">simple
15851585
list</a> of <a
1586-
href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length,
1586+
href="http://www.w3.org/TR/css3-transitions/#animtype-lpcalc">length,
15871587
percentage, or calc</a> (<span class=note>This means keyword values are
15881588
not animatable.</span>)
15891589
</table>
@@ -2112,7 +2112,7 @@ <h3 id=the-border-color><span class=secno>4.1. </span>Line Colors: the
21122112
<th>Animatable:
21132113

21142114
<td>as <a
2115-
href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a>
2115+
href="http://www.w3.org/TR/css3-transitions/#animtype-color">color</a>
21162116
</table>
21172117

21182118
<table class=propdef>
@@ -2430,7 +2430,7 @@ <h3 id=the-border-width><span class=secno>4.3. </span>Line Thickness: the
24302430
<th>Animatable:
24312431

24322432
<td>as <a
2433-
href="http://dev.w3.org/csswg/css3-transitions/#animtype-length">length</a>
2433+
href="http://www.w3.org/TR/css3-transitions/#animtype-length">length</a>
24342434
</table>
24352435

24362436
<table class=propdef>
@@ -2747,8 +2747,8 @@ <h3 id=the-border-radius><span class=secno>5.1. </span>Curve Radii: the
27472747
<tr>
27482748
<th>Animatable:
27492749

2750-
<td>as <a
2751-
href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length,
2750+
<td>as two values of <a
2751+
href="http://www.w3.org/TR/css3-transitions/#animtype-lpcalc">length,
27522752
percentage, or calc</a>
27532753
</table>
27542754

@@ -3889,7 +3889,7 @@ <h3 id=the-box-shadow><span class=secno>7.1. </span>Drop Shadows: the ‘<a
38893889
<th>Animatable:
38903890

38913891
<td>as <a
3892-
href="http://dev.w3.org/csswg/css3-transitions/#animtype-shadow-list">shadow
3892+
href="http://www.w3.org/TR/css3-transitions/#animtype-shadow-list">shadow
38933893
list</a>
38943894
</table>
38953895

css-backgrounds/Overview.src.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ <h3 id="the-background-color">Base Color: the 'background-color' property</h3>
282282
<td>the computed color
283283
<tr>
284284
<th>Animatable:
285-
<td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a>
285+
<td>as <a href="http://www.w3.org/TR/css3-transitions/#animtype-color">color</a>
286286
</table>
287287

288288
<p>This property sets the <span class=index
@@ -690,7 +690,7 @@ <h3 id="the-background-position">Positioning Images: the 'background-position' p
690690
each given as a combination of an absolute length and a percentage
691691
<tr>
692692
<th>Animatable:
693-
<td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-repeatable-list">repeatable list</a> of <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list">simple list</a> of <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length, percentage, or calc</a>
693+
<td>as <a href="http://www.w3.org/TR/css3-transitions/#animtype-repeatable-list">repeatable list</a> of <a href="http://www.w3.org/TR/css3-transitions/#animtype-simple-list">simple list</a> of <a href="http://www.w3.org/TR/css3-transitions/#animtype-lpcalc">length, percentage, or calc</a>
694694
</table>
695695

696696
<p>If background images have been specified, this property specifies
@@ -1022,7 +1022,7 @@ <h3 id="the-background-size">Sizing Images: the 'background-size' property</h3>
10221022
<td>as specified, but with lengths made absolute
10231023
<tr>
10241024
<th>Animatable:
1025-
<td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-repeatable-list">repeatable list</a> of <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-simple-list">simple list</a> of <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length, percentage, or calc</a>
1025+
<td>as <a href="http://www.w3.org/TR/css3-transitions/#animtype-repeatable-list">repeatable list</a> of <a href="http://www.w3.org/TR/css3-transitions/#animtype-simple-list">simple list</a> of <a href="http://www.w3.org/TR/css3-transitions/#animtype-lpcalc">length, percentage, or calc</a>
10261026
(<span class="note">This means keyword values are not animatable.</span>)
10271027
</table>
10281028

@@ -1462,7 +1462,7 @@ <h3 id="the-border-color">Line Colors: the 'border-color' properties</h3>
14621462
<td>the computed color
14631463
<tr>
14641464
<th>Animatable:
1465-
<td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-color">color</a>
1465+
<td>as <a href="http://www.w3.org/TR/css3-transitions/#animtype-color">color</a>
14661466
</table>
14671467

14681468
<table class="propdef">
@@ -1689,7 +1689,7 @@ <h3 id="the-border-width">Line Thickness: the 'border-width' properties</h3>
16891689
<td>absolute length; '0' if the border style is 'none' or 'hidden'
16901690
<tr>
16911691
<th>Animatable:
1692-
<td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-length">length</a>
1692+
<td>as <a href="http://www.w3.org/TR/css3-transitions/#animtype-length">length</a>
16931693
</table>
16941694

16951695
<table class="propdef">
@@ -1915,7 +1915,7 @@ <h3 id="the-border-radius">Curve Radii: the 'border-radius' properties</h3>
19151915
<td>two absolute &lt;length&gt; or percentages
19161916
<tr>
19171917
<th>Animatable:
1918-
<td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-lpcalc">length, percentage, or calc</a>
1918+
<td>as two values of <a href="http://www.w3.org/TR/css3-transitions/#animtype-lpcalc">length, percentage, or calc</a>
19191919
</table>
19201920

19211921
<table class=propdef>
@@ -2785,7 +2785,7 @@ <h3 id="the-box-shadow">Drop Shadows: the 'box-shadow' property</h3>
27852785
<td>any &lt;length&gt; made absolute; any specified color computed; otherwise as specified
27862786
<tr>
27872787
<th>Animatable:
2788-
<td>as <a href="http://dev.w3.org/csswg/css3-transitions/#animtype-shadow-list">shadow list</a>
2788+
<td>as <a href="http://www.w3.org/TR/css3-transitions/#animtype-shadow-list">shadow list</a>
27892789
</table>
27902790

27912791
<p>The 'box-shadow' property attaches one or more drop-shadows to the box.

0 commit comments

Comments
 (0)