WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
View All
Add attachment
proposed patch, testcase, etc.
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.
Ahmad Saleem
Comment 3
2023-12-21 05:23:31 PST
We are passing this WPT:
https://wpt.fyi/results/mathml/presentation-markup/tokens/ms-001.html?label=master&label=experimental&aligned&q=ms
and
https://wpt.fyi/results/mathml/crashtests/multicol-inside-ms.html?label=master&label=experimental&aligned&q=ms
It seems nothing much to do here.
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.
Top of Page
Format For Printing
XML
Clone This Bug