Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
add ping attr to link and area (#1586)
Browse files Browse the repository at this point in the history
  • Loading branch information
siusin authored and LJWatson committed Jul 31, 2018
1 parent dc7d6b5 commit c7f3e5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sections/semantics-document-metadata.include
Expand Up @@ -349,6 +349,7 @@
<dd><{link/media}> — Applicable media</dd>
<dd><{link/hreflang}> — Language of the linked resource</dd>
<dd><{link/integrity}> — Metadata used in Subresource Integrity checks</dd>
<dd><{links/ping}> — URLs of the resources that are interested in being notified</dd>
<dd><{link/type}> — Hint for the type of the referenced resource</dd>
<dd><{link/referrerpolicy}> - <a>Referrer policy</a> for <a>fetches</a> initiated by the element</dd>
<dd><{link/sizes}> — Sizes of the icons (for <{link/rel}>="<code>icon</code>")</dd>
Expand Down
1 change: 1 addition & 0 deletions sections/semantics-embedded-content.include
Expand Up @@ -12196,6 +12196,7 @@ red:89
<dd><code>download</code> - Whether to download the resource instead of navigating to it, and its file name if so</dd>
<dd><code>href</code> - Address of the <a>hyperlink</a></dd>
<dd><code>hreflang</code> - Language of the linked resource</dd>
<dd><{area/ping}> — URLs of the resources that are interested in being notified</dd>
<dd><{area/rel}> - Relationship of this document (or subsection/topic) to the destination resource</dd>
<dd><code>shape</code> - The kind of shape to be created in an <a>image map</a></dd>
<dd><code>target</code> - <a>browsing context</a> for <a>hyperlink</a> <a>navigation</a></dd>
Expand Down

1 comment on commit c7f3e5e

@mtrootyy
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ping attribute should be added not only to <area> element but also to <a> element.

Please sign in to comment.