RESOLVED WONTFIX 125859
Implement token element <ms>
https://bugs.webkit.org/show_bug.cgi?id=125859
Summary Implement token element <ms>
Frédéric Wang (:fredw)
Reported 2013-12-17 09:56:00 PST
The <ms> token element is not implemented. If we ignore the mstyle craziness (like Gecko does), this could be done with pure CSS: ms:before, ms:after { content: "\0022" } ms[lquote]:before { content: attr(lquote) } ms[rquote]:after { content: attr(rquote) }
Attachments
attempt (537 bytes, text/html)
2013-12-17 13:44 PST, Frédéric Wang (:fredw)
no flags
Frédéric Wang (:fredw)
Comment 1 2013-12-17 13:44:41 PST
Created attachment 219449 [details] attempt Does not seem to work...
Frédéric Wang (:fredw)
Comment 2 2022-10-02 22:00:33 PDT
lquote/rquote have been removed from MathML Core: https://w3c.github.io/mathml-core/#string-literal-ms So I guess we don't need to implement anything. Leaving this open for now, to check if we pass WPT tests.
Frédéric Wang (:fredw)
Comment 4 2024-07-04 03:49:14 PDT
OK let's close this then.
Note You need to log in before you can comment on or make changes to this bug.