Sam Weinig

Results 13 issues of Sam Weinig

#### 74f4ec951c7ffa404d4a846e2089bc2ce63ae0a2 Update named colors list to match CSS Color 4 https://bugs.webkit.org/show_bug.cgi?id=245533 <rdar://100287586> Reviewed by NOBODY (OOPS!). Added new system colors from CSS Color 4 with the following default platform...

merging-blocked
CSS
Other

#### 57da8203a35c2f8ed668d204e48cf59267235c8d Hue interpolation "specified" is not correctly implemented for hues < 0 or > 360 https://bugs.webkit.org/show_bug.cgi?id=245552 <rdar://100344615> Reviewed by NOBODY (OOPS!). Defers normalization of the hue component of lch(),...

merging-blocked
CSS
Other

In the [relative color syntax](http://w3c.github.io/csswg-drafts/css-color-5/#relative-colors) section of CSS Color 5, some of the `channel keywords` specify more than one type. For instance, the channel color `l` for the `lab()` relative...

css-color-5

There are few tests that assume the old hsl()/hsla() clipping behavior (specifically, clipping saturation values greater than 100% to 100%): css/css-color/t424-hsl-clip-outside-gamut-b.xht css/css-color/t425-hsla-clip-outside-device-gamut-b.xht html/canvas/element/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.html html/canvas/element/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.html html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.html html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsl-clamp-1.worker.html html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.html html/canvas/offscreen/fill-and-stroke-styles/2d.fillStyle.parse.hsla-clamp-1.worker.html The tests...

https://github.com/web-platform-tests/wpt/issues/45814 Removes tests that were assuming the CSS Color 3 rules for hsl()/hsla() where lightness and saturation values outside of 0-100 were clamped to that range. CSS Color 4 states...

html
css-color

https://github.com/web-platform-tests/wpt/issues/45912 Remove invalid test case that assumes out of gamut conversions to hwb are lossless.

css-color

The test css/css-color/parsing/color-computed-relative-color.html currently assumes that conversion to hwb is lossless, which the current specification doesn't seem support. For example the fuzzy test on line 794: ``` fuzzy_test_computed_color(`color(from hwb(from color(${colorSpace}...

wg-css

The current proposal has the following extension to the `ImageData` interface: ``` partial interface ImageData { constructor(unsigned long sw, unsigned long sh, optional ImageDataSettings); constructor(ImageDataArray data, unsigned long sw, unsigned...

The ImageBitmapOptions extension in the current proposal is defined as: ``` partial dictionary ImageBitmapOptions { CanvasColorSpaceEnum colorSpace = "srgb"; } ``` Rather than `CanvasColorSpaceEnum`, I think it should be `PredefinedColorSpaceEnum`.

#### 9b41de248d511d7f81942929d9a346de43d220a0 Support nested currentcolor resolution for canvas https://bugs.webkit.org/show_bug.cgi?id=274120 Reviewed by NOBODY (OOPS!). Support for 'currentcolor' in canvas was previously hardcoded to look for the explicit string, which made any...

merging-blocked
Canvas
safe-merge-queue