Skip to content

Commit 5b4f31a

Browse files
committed
Added changes since last WD.
1 parent 3d473c2 commit 5b4f31a

1 file changed

Lines changed: 27 additions & 3 deletions

File tree

css3-background/Overview.src.html

Lines changed: 27 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ <h3 id="the-background-position">Positioning Images: the 'background-position' p
692692
]</pre>
693693

694694
<p>If only one value is specified, the second value is assumed to be
695-
'center'. If two values are given, a length or percentage as the first
695+
''center''. If two values are given, a length or percentage as the first
696696
value represents the horizontal position (or offset) and a length or
697697
percentage as the second value represents the vertical position (or
698698
offset). <var>&lt;percentage&gt;</var> and <var>&lt;length&gt;</var>
@@ -3266,15 +3266,39 @@ <h2 id="changes">
32663266
<h3 id="changes-2012">
32673267
Changes since the 14 February 2012 “Last Call” Working Draft</h3>
32683268

3269-
<p>The following changes were made to this specification since the <a
3269+
<p>The following (non-editorial) changes were made to this
3270+
specification since the <a
32703271
href="http://www.w3.org/TR/2012/WD-css3-background-20120214/"
32713272
>14 February 2012 “Last Call” Working Draft</a>:
32723273

32733274
<p>These changes were in response to comments received during the
32743275
review period. For details, see the full <a href="issues-lc-2012.html"
32753276
>Disposition of Comments.</a>
32763277

3277-
<p class=issue>[To do&hellip;]
3278+
<ul>
3279+
<li><a href="#placement">Section 2.1</a>: Defined which properties
3280+
from this module apply to the ''::first-line'' and
3281+
''::first-letter'' pseudo-elements.
3282+
3283+
<li><a href="#the-background-repeat">Section 3.4</a>: Fixed the
3284+
incorrect definition of the computed value of
3285+
'background-repeat'. The value is always a pair of keywords, never a
3286+
single keyword.
3287+
3288+
<li><a href="#the-background">Section 3.10</a>: Added the missing
3289+
'background-image' to the list of properties that the 'background'
3290+
property reset.
3291+
3292+
<li><a href="#the-border-width">Section 4.3</a>: Added that negative
3293+
lengths are not allowed on 'border-width'.
3294+
3295+
<li><a href="#the-border-radius">Section 5.1</a>: Added that
3296+
negative lengths are not allowed on 'border-radius'.
3297+
3298+
<li><a href="#border-image-tables">Section 6.8</a>: Added a section
3299+
about the effect of 'border-image' on tables with collapsed borders
3300+
and added that the rendering will be defined later.
3301+
</ul>
32783302

32793303
<h3 id="changes-2011">
32803304
Changes Since the 15 February 2011 Candidate Recommendation</h3>

0 commit comments

Comments
 (0)