Skip to content

Commit

Permalink
Update element.attributes getter steps to be less vague
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewarlow committed Jul 19, 2024
1 parent abaa3fb commit 1d17b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6753,8 +6753,8 @@ namespace.</p>
<p>The <dfn method for=Element><code>hasAttributes()</code></dfn> method steps are to return false
if <a>this</a>'s <a for=Element>attribute list</a> <a for=list>is empty</a>; otherwise true.

<p>The <dfn attribute for=Element><code>attributes</code></dfn> getter steps are to return the
associated {{NamedNodeMap}}.
<p>The <dfn attribute for=Element><code>attributes</code></dfn> getter steps are to return
<a>this</a>'s <a for=Element>attribute list</a>.

<p>The <dfn method for=Element><code>getAttributeNames()</code></dfn> method steps are to return the
<a for=Attr>qualified names</a> of the <a>attributes</a> in <a>this</a>'s
Expand Down

0 comments on commit 1d17b70

Please sign in to comment.