Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions css-cascade-6/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -443,13 +443,15 @@ Syntax of ''@scope''</h4>
@scope [(<<scope-start>>)]? [to (<<scope-end>>)]? {
<<block-contents>>
}
<scope-start> = <<complex-real-selector-list>>
<scope-end> = <<complex-real-selector-list>>
</pre>

where:

* <dfn><<scope-start>></dfn> is a <<selector-list>> [=selector=]
* <dfn><<scope-start>></dfn> is a <<complex-real-selector-list>>
used to identify the [=scoping root=](s).
* <dfn><<scope-end>></dfn> is a <<selector-list>> [=selector=]
* <dfn><<scope-end>></dfn> is a <<complex-real-selector-list>>
used to identify any [=scoping limits=].
* the [=qualified rules=] within <<block-contents>>,
as well as any [=nested declarations rules=]
Expand Down