Skip to content

Commit f2a9565

Browse files
committed
Clarify that border-image-width numbers are multiples of the *computed* border-width <http://lists.w3.org/Archives/Public/www-style/2010Sep/0065.html>
1 parent cc40594 commit f2a9565

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,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 01 September
25+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 September
2626
2010</h2>
2727

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

31-
<dd><!--<a href="http://www.w3.org/TR/2010/WD-css3-background-20100901">http://www.w3.org/TR/2010/ED-css3-background-20100901</a>-->
31+
<dd><!--<a href="http://www.w3.org/TR/2010/WD-css3-background-20100902">http://www.w3.org/TR/2010/ED-css3-background-20100902</a>-->
3232
<a
3333
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
3434

@@ -3155,7 +3155,7 @@ <h3 id=the-border-image-width><span class=secno>6.3. </span>The &lsquo;<a
31553155

31563156
<dt><var>&lt;number&gt;</var>
31573157

3158-
<dd>Numbers represent multiples of the corresponding <a
3158+
<dd>Numbers represent multiples of the corresponding computed <a
31593159
href="#the-border-width">border-width</a>.
31603160

31613161
<dt><dfn id=auto0 title="''auto''!!'border-image-width'

css3-background/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2305,7 +2305,7 @@ <h3 id="the-border-image-width">The 'border-image-width' property</h3>
23052305
area for horizontal offsets, the height for vertical offsets.
23062306

23072307
<dt><var>&lt;number&gt;</var>
2308-
<dd>Numbers represent multiples of the corresponding
2308+
<dd>Numbers represent multiples of the corresponding computed
23092309
<a href="#the-border-width">border-width</a>.
23102310

23112311
<dt><dfn title="''auto''!!'border-image-width' value">''auto''</dfn>

0 commit comments

Comments
 (0)