Skip to content

Commit b84e679

Browse files
committed
[css-cascade] Update Changes section
1 parent f8b1812 commit b84e679

2 files changed

Lines changed: 28 additions & 29 deletions

File tree

css-cascade/Overview.html

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
</a></p>
1313
<h1 class="p-name no-ref" id=title>CSS Cascading and Inheritance Level 3</h1>
1414
<h2 class="no-num no-toc no-ref heading settled heading" id=subtitle><span class=content>Editor’s Draft,
15-
<span class=dt-updated><span class=value-title title=20130829>29 August 2013</span></span></span></h2>
16-
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-cascade/>http://dev.w3.org/csswg/css-cascade/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css3-cascade/>http://www.w3.org/TR/css3-cascade/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-cascade/>http://dev.w3.org/csswg/css-cascade/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-css3-cascade-20130103/ rel=previous>http://www.w3.org/TR/2013/WD-css3-cascade-20130103/</a><dd><a href=http://www.w3.org/TR/2005/WD-css3-cascade-20051215/ rel=previous>http://www.w3.org/TR/2005/WD-css3-cascade-20051215/</a>
15+
<span class=dt-updated><span class=value-title title=20130904>4 September 2013</span></span></span></h2>
16+
<div data-fill-with=spec-metadata><dl><dt>This version:<dd><a class=u-url href=http://dev.w3.org/csswg/css-cascade/>http://dev.w3.org/csswg/css-cascade/</a><dt>Latest version:<dd><a href=http://www.w3.org/TR/css3-cascade/>http://www.w3.org/TR/css3-cascade/</a><dt>Editor’s Draft:<dd><a href=http://dev.w3.org/csswg/css-cascade/>http://dev.w3.org/csswg/css-cascade/</a><dt>Previous Versions:<dd><a href=http://www.w3.org/TR/2013/WD-css-cascade-3-20130730/ rel=previous>http://www.w3.org/TR/2013/WD-css-cascade-3-20130730/</a><dd><a href=http://www.w3.org/TR/2013/WD-css3-cascade-20130103/ rel=previous>http://www.w3.org/TR/2013/WD-css3-cascade-20130103/</a><dd><a href=http://www.w3.org/TR/2005/WD-css3-cascade-20051215/ rel=previous>http://www.w3.org/TR/2005/WD-css3-cascade-20051215/</a>
1717
<dt>Feedback:</dt>
1818
<dd><a href="mailto:www-style@w3.org?subject=%5Bcss-cascade%5D%20feedback">www-style@w3.org</a>
1919
with subject line
@@ -90,7 +90,7 @@ <h2 class="no-num no-toc no-ref heading settled heading" id=contents><span class
9090
Explicit Inheritance: the <span class=css data-link-type=maybe>inherit</span> keyword</a><li><a href=#inherit-initial><span class=secno>7.3.3</span>
9191
Erasing All Declarations: the <span class=css data-link-type=maybe>unset</span> keyword</a></ul></ul><li><a href=#changes><span class=secno>8</span>
9292
Changes</a><ul class=toc><li><a href=#changes-2013><span class=secno>8.1</span>
93-
Changes Since the 3 January 2013 Working Draft</a></ul><li><a href=#acknowledgments><span class=secno></span>Acknowledgments</a><li><a href=#conformance><span class=secno></span>
93+
Changes Since the 30 July 2013 Last Call Working Draft</a></ul><li><a href=#acknowledgments><span class=secno></span>Acknowledgments</a><li><a href=#conformance><span class=secno></span>
9494
Conformance</a><ul class=toc><li><a href=#conventions><span class=secno></span>
9595
Document conventions</a><li><a href=#conformance-classes><span class=secno></span>
9696
Conformance classes</a><li><a href=#partial><span class=secno></span>
@@ -131,13 +131,13 @@ <h2 class="heading settled heading" data-level=2 id=at-import><span class=secno>
131131
Importing Style Sheets: the <a class=css data-link-type=maybe href=#at-ruledef-import>@import</a> rule</span><a class=self-link href=#at-import></a></h2>
132132

133133
<p>
134-
The <dfn data-dfn-type=at-rule data-export="" id=at-ruledef-import><a class=css data-link-type=maybe href=#at-ruledef-import>@import</a><a class=self-link href=#at-ruledef-import></a></dfn> rule allows users to import style rules from other style sheets.
134+
The <dfn class=css-code data-dfn-type=at-rule data-export="" id=at-ruledef-import><a class=css data-link-type=maybe href=#at-ruledef-import>@import</a><a class=self-link href=#at-ruledef-import></a></dfn> rule allows users to import style rules from other style sheets.
135135
Any <a class=css data-link-type=maybe href=#at-ruledef-import>@import</a> rules must precede all other at-rules and style rules in a style sheet
136136
(besides <a class=css data-link-type=maybe href=http://dev.w3.org/csswg/css-syntax-3/#at-ruledef-charset>@charset</a>, which must be the first thing in the style sheet if it exists),
137137
or else the <a class=css data-link-type=maybe href=#at-ruledef-import>@import</a> rule is invalid.
138138
The syntax of <a class=css data-link-type=maybe href=#at-ruledef-import>@import</a> is:
139139

140-
<pre class=prod><dfn data-dfn-type=type data-export="" id=typedef-import-rule>&lt;import-rule&gt;<a class=self-link href=#typedef-import-rule></a></dfn> = @import [ &lt;url&gt; | &lt;string&gt; ] &lt;media-query-list&gt;? ;</pre>
140+
<pre class=prod><dfn class=css-code data-dfn-type=type data-export="" id=typedef-import-rule>&lt;import-rule&gt;<a class=self-link href=#typedef-import-rule></a></dfn> = @import [ &lt;url&gt; | &lt;string&gt; ] &lt;media-query-list&gt;? ;</pre>
141141
<p>
142142
If a <var>&lt;string&gt;</var> is provided,
143143
it must be interpreted as a url with the same value.
@@ -233,7 +233,7 @@ <h2 class="heading settled heading" data-level=3 id=shorthand><span class=secno>
233233
<div class=example>
234234
<p>
235235
For example, the <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font title=font>font</a> property
236-
is a <a href=#shorthand-properties>shorthand</a> property for setting <a data-link-type=property href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font-style>font-style</a>, <a data-link-type=property href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font-variant>font-variant</a>, <a data-link-type=property href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font-weight>font-weight</a>, <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font-size title=font-size>font-size</a>, <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height title=line-height>line-height</a>, and <a data-link-type=property href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font-family>font-family</a> all at once.
236+
is a <a href=#shorthand-properties>shorthand</a> property for setting <a class=css-code data-link-type=property href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font-style>font-style</a>, <a class=css-code data-link-type=property href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font-variant>font-variant</a>, <a class=css-code data-link-type=property href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font-weight>font-weight</a>, <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font-size title=font-size>font-size</a>, <a class=property data-link-type=propdesc href=http://www.w3.org/TR/CSS21/visudet.html#propdef-line-height title=line-height>line-height</a>, and <a class=css-code data-link-type=property href=http://dev.w3.org/csswg/css-fonts-3/#propdef-font-family>font-family</a> all at once.
237237
The multiple declarations of this example:
238238

239239
<pre>h1 {
@@ -289,7 +289,7 @@ <h3 class="heading settled heading" data-level=3.1 id=all-shorthand><span class=
289289
<table class=propdef>
290290
<tr>
291291
<th>Name:
292-
<td><dfn data-dfn-type=property data-export="" id=propdef-all>all<a class=self-link href=#propdef-all></a></dfn><tr>
292+
<td><dfn class=css-code data-dfn-type=property data-export="" id=propdef-all>all<a class=self-link href=#propdef-all></a></dfn><tr>
293293
<th>Value:
294294
<td>initial | inherit | unset
295295
<tr>
@@ -762,7 +762,7 @@ <h2 class="heading settled heading" data-level=6 id=cascading><span class=secno>
762762
For this purpose:
763763

764764
<p> <ul>
765-
<li>Declarations from <a data-link-type=at-rule href=#at-ruledef-import title=@import>imported style sheets</a>
765+
<li>Declarations from <a class=css-code data-link-type=at-rule href=#at-ruledef-import title=@import>imported style sheets</a>
766766
are ordered as if their style sheets were substituted in place of the <a class=css data-link-type=maybe href=#at-ruledef-import>@import</a> rule.
767767
<li>Declarations from style sheets independently linked by the originating document
768768
are treated as if they were concatenated in linking order,
@@ -964,21 +964,21 @@ <h4 class="heading settled heading" data-level=7.3.1 id=initial><span class=secn
964964
Resetting a Property: the <a class=css data-link-type=maybe href=#valuedef-initial>initial</a> keyword</span><a class=self-link href=#initial></a></h4>
965965

966966
<p>
967-
If the <a href=#cascaded-value>cascaded value</a> is the <dfn data-dfn-for=all data-dfn-type=value data-export="" id=valuedef-initial><a class=css data-link-type=maybe href=#valuedef-initial>initial</a><a class=self-link href=#valuedef-initial></a></dfn> keyword,
967+
If the <a href=#cascaded-value>cascaded value</a> is the <dfn class=css-code data-dfn-for=all data-dfn-type=value data-export="" id=valuedef-initial><a class=css data-link-type=maybe href=#valuedef-initial>initial</a><a class=self-link href=#valuedef-initial></a></dfn> keyword,
968968
the property’s <a href=#initial-value>initial value</a> becomes its <a href=#specified-value>specified value</a>.
969969

970970
<h4 class="heading settled heading" data-level=7.3.2 id=inherit><span class=secno>7.3.2 </span><span class=content>
971971
Explicit Inheritance: the <a class=css data-link-type=maybe href=#valuedef-inherit>inherit</a> keyword</span><a class=self-link href=#inherit></a></h4>
972972

973973
<p>
974-
If the <a href=#cascaded-value>cascaded value</a> of a property is the <dfn data-dfn-for=all data-dfn-type=value data-export="" id=valuedef-inherit><a class=css data-link-type=maybe href=#valuedef-inherit>inherit</a><a class=self-link href=#valuedef-inherit></a></dfn> keyword,
974+
If the <a href=#cascaded-value>cascaded value</a> of a property is the <dfn class=css-code data-dfn-for=all data-dfn-type=value data-export="" id=valuedef-inherit><a class=css data-link-type=maybe href=#valuedef-inherit>inherit</a><a class=self-link href=#valuedef-inherit></a></dfn> keyword,
975975
the <a href=#inherited-value>inherited value</a> becomes the property’s <a href=#specified-value title="specified value">specified</a> and <a href=#computed-value>computed values</a>.
976976

977977
<h4 class="heading settled heading" data-level=7.3.3 id=inherit-initial><span class=secno>7.3.3 </span><span class=content>
978978
Erasing All Declarations: the <a class=css data-link-type=maybe href=#valuedef-unset>unset</a> keyword</span><a class=self-link href=#inherit-initial></a></h4>
979979

980980
<p>
981-
If the <a href=#cascaded-value>cascaded value</a> of a property is the <dfn data-dfn-for=all data-dfn-type=value data-export="" id=valuedef-unset><a class=css data-link-type=maybe href=#valuedef-unset>unset</a><a class=self-link href=#valuedef-unset></a></dfn> keyword,
981+
If the <a href=#cascaded-value>cascaded value</a> of a property is the <dfn class=css-code data-dfn-for=all data-dfn-type=value data-export="" id=valuedef-unset><a class=css data-link-type=maybe href=#valuedef-unset>unset</a><a class=self-link href=#valuedef-unset></a></dfn> keyword,
982982
then if it is an inherited property, this is treated as <a class=css data-link-type=maybe href=#valuedef-inherit>inherit</a>,
983983
and if it is not, this is treated as <a class=css data-link-type=maybe href=#valuedef-initial>initial</a>.
984984
This keyword effectively erases all <a href=#declared-value>declared values</a> occurring earlier in the <a href=#cascade>cascade</a>,
@@ -989,17 +989,16 @@ <h2 class="heading settled heading" data-level=8 id=changes><span class=secno>8
989989
Changes</span><a class=self-link href=#changes></a></h2>
990990

991991
<h3 class="heading settled heading" data-level=8.1 id=changes-2013><span class=secno>8.1 </span><span class=content>
992-
Changes Since the 3 January 2013 Working Draft</span><a class=self-link href=#changes-2013></a></h3>
992+
Changes Since the 30 July 2013 Last Call Working Draft</span><a class=self-link href=#changes-2013></a></h3>
993993

994-
<p>The following major changes were made to this specification since the
995-
<a href=http://www.w3.org/TR/2013/WD-css3-cascade-20130103/>3 January 2013 Working Draft</a>:
994+
<p>The following changes were made to this specification since the
995+
<a href=http://www.w3.org/TR/2013/WD-css-cascade-3-20130730/>30 July 2013 Last Call Working Draft</a>:
996996

997-
<p><ul>
998-
<li>Dropped the <span class=css data-link-type=maybe>default</span> keyword.
999-
<li>Added the <a class=css data-link-type=maybe href=#valuedef-unset>unset</a> keyword.
1000-
<li>Excluded <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-writing-modes-3/#propdef-unicode-bidi title=unicode-bidi>unicode-bidi</a> and <a class=property data-link-type=propdesc href=http://dev.w3.org/csswg/css-writing-modes-3/#propdef-direction title=direction>direction</a> from the <a class=property data-link-type=propdesc href=#propdef-all title=all>all</a> shorthand.
1001-
<li>Various clarifications.
1002-
</ul>
997+
<p> <ul>
998+
<li>Clarified interaction of media-dependent <a class=css data-link-type=maybe href=#at-ruledef-import>@import</a> statements and style sheet loading requirements.
999+
</ul>
1000+
1001+
<p>A <a href=http://dev.w3.org/csswg/css-cascade/issues-lc-2013>Disposition of Comments</a> is available.
10031002

10041003
<h2 class="no-num heading settled heading" id=acknowledgments><span class=content>Acknowledgments</span><a class=self-link href=#acknowledgments></a></h2>
10051004

css-cascade/Overview.src.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ <h1>CSS Cascading and Inheritance Level 3</h1>
99
Editor: Håkon Wium Lie, Opera Software, howcome@opera.com
1010
Editor: fantasai, Mozilla, http://fantasai.inkedblade.net/contact
1111
Editor: Tab Atkins Jr., Google, http://xanthir.com/contact/
12+
Previous Version: http://www.w3.org/TR/2013/WD-css-cascade-3-20130730/
1213
Previous Version: http://www.w3.org/TR/2013/WD-css3-cascade-20130103/
1314
Previous Version: http://www.w3.org/TR/2005/WD-css3-cascade-20051215/
1415
Abstract: This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements.
@@ -907,17 +908,16 @@ <h2 id="changes">
907908
Changes</h2>
908909

909910
<h3 id="changes-2013">
910-
Changes Since the 3 January 2013 Working Draft</h3>
911+
Changes Since the 30 July 2013 Last Call Working Draft</h3>
911912

912-
<p>The following major changes were made to this specification since the
913-
<a href="http://www.w3.org/TR/2013/WD-css3-cascade-20130103/">3 January 2013 Working Draft</a>:
913+
<p>The following changes were made to this specification since the
914+
<a href="http://www.w3.org/TR/2013/WD-css-cascade-3-20130730/">30 July 2013 Last Call Working Draft</a>:
914915

915-
<ul>
916-
<li>Dropped the ''default'' keyword.
917-
<li>Added the ''unset'' keyword.
918-
<li>Excluded 'unicode-bidi' and 'direction' from the 'all' shorthand.
919-
<li>Various clarifications.
920-
</ul>
916+
<ul>
917+
<li>Clarified interaction of media-dependent ''@import'' statements and style sheet loading requirements.
918+
</ul>
919+
920+
<p>A <a href="http://dev.w3.org/csswg/css-cascade/issues-lc-2013">Disposition of Comments</a> is available.
921921

922922
<h2 class="no-num" id="acknowledgments">Acknowledgments</h2>
923923

0 commit comments

Comments
 (0)