+1
+1
Firefox Nightly now supports paint-order for HTML text:
https://developer.mozilla.org/en-US/docs/Web/CSS/paint-order
Chrome ticket: https://bugs.chromium.org/p/chromium/issues/detail?id=815111
WebKit ticket: https://bugs.webkit.org/show_bug.cgi?id=168601
The latest WebKit from https://webkit.org/build-archives/ now also supports "paint-order: stroke fill" for HTML text (as Firefox Nightly does). Try eg the demo at https://developer.mozilla.org/en-US/docs/Web/CSS/paint-order .
P.S. Even the latest Safari!
Would be great to see this reflected on a caniuse page 馃榾
(Browser support for paint-order used with SVG, and for paint-order used with HTML text.)
+1
+1
Available at https://caniuse.com/#feat=mdn-css_properties_paint-order
Chrome doesn't support it for HTML text, see the bug report link in https://github.com/Fyrd/caniuse/issues/3394#issuecomment-368128531
(It should get checked for every listed browser, regarding paint-order applied to HTML text and also to SVG text.)
Most helpful comment
(Browser support for paint-order used with SVG, and for paint-order used with HTML text.)