Dean Jackson
Dean Jackson
This is an interesting project, but to make a better case against the size of SVG, your cowbell.svg example should probably be more representative of how it should be used...
First!! Let's assume you can do this: window.CSS && window.CSS.supports("-webkit-initial-letter", "1"); I suggest you need two flags: A. onlyExecuteIfNativeIsMissing (or something like that) where the JS will early return if...
https://github.com/WebKit/explainers/blob/main/model Discuss Apple's `` proposal.
Hand Input is shipping in Oculus's browser, but is still marked as experimental. How can we advance it to a non-experimental stage? The test suite is empty.
As part of understanding what we need for Compositing/UI Workers/Scroll API, it would be good to list the types of effects we're planning to enable. Rick and Ian have already...
Markdown-it supports `data:` URLs allowing inline embedding of content. Understandably it restricts the allowed set of content types that are supported (to e.g. `png`, `jpg` etc). Unfortunately SVG is not...