From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/html/attributes%2Frel%2Fme.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 devdocs/html/attributes%2Frel%2Fme.html (limited to 'devdocs/html/attributes%2Frel%2Fme.html') 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 @@ +

rel=me

+

The me keyword for the rel attribute of the <link> and <a> elements indicates that the current resource is represented by the linked party. The me value was introduced in the XHTML Friends Network (XFN) specification.

+

html

+
<link rel="me" value="example.com" />
+
+

The rel="me" attribute is used in RelMeAuth and Web sign in specifications as a way to enable a person to identify themselves to a web service using their domain name or a particular URL.

+
+

Specifications

+
+No specification found

No specification data found for html.elements.link.rel.me.
Check for problems with this page or contribute a missing spec_url to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.

+
+

Browser compatibility

+

+ © 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
+ https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel/me +

+
-- cgit v1.2.3