From 8cd599002ce915164c3995c625e5cf9d2b261277 Mon Sep 17 00:00:00 2001 From: Keith Cirkel Date: Thu, 12 Oct 2023 09:30:22 +0100 Subject: [PATCH 1/3] Editorial: make http-equiv attributes table consistent Helps with #9832. --- source | 51 ++++++++++++++++++++++++++++++--------------------- 1 file changed, 30 insertions(+), 21 deletions(-) diff --git a/source b/source index 9d0696e5ef7..7d3107c36e4 100644 --- a/source +++ b/source @@ -16822,52 +16822,61 @@ interface HTMLMetaElement : HTMLElement { meta element, the element is a pragma directive.

The http-equiv attribute is an enumerated - attribute. The following table lists the keywords defined for this attribute. The states - given in the first cell of the rows with keywords give the states to which those keywords map. - Some of the keywords are non-conforming, as noted in the last - column.

+ attribute with the following keywords and states:

- +
- - + - - - - -
State Keyword - Notes + Conforming + State + Brief description
Content Language content-language - Non-conforming + No + content Language + Sets the pragma-set default language.
content-type + Encoding declaration - content-type - + Is an alternative form of setting the charset.
Default style default-style - + + Default style + Sets the name of the default + CSS style sheet set.
Refresh refresh - + + Refresh + Acts as a timed redirect.
Set-Cookie set-cookie - Non-conforming + No + Set-Cookie + Is non-conforming and has no effect.
X-UA-Compatible x-ua-compatible - + + X-UA-Compatible + In practice, this pragma encourages Internet Explorer to more closely follow the + specifications.
Content security policy content-security-policy - + + Content security policy + Enforces a Content Security + Policy on a Document.