Sander de Jong
Sander de Jong
To add to this, `'msScrollSnapType' in document.documentElement.style` returns `true` on IE11 and Edge (should work on IE10 too)
This problem still occurs in Citra Nightly 1629, unfortunately :(
@BartyMae I can confirm that this fix works! Thanks so much!
Thanks @eduardolagares ! I've incorporated this fix in our fork: https://github.com/Recras/ui-tinymce
+1 Edge 12 also doesn't support this, according to the [svg4everybody polyfill](https://github.com/jonathantneal/svg4everybody)
Meh, all browsers support this, because lots of things would break if they would not.
Links for relative colors: - Chromium bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1274133 - Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1701488 - Implemented in Webkit behind a flag: https://bugs.webkit.org/show_bug.cgi?id=221880 (Safari TP 122)
Links to issues for `color-contrast`: - Chromium: https://bugs.chromium.org/p/chromium/issues/detail?id=1111385 - Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1682439 - Implemented in Safari already behind a flag