[Webkit-unassigned] [Bug 125859] New: Implement token element <ms>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 17 09:57:54 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=125859
Summary: Implement token element <ms>
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
URL: http://www.w3.org/Math/draft-spec/chapter3.html#presm.
ms
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: MathML
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: fred.wang at free.fr
CC: bfulgham at webkit.org, mrobinson at webkit.org
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)
}
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list