You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the IDL defined in the Constructable Stylesheet Objects has now been merged into CSSOM (done in w3c/csswg-drafts@0aca629)
It would be good to drop the IDL so as not to create duplicate IDL definitions.
I suspect that the plan is to merge the remaining IDL that defines the adoptedStyleSheets property into the DOM spec, and to drop this spec afterwards. It's totally fine to leave this issue open and unaddressed in the meantime. I'm raising this issue for tracking purpose to be alerted when that has been done (so that we can drop the corresponding IDL patch in Webref)
The text was updated successfully, but these errors were encountered:
With w3c/csswg-drafts@3664d57, the remaining IDL has now been fully integrated into CSSOM, which I understand concludes work on this spec. I'll drop it from browser-specs as a result (see w3c/browser-specs#353). Let me know if there are plans to continue work on this specification!
Yeah, I think it would be good to convert this spec into a redirect stub, and probably do a pass through the open issues list to see if anything should be ported over to csswg-drafts. Then the repository could be archived. /cc @mfreed7
Most of the IDL defined in the Constructable Stylesheet Objects has now been merged into CSSOM (done in w3c/csswg-drafts@0aca629)
It would be good to drop the IDL so as not to create duplicate IDL definitions.
I suspect that the plan is to merge the remaining IDL that defines the
adoptedStyleSheets
property into the DOM spec, and to drop this spec afterwards. It's totally fine to leave this issue open and unaddressed in the meantime. I'm raising this issue for tracking purpose to be alerted when that has been done (so that we can drop the corresponding IDL patch in Webref)The text was updated successfully, but these errors were encountered: