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/element%2Fmeta%2Fname.html | 166 ++++++++++++++++++++++++++++++++ 1 file changed, 166 insertions(+) create mode 100644 devdocs/html/element%2Fmeta%2Fname.html (limited to 'devdocs/html/element%2Fmeta%2Fname.html') diff --git a/devdocs/html/element%2Fmeta%2Fname.html b/devdocs/html/element%2Fmeta%2Fname.html new file mode 100644 index 00000000..d8692880 --- /dev/null +++ b/devdocs/html/element%2Fmeta%2Fname.html @@ -0,0 +1,166 @@ +

Standard metadata names

The <meta> element can be used to provide document metadata in terms of name-value pairs, with the name attribute giving the metadata name, and the content attribute giving the value.

+

Standard metadata names defined in the HTML specification

+
+

The HTML specification defines the following set of standard metadata names:

+
+

Standard metadata names defined in other specifications

+
+

The CSS Device Adaptation specification defines the following metadata name:

+
+

Other metadata names

+
+

The WHATWG Wiki MetaExtensions page contains a large set of non-standard metadata names that have not been formally accepted yet; however, some of the names included there are already used quite commonly in practice — including the following:

+
+

Specifications

+
+ + + + + +
Specification
HTML Standard
# standard-metadata-names
Referrer Policy
# referrer-policy-delivery-meta
+

Browser compatibility

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariWebView AndroidChrome AndroidFirefox for AndroidOpera AndroidSafari on IOSSamsung Internet
name1121≤6≤12.1≤44.4184≤12.1≤3.21.0
color-scheme818196No6812.1818196No12.213.0
referrer
17Until Chrome 46, content values weren't constrained to the values listed in the spec.
79
36The referrer value wasn't taken into account when navigation was happening via the context menu or middle click until Firefox 39.
11Browsers initially supported an early draft of the specification which can only use a meta tag and is only compatible with the origin value from the new spec.
15Until Opera 46, content values weren't constrained to the values listed in the spec.
11.1
37Until Chrome 46, content values weren't constrained to the values listed in the spec.
18Until Chrome 46, content values weren't constrained to the values listed in the spec.
36The referrer value wasn't taken into account when navigation was happening via the context menu or middle click until Firefox 39.
No12
1.0Until Samsung Internet 5.0, content values weren't constrained to the values listed in the spec.
scheme1121≤6≤12.1≤44.4184≤12.1≤3.21.0
theme-color +
73Chrome uses the color only on installed progressive web apps.
39–72Chrome reports support, but does not actually use the color anywhere.
+
79Edge uses the color only on installed progressive web apps.
NoNoNo15No
80Chrome for Android does not use the color on devices with native dark mode enabled.
NoNo156.2
+

See also

+
+

+ © 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/Element/meta/name +

+
-- cgit v1.2.3