[csswg-drafts] [css-cascade] What happens to the priority of unmentioned layers in the presence of the @layers rule? (#5810)

Alohci has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-cascade] What happens to the priority of unmentioned layers in the presence of the @layers rule? ==
In [6.4.2. Layer-Ordering Shorthand: the @layers rule](https://drafts.csswg.org/css-cascade-5/#at-layers),  what is the priority of unmentioned layers? Do the mentioned layers take precedence over the mentioned ones?

e.g.

if you have

span { ... }
@layer a  { span { ... } }
@layer b { span { ... } }
@layer  { span { ... } }
@layer c  { span { ... } }
@layers  c a;

is the priority low to high: b, (unnamed), c, a, (unlayered)


Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5810 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 20 December 2020 22:35:18 UTC