### What is the issue with the HTML Standard? In Event loop processing model about workers at https://html.spec.whatwg.org/#event-loop-processing-model:worker-event-loop-2, Dedicated Worker is the only type of workers that get special treatment for having its rendering updated. I believe Shared Worker and Service Worker should be also be included so that specs like WebGPU that have support for all workers can plumb into `Update the rendering of that ${type} worker` section. See https://github.com/gpuweb/gpuweb/pull/4465#discussion_r1468238100