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
[css-cascade-5] page and view-transition at rules should cascade
  • Loading branch information
noamr committed Nov 16, 2023
commit 92aa1bb7a448c84fd70bf5a027b2e35482b7d8b3
5 changes: 5 additions & 0 deletions css-cascade-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1253,6 +1253,11 @@ Cascade Layers</h3>
that are defined inside [=cascade layers=]
also use the layer order when resolving name collisions.

Other [=at-rules=] which rely on [=cascading=]
such as ''@page'' or ''@view-transition''
that are defined inside [=cascade layers=]
also use the layer order when determining order and [=specificity=].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Specificity only applies to selectors. Maybe 'priority' or 'cascade priority' would make sense here? I'd defer to Elika on the best way to phrase this.


<div class="example">
For example,
authors could override the animation from a framework,
Expand Down