[Webkit-unassigned] [Bug 116232] REGRESSION: MathML in an XHTML "a" link element is now underlined
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 17 12:45:11 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=116232
Frédéric Wang <fred.wang at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fred.wang at free.fr,
| |mrobinson at webkit.org
--- Comment #2 from Frédéric Wang <fred.wang at free.fr> 2013-05-17 12:43:39 PST ---
Gecko has the following rule in the MathML stylesheet:
:-moz-any-link {
text-decoration: none !important;
}
Probably, the same should be done in Source/WebCore/css/mathml.css (with -webkit instead of -moz).
--
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