Skip to content

Commit 25f2733

Browse files
committed
[css-cascade-4] Update Changes list
1 parent b22effb commit 25f2733

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

css-cascade-4/Overview.bs

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,6 +1236,28 @@ Changes Since the 28 August 2018 Candidate Recommendation</h3>
12361236
Removed possibility of [=legacy name aliases=] to map subsets of the value space,
12371237
since they are simple name aliases.
12381238
(<a href="https://github.com/w3c/csswg-drafts/issues/4839">Issue 4839</a>)
1239+
<li id="change-2020-applies-to">
1240+
Gave concept of [=applies to=] its own section
1241+
and add some notes about implications.
1242+
(Issues <a href="https://github.com/w3c/csswg-drafts/issues/1861">1861</a>
1243+
and <a href="https://github.com/w3c/csswg-drafts/issues/5565">5565</a>)
1244+
<li id="change-2020-properties">
1245+
Defined the term [=property=].
1246+
(<a href="https://github.com/w3c/csswg-drafts/issues/5633">Issue 5633</a>)
1247+
<li id="change-2020-disconnected">
1248+
Defined value processing of elements that are not part of the tree.
1249+
(Issue <a href="https://github.com/w3c/csswg-drafts/issues/1964">1964</a> and <a href="https://github.com/w3c/csswg-drafts/issues/1548">1548</a>)
1250+
<blockquote>
1251+
<p><ins>Elements that are not [=connected=]
1252+
or are not part of the document’s [=flattened element tree=]
1253+
do not participate in CSS value processing,
1254+
and do not have [=declared=], [=cascaded=], [=specified=], [=computed=], [=used=], or [=actual=] values,
1255+
even if they potentially have style declarations assigned to them
1256+
(for example, by a <code>style</code> attribute).</ins></p>
1257+
</blockquote>
1258+
<li id="change-2020-origins">
1259+
Clarify origin comparison for quirks mode Content-Type assumptions.
1260+
(<a href="https://github.com/w3c/csswg-drafts/issues/4838">Issue 4838</a>)
12391261
</ul>
12401262

12411263
Non-trivial changes since the <a href="https://www.w3.org/TR/2018/CR-css-cascade-4-20180828/">28 August 2018 Candidate Recommendation</a> include:

0 commit comments

Comments
 (0)