Re: [csswg-drafts] [css-cascade-5] Allow authors to explicitly place unlayered styles in the cascade layer order (#6323)

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