Skip to content

Commit 555e229

Browse files
committed
Generated. Do not edit!
1 parent 5b4f31a commit 555e229

1 file changed

Lines changed: 40 additions & 9 deletions

File tree

css3-background/Overview.html

Lines changed: 40 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,13 +1133,13 @@ <h3 id=the-background-position><span class=secno>3.6. </span>Positioning
11331133
]</pre>
11341134

11351135
<p>If only one value is specified, the second value is assumed to be
1136-
&lsquo;<code class=property>center</code>&rsquo;. If two values are given,
1137-
a length or percentage as the first value represents the horizontal
1138-
position (or offset) and a length or percentage as the second value
1139-
represents the vertical position (or offset).
1140-
<var>&lt;percentage&gt;</var> and <var>&lt;length&gt;</var> values here
1141-
represent an offset of the top left corner of the background image from
1142-
the top left corner of the background positioning area.
1136+
&lsquo;<code class=css>center</code>&rsquo;. If two values are given, a
1137+
length or percentage as the first value represents the horizontal position
1138+
(or offset) and a length or percentage as the second value represents the
1139+
vertical position (or offset). <var>&lt;percentage&gt;</var> and
1140+
<var>&lt;length&gt;</var> values here represent an offset of the top left
1141+
corner of the background image from the top left corner of the background
1142+
positioning area.
11431143

11441144
<p class=note>Note that a pair of keywords can be reordered while a
11451145
combination of keyword and length or percentage cannot. So &lsquo;<code
@@ -4490,15 +4490,46 @@ <h2 id=changes><span class=secno>9. </span> Changes</h2>
44904490
<h3 id=changes-2012><span class=secno>9.1. </span> Changes since the 14
44914491
February 2012 “Last Call” Working Draft</h3>
44924492

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

44974498
<p>These changes were in response to comments received during the review
44984499
period. For details, see the full <a href=issues-lc-2012.html>Disposition
44994500
of Comments.</a>
45004501

4501-
<p class=issue>[To do&hellip;]
4502+
<ul>
4503+
<li><a href="#placement">Section 2.1</a>: Defined which properties from
4504+
this module apply to the &lsquo;<code
4505+
class=css>::first-line</code>&rsquo; and &lsquo;<code
4506+
class=css>::first-letter</code>&rsquo; pseudo-elements.
4507+
4508+
<li><a href="#the-background-repeat">Section 3.4</a>: Fixed the incorrect
4509+
definition of the computed value of &lsquo;<a
4510+
href="#background-repeat"><code
4511+
class=property>background-repeat</code></a>&rsquo;. The value is always a
4512+
pair of keywords, never a single keyword.
4513+
4514+
<li><a href="#the-background">Section 3.10</a>: Added the missing
4515+
&lsquo;<a href="#background-image"><code
4516+
class=property>background-image</code></a>&rsquo; to the list of
4517+
properties that the &lsquo;<a href="#background"><code
4518+
class=property>background</code></a>&rsquo; property reset.
4519+
4520+
<li><a href="#the-border-width">Section 4.3</a>: Added that negative
4521+
lengths are not allowed on &lsquo;<a href="#border-width"><code
4522+
class=property>border-width</code></a>&rsquo;.
4523+
4524+
<li><a href="#the-border-radius">Section 5.1</a>: Added that negative
4525+
lengths are not allowed on &lsquo;<a href="#border-radius"><code
4526+
class=property>border-radius</code></a>&rsquo;.
4527+
4528+
<li><a href="#border-image-tables">Section 6.8</a>: Added a section about
4529+
the effect of &lsquo;<a href="#border-image"><code
4530+
class=property>border-image</code></a>&rsquo; on tables with collapsed
4531+
borders and added that the rendering will be defined later.
4532+
</ul>
45024533

45034534
<h3 id=changes-2011><span class=secno>9.2. </span> Changes Since the 15
45044535
February 2011 Candidate Recommendation</h3>

0 commit comments

Comments
 (0)