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
Jump to navigation
Jump to search
(add prefetching back in too so we at least keep track of what is being used) |
(divide into Allowed and Proposed) |
||
Line 1: | Line 1: | ||
This page lists | This page lists allowed and proposed extension values for the http-equiv="" attribute of the <meta> element in HTML. For the detailed registration requirements, [http://www.whatwg.org/html#concept-http-equiv-extensions 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. | |||
{| class="wikitable" | |||
! Keyword | ! Keyword | ||
! Brief description | ! Brief description | ||
Line 9: | Line 13: | ||
| Labels that help content advisory software protect children from potentially harmful material [[http://www.fosi.org/icra/ more]] | | Labels that help content advisory software protect children from potentially harmful material [[http://www.fosi.org/icra/ more]] | ||
| [http://www.w3.org/TR/REC-PICS-labels/ PICS Label Distribution Label Syntax and Communication Protocols] | | [http://www.w3.org/TR/REC-PICS-labels/ 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. | |||
{| class="wikitable" | |||
! Keyword | |||
! Brief description | |||
! Specification | |||
|- | |- | ||
| x-dns-prefetch-control | | x-dns-prefetch-control |
Revision as of 12:11, 1 March 2013
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 |
X-UA-Compatible | Specifies the IE rendering mode that should be used to render the document. Widely used, but not registered with IETF/IANA. | MSDN: Defining Document Compatibility |