Re: getting innerHTML in XML: duplicate attributes

On Mon, May 19, 2008 at 10:13 AM, Simon Pieters wrote:
>
> http://www.whatwg.org/specs/web-apps/current-work/multipage/section-dynamic.html#innerhtml1
>
> doesn't cover the case when an element has two attributes with the same
> namespace and local name (but different prefixes).

This case is not possible:
http://www.w3.org/TR/xml-names/#uniqAttrs
http://www.w3.org/TR/DOM-Level-2-Core/core.html#ID-ElSetAtNodeNS

(or am I missing something?)

-- 
Thomas Broyer

Received on Monday, 19 May 2008 09:43:20 UTC