[css-houdini-drafts] Pull Request: Reflect worklets moving to HTML

domenic has just submitted a new pull request for https://github.com/w3c/css-houdini-drafts:

== Reflect worklets moving to HTML ==
See #1000. This does two things:

- Hackily redirects the worklets ED to the soon-to-be-landed HTML Standard section
- Updates references in CSS Layout API and CSS Paint API for the slightly tweaked HTML anchors

(CSS Animation Worklet does not seem to ever create AnimationWorkletGlobalScopes, or reference the animation Worklet's list of global scopes, so nothing changed there.)

Thoughts welcome on the best way to convert existing worklet spec URLs into redirects. What I did here is kind of a hack, by using a mostly-empty NOTE, because I don't know enough about your build/deploy process. Ideally there would be a server-side redirect on https://drafts.css-houdini.org/worklets/ to https://html.spec.whatwg.org/multipage/worklets.html; maybe @plinss can help with that. For making https://www.w3.org/TR/worklets-1/ redirect, I think @sideshowbarker might be able to help.

Ideal flow here:

- This (and the corresponding Web Audio PR which I'm about to make) get approved
- We merge https://github.com/whatwg/html/pull/6056
- We merge this

See https://github.com/w3c/css-houdini-drafts/pull/1011


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

Received on Friday, 16 October 2020 16:21:34 UTC