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)
(Added {{Obsolete}})
 
(12 intermediate revisions by 7 users not shown)
Line 1: Line 1:
This page lists the allowed extension values for the http-equiv="" attribute of the <meta> element in HTML5. For the detailed registration requirements, [http://www.whatwg.org/html#concept-http-equiv-extensions see the specification].
{{Obsolete}}


{| 
This page formerly hosted a registry for [https://html.spec.whatwg.org/multipage/semantics.html#pragma-directives http-equiv pragma directives] for the <code>meta</code> element. As of https://github.com/whatwg/html/commit/72d084b81fa94915518b9cf279afef87d835e88e, that model has been abandoned, and further pragma directives must go through the normal standards process for new features instead.
! Keyword
! Brief description
! Specification
|-
| PICS-Label
| 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]
|-
| x-dns-prefetch-control
| 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]
|}
 
[[Category:Registries]]

Latest revision as of 22:49, 13 December 2017

This document is obsolete.


This page formerly hosted a registry for http-equiv pragma directives for the meta element. As of https://github.com/whatwg/html/commit/72d084b81fa94915518b9cf279afef87d835e88e, that model has been abandoned, and further pragma directives must go through the normal standards process for new features instead.