- From: <bugzilla@jessica.w3.org>
- Date: Sat, 10 Jul 2010 00:09:21 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9971
Eliot Graff <eliotgra@microsoft.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #1 from Eliot Graff <eliotgra@microsoft.com> 2010-07-10 00:09:21 ---
Edited spec per these requests. The Namespaces section now reads:
The following rules apply to namespaces used in polyglot markup.
* The <html> element uses the namespace declaration
xmlns="http://www.w3.org/1999/xhtml".
* All <math> elements uses the namespace declaration
xmlns="http://www.w3.org/1998/Math/MathML".
* All <svg> elements uses the namespace declaration
xmlns="http://www.w3.org/2000/svg".
* The xlink prefix is defined as xmlns:xlink="http://www.w3.org/1999/xlink"
before using xlink:href. The prefix must be declared on an SVG or MathML
element by using an attribute in the xlink namespace or on any of its SVG or
MathML ancestors.
* No other elements should have namespace declarations.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Saturday, 10 July 2010 00:09:23 UTC