Skip to content

Commit 5537ecd

Browse files
committed
[css-cascade-3] Clear out Changes section.
1 parent aba0111 commit 5537ecd

File tree

1 file changed

+7
-96
lines changed

1 file changed

+7
-96
lines changed

css-cascade-3/Overview.bs

+7-96
Original file line numberDiff line numberDiff line change
@@ -997,108 +997,19 @@ Erasing All Declarations: the ''unset'' keyword</h4>
997997
<h2 id="changes">
998998
Changes</h2>
999999

1000-
<h3 id="changes-2018">
1001-
Changes Since the 28 August 2018 Candidate Recommendation</h3>
1002-
1003-
The following changes were made to this specification since the
1004-
<a href="https://www.w3.org/TR/2018/CR-css-cascade-3-20180828/">28 August 2018 Candidate Recommendation</a>:
1005-
1006-
<ul class=non-normative>
1007-
<li>
1008-
Clarify that ''@import'' ordering requirements are only in consideration of valid rules.
1009-
<li>
1010-
Clarify that [=computed values=] are not serialization strings, but abstract data.
1011-
</ul>
1000+
See also <a href="https://www.w3.org/TR/2021/REC-css-cascade-3-20210211/#changes">Changes prior to reaching Recommendation</a>.
10121001

1013-
<h3 id="changes-2016">
1014-
Changes Since the 19 May 2016 Candidate Recommendation</h3>
1002+
<h3 id="changes-2018">
1003+
Changes Since the 11 February 2021 Recommendation</h3>
10151004

1016-
The following non-trivial changes were made to this specification since the
1017-
<a href="https://www.w3.org/TR/2016/CR-css-cascade-3-20160519/">19 May 2016 Candidate Recommendation</a>:
1005+
Non-trivial changes since the <a href="https://www.w3.org/TR/2021/REC-css-cascade-3-20210211/#changes">11 February 2021 Recommendation</a> include:
10181006

10191007
<ul class=non-normative>
1020-
<li id="change-2016-custom-all">
1021-
Clarified that <a>custom properties</a> are not reset by the 'all' shorthand.
1022-
(<a href="https://github.com/w3c/csswg-drafts/issues/2518">2518</a>)
1023-
<blockquote>
1024-
<p>The 'all' property is a <a>shorthand</a> that resets <em>all</em> CSS properties
1025-
except 'direction' and 'unicode-bidi'.
1026-
&hellip;
1027-
<ins>It does not reset <a>custom properties</a> [[css-variables-1]].</ins>
1028-
</blockquote>
1029-
1030-
<li id="change-2016-import">
1031-
Called out two exceptions in which importing a style sheet
1032-
is different from merely inserting its contents.
1033-
<blockquote>
1034-
<p>If an ''@import'' rule refers to a valid stylesheet,
1035-
user agents must treat the contents of the stylesheet as if they were written in place of the ''@import'' rule<ins>,
1036-
with two exceptions:</ins></p>
1037-
1038-
<ins><ul>
1039-
<li>If a feature
1040-
(such as the ''@namespace'' rule)
1041-
<em>explicitly</em> defines that it only applies to a particular stylesheet,
1042-
and not any imported ones,
1043-
then it doesn't apply to the imported stylesheet.
1044-
1045-
<li>If a feature relies on the relative ordering of two or more constructs in a stylesheet
1046-
(such as the requirement that ''@charset'' must not have any other content preceding it),
1047-
it only applies between constructs in the same stylesheet.
1048-
</ul></ins>
1049-
</blockquote>
1050-
1051-
<li id="change-2016-scope">
1052-
Removed any mention of scoped stylesheets,
1053-
as the feature was removed from HTML.
1054-
(<a href="https://github.com/w3c/csswg-drafts/issues/637">Issue 637</a>)
1055-
1056-
<li id="change-2016-override">
1057-
Removed any mention of the obsolete “override” origin,
1058-
originally defined by <a href="https://www.w3.org/TR/2000/REC-DOM-Level-2-Style-20001113/">DOM Level 2 Style</a>
1059-
and later abandoned.
1060-
</ul>
1061-
1062-
A <a href="https://drafts.csswg.org/css-cascade-3/issues-cr-2016">Disposition of Comments</a> is available.
1063-
1064-
<h3 id="changes-2013">
1065-
Changes Since the 3 October 2013 Candidate Recommendation</h3>
1066-
1067-
The following changes were made to this specification since the
1068-
<a href="https://www.w3.org/TR/2013/CR-css-cascade-3-20131003/">3 October 2013 Candidate Recommendation</a>:
1069-
1070-
<ul class="non-normative">
1071-
<li>Defined <a>environment encoding</a> of imported style sheets.
1072-
<blockquote>
1073-
<ins><p>The <a>environment encoding</a> of an imported style sheet is the encoding of the style sheet that imported it. [[css-syntax-3]]</p></ins>
1074-
</blockquote>
1075-
<li>Referenced [[!css-syntax-3]] for syntax of ''!important'' rules.
1076-
<blockquote>
1077-
<p>A declaration is <a>important</a> if it has a ''!important'' annotation,
1078-
<ins>as defined by [[css-syntax-3]]</ins>.
1079-
</blockquote>
1080-
<li>Explained <a>reset-only sub-properties</a>
1081-
and clarified that they also get affected by a CSS-wide keyword value in the shorthand declaration.
1082-
<blockquote>
1083-
<p><ins>In other cases, a property might be a <a>reset-only sub-property</a> of the shorthand:
1084-
Like other <a>sub-properties</a>, it is reset to its initial value by the shorthand when unspecified,
1085-
but the shorthand might not include syntax to set the <a>sub-property</a>
1086-
to any of its other values.
1087-
For example, the 'border' shorthand resets 'border-image'
1088-
to its initial value of ''border-image/none'',
1089-
but has no syntax to set it to anything else. [[css-backgrounds-3]]</ins></p>
1090-
1091-
<p>If a <a>shorthand</a> is specified as one of the <a href="https://www.w3.org/TR/css3-values/#common-keywords">CSS-wide keywords</a> [[!css-values-3]],
1092-
it sets all of its <a>sub-properties</a> to that keyword,
1093-
<ins>including any that are <a>reset-only sub-properties</a></ins>.
1094-
(Note that these keywords cannot be combined with other values in a single declaration, not even in a shorthand.)</p>
1095-
</blockquote>
1096-
1008+
<li id="change-2020-properties">
1009+
Added a paragraph to the introduction to define the term [=property=].
1010+
(<a href="https://github.com/w3c/csswg-drafts/issues/5633">Issue 5633</a>)
10971011
</ul>
10981012

1099-
<p>A <a href="https://drafts.csswg.org/css-cascade-3/issues-cr-2013">Disposition of Comments</a> is available.
1100-
1101-
11021013
<h3 id="changes-2">
11031014
Additions Since Level 2</h3>
11041015

0 commit comments

Comments
 (0)