- From: <bugzilla@jessica.w3.org>
- Date: Thu, 20 Mar 2014 10:56:56 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25104
Bug ID: 25104
Summary: The RelaxNG schema should recognize more encoding
values for the <semantics> element
Product: HTML WG
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Editor tools
Assignee: robin@w3.org
Reporter: fred.wang@free.fr
QA Contact: public-html-bugzilla@w3.org
CC: eoconnor@apple.com, erika.doyle@microsoft.com,
silviapfeiffer1@gmail.com, travil@microsoft.com
The HTML5 RelaxNG schema currently allows the following values for the encoding
attribute of the <semantics> element:
HTML => string "application/xhtml+xml" | string "text/html"
SVG => string "SVG1.1"
MathML => string "MathML" | string "MathML-Content" | string
"MathML-Presentation"
MathML3 suggests to use the MathML/SVG MIME types as encoding values and to
keep the old values for backwards compatibility:
http://www.w3.org/TR/MathML3/chapter6.html
http://www.w3.org/TR/MathML3/chapter6.html#encoding-names
http://www.w3.org/TR/MathML3/chapter6.html#interf.graphics
Gecko & WebKit recognizes these MathML/SVG MIME types and I think they should
be allowed by the RelaxNG schema too.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Thursday, 20 March 2014 10:56:57 UTC