A user account is required in order to edit this wiki, but we've had to disable public user registrations due to spam.

To request an account, ask an autoconfirmed user on Chat (such as one of these permanent autoconfirmed members).

PragmaExtensions: Difference between revisions

From WHATWG Wiki
Jump to navigation Jump to search
m (add link to DNS prefetching implications; use multipage version of spec)
No edit summary
Line 13: Line 13:
| Allows turning prefetching "on" or "off". There's an equivalent HTTP header. Which takes precedence is undefined. Needed for [http://www.pinkbike.com/news/DNS-Prefetching-implications.html]
| Allows turning prefetching "on" or "off". There's an equivalent HTTP header. Which takes precedence is undefined. Needed for [http://www.pinkbike.com/news/DNS-Prefetching-implications.html]
| [https://developer.mozilla.org/en/controlling_dns_prefetching Controlling DNS prefetching]
| [https://developer.mozilla.org/en/controlling_dns_prefetching Controlling DNS prefetching]
|-
| x-ua-compatible
| Allows to control the way Microsoft Internet Explorer renders webpages (Document compatibility modes, e.g. content="IE=edge") and to enable Google Chrome's open web technologies (Google Chrome Frame, e.g. content="chrome=1") if previously installed. See also: [https://github.com/paulirish/html5-boilerplate/blob/master/index.html HTML5 Boilerplate]
| [http://msdn.microsoft.com/en-us/library/cc288325(v=vs.85).aspx MSDN - Defining Document Compatibility]
[http://www.chromium.org/developers/how-tos/chrome-frame-getting-started Google Chrome Frame: Developer Guide]
|}
|}


[[Category:Registries]]
[[Category:Registries]]

Revision as of 01:23, 21 April 2011

This page lists the allowed extension values for the http-equiv="" attribute of the <meta> element in HTML5. For the detailed registration requirements, see the specification.

Keyword Brief description Specification
PICS-Label Labels that help content advisory software protect children from potentially harmful material [more] PICS Label Distribution Label Syntax and Communication Protocols
x-dns-prefetch-control Allows turning prefetching "on" or "off". There's an equivalent HTTP header. Which takes precedence is undefined. Needed for [1] Controlling DNS prefetching
x-ua-compatible Allows to control the way Microsoft Internet Explorer renders webpages (Document compatibility modes, e.g. content="IE=edge") and to enable Google Chrome's open web technologies (Google Chrome Frame, e.g. content="chrome=1") if previously installed. See also: HTML5 Boilerplate MSDN - Defining Document Compatibility

Google Chrome Frame: Developer Guide