On Sunday, February 14, 2010, 3:23:08 PM, Andre wrote:
AOS> On Sat, 2010-02-13 at 05:45 -0800, Linda A. Walsh wrote:
Not in this form. Look at the code --- now there's no special
namespace for SVG, no special code. That's the point.
AOS> could you send a link to the blog post you found this ? AOS> or better, the part in X/HTML5 specification ?
AOS> i must have completely missed the news that SVG is now part of the HTML AOS> namespace in the XHTML5 specification :/
It isn't part of the HTML namespace. However, HTML5 does (in its HTML serialisation) allow namespace declarations to be omitted for 'well known' namespaces.
When you look in the DOM, the elements are automagically in the namespace you would expect.
AOS> is this only in XHTML5 or also in HTML5 ?
Its only in HTML5; XHTML5 requires the namespaces to be declared (otherwise its not ns-wellformed).