Sophie Alpert
Sophie Alpert
Thanks for the clear repro case!
(I am guessing #24592 is not related, since this issue seems to be with non-ASCII characters and I don't believe that one is.)
It sounds like @icambron's plan will likely work; another possibility could be to format a known time such as `1970-01-02T03:04:05Z` in the system locale and then figure out the format...
This doesn't work for something like `x . static`, which turns into `x .[ "static"]` with this patch.
Related spec discussion: * https://github.com/whatwg/html/pull/2373
Does SVG inherit font from the surrounding context or what?
Right. Ideally we can pick some default behavior that's consistent across the SVG and Canvas (and VML) implementations.
It would be nice to be able to do actual media queries so that server-rendered pages can be laid out correctly. `:visited` is probably the trickiest because it can't be...
@ainscore Yes, that's what I meant.
Updated the original link so that it works again.