explainers
explainers copied to clipboard
Explainers from WebKit contributors
Hi. I've been trying to implement SharePlay (Group Activities) on web using the `mediaSession.coordinator` feature. But the documentation here seems to be incorrect and I have had no success being...
# Task: Need to check HDR dependencies in Web Animation API changes We are making long-term plans to migrate requestAnimationFrame() systems to other Web Aniumation standards as a low-scientific-quality fallback...
I'd love to understand better as to why extensions to `requestAnimationFrame()` are not the way forward. Re: https://github.com/WebKit/explainers/tree/main/animation-frame-rate.
# Suggestion: Add a Permission API for high-frame-rate ## Purpose: To allow users to permit/deny higher-framerate animations to save battery power. I suggest a permissions-based API for high-rate animations that...
https://github.com/WebKit/explainers/tree/main/animation-frame-rate The proposal suggests the animation has a frame rate, but I'm not sure that's the right place for this to be defined (but maybe it could become a shorthand)....
Having an attribute which value is either a string or number (from JS point of view) is rather surprising.
(related to #85) Re: https://github.com/WebKit/explainers/tree/main/animation-frame-rate If there is an animation declared to be at a different frame rate than the [update-the-rendering steps](https://html.spec.whatwg.org/multipage/webappapis.html#update-the-rendering), then how does the processing model for updates...
From reading the explainer, it's unclear what would happen if the model is larger than the space that the model tag is specifying. Is the assumption that it will be...
It's common for models to have multiple animation takes bundled into or referenced within the model file (and they can be cycled through on the fly based on page events,...
Progressive loading of media content is the same for almost all media types, and users can simply stop loading pages to avoid further data use. But going 3D, another dimension...