|
22 | 22 |
|
23 | 23 | <h1>CSS Backgrounds and Borders Module Level 3</h1> |
24 | 24 |
|
25 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 22 April 2009</h2> |
| 25 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 April 2009</h2> |
26 | 26 |
|
27 | 27 | <dl> |
28 | 28 | <dt>This version: |
29 | 29 |
|
30 | | - <dd><!-- <a href="http://www.w3.org/TR/2009/WD-css3-background-20090422">http://www.w3.org/TR/2009/WD-css3-background-20090422</a></dd> --> |
| 30 | + <dd><!-- <a href="http://www.w3.org/TR/2009/WD-css3-background-20090423">http://www.w3.org/TR/2009/WD-css3-background-20090423</a></dd> --> |
31 | 31 | <a |
32 | 32 | href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a> |
33 | 33 |
|
@@ -1766,7 +1766,7 @@ <h3 id=the-background-shorthand-property><span class=secno>3.11 </span>The |
1766 | 1766 | if both are present. |
1767 | 1767 |
|
1768 | 1768 | <pre |
1769 | | - class=prod><dfn id=ltfinal-bg-layergt><var><final-bg-layer></var></dfn> = <var><a href="#ltbg-imagegt"><'bg-image'></a></var> || <var><a href="#ltbg-positiongt"><bg-position></a></var> || / <var><a href="#ltbg-sizegt"><bg-size></a></var> || <var><a href="#ltrepeatgt"><repeat></a></var> || <var><a href="#ltattachmentgt"><attachment></a></var> || <var><a href="#ltbg-origingt"><bg-origin></a></var> || no-clip || <var><'background-color'></var></pre> |
| 1769 | + class=prod><dfn id=ltfinal-bg-layergt><var><final-bg-layer></var></dfn> = <var><a href="#ltbg-imagegt"><bg-image></a></var> || <var><a href="#ltbg-positiongt"><bg-position></a></var> || / <var><a href="#ltbg-sizegt"><bg-size></a></var> || <var><a href="#ltrepeatgt"><repeat></a></var> || <var><a href="#ltattachmentgt"><attachment></a></var> || <var><a href="#ltbg-origingt"><bg-origin></a></var> || no-clip || <var><'background-color'></var></pre> |
1770 | 1770 |
|
1771 | 1771 | <p>where ‘<code class=css>/ <var><a |
1772 | 1772 | href="#ltbg-sizegt"><bg-size></a></var></code>’ must occur |
@@ -2456,9 +2456,10 @@ <h3 id=the-border-image-property><span class=secno>4.4 </span>The |
2456 | 2456 | <p>The desired features seem to be: |
2457 | 2457 |
|
2458 | 2458 | <ol> |
2459 | | - <li>If there is a border image, the ‘<code class=property><a |
2460 | | - href="#border-style">border-style</a></code>’ is ignored (i.e., |
2461 | | - drawn as if it were ‘<code class=css>none</code>’) |
| 2459 | + <li>If there is a border image, the border specified by ‘<code |
| 2460 | + class=property><a href="#border-style">border-style</a></code>’ |
| 2461 | + and ‘<code class=property><a |
| 2462 | + href="#border-color">border-color</a></code>’ is not drawn. |
2462 | 2463 |
|
2463 | 2464 | <li>The border is specified with nine images – A single image with |
2464 | 2465 | four cuts seems handy and compact. |
|
0 commit comments