[css-houdini-drafts] [css-properties-values-api] 2.8 Shadow DOM implies @property rules should work from shadow tree (#1128)

Kaiido has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [css-properties-values-api] 2.8 Shadow DOM implies @property rules should work from shadow tree ==
[2.8 Shadow DOM](https://drafts.css-houdini.org/css-properties-values-api/#shadow-dom) currently reads 

> All registrations, whether they appear in the outermost document **or within a shadow tree**, interact in a single global registration map for the [Document](https://dom.spec.whatwg.org/#document).

Which seems to imply that it's possible to make such a registration from a shadow tree. There is even a test for this: https://github.com/web-platform-tests/wpt/blob/master/css/css-properties-values-api/at-property-shadow.html 
However in https://github.com/w3c/css-houdini-drafts/issues/846 it's been decided that it shouldn't work from shadow DOM, at least for now. Implementations [seem to agree](https://wpt.fyi/results/css/css-properties-values-api/at-property-shadow.html) on this.  

Should the specs and test be edited?

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


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

Received on Monday, 30 September 2024 01:23:28 UTC