Skip to content

Commit 6ede388

Browse files
committed
fix computed value line for border-radius to accept percentages
1 parent 7963869 commit 6ede388

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-background/Overview.html

Lines changed: 3 additions & 3 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 7 October 2009</h2>
25+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 October 2009</h2>
2626

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

30-
<dd><!-- <a href="http://www.w3.org/TR/2009/WD-css3-background-20091007">http://www.w3.org/TR/2009/WD-css3-background-20091007</a></dd> -->
30+
<dd><!-- <a href="http://www.w3.org/TR/2009/WD-css3-background-20091008">http://www.w3.org/TR/2009/WD-css3-background-20091008</a></dd> -->
3131
<a
3232
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
3333

@@ -2300,7 +2300,7 @@ <h3 id=the-border-radius><span class=secno>4.4 </span>The &lsquo;<code
23002300
<tr>
23012301
<th>Computed value:
23022302

2303-
<td>two absolute &lt;length&gt;s
2303+
<td>two absolute &lt;length&gt; or percentages
23042304
</table>
23052305

23062306
<table class=propdef>

css3-background/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1650,7 +1650,7 @@ <h3 id="the-border-radius">The 'border-radius' properties</h3>
16501650
<td>visual
16511651
<tr>
16521652
<th>Computed value:
1653-
<td>two absolute &lt;length&gt;s
1653+
<td>two absolute &lt;length&gt; or percentages
16541654
</table>
16551655

16561656
<table class=propdef>

0 commit comments

Comments
 (0)