8000 [css-backgrounds-3] Update references, prep for publication. · w3c/csswg-drafts@1b47ca0 · GitHub
Skip to content

Commit 1b47ca0

Browse files
committed
[css-backgrounds-3] Update references, prep for publication.
1 parent 96df8fc commit 1b47ca0

2 files changed

Lines changed: 18 additions & 17 deletions

File tree

css-backgrounds-3/Overview.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link href="https://www.w3.org/StyleSheets/TR/2016/W3C-CR" rel="stylesheet" type="text/css">
1212
<meta content="Bikeshed version 9b0b2730ee172057dc61b07ba905141b4ebd70ef" name="generator">
1313
<link href="https://www.w3.org/TR/css-backgrounds-3/" rel="canonical">
14-
<meta content="efe4ddb0350548e0c212bdc96598034a0c000800" name="document-revision">
14+
<meta content="96df8fc00d548a09376b3a5575347ae06c455688" name="document-revision">
1515
<script defer="" src="https://test.csswg.org/harness/annotate.js#!css-backgrounds-3_dev/css-backgrounds-3" type="text/javascript"></script>
1616
<style>/* style-md-lists */
1717

@@ -201,11 +201,11 @@
201201
<div class="head">
202202
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"> </a> </p>
203203
<h1>CSS Backgrounds and Borders Module Level 3</h1>
204-
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">W3C Candidate Recommendation, <time class="dt-updated" datetime="2017-09-27">27 September 2017</time></span></h2>
204+
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">W3C Candidate Recommendation, <time class="dt-updated" datetime="2017-10-17">17 October 2017</time></span></h2>
205205
<div data-fill-with="spec-metadata">
206206
<dl>
207207
<dt>This version:
208-
<dd><a class="u-url" href="https://www.w3.org/TR/2017/CR-css-backgrounds-3-20170927/">https://www.w3.org/TR/2017/CR-css-backgrounds-3-20170927/</a>
208+
<dd><a class="u-url" href="https://www.w3.org/TR/2017/CR-css-backgrounds-3-20171017/">https://www.w3.org/TR/2017/CR-css-backgrounds-3-20171017/</a>
209209
<dt>Latest published version:
210210
<dd><a href="https://www.w3.org/TR/css-backgrounds-3/">https://www.w3.org/TR/css-backgrounds-3/</a>
211211
<dt>Editor's Draft:
@@ -240,7 +240,7 @@ <h2 class="no-num no-toc no-ref heading settled" id="status"><span class="conten
240240
A list of current W3C publications and the latest revision of this technical report
241241
can be found in the <a href="https://www.w3.org/TR/">W3C technical reports index at https://www.w3.org/TR/.</a></em> </p>
242242
<p> This document was produced by the <a href="https://www.w3.org/Style/CSS/members">CSS Working Group</a> as a Candidate Recommendation. This document is intended to become a W3C Recommendation.
243-
This document will remain a Candidate Recommendation at least until <time class="status-deadline" datetime="2012-07-25">25 July 2012</time> in order
243+
This document will remain a Candidate Recommendation at least until <time class="status-deadline" datetime="2017-11-30">30 November 2017</time> in order
244244
to ensure the opportunity for wide review. </p>
245245
<p> <a href="https://github.com/w3c/csswg-drafts/issues">GitHub Issues</a> are preferred for discussion of this specification.
246246
When filing an issue, please put the text “css-backgrounds” in the title,
@@ -1382,7 +1382,7 @@ <h4 class="heading settled" data-level="3.11.1" id="root-background"><span class
13821382
The root element does not paint this background again, i.e., the used
13831383
value of its background is transparent. </p>
13841384
<h4 class="heading settled" data-level="3.11.2" id="body-background"><span class="secno">3.11.2. </span><span class="content"> The Canvas Background and the HTML &lt;body> Element</span><a class="self-link" href="#body-background"></a></h4>
1385-
<p>For documents whose root element is an HTML <code class="html">HTML</code> element <a data-link-type="biblio" href="#biblio-html401">[HTML401]</a> or an XHTML <code class="html">html</code> element <a data-link-type="biblio" href="#biblio-xhtml11">[XHTML11]</a>: if the computed
1385+
<p>For documents whose root element is an HTML <code class="html">HTML</code> element <a data-link-type="biblio" href="#biblio-html">[HTML]</a> or an XHTML <code class="html">html</code> element <a data-link-type="biblio" href="#biblio-xhtml11">[XHTML11]</a>: if the computed
13861386
value of <a class="property" data-link-type="propdesc" href="#propdef-background-image" id="ref-for-propdef-background-image⑤">background-image</a> on the root element is <a class="css" data-link-type="maybe" href="#valdef-background-image-none" id="ref-for-valdef-background-image-none①">none</a> and its <a class="property" data-link-type="propdesc" href="#propdef-background-color" id="ref-for-propdef-background-color⑦">background-color</a> is <a class="css" data-link-type="maybe" href="https://www.w3.org/TR/css-color-4/#valdef-color-transparent" id="ref-for-valdef-color-transparent①">transparent</a>, user agents must instead propagate
13871387
the computed values of the background properties from that element’s first
13881388
HTML <code class="html">BODY</code> or XHTML <code class="html">body</code> child element. The used values of that <code class="html">BODY</code> element’s
@@ -2768,9 +2768,9 @@ <h3 class="heading settled" data-level="8.1" id="glossary"><span class="secno">8
27682768
</dl>
27692769
<h3 class="heading settled" data-level="8.2" id="levels"><span class="secno">8.2. </span><span class="content">Levels</span><a class="self-link" href="#levels"></a></h3>
27702770
<p><em>This section is informative.</em> CSS has different levels of
2771-
features, each a subset of the other. (See <a data-link-type="biblio" href="#biblio-css-2010">[CSS-2010]</a> for a full
2772-
explanation.) The lists below describe which features from this
2773-
specification are in each level. </p>
2771+
features, each a subset of the other.
2772+
(See <a data-link-type="biblio" href="#biblio-css-2017">[CSS-2017]</a> for a full explanation.)
2773+
The lists below describe which features from this specification are in each level. </p>
27742774
<h4 class="heading settled" data-level="8.2.1" id="level-1"><span class="secno">8.2.1. </span><span class="content">Level 1</span><a class="self-link" href="#level-1"></a></h4>
27752775
<ul>
27762776
<li><a class="property" data-link-type="propdesc" href="#propdef-background-color" id="ref-for-propdef-background-color⑧">background-color</a>
@@ -3444,17 +3444,17 @@ <h3 class="no-num no-ref heading settled" id="normative"><span class="content">N
34443444
<dd>Tantek Çelik; et al. <a href="https://www.w3.org/TR/css3-selectors/">Selectors Level 3</a>. 29 September 2011. REC. URL: <a href="https://www.w3.org/TR/css3-selectors/">https://www.w3.org/TR/css3-selectors/</a>
34453445
<dt id="biblio-css3color">[CSS3COLOR]
34463446
<dd>Tantek Çelik; Chris Lilley; David Baron. <a href="https://www.w3.org/TR/css3-color">CSS Color Module Level 3</a>. 7 June 2011. REC. URL: <a href="https://www.w3.org/TR/css3-color">https://www.w3.org/TR/css3-color</a>
3447-
<dt id="biblio-html401">[HTML401]
3448-
<dd>Dave Raggett; Arnaud Le Hors; Ian Jacobs. <a href="https://www.w3.org/TR/html401">HTML 4.01 Specification</a>. 24 December 1999. REC. URL: <a href="https://www.w3.org/TR/html401">https://www.w3.org/TR/html401</a>
3447+
<dt id="biblio-html">[HTML]
3448+
<dd>Anne van Kesteren; et al. <a href="https://html.spec.whatwg.org/multipage/">HTML Standard</a>. Living Standard. URL: <a href="https://html.spec.whatwg.org/multipage/">https://html.spec.whatwg.org/multipage/</a>
34493449
<dt id="biblio-rfc2119">[RFC2119]
34503450
<dd>S. Bradner. <a href="https://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a>. March 1997. Best Current Practice. URL: <a href="https://tools.ietf.org/html/rfc2119">https://tools.ietf.org/html/rfc2119</a>
34513451
<dt id="biblio-xhtml11">[XHTML11]
34523452
<dd>Shane McCarron; Masayasu Ishikawa. <a href="https://www.w3.org/TR/xhtml11/">XHTML™ 1.1 - Module-based XHTML - Second Edition</a>. 23 November 2010. REC. URL: <a href="https://www.w3.org/TR/xhtml11/">https://www.w3.org/TR/xhtml11/</a>
34533453
</dl>
34543454
<h3 class="no-num no-ref heading settled" id="informative"><span class="content">Informative References</span><a class="self-link" href="#informative"></a></h3>
34553455
<dl>
3456-
<dt id="biblio-css-2010">[CSS-2010]
3457-
<dd>Elika Etemad. <a href="https://www.w3.org/TR/css-2010/">Cascading Style Sheets (CSS) Snapshot 2010</a>. 12 May 2011. NOTE. URL: <a href="https://www.w3.org/TR/css-2010/">https://www.w3.org/TR/css-2010/</a>
3456+
<dt id="biblio-css-2017">[CSS-2017]
3457+
<dd>Tab Atkins Jr.; Elika Etemad; Florian Rivoal. <a href="https://www.w3.org/TR/css-2017/">CSS Snapshot 2017</a>. 31 January 2017. NOTE. URL: <a href="https://www.w3.org/TR/css-2017/">https://www.w3.org/TR/css-2017/</a>
34583458
<dt id="biblio-css-shapes">[CSS-SHAPES]
34593459
<dd>Vincent Hardy; Rossen Atanassov; Alan Stearns. <a href="https://www.w3.org/TR/css-shapes-1/">CSS Shapes Module Level 1</a>. 20 March 2014. CR. URL: <a href="https://www.w3.org/TR/css-shapes-1/">https://www.w3.org/TR/css-shapes-1/</a>
34603460
<dt id="biblio-css3-transitions">[CSS3-TRANSITIONS]

css-backgrounds-3/Overview.src.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ <h1>CSS Backgrounds and Borders Module Level 3</h1>
22

33
<pre class='metadata'>
44
Status: CR
5-
Deadline: 2012-07-25
5+
Date: 2017-10-17
6+
Deadline: 2017-11-30
67
Work Status: Testing
78
Shortname: css-backgrounds
89
Level: 3
@@ -1326,7 +1327,7 @@ <h4 id="body-background">
13261327
The Canvas Background and the HTML &lt;body&gt; Element</h4>
13271328

13281329
<p>For documents whose root element is an HTML <code class="html">HTML</code>
1329-
element [[!HTML401]] or an XHTML <code class="html">html</code>
1330+
element [[!HTML]] or an XHTML <code class="html">html</code>
13301331
element [[!XHTML11]]: if the computed
13311332
value of 'background-image' on the root element is ''background-image/none'' and its
13321333
'background-color' is ''transparent'', user agents must instead propagate
@@ -3006,9 +3007,9 @@ <h3 id="glossary">Glossary</h3>
30063007
<h3 id="levels">Levels</h3>
30073008

30083009
<p><em>This section is informative.</em> CSS has different levels of
3009-
features, each a subset of the other. (See [[CSS-2010]] for a full
3010-
explanation.) The lists below describe which features from this
3011-
specification are in each level.
3010+
features, each a subset of the other.
3011+
(See [[CSS-2017]] for a full explanation.)
3012+
The lists below describe which features from this specification are in each level.
30123013

30133014
<h4 id="level-1">Level 1</h4>
30143015
<ul>

0 commit comments

Comments
 (0)