Steinar H. Gunderson

Results 31 issues of Steinar H. Gunderson

Hi, I'm compiling chessboard.js together with other code using the Google Closure compiler. Would you be interested in making a few small changes to make it compatible with the advanced...

Hi, My Flower Care has MAC address 80:ea:ca:88:e8:e9, which means the scanner won't find it. Please consider broadening the list of accepted MAC addresses.

There's been some discussions around gamut mapping: https://csswg.sesse.net/css-color-4/#css-gamut-mapping The questions in point are: * Is §13.2 normative? There have been discussions about the use of the phrasing “This CSS gamut...

css-color-4

An offshoot from https://github.com/w3c/csswg-drafts/issues/7610. We probably need to spec what to do for gamut mapping and WebGL onto a lower-gamut display; right now we say that CSS elements (including SVG)...

css-color-4

What should the CSSOM look like for this snippet? ```css div { color: red; @media (min-width > 100px) { color: green; & span { color: blue; } } } ```...

css-nesting

The CSSOM part of css-nesting-1 extends CSSRule to support children: https://csswg.sesse.net/css-nesting-1/#cssom-style However, then it goes ahead and defines a separate interface, _entirely unrelated to CSSRule_, for nest: https://csswg.sesse.net/css-nesting-1/#cssom-nesting I don't...

css-nesting

Hi, The SSQ documentation states that the freezes are 4-aligned, but I'm not sure if this is the case. Look at the stepchart for MAX 300, double basic; the chunk...

Hi, It looks like the basic operations in the mixer (like scaling) are not working in linear light as they should; in particular, see http://www.4p8.com/eric.brasseur/gamma.html. In particular, this matters when...

type/bug
feedback/pull request wanted
image-mixer

### WebKittens @anttijk ### Title of the spec CSS Images Level 4: cross-fade() ### URL to the spec https://drafts.csswg.org/css-images-4/#cross-fade-function ### URL to the spec's repository https://github.com/w3c/csswg-drafts/tree/main/css-images-4 ### Issue Tracker URL...

topic: css
venue: W3C CSS WG

It seems like shctx.c is written with several inline assembler parts to get atomic operations. GCC has a relatively rich set[1](http://gcc.gnu.org/onlinedocs/gcc-4.6.0/gcc/Atomic-Builtins.html) of these; possibly not everything that the file needs,...