Skip to content

Commit

Permalink
Editorial: make http-equiv attributes table consistent
Browse files Browse the repository at this point in the history
Helps with #9832.
  • Loading branch information
keithamus committed Oct 12, 2023
1 parent 3ca0811 commit 8f4bcdf
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -16822,51 +16822,49 @@ interface <dfn interface>HTMLMetaElement</dfn> : <span>HTMLElement</span> {
<code>meta</code> element, the element is a pragma directive.</p>

<p>The <code data-x="attr-meta-http-equiv">http-equiv</code> attribute is an <span>enumerated
attribute</span>. 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.
<span w-nodev>Some of the keywords are non-conforming, as noted in the last
column.</span></p>
attribute</span> with the following keywords and states:</p>

<table id="table-http-equiv">
<thead>
<tr>
<th>State
<th>Keyword
<th>Notes
<th>State
<th>Brief description
<tbody>
<tr w-nodev>
<td><span data-x="attr-meta-http-equiv-content-language">Content Language</span>
<td><dfn attr-value for="meta/http-equiv"><code
data-x="attr-meta-http-equiv-keyword-content-language">content-language</code></dfn>
<td><span data-x="attr-meta-http-equiv-content-language">Content Language</span>
<td>Non-conforming
<tr>
<td><dfn attr-value for="meta/http-equiv"><code
data-x="attr-meta-http-equiv-keyword-content-type">content-type</code></dfn>
<td><span data-x="attr-meta-http-equiv-content-type">Encoding declaration</span>
<td><dfn attr-value for="meta/http-equiv"><code data-x="attr-meta-http-equiv-keyword-content-type">content-type</code></dfn>
<td>
<tr>
<td><span data-x="attr-meta-http-equiv-default-style">Default style</span>
<td><dfn attr-value for="meta/http-equiv"><code
data-x="attr-meta-http-equiv-keyword-default-style">default-style</code></dfn>
<td><span data-x="attr-meta-http-equiv-default-style">Default style</span>
<td>
<tr>
<td><span data-x="attr-meta-http-equiv-refresh">Refresh</span>
<td><dfn attr-value for="meta/http-equiv"><code
data-x="attr-meta-http-equiv-keyword-refresh">refresh</code></dfn>
<td><span data-x="attr-meta-http-equiv-refresh">Refresh</span>
<td>
<tr w-nodev>
<td><span data-x="attr-meta-http-equiv-set-cookie">Set-Cookie</span>
<td><dfn attr-value for="meta/http-equiv"><code
data-x="attr-meta-http-equiv-keyword-set-cookie">set-cookie</code></dfn>
<td><span data-x="attr-meta-http-equiv-set-cookie">Set-Cookie</span>
<td>Non-conforming
<tr>
<td><span data-x="attr-meta-http-equiv-x-ua-compatible">X-UA-Compatible</span>
<td><dfn attr-value for="meta/http-equiv"><code
data-x="attr-meta-http-equiv-keyword-x-ua-compatible">x-ua-compatible</code></dfn>
<td><span data-x="attr-meta-http-equiv-x-ua-compatible">X-UA-Compatible</span>
<td>
<tr>
<td><span data-x="attr-meta-http-equiv-content-security-policy">Content security policy</span>
<td><dfn attr-value for="meta/http-equiv"><code
data-x="attr-meta-http-equiv-keyword-content-security-policy">content-security-policy</code></dfn>
<td><span data-x="attr-meta-http-equiv-content-security-policy">Content security policy</span>
<td>
</table>

Expand Down

0 comments on commit 8f4bcdf

Please sign in to comment.