You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: accname/index.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -279,8 +279,8 @@ <h2>Name and Description</h2>
279
279
</dd>
280
280
<dt>contents</dt>
281
281
<dd>
282
-
name is generated from the Text [=nodes=] associated with the [=element=]. Although this may be allowed in addition to "author" in some <aclass="termref">roles</a>, "content" is used only
283
-
if higher priority "author" features are not provided. Priority is defined by the <ahref="#mapping_additional_nd_te">text equivalent computation</a> algorithm.
282
+
name is generated from the [=exclusive Text node|text nodes=] associated with the [=element=]. Although this may be allowed in addition to "author" in some <aclass="termref">roles</a>,
283
+
"content" is used only if higher priority "author" features are not provided. Priority is defined by the <ahref="#mapping_additional_nd_te">text equivalent computation</a> algorithm.
284
284
</dd>
285
285
<dt>prohibited</dt>
286
286
<dd>
@@ -700,8 +700,8 @@ <h4>Computation steps</h4>
700
700
</div>
701
701
</li>
702
702
<liid="comp_text_node">
703
-
<spanid="step2G"><!-- Don't link to this legacy numbered ID. --></span><em>Text Node:</em> Otherwise, if the <code>current node</code> is a Text [=Node=], return its textual
704
-
contents.
703
+
<spanid="step2G"><!-- Don't link to this legacy numbered ID. --></span><em>Text Node:</em> Otherwise, if the <code>current node</code> is a [=exclusive Text node|text node=], return
704
+
its textual contents.
705
705
</li>
706
706
<liid="comp_recursive_name_from_content">
707
707
<spanid="step2H"><!-- Don't link to this legacy numbered ID. --></span><em>Recursive Name From Content:</em> Otherwise, if the <code>current node</code> is a descendant of an
0 commit comments