Skip to content

Commit 03d45d1

Browse files
authored
Meta: link Review Draft
1 parent f837ce1 commit 03d45d1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

dom.bs

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Group: WHATWG
33
H1: DOM
44
Shortname: dom
55
Text Macro: TWITTER thedomstandard
6+
Text Macro: LATESTRD 2020-06
67
Abstract: DOM defines a platform-neutral model for events, aborting activities, and node trees.
78
Translation: ja https://triple-underscore.github.io/DOM4-ja.html
89
Translate IDs: slottable slotable
@@ -44,9 +45,10 @@ urlPrefix: https://w3c.github.io/hr-time/#; spec: HR-TIME
4445
spec:html; type:element
4546
text: title
4647
text: script
47-
spec:infra; type:dfn; text:list
4848
</pre>
4949

50+
51+
5052
<h2 id=goals class=no-num>Goals</h2>
5153

5254
This specification standardizes the DOM. It does so as follows:
@@ -6110,9 +6112,9 @@ given a <var>document</var>, <var>localName</var>, <var>namespace</var>, and opt
61106112
</ol>
61116113

61126114
<p><a for=/>Elements</a> also have an
6113-
<dfn export id=concept-element-attribute for=Element>attribute list</dfn>, which is a <a>list</a>
6114-
exposed through a {{NamedNodeMap}}. Unless explicitly given when an <a for=/>element</a> is created,
6115-
its <a for=Element>attribute list</a> <a for=list>is empty</a>.
6115+
<dfn export id=concept-element-attribute for=Element>attribute list</dfn>, which is a
6116+
<a for=/>list</a> exposed through a {{NamedNodeMap}}. Unless explicitly given when an
6117+
<a for=/>element</a> is created, its <a for=Element>attribute list</a> <a for=list>is empty</a>.
61166118

61176119
<p>An <a for="/">element</a>
61186120
<dfn export id=concept-element-attribute-has lt="has an attribute">has</dfn> an <a>attribute</a>
@@ -6493,7 +6495,7 @@ associated {{NamedNodeMap}}.
64936495

64946496
<p>The <dfn method for=Element><code>getAttributeNames()</code></dfn> method, when invoked, must
64956497
return the <a for=Attr>qualified names</a> of the <a>attributes</a> in <a>this</a>'s
6496-
<a for=Element>attribute list</a>, in order, and a new <a>list</a> otherwise.
6498+
<a for=Element>attribute list</a>, in order, and a new <a for=/>list</a> otherwise.
64976499

64986500
<p class=note>These are not guaranteed to be unique.<!-- A theoretical getAttributeNamesNS() could
64996501
return an array of unique two-value-arrays. -->

0 commit comments

Comments
 (0)