[Bug 11099] clarify that "element's tag name" and "attribute's name" are qualified name

http://www.w3.org/Bugs/Public/show_bug.cgi?id=11099

--- Comment #4 from Henri Sivonen <hsivonen@iki.fi> 2010-10-22 12:39:06 UTC ---
When serializing an HTML fragment, namespaces that aren't hard-wired to the
HTML parsing algorithm will fail to round-trip anyway. Since they are going to
break anyway, let's break them in the easiest way possible:
 1) If an attribute is in the XLink, XML or XMLNS namespace, prefix with
xlink:, xml: or xmlns:
 2) Otherwise, always use the local name for both attributes and elements.

-- 
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 Friday, 22 October 2010 12:39:08 UTC