- From: <bugzilla@jessica.w3.org>
- Date: Mon, 21 Jun 2010 08:03:26 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9971
Summary: The XLink namespace is suggested to be declared on
<html>
Product: HTML WG
Version: unspecified
Platform: All
URL: http://dev.w3.org/html5/html-xhtml-author-guide/html-x
html-authoring-guide.html#namespaces
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML/XHTML Compatibility Authoring Guide (ed: Eliot
Graff)
AssignedTo: eliotgra@microsoft.com
ReportedBy: hsivonen@iki.fi
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html@w3.org,
eliotgra@microsoft.com
"The xlink prefix is defined as xmlns:xlink="http://www.w3.org/1999/xlink"
before using xlink:href. The prefix can be defined either:
* Once on the root <html> element.
* Once on each <svg> element that contains one or more elements with
xlink:href attributes."
Please remove "Once on the root <html> element." and say instead that the XLink
namespace must be declared on the SVG or MathML element using an attribute in
the xlink namespace or on any of its SVG or MathML ancestors.
Having an attribute xmlns:link on an HTML element is an error in text/html and
parses into a no-namespace attribute--not into a namespace declaration.
--
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 Monday, 21 June 2010 08:03:27 UTC