[Bug 8238] Add support for X3D

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





--- Comment #12 from Simon Pieters <simonp@opera.com>  2009-11-18 06:05:11 ---
If we don't want to change the HTML parser, X3D *could* bend over backwards and
change the namespace of elements to the XHTML namespace and the case of
elements and attributes to all-lowercase, and drop <Script>, <head>, <meta>.

X3D has some element names that future versions of HTML might want to use, such
as <Contact>. This may or may not be an issue, but a way to resolve it is to
prefix all X3D elements with something, e.g. "x" or "x3d".

I'm not saying this is a good idea, just stating a possible alternative.


-- 
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 Wednesday, 18 November 2009 06:05:21 UTC