- From: Nicholas Stimpson via GitHub <sysbot+gh@w3.org>
- Date: Sun, 10 Oct 2021 17:45:46 +0000
- To: public-css-archive@w3.org
I don't follow that.
@layer initial.overrides {... }
is the same as
@layer initial {
@layer overrides { ... }
}
except that
@layer initial { ... }
is implicit, so is the same as
@layer overrides { ... }
which is (now) an underpin (down) layer, not an overrides (up) layer.
--
GitHub Notification of comment by Alohci
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/6323#issuecomment-939523170 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Sunday, 10 October 2021 17:45:47 UTC