<div dir="ltr">I am trying to make cobweb and cobweb_dom html5 compatible, so there is no requirement to use xhtml. xhtml is not used much at all and may face extinction,<div><br></div><div>While I got cobweb to recognize the html5 DOM uppercased .nodeName (Box becomes BOX) and the lowercased attribute names (diffuseColor becomes diffusecolor) as equivalents to their realcased xml names, it turns out that there are deeper problems with the script node.<br></div><div><br></div><div><div>The type='application/vrmlscript' work-around to avoid execution of the script by the web browser still applies.</div></div><div><br></div><div>In html5 the script element's content is always CDATA and there is no need to use a CDATA tag. In fact, I am not sure if it is even recognized.</div><div><br></div><div><a href="https://wiki.whatwg.org/wiki/HTML_vs._XHTML#Element-specific_parsing">https://wiki.whatwg.org/wiki/HTML_vs._XHTML#Element-specific_parsing</a><br></div><div><br></div><div>While this is usually convenient, it also means that the <field></field> tags inside the script node are not recognized/parsed as child nodes as they are for xml/xhtml parsing but as character content.</div><div><br></div><div>So script becomes a special case for x3d parsing since now the <field> tags are either already delivered as DOM child nodes or - in the case of html5 documents - they are delivered as .innerHTML or .textContent character data.</div><div><br></div><div>The implication for x3d spec. is that it would be better to have the field definitions in an attribute rather as in child nodes. Something like</div><div><script ... fields=' "inputOnly SFBool isOver" "outputOnly SFColor diffuseColor_changed" '></div><div>That would be also more concise.</div><div>Perhaps both field attribute and field child nodes could be allowed with child nodes taking precedence, for compatibility.</div><div>I think this would affect only the XML encoding spec.</div><div><br></div><div>I may try to come up with a little preprocessor script which finds all the field tags inside script nodes, converts them into actual DOM child nodes, appends those the script node, and removes them (or comments them out) from the textContent of the script node.</div><div><br></div><div>Andreas</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 26, 2016 at 2:35 AM, Don Brutzman <span dir="ltr"><<a href="mailto:brutzman@nps.edu" target="_blank">brutzman@nps.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Andreas, I hope that everyone's relative silence over the weekend isn't interpreted as lack of interest!<br>
<br>
This is a really important step forward: HTML5 scripts coexisting with X3D scripts, both using javascript.<br>
<br>
Looking forward to a future X3D Working Group meeting to explore and begin documenting necessary approaches for this work in detail.  No doubt it will help us achieve important capabilities in X3D version 4.<br>
<br>
Once again, thanks for your many efforts.<br>
<br>
all the best, Don<span class="HOEnZb"><font color="#888888"><br>
-- <br>
Don Brutzman  Naval Postgraduate School, Code USW/Br       <a href="mailto:brutzman@nps.edu" target="_blank">brutzman@nps.edu</a><br>
Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA   <a href="tel:%2B1.831.656.2149" value="+18316562149" target="_blank">+1.831.656.2149</a><br>
X3D graphics, virtual worlds, navy robotics <a href="http://faculty.nps.edu/brutzman" rel="noreferrer" target="_blank">http://faculty.nps.edu/brutzma<wbr>n</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Andreas Plesch<br>39 Barbara Rd.<br>Waltham, MA 02453</div>
</div>