Philip Jägenstedt

Results 336 issues of Philip Jägenstedt

In a discussion with @bottosson, I learned that he considers the scale of the _a_ and _b_ coordinates a mistake in the design of Oklab. Orthogonality between _L_, _a_, and...

css-color-4

This is terrible. @annevk suggests a helper algorithm instead. *** Preview | Diff

Note in https://developer.chrome.com/docs/css-ui/declarative-shadow-dom: > Declarative Shadow DOM has been available since Chrome 90 and Edge 91, but it used an older non-standard attribute called `shadowroot` instead of the standardized `shadowrootmode`...

This is the `usage_global` data from https://raw.githubusercontent.com/Fyrd/caniuse/cc3ccd6ca9c69dd811d2952d873abcd0750e34a2/fulldata-json/data-2.0.json: Firefox usage by version version | usage -- | -- 2 | 0.004118 3 | 0.004271 3.5 | 0.008786 3.6 | 0.00487 4...

Misc. site/data request

There are no dependencies in package.json.

After following https://learn.microsoft.com/en-us/azure/static-web-apps/getting-started?tabs=vanilla-javascript my first deploy failed with logs like this: ``` /usr/bin/docker run --name c0442fd7fd7dbfb744c4f92002043a0736abb_229844 --label 6c0442 --workdir /github/workspace --rm -e "INPUT_AZURE_STATIC_WEB_APPS_API_TOKEN" -e "INPUT_REPO_TOKEN" -e "INPUT_ACTION" -e "INPUT_APP_LOCATION" -e...

It was spec'd a long time ago: https://github.com/w3c/csswg-drafts/pull/6304

wg-css
cssom

This happened in https://github.com/web-platform-tests/wpt/pull/45985/checks?check_run_id=24417704584 From the logs: ``` Unexpected Results ------------------ /infrastructure/testdriver/click_iframe_crossorigin.sub.html FAIL TestDriver click on a document in an iframe - uncaught exception: Error: assert_unreached: click failed Reached unreachable...

### What is the issue with the HTML Standard? https://html.spec.whatwg.org/#dedicated-workers-and-the-worker-interface defines the `onmessageerror` event handler attribute for `Worker`, but can a "messageerror" event actually fire on a `Worker` object? I...

topic: workers