Skip to content

Commit b573160

Browse files
committed
Generated. Do not edit!
1 parent d13cca1 commit b573160

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

css3-background/Overview.html

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

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

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> -->
3131
<a
3232
href="http://dev.w3.org/csswg/css3-background">http://dev.w3.org/csswg/css3-background</a>
3333

@@ -1766,7 +1766,7 @@ <h3 id=the-background-shorthand-property><span class=secno>3.11 </span>The
17661766
if both are present.
17671767

17681768
<pre
1769-
class=prod><dfn id=ltfinal-bg-layergt><var>&lt;final-bg-layer&gt;</var></dfn> = <var><a href="#ltbg-imagegt">&lt;'bg-image'&gt;</a></var> || <var><a href="#ltbg-positiongt">&lt;bg-position&gt;</a></var> || / <var><a href="#ltbg-sizegt">&lt;bg-size&gt;</a></var> || <var><a href="#ltrepeatgt">&lt;repeat&gt;</a></var> || <var><a href="#ltattachmentgt">&lt;attachment&gt;</a></var> || <var><a href="#ltbg-origingt">&lt;bg-origin&gt;</a></var> || no-clip || <var>&lt;'background-color'&gt;</var></pre>
1769+
class=prod><dfn id=ltfinal-bg-layergt><var>&lt;final-bg-layer&gt;</var></dfn> = <var><a href="#ltbg-imagegt">&lt;bg-image&gt;</a></var> || <var><a href="#ltbg-positiongt">&lt;bg-position&gt;</a></var> || / <var><a href="#ltbg-sizegt">&lt;bg-size&gt;</a></var> || <var><a href="#ltrepeatgt">&lt;repeat&gt;</a></var> || <var><a href="#ltattachmentgt">&lt;attachment&gt;</a></var> || <var><a href="#ltbg-origingt">&lt;bg-origin&gt;</a></var> || no-clip || <var>&lt;'background-color'&gt;</var></pre>
17701770

17711771
<p>where &lsquo;<code class=css>/ <var><a
17721772
href="#ltbg-sizegt">&lt;bg-size&gt;</a></var></code>&rsquo; must occur
@@ -2456,9 +2456,10 @@ <h3 id=the-border-image-property><span class=secno>4.4 </span>The
24562456
<p>The desired features seem to be:
24572457

24582458
<ol>
2459-
<li>If there is a border image, the &lsquo;<code class=property><a
2460-
href="#border-style">border-style</a></code>&rsquo; is ignored (i.e.,
2461-
drawn as if it were &lsquo;<code class=css>none</code>&rsquo;)
2459+
<li>If there is a border image, the border specified by &lsquo;<code
2460+
class=property><a href="#border-style">border-style</a></code>&rsquo;
2461+
and &lsquo;<code class=property><a
2462+
href="#border-color">border-color</a></code>&rsquo; is not drawn.
24622463

24632464
<li>The border is specified with nine images &ndash; A single image with
24642465
four cuts seems handy and compact.

0 commit comments

Comments
 (0)