From 103c4e4611df6335e5ca0f4a78b1de2f57e5d52b Mon Sep 17 00:00:00 2001 From: James Westman Date: Fri, 12 Mar 2021 10:30:35 -0600 Subject: [PATCH] Fix incorrectly placed note in rel attribute page A note about rel="alternate" was placed under the definition for rel="author" instead. --- files/en-us/web/html/attributes/rel/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/files/en-us/web/html/attributes/rel/index.html b/files/en-us/web/html/attributes/rel/index.html index 3d001584cec0193..51312d3126f37a8 100644 --- a/files/en-us/web/html/attributes/rel/index.html +++ b/files/en-us/web/html/attributes/rel/index.html @@ -238,11 +238,10 @@

Values

<link rel=alternate href="/fr/pdf" hreflang=fr type=application/pdf title="French PDF"> +

Note: The obsolete rev="made" is treated as rel="alternate"

{{htmlattrdef("author")}}
-
Indicates the author of the current document or article. Relevant for {{htmlelement('link')}}, {{htmlelement('a')}}, and {{htmlelement('area')}} elements, the author keyword creates a hyperlink. With {{htmlelement('a')}} and {{htmlelement('area')}}, it indicates the linked document (or mailto:) provides information about the author of the nearest {{htmlelement('article')}} ancestor if there is one, otherwise the entire document. For {{htmlelement('link')}}, it represents the author of the entire document. -

Note: The obsolete rev="made" is treated as rel="alternate"

-
+
Indicates the author of the current document or article. Relevant for {{htmlelement('link')}}, {{htmlelement('a')}}, and {{htmlelement('area')}} elements, the author keyword creates a hyperlink. With {{htmlelement('a')}} and {{htmlelement('area')}}, it indicates the linked document (or mailto:) provides information about the author of the nearest {{htmlelement('article')}} ancestor if there is one, otherwise the entire document. For {{htmlelement('link')}}, it represents the author of the entire document.
{{htmlattrdef("bookmark")}}
Relevant as the rel attribute value for the {{htmlelement('a')}} and {{htmlelement('area')}} elements, the bookmark provides a permalink for ancestor section, which is the nearest ancestor {{htmlelement('article')}} or {{htmlelement('section')}}, if there is at least one, otherwise, the nearest heading sibling or ancestor descendant, to the next..
{{htmlattrdef("canonical")}}