Skip to content

Commit

Permalink
Editorial: group area's shape with other IDL attributes
Browse files Browse the repository at this point in the history
As of d56b5d6 it's no longer limited to known values and as such does not warrant its own line.

Fixes #10303.
  • Loading branch information
annevk committed Apr 29, 2024
1 parent 69f5a4a commit 7bc26b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -41912,16 +41912,13 @@ interface <dfn interface>HTMLAreaElement</dfn> : <span>HTMLElement</span> {
<p>The IDL attributes <dfn attribute for="HTMLAreaElement"><code
data-x="dom-area-alt">alt</code></dfn>, <dfn attribute for="HTMLAreaElement"><code
data-x="dom-area-coords">coords</code></dfn>, <dfn attribute for="HTMLAreaElement"><code
data-x="dom-area-shape">shape</code></dfn>, <dfn attribute for="HTMLAreaElement"><code
data-x="dom-area-target">target</code></dfn>, <dfn attribute for="HTMLAreaElement"><code
data-x="dom-area-download">download</code></dfn>, <dfn attribute for="HTMLAreaElement"><code
data-x="dom-area-ping">ping</code></dfn>, and <dfn attribute for="HTMLAreaElement"><code
data-x="dom-area-rel">rel</code></dfn>, each must <span>reflect</span> the respective content
attributes of the same name.</p>

<p>The IDL attribute <dfn attribute for="HTMLAreaElement"><code
data-x="dom-area-shape">shape</code></dfn> must <span>reflect</span> the <code
data-x="attr-area-shape">shape</code> content attribute.</p>

<p>The IDL attribute <dfn attribute for="HTMLAreaElement"><code
data-x="dom-area-rellist">relList</code></dfn> must <span>reflect</span> the <code
data-x="attr-hyperlink-rel">rel</code> content attribute.</p>
Expand Down

0 comments on commit 7bc26b9

Please sign in to comment.