diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/html/attributes%2Frel%2Fme.html | |
new repository
Diffstat (limited to 'devdocs/html/attributes%2Frel%2Fme.html')
| -rw-r--r-- | devdocs/html/attributes%2Frel%2Fme.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devdocs/html/attributes%2Frel%2Fme.html b/devdocs/html/attributes%2Frel%2Fme.html new file mode 100644 index 00000000..a905b869 --- /dev/null +++ b/devdocs/html/attributes%2Frel%2Fme.html @@ -0,0 +1,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><link></code></a> and <a href="../../element/a"><code><a></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"><</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">/></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"> + © 2005–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> |
