Skip to content

Commit

Permalink
Drop the name propagation for the object element's name attribute
Browse files Browse the repository at this point in the history
Introduced with 0a2ab22, but it appears
that <object name> as a target for <a target> was never implemented.

Fixes #1623.
  • Loading branch information
foolip authored and domenic committed Aug 12, 2016
1 parent 8bba136 commit 1d196b3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -29646,12 +29646,6 @@ interface <dfn>HTMLObjectElement</dfn> : <span>HTMLElement</span> {
<p>The <span>task source</span> for the <span data-x="concept-task">tasks</span> mentioned in this
section is the <span>DOM manipulation task source</span>.</p>

<p>Whenever the <code data-x="attr-object-name">name</code> attribute is set, if the
<code>object</code> element has a nested <span>browsing context</span>, its <span data-x="browsing
context name">name</span> must be changed to the new value. If the attribute is removed, if the
<code>object</code> element has a <span>browsing context</span>, the <span>browsing context
name</span> must be set to the empty string.</p>

</div>

<p>The <code data-x="attr-hyperlink-usemap">usemap</code> attribute, if present while the
Expand Down

0 comments on commit 1d196b3

Please sign in to comment.