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
(divide into Allowed and Proposed)
(→‎Proposed extensions: Per https://html.spec.whatwg.org/#attr-meta-http-equiv-x-ua-compatible , X-UA-Compatible is now part of the HTML spec itself and no longer a proposed extension)
Line 27: Line 27:
| Allows turning prefetching "on" or "off". There's an equivalent HTTP header. Which takes precedence is undefined.
| Allows turning prefetching "on" or "off". There's an equivalent HTTP header. Which takes precedence is undefined.
| [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
| Specifies the IE rendering mode that should be used to render the document. Widely used, but not registered with IETF/IANA.
| [http://msdn.microsoft.com/en-us/library/cc288325.aspx MSDN: Defining Document Compatibility]
|}
|}


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

Revision as of 22:12, 11 July 2015

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

Allowed extensions

The following extensions conform to all the registration requirements in the HTML spec and are therefore allowed in valid documents.

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

Proposed extensions

The following proposed extensions do not yet conform to all the registration requirements in the HTML spec and are therefore not yet allowed in valid documents.

Keyword Brief description Specification
x-dns-prefetch-control Allows turning prefetching "on" or "off". There's an equivalent HTTP header. Which takes precedence is undefined. Controlling DNS prefetching