compat
compat copied to clipboard
Compatibility Standard
bikeshed has this functionality built-in via `bikeshed watch` (And update docs accordingly)
See the following code: ```html :root { color: red; -webkit-text-fill-color: green; } li::before, li::after { content: "##"; } hello hello ``` Should the list markers use `color` or `-webkit-text-fill-color`? Currently...
Reported originally by @chenpighead @ https://github.com/whatwg/compat/issues/66#issuecomment-263093160 > Here's another issue for webkit-text-stroke-width: from CSS Values and Units Module Level 3, I can't find "absolute width" but only "absolute length". Since...
See https://bugzilla.mozilla.org/show_bug.cgi?id=1273068#c6 (from @upsuper)
On Gecko, there is a big load of issues related to `max-width` and a percentage. See https://bugzilla.mozilla.org/show_bug.cgi?id=823483 (specifically seeAlso). The specifications are - https://drafts.csswg.org/css-sizing-3/#width-height-keywords - https://drafts.csswg.org/css2/visudet.html#propdef-max-width The goal of opening...
Extracting a comment from [interop discussions](https://github.com/web-platform-tests/interop-2022-viewport/issues/18) Just as a placeholder for now. `width`/`height`, `(min|max)-(width|height)` with the value `stretch` * Firefox * [Unprefix -moz-fit-content and -moz-available keywords](https://bugzilla.mozilla.org/show_bug.cgi?id=1495868). This is a Webcompat...
### What is the issue with the Compatibility Standard? `navigator.getUserMedia` has been ["removed" from the standard](https://w3c.github.io/mediacapture-main/#legacy-getusermedia-interface) | API | WebKit | Gecko | Blink | |-|-|-|-| | `navigator.getUserMedia`| `undefined` |...
### What is the issue with the Compatibility Standard? I just discovered Gecko added aliases for `::-webkit-slider-*` https://bugzilla.mozilla.org/show_bug.cgi?id=1735575 (at least in Nightly). Shame they didn't open an issue or send...
### What is the issue with the Compatibility Standard? This was frozen to 10 in https://bugzilla.mozilla.org/show_bug.cgi?id=1865766 - let's see if it sticks before updating here.
ICO file format has the possibility to have multiple frames (different images) in one unique file. * Safari displays the first frame * Firefox/Chrome displays the last frame This can...