Skip to content

Commit edbed0b

Browse files
committed
[css-backgrounds-3] Update Changes list, DoC
1 parent c90c753 commit edbed0b

4 files changed

Lines changed: 56 additions & 16 deletions

File tree

css-backgrounds/Overview.html

Lines changed: 35 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
252252
Canvas Background and the Root Element</a>
253253

254254
<li><a href="#body-background"><span class=secno>3.11.2. </span> The
255-
Canvas Background and the HTML &lt;BODY&gt; Element</a>
255+
Canvas Background and the HTML &lt;body&gt; Element</a>
256256

257257
<li><a href="#first-line-background"><span class=secno>3.11.3. </span>
258258
The ‘<code class=css>::first-line</code>’ Pseudo-element‘s
@@ -370,19 +370,22 @@ <h2 class="no-num no-toc" id=contents>Table of contents</h2>
370370

371371
<li><a href="#changes"><span class=secno>9. </span> Changes</a>
372372
<ul class=toc>
373-
<li><a href="#changes-2012-07"><span class=secno>9.1. </span> Changes
373+
<li><a href="#changes-2014-07"><span class=secno>9.1. </span> Changes
374+
since the 4 February 2014 Last Call Working Draft</a>
375+
376+
<li><a href="#changes-2012-07"><span class=secno>9.2. </span> Changes
374377
since the 24 July 2012 Candidate Recommendation</a>
375378

376-
<li><a href="#changes-2012-04"><span class=secno>9.2. </span> Changes
379+
<li><a href="#changes-2012-04"><span class=secno>9.3. </span> Changes
377380
since the 17 April 2012 Candidate Recommendation</a>
378381

379-
<li><a href="#changes-2012LC"><span class=secno>9.3. </span> Changes
382+
<li><a href="#changes-2012LC"><span class=secno>9.4. </span> Changes
380383
since the 14 February 2012 “Last Call” Working Draft</a>
381384

382-
<li><a href="#changes-2011"><span class=secno>9.4. </span> Changes Since
385+
<li><a href="#changes-2011"><span class=secno>9.5. </span> Changes Since
383386
the 15 February 2011 Candidate Recommendation</a>
384387

385-
<li><a href="#changes-2009"><span class=secno>9.5. </span> Changes Since
388+
<li><a href="#changes-2009"><span class=secno>9.6. </span> Changes Since
386389
the 17 December 2009 Candidate Recommendation</a>
387390
</ul>
388391

@@ -2034,7 +2037,7 @@ <h4 id=root-background><span class=secno>3.11.1. </span> The Canvas
20342037
its background is transparent.
20352038

20362039
<h4 id=body-background><span class=secno>3.11.2. </span> The Canvas
2037-
Background and the HTML &lt;BODY&gt; Element</h4>
2040+
Background and the HTML &lt;body&gt; Element</h4>
20382041

20392042
<p>For documents whose root element is an HTML <code class=html>HTML</code>
20402043
element <a href="#ref-HTML401"
@@ -4478,7 +4481,27 @@ <h3 id=exit><span class=secno>8.4. </span> CR Exit Criteria</h3>
44784481

44794482
<h2 id=changes><span class=secno>9. </span> Changes</h2>
44804483

4481-
<h3 id=changes-2012-07><span class=secno>9.1. </span> Changes since the 24
4484+
<h3 id=changes-2014-07><span class=secno>9.1. </span> Changes since the 4
4485+
February 2014 Last Call Working Draft</h3>
4486+
4487+
<p>The following (non-trivial) changes were made to this specification
4488+
since the <a
4489+
href="http://www.w3.org/TR/2014/WD-css3-background-20140204/">4 February
4490+
2014 Last Call Working Draft</a>:
4491+
4492+
<ul>
4493+
<li>Fixed spread radius and margin radius calculations to only apply
4494+
adjustment factor when spread/margin is larger than border radius.
4495+
4496+
<li>Defined handling of canvas background when root element has ‘<code
4497+
class=css>display: none</code>’.
4498+
</ul>
4499+
4500+
<p>A full <a
4501+
href="http://dev.w3.org/csswg/css-backgrounds-3/issues-lc-2014">Disposition
4502+
of Comments</a> is available.
4503+
4504+
<h3 id=changes-2012-07><span class=secno>9.2. </span> Changes since the 24
44824505
July 2012 Candidate Recommendation</h3>
44834506

44844507
<p>The following (non-trivial) changes were made to this specification
@@ -4543,7 +4566,7 @@ <h3 id=changes-2012-07><span class=secno>9.1. </span> Changes since the 24
45434566
<li>Added “Animatable” values to each property definition table.
45444567
</ul>
45454568

4546-
<h3 id=changes-2012-04><span class=secno>9.2. </span> Changes since the 17
4569+
<h3 id=changes-2012-04><span class=secno>9.3. </span> Changes since the 17
45474570
April 2012 Candidate Recommendation</h3>
45484571

45494572
<p>The following (non-editorial) changes were made to this specification
@@ -4561,7 +4584,7 @@ <h3 id=changes-2012-04><span class=secno>9.2. </span> Changes since the 17
45614584
the width/height of the box might need to be increased.
45624585
</ul>
45634586

4564-
<h3 id=changes-2012LC><span class=secno>9.3. </span> Changes since the 14
4587+
<h3 id=changes-2012LC><span class=secno>9.4. </span> Changes since the 14
45654588
February 2012 “Last Call” Working Draft</h3>
45664589

45674590
<p>The following (non-editorial) changes were made to this specification
@@ -4603,7 +4626,7 @@ <h3 id=changes-2012LC><span class=secno>9.3. </span> Changes since the 14
46034626
borders and added that the rendering will be defined later.
46044627
</ul>
46054628

4606-
<h3 id=changes-2011><span class=secno>9.4. </span> Changes Since the 15
4629+
<h3 id=changes-2011><span class=secno>9.5. </span> Changes Since the 15
46074630
February 2011 Candidate Recommendation</h3>
46084631

46094632
<p>The following changes were made to this specification since the <a
@@ -4733,7 +4756,7 @@ <h3 id=changes-2011><span class=secno>9.4. </span> Changes Since the 15
47334756
the property.
47344757
</ul>
47354758

4736-
<h3 id=changes-2009><span class=secno>9.5. </span> Changes Since the 17
4759+
<h3 id=changes-2009><span class=secno>9.6. </span> Changes Since the 17
47374760
December 2009 Candidate Recommendation</h3>
47384761

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

css-backgrounds/Overview.src.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1404,7 +1404,7 @@ <h4 id="root-background">
14041404
value of its background is transparent.
14051405

14061406
<h4 id="body-background">
1407-
The Canvas Background and the HTML &lt;BODY&gt; Element</h4>
1407+
The Canvas Background and the HTML &lt;body&gt; Element</h4>
14081408

14091409
<p>For documents whose root element is an HTML <code class="html">HTML</code>
14101410
element [[!HTML401]] or an XHTML <code class="html">html</code>
@@ -3253,6 +3253,19 @@ <h3 id="exit">
32533253
<h2 id="changes">
32543254
Changes</h2>
32553255

3256+
<h3 id="changes-2014-07">
3257+
Changes since the 4 February 2014 Last Call Working Draft</h3>
3258+
3259+
<p>The following (non-trivial) changes were made to this specification since the
3260+
<a href="http://www.w3.org/TR/2014/WD-css3-background-20140204/">4 February 2014 Last Call Working Draft</a>:
3261+
<ul>
3262+
<li>Fixed spread radius and margin radius calculations
3263+
to only apply adjustment factor when spread/margin is larger than border radius.
3264+
<li>Defined handling of canvas background when root element has ''display: none''.
3265+
</ul>
3266+
3267+
<p>A full <a href="http://dev.w3.org/csswg/css-backgrounds-3/issues-lc-2014">Disposition of Comments</a> is available.
3268+
32563269
<h3 id="changes-2012-07">
32573270
Changes since the 24 July 2012 Candidate Recommendation</h3>
32583271

css-backgrounds/issues-lc-2014.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,14 @@ <h1>CSS Backgrounds and Borders Level 3 Disposition of Comments for 2014-01-16 L
118118
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014May/0296.html'>http://lists.w3.org/Archives/Public/www-style/2014May/0296.html</a>
119119
Closed: Invalid
120120
</pre>
121-
<pre class='open' id='issue-10'>
121+
<pre class='a' id='issue-10'>
122122
Issue 10. <a href='#issue-10'>#</a>
123123
Summary: Define whether backgrounds are drawn for invisible root elements
124124
From: Simon Sapin
125125
Comment: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0137.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0137.html</a>
126-
Open
126+
Response: <a href='http://lists.w3.org/Archives/Public/www-style/2014Aug/0203.html'>http://lists.w3.org/Archives/Public/www-style/2014Aug/0203.html</a>
127+
Closed: Accepted
128+
Resolved: <a href='http://lists.w3.org/Archives/Public/www-style/2014Jul/0162.html'>http://lists.w3.org/Archives/Public/www-style/2014Jul/0162.html</a>
127129
</pre>
128130
<pre class='oi' id='issue-11'>
129131
Issue 11. <a href='#issue-11'>#</a>

css-backgrounds/issues-lc-2014.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ Issue 10.
8484
Summary: Define whether backgrounds are drawn for invisible root elements
8585
From: Simon Sapin
8686
Comment: http://lists.w3.org/Archives/Public/www-style/2014Jul/0137.html
87-
Open
87+
Response: http://lists.w3.org/Archives/Public/www-style/2014Aug/0203.html
88+
Closed: Accepted
89+
Resolved: http://lists.w3.org/Archives/Public/www-style/2014Jul/0162.html
8890
----
8991
Issue 11.
9092
Summary: Drawing Focus Rings

0 commit comments

Comments
 (0)