Skip to content

Commit 6a14ce8

Browse files
committed
1 parent 7853abc commit 6a14ce8

2 files changed

Lines changed: 18 additions & 12 deletions

File tree

css3-background/Overview.html

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

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

30-
<dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120404">http://www.w3.org/TR/2012/ED-css3-background-20120404/</a> -->
30+
<dd><!-- <a href="http://www.w3.org/TR/2012/CR-css3-background-20120405">http://www.w3.org/TR/2012/ED-css3-background-20120405/</a> -->
3131
<a
3232
href="http://dev.w3.org/csswg/css3-background/">http://dev.w3.org/csswg/css3-background/</a>
3333

@@ -414,11 +414,15 @@ <h3 id=placement><span class=secno>2.1. </span> Module Interactions</h3>
414414

415415
<p>All properties in this module apply to the <a
416416
href="http://www.w3.org/TR/CSS21/selector.html#first-letter"><code>::first-letter</code></a>
417-
pseudo-element. The <a href="#backgrounds">background properties</a> also
418-
apply to the <a
417+
pseudo-element. The <a href="#backgrounds">background properties</a> and
418+
<a href="#corners">border-radius properties</a> also apply to the <a
419419
href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo"><code>::first-line</code></a>
420-
pseudo-element. The UA may, but is not required to, apply other properties
421-
defined here to these pseudo-elements. <a href="#CSS21"
420+
pseudo-element. The UA may (but is not required to) apply the <a
421+
href="#border-images">border-image</a> or &lsquo;<a
422+
href="#box-shadow"><code class=property>box-shadow</code></a>&rsquo;
423+
properties to <code>::first-line</code>. The UA must not apply the <a
424+
href="#borders">border-color/style/width properties</a> to
425+
<code>::first-line</code>. <a href="#CSS21"
422426
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>
423427

424428
<h3 id=value-types><span class=secno>2.2. </span> Value Types</h3>
@@ -446,7 +450,7 @@ <h3 id=animations><span class=secno>2.3. </span>Animated Values</h3>
446450
>ISSUE-210.]</a> -->
447451
It is expected that CSS will include ways to animate transitions between
448452
styles. (The section <a
449-
href="http://www.w3.org/TR/css3-transitions/#animation-of-property-types-">“Animation
453+
href="http://www.w3.org/TR/css3-transitions/#animatable-types">“Animation
450454
of property types”</a> of the <cite>CSS Transitions module</cite> <a
451455
href="#CSS3-TRANSITIONS"
452456
rel=biblioentry>[CSS3-TRANSITIONS]<!--{{CSS3-TRANSITIONS}}--></a> is

css3-background/Overview.src.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,13 @@ <h3 id="placement">
142142
<p>All properties in this module apply to the
143143
<a href="http://www.w3.org/TR/CSS21/selector.html#first-letter"><code>::first-letter</code></a>
144144
pseudo-element. The <a href="#backgrounds">background properties</a>
145-
also apply to the
145+
and <a href="#corners">border-radius properties</a> also apply to the
146146
<a href="http://www.w3.org/TR/CSS21/selector.html#first-line-pseudo"><code>::first-line</code></a>
147-
pseudo-element.
148-
The UA may, but is not required to, apply other properties defined here
149-
to these pseudo-elements. [[!CSS21]]
147+
pseudo-element. The UA may (but is not required to) apply the
148+
<a href="#border-images">border-image</a> or 'box-shadow' properties to
149+
<code>::first-line</code>. The UA must not apply the
150+
<a href="#borders">border-color/style/width properties</a> to
151+
<code>::first-line</code>. [[!CSS21]]
150152

151153
<h3 id=value-types>
152154
Value Types</h3>
@@ -171,7 +173,7 @@ <h3 id=animations>Animated Values</h3>
171173
>ISSUE-210.]</a> --> It is expected that CSS will include ways to
172174
animate transitions between styles. (The
173175
section <a
174-
href="http://www.w3.org/TR/css3-transitions/#animation-of-property-types-"
176+
href="http://www.w3.org/TR/css3-transitions/#animatable-types"
175177
>“Animation of property types”</a> of the <cite>CSS Transitions
176178
module</cite> [[CSS3-TRANSITIONS]] is expected to define how different
177179
kinds of values are interpolated during a transition.) In anticipation

0 commit comments

Comments
 (0)