Andrei Volykhin
Andrei Volykhin
By the way, HTML interfaces can be moved to `script/dom/html`, and SVG interfaces to `script/dom/svg` (there will be many more of these in the future).
JFYI < The media controls should have different width for `audio` (only to expose UA features) and `video` (`100% of the `video`?!) https://html.spec.whatwg.org/multipage/rendering.html#embedded-content-rendering-rules `audio`: The [audio](https://html.spec.whatwg.org/multipage/media.html#the-audio-element) element, when it is...
@jdm, @sagudev < There is requirement to support optional scaling on [image bitmap creation](https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#cropped-to-the-source-rectangle-with-formatting) (Step 7). I didn't find any scaling function out of box in Servo (did I miss...
It's not yet done. NEED to implement the following parts: 1. Crop with formating 2. Bitmap queue 3. Remove from experimental feature 4. Some minor issues...
FYI < I looked at three packages (image/resize/fast_image_resize) and decided to implement the ImageBitmap resize functionality based on the "image" package (already in dependencies), even if the "fast_image_resize" package would...
I propose to remove `ImageBitmap` from experimental feature list (`dom.imagebitmap.enabled`) because at current moment almost all major tests are passed except specific CanvasImageSource tests (vector `HTMImageElement`, bitmap/vector `SVGImageElement`) and EXIF...
Hmmm... but we already do it in https://fetch.spec.whatwg.org/#data-urls before send back response.
`Exposing the length would impose requirements on when that algorithm is to be run relative to everything else, no?` The decoding of the entire URL would impose requirements on the...
I believe that WPT will fail - removal of style setup can broke some CSS tests (99%)
> That's an exciting panic: > > ``` > │ [2025-11-06T13:18:35Z ERROR script::dom::bindings::error] Error at :0:0 InvalidAccessError: The object does not support the operation or argument. > │ Trying to...