Re: ISSUE-2260 (id-value-when-not-present): Value of SVGElement::id not defined when there is no id="" attribute present [SVG Full 1.1]

SVG Working Group Issue Tracker:
> ISSUE-2260 (id-value-when-not-present): Value of SVGElement::id not
> defined when there is no id="" attribute present [SVG Full 1.1]
…
> The value of the SVGElement::id attribute is not defined when there
> is no id="" attribute present on the element. Probably we should
> backport the behaviour from 1.2T, which says that the value is null.
> (Or perhaps check what HTML 5 defines / what implementations do.)

The intention in HTML 5 is for HTMLElement::id to return an empty string
when the id="" attribute is not present.

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Monday, 13 April 2009 23:57:53 UTC