<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body lang="EN-US" link="blue" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Verdana",sans-serif;color:black;background:#F3F3F3">No response or objections to seen to email post.  Now resolved and committed.</span><span style="font-size:10.0pt;font-family:"Verdana",sans-serif;color:black"><br clear="all">
<br clear="all">
<span style="background:#F3F3F3">Of note is that this change does not affect functionality of scene rendering or interaction, it is cosmetic.</span></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">all the best, Don<br>
<span style="font-size:10.0pt;font-family:"Courier New"">-- <br>
Don Brutzman  Naval Postgraduate School, Code USW/Br       brutzman@nps.edu<br>
Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA   +1.831.656.2149<br>
X3D graphics, virtual worlds, navy robotics <a href="http://faculty.nps.edu/brutzman">
http://faculty.nps.edu/brutzman</a></span><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div style="mso-element:para-border-div;border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal" style="border:none;padding:0in"><b>From: </b><a href="mailto:brutzman@nps.edu">Brutzman, Donald (Don) (CIV)</a><br>
<b>Sent: </b>Monday, September 20, 2021 10:58 AM<br>
<b>To: </b><a href="mailto:x3d-public@web3d.org">X3D Public</a><br>
<b>Subject: </b>[x3d-public] Mantis 716, clause 7.4.7 WorldInfo fields (title and info) - Change access type to inputOutput</p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Spec editors request comment on this issue. <o:p></o:p></p>
<div>
<table class="MsoNormalTable" border="0" cellspacing="3" cellpadding="0" width="1381" style="width:1035.9pt;background:white">
<tbody>
<tr>
<td style="background:#EBEBEB;padding:3.0pt 3.0pt 3.0pt 3.0pt">
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Verdana",sans-serif;color:black"><br>
7.4.7 WorldInfo<br clear="all">
<a href="http://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/core.html#WorldInfo"><span style="color:royalblue;text-decoration:none">http://www.web3d.org/files/specifications/19775-1/V3.3/Part01/components/core.html#WorldInfo</span></a><br clear="all">
<br clear="all">
-----------------<br clear="all">
Current node signature has fields<br clear="all">
   MFString [] info []<br clear="all">
   SFString [] title ""<br clear="all">
<br clear="all">
Since these fields are both accessType initializeOnly, they cannot be changed<br clear="all">
at run time.<br clear="all">
<br clear="all">
This is unsatisfactory since an author may want to create or modify a scene<br clear="all">
programmatically at run time. For example, after Inlining new content, the<br clear="all">
scene title might need to change.<br clear="all">
<br clear="all">
Recommended field signature:<br clear="all">
   MFString [in out] info []<br clear="all">
   SFString [in out] title ""<br clear="all">
<br clear="all">
This change would be a minor change for browser builders, and no change in<br clear="all">
compatibility for existing content.<br clear="all">
<br clear="all">
-----------------<o:p></o:p></span></p>
</td>
</tr>
</tbody>
</table>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Verdana",sans-serif;color:black;background:#F3F3F3">Of further note is that HAnimHumanoid is the other node with an info field, having accessType inputOutput.</span><span style="font-size:10.0pt;font-family:"Verdana",sans-serif;color:black"><br clear="all">
<br clear="all">
<span style="background:#F3F3F3">26.3.2 HAnimHumanoid</span><br clear="all">
<br clear="all">
<span style="background:#F3F3F3">HAnimHumanoid : X3DChildNode, X3DBoundedObject {</span><br clear="all">
<span style="background:#F3F3F3">  SFVec3f [in,out] center 0 0 0 (-?,?)</span><br clear="all">
<span style="background:#F3F3F3">  MFString [in,out] info []</span><br clear="all">
<br clear="all">
</span><a href="http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/hanim.html#HAnimHumanoid"><span style="font-size:10.0pt;font-family:"Verdana",sans-serif;color:royalblue;text-decoration:none">http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/hanim.html#HAnimHumanoid</span></a><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:"Verdana",sans-serif;color:black;background:#F3F3F3">Status:</span><span style="font-size:10.0pt;font-family:"Verdana",sans-serif;color:black"><br clear="all">
<span style="background:#F3F3F3">a. XML schema does not flag these fields as initializeOnly</span><br clear="all">
<span style="background:#F3F3F3">b. draft specification not changed</span><br clear="all">
<span style="background:#F3F3F3">c. possibility that this is considered a functional change if implementation modifications are non-trivial</span><br clear="all">
<span style="background:#F3F3F3">d. can be considered a technical change, not editorial</span><br clear="all">
<br clear="all">
<span style="background:#F3F3F3">Of note is that this capability likely becomes more important than ever as X3D scenes are integrated with HTML pages, since it is analagous to "title" attribute available on all HTML elements.</span><br clear="all">
<br clear="all">
<span style="background:#F3F3F3">Deferred. We request feedback on whether this need to be deferred to CD ballot comments or version 4.1.</span></span><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">---<o:p></o:p></p>
<p class="MsoNormal">p.s. Wondering, is this any kind of a burden for browser implementers?<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">all the best, Don<br>
<span style="font-size:10.0pt;font-family:"Courier New"">-- <br>
Don Brutzman  Naval Postgraduate School, Code USW/Br       brutzman@nps.edu<br>
Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA   +1.831.656.2149<br>
X3D graphics, virtual worlds, navy robotics </span><a href="http://faculty.nps.edu/brutzman"><span style="font-size:10.0pt;font-family:"Courier New"">http://faculty.nps.edu/brutzman</span></a><o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</body>
</html>