@@ -3,6 +3,7 @@ Group: WHATWG
3
3
H1 : DOM
4
4
Shortname : dom
5
5
Text Macro : TWITTER thedomstandard
6
+ Text Macro : LATESTRD 2020-06
6
7
Abstract : DOM defines a platform-neutral model for events, aborting activities, and node trees.
7
8
Translation : ja https://triple-underscore.github.io/DOM4-ja.html
8
9
Translate IDs : slottable slotable
@@ -44,9 +45,10 @@ urlPrefix: https://w3c.github.io/hr-time/#; spec: HR-TIME
44
45
spec:html; type:element
45
46
text: title
46
47
text: script
47
- spec:infra; type:dfn; text:list
48
48
</pre>
49
49
50
+
51
+
50
52
<h2 id=goals class=no-num>Goals</h2>
51
53
52
54
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
6110
6112
</ol>
6111
6113
6112
6114
<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> .
6116
6118
6117
6119
<p> An <a for="/">element</a>
6118
6120
<dfn export id=concept-element-attribute-has lt="has an attribute">has</dfn> an <a>attribute</a>
@@ -6493,7 +6495,7 @@ associated {{NamedNodeMap}}.
6493
6495
6494
6496
<p> The <dfn method for=Element><code>getAttributeNames()</code></dfn> method, when invoked, must
6495
6497
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.
6497
6499
6498
6500
<p class=note> These are not guaranteed to be unique.<!-- A theoretical getAttributeNamesNS() could
6499
6501
return an array of unique two-value-arrays. -->
0 commit comments