Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: group area's shape with other IDL attributes #10305

Merged
merged 1 commit into from
May 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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