Skip to content

Commit 12165c0

Browse files
authored
Remove claim that the Link header is semantically equivalent to the HTML link element (#32146)
Remove claim that the Link header is semantically equivalent to the HTML <link> element
1 parent d54192c commit 12165c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/en-us/web/http/headers/link/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ browser-compat: http.headers.Link
77

88
{{HTTPSidebar}}
99

10-
The HTTP **`Link`** entity-header field provides a means for serializing one or more links in HTTP headers. It is semantically equivalent to the HTML {{HTMLElement("link")}} element.
10+
The HTTP **`Link`** entity-header field provides a means for serializing one or more links in HTTP headers. In many cases, it has the same effect as the HTML {{HTMLElement("link")}} element.
1111

1212
> **Note:** Some browsers do not support the "icon" relation via HTTP ([FF#1185705](https://bugzilla.mozilla.org/show_bug.cgi?id=1185705)). Use HTML `<link rel="icon">` instead.
1313

0 commit comments

Comments
 (0)