summaryrefslogtreecommitdiff
path: root/devdocs/html/attributes%2Frel%2Fme.html
blob: a905b86920e2b9a9c0d6ff1301a9d054783e783c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<header><h1>rel=me</h1></header><div class="section-content">
<p>The <code>me</code> keyword for the <a href="../../element/link#rel"><code>rel</code></a> attribute of the <a href="../../element/link"><code>&lt;link&gt;</code></a> and <a href="../../element/a"><code>&lt;a&gt;</code></a> elements indicates that the current resource is represented by the linked party. The <code>me</code> value was introduced in the <a href="https://gmpg.org/xfn/" target="_blank">XHTML Friends Network (XFN) specification</a>.</p> <div class="code-example">
<p class="example-header"><span class="language-name">html</span></p>
<pre data-signature="5oIcwAnqsbOVHFdfTzGpWFqEvofbyOpUL/dZCYCgknw=" data-language="html"><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>link</span> <span class="token attr-name">rel</span><span class="token attr-value"><span class="token punctuation attr-equals">=</span><span class="token punctuation">"</span>me<span class="token punctuation">"</span></span> <span class="token attr-name">value</span><span class="token attr-value"><span class="token punctuation attr-equals">=</span><span class="token punctuation">"</span>example.com<span class="token punctuation">"</span></span> <span class="token punctuation">/&gt;</span></span>
</pre>
</div> <p>The <code>rel="me"</code> attribute is used in <a href="https://microformats.org/wiki/RelMeAuth" target="_blank">RelMeAuth</a> and <a href="https://microformats.org/wiki/web-sign-in" target="_blank">Web sign in</a> specifications as a way to enable a person to identify themselves to a web service using their domain name or a particular URL.</p>
</div>
<h2 id="specifications">Specifications</h2>
<div class="notecard warning">
<strong>No specification found</strong><p>No specification data found for <code>html.elements.link.rel.me</code>.<br><a href="#on-github">Check for problems with this page</a> or contribute a missing <code>spec_url</code> to <a href="https://github.com/mdn/browser-compat-data">mdn/browser-compat-data</a>. Also make sure the specification is included in <a href="https://github.com/w3c/browser-specs">w3c/browser-specs</a>.</p>
</div>
<h2 id="browser_compatibility">Browser compatibility</h2><div class="_attribution">
  <p class="_attribution-p">
    &copy; 2005&ndash;2023 MDN contributors.<br>Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.<br>
    <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/me" class="_attribution-link">https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/me</a>
  </p>
</div>