Justin Novosad

Results 19 comments of Justin Novosad

I think having a canvas size and a backing size that are independent from each other adds unnecessary complexity to an already complex data model. Are there use cases that...

> @kkinnunen-apple was worried that it would make certain optimizations harder as you could no longer be as positive that the layout size would not change upon changing the bitmap....

> the placeholder canvas will essentially have to communicate back whether its layout is managed correctly I don't think the placeholder has to communicate anything back to the OffscreenCanvas. The...

Many years ago, the spec had a feature called HitRegions that created a link between pixel regions in a canvas and elements in the fallback content. It was a solid...

I would like to know whether there are existing use cases that require unrendered fallback content to be interactive (focus + keyboard input). Currently this is partially broken in Blink-based...

OpenGL uses this notation: RGB10_A2

I think what you are looking for is in CSS color module level 4. The CSS color() function will allow colors to be specified in any color space. See: https://drafts.csswg.org/css-color-4/#funcdef-color...