Skip to content

Commit

Permalink
Move statement on rel synonyms for more visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Mar 6, 2016
1 parent c4bcb42 commit f200173
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -21522,6 +21522,10 @@ interface <dfn>HTMLHyperlinkElementUtils</dfn> {
<p>Except where otherwise specified, a keyword must not be specified more than once per <code
data-x="attr-hyperlink-rel">rel</code> attribute.</p>

<p>Some of the sections that follow the table below list synonyms for certain keywords. The
indicated synonyms <span w-nodev>are to be handled as specified by user agents, but</span> must
not be used in documents (for example, the keyword "<code data-x="">copyright</code>").</p>

<p>Link types are always <span>ASCII case-insensitive</span><span w-nodev>, and must be
compared as such</span>.</p>

Expand Down Expand Up @@ -21670,14 +21674,6 @@ interface <dfn>HTMLHyperlinkElementUtils</dfn> {
</tbody>
</table>

<div w-nodev>

<p>Some of the types described below list synonyms for these values. These <!--<span
w-nodev>-->are to be handled as specified by user agents, but<!--</span>--> must not be used
in documents.</p>

</div>

<!-- v2 ideas:
* rel="related" // see also
* http://microformats.org/wiki/rel-enclosure
Expand Down

0 comments on commit f200173

Please sign in to comment.