Skip to content

Commit beddb7c

Browse files
committed
Add changes section
1 parent 8d43a41 commit beddb7c

2 files changed

Lines changed: 41 additions & 6 deletions

File tree

css3-background/Overview.html

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -334,12 +334,15 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
334334
<li><a href="#changes"><span class=secno>9. </span> Changes</a>
335335
<ul class=toc>
336336
<li><a href="#changes-2012"><span class=secno>9.1. </span> Changes since
337-
the 14 February 2012 “Last Call” Working Draft</a>
337+
the 17 April 2012 Candidate Recommendation</a>
338338

339-
<li><a href="#changes-2011"><span class=secno>9.2. </span> Changes Since
339+
<li><a href="#changes-2012LC"><span class=secno>9.2. </span> Changes
340+
since the 14 February 2012 “Last Call” Working Draft</a>
341+
342+
<li><a href="#changes-2011"><span class=secno>9.3. </span> Changes Since
340343
the 15 February 2011 Candidate Recommendation</a>
341344

342-
<li><a href="#changes-2009"><span class=secno>9.3. </span> Changes Since
345+
<li><a href="#changes-2009"><span class=secno>9.4. </span> Changes Since
343346
the 17 December 2009 Candidate Recommendation</a>
344347
</ul>
345348

@@ -4480,7 +4483,25 @@ <h3 id=exit><span class=secno>8.4. </span> CR Exit Criteria</h3>
44804483

44814484
<h2 id=changes><span class=secno>9. </span> Changes</h2>
44824485

4483-
<h3 id=changes-2012><span class=secno>9.1. </span> Changes since the 14
4486+
<h3 id=changes-2012><span class=secno>9.1. </span> Changes since the 17
4487+
April 2012 Candidate Recommendation</h3>
4488+
4489+
<p>The following (non-editorial) changes were made to this specification
4490+
since the <a
4491+
href="http://www.w3.org/TR/2012/CR-css3-background-20120417/">17 April
4492+
2012 Candidate Recommendation</a>:
4493+
4494+
<ul>
4495+
<li>Fix error in computed value of ‘<a href="#background-position"><code
4496+
class=property>background-position</code></a>’: the computed value is a
4497+
list of positions.
4498+
4499+
<li>Add a note pointing out that when ‘<a href="#border-radius"><code
4500+
class=property>border-radius</code></a>’ reduces the interactive area,
4501+
the width/height of the box might need to be increased.
4502+
</ul>
4503+
4504+
<h3 id=changes-2012LC><span class=secno>9.2. </span> Changes since the 14
44844505
February 2012 “Last Call” Working Draft</h3>
44854506

44864507
<p>The following (non-editorial) changes were made to this specification
@@ -4522,7 +4543,7 @@ <h3 id=changes-2012><span class=secno>9.1. </span> Changes since the 14
45224543
borders and added that the rendering will be defined later.
45234544
</ul>
45244545

4525-
<h3 id=changes-2011><span class=secno>9.2. </span> Changes Since the 15
4546+
<h3 id=changes-2011><span class=secno>9.3. </span> Changes Since the 15
45264547
February 2011 Candidate Recommendation</h3>
45274548

45284549
<p>The following changes were made to this specification since the <a
@@ -4653,7 +4674,7 @@ <h3 id=changes-2011><span class=secno>9.2. </span> Changes Since the 15
46534674
the property.
46544675
</ul>
46554676

4656-
<h3 id=changes-2009><span class=secno>9.3. </span> Changes Since the 17
4677+
<h3 id=changes-2009><span class=secno>9.4. </span> Changes Since the 17
46574678
December 2009 Candidate Recommendation</h3>
46584679

46594680
<p>The following changes were made to this specification since the <a

css3-background/Overview.src.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3291,6 +3291,20 @@ <h2 id="changes">
32913291
Changes</h2>
32923292

32933293
<h3 id="changes-2012">
3294+
Changes since the 17 April 2012 Candidate Recommendation</h3>
3295+
3296+
<p>The following (non-editorial) changes were made to this specification since the
3297+
<a href="http://www.w3.org/TR/2012/CR-css3-background-20120417/">17
3298+
April 2012 Candidate Recommendation</a>:
3299+
3300+
<ul>
3301+
<li>Fix error in computed value of 'background-position':
3302+
the computed value is a list of positions.
3303+
<li>Add a note pointing out that when 'border-radius' reduces
3304+
the interactive area, the width/height of the box might need to be increased.
3305+
</ul>
3306+
3307+
<h3 id="changes-2012LC">
32943308
Changes since the 14 February 2012 “Last Call” Working Draft</h3>
32953309

32963310
<p>The following (non-editorial) changes were made to this

0 commit comments

Comments
 (0)