Skip to content

Commit a9fbc9e

Browse files
committed
[css-cascade] level sync
1 parent b3d2d7f commit a9fbc9e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

css-cascade-3/Overview.bs

+3
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ Conditional ''@import'' Rules</h3>
142142
The evaluation and full syntax of the <a>import conditions</a>
143143
is defined by the <a href="https://www.w3.org/TR/css3-mediaqueries/">Media Queries</a> specification [[!MEDIAQ]].
144144

145+
<h3 id=import-processing>
146+
Processing Stylesheet Imports</h3>
147+
145148
When the same style sheet is imported or linked to a document in multiple places,
146149
user agents must process (or act as though they do) each link
147150
as though the link were to an independent style sheet.

css-cascade-4/Overview.bs

+1
Original file line numberDiff line numberDiff line change
@@ -739,6 +739,7 @@ Filtering</h2>
739739

740740
<li>
741741
It belongs to a style rule whose selector matches the element. [[!SELECT]]
742+
(Taking <a href="https://www.w3.org/TR/selectors4/#scoping">scoping</a> into account, if necessary.)
742743

743744
<li>
744745
It is syntactically valid:

0 commit comments

Comments
 (0)