@@ -13811,8 +13811,9 @@ interface <dfn>HTMLMetaElement</dfn> : <span>HTMLElement</span> {
13811
13811
data-x="attr-lang">lang</code> attribute to specify the language of each name.</p>
13812
13812
13813
13813
<p>There must not be more than one <code>meta</code> element with a given <span>language</span>
13814
- and with its <code data-x="attr-meta-name">name</code> attribute set to the value <code
13815
- data-x="meta-application-name">application-name</code> per document.</p>
13814
+ and where the <code data-x="attr-meta-name">name</code> attribute value is an
13815
+ <span>ASCII case-insensitive</span> match for
13816
+ <code data-x="meta-application-name">application-name</code> per document.</p>
13816
13817
13817
13818
<div w-nodev>
13818
13819
@@ -13837,9 +13838,11 @@ interface <dfn>HTMLMetaElement</dfn> : <span>HTMLElement</span> {
13837
13838
13838
13839
<li>
13839
13840
13840
- <p>Let <var>winning language</var> be the first language in <var>languages</var> for which there is a <code>meta</code> element in the
13841
- <code>Document</code> that has its <code data-x="attr-meta-name">name</code> attribute set to
13842
- the value <code data-x="meta-application-name">application-name</code> and whose
13841
+ <p>Let <var>winning language</var> be the first language in <var>languages</var> for which
13842
+ there is a <code>meta</code> element in the <code>Document</code> where the
13843
+ <code data-x="attr-meta-name">name</code> attribute value is an
13844
+ <span>ASCII case-insensitive</span> match for
13845
+ <code data-x="meta-application-name">application-name</code> and whose
13843
13846
<span>language</span> is the language in question.</p>
13844
13847
13845
13848
<p>If none of the languages have such a <code>meta</code> element, then return;
@@ -13850,9 +13853,10 @@ interface <dfn>HTMLMetaElement</dfn> : <span>HTMLElement</span> {
13850
13853
<li>
13851
13854
13852
13855
<p>Return the value of the <code data-x="attr-meta-content">content</code> attribute of the
13853
- first <code>meta</code> element in the <code>Document</code> in <span>tree order</span> that
13854
- has its <code data-x="attr-meta-name">name</code> attribute set to the value <code
13855
- data-x="meta-application-name">application-name</code> and whose <span>language</span> is <var>winning language</var>.</p>
13856
+ first <code>meta</code> element in the <code>Document</code> in <span>tree order</span> where the
13857
+ <code data-x="attr-meta-name">name</code> attribute value is an
13858
+ <span>ASCII case-insensitive</span> match for <code data-x="meta-application-name">application-name</code>
13859
+ and whose <span>language</span> is <var>winning language</var>.</p>
13856
13860
13857
13861
</li>
13858
13862
@@ -13875,8 +13879,9 @@ interface <dfn>HTMLMetaElement</dfn> : <span>HTMLElement</span> {
13875
13879
13876
13880
<dd><p>The value must be a free-form string that describes the page. The value must be
13877
13881
appropriate for use in a directory of pages, e.g. in a search engine. There must not be more than
13878
- one <code>meta</code> element with its <code data-x="attr-meta-name">name</code> attribute set to
13879
- the value <code data-x="meta-description">description</code> per document.</p></dd>
13882
+ one <code>meta</code> element where the <code data-x="attr-meta-name">name</code> attribute value
13883
+ is an <span>ASCII case-insensitive</span> match for
13884
+ <code data-x="meta-description">description</code> per document.</p></dd>
13880
13885
13881
13886
<dt><dfn><code data-x="meta-generator">generator</code></dfn></dt>
13882
13887
@@ -13936,9 +13941,9 @@ interface <dfn>HTMLMetaElement</dfn> : <span>HTMLElement</span> {
13936
13941
<li>
13937
13942
13938
13943
<p>For each <code>meta</code> element with a <code data-x="attr-meta-name">name</code>
13939
- attribute and a <code data-x="attr-meta-content">content</code> attribute and whose <code
13940
- data-x="attr-meta-name">name</code> attribute's value is <code
13941
- data-x="meta-keywords">keywords</code>:</p>
13944
+ attribute and a <code data-x="attr-meta-content">content</code> attribute and where the <code
13945
+ data-x="attr-meta-name">name</code> attribute value is an <span>ASCII case-insensitive</span>
13946
+ match for <code data-x="meta-keywords">keywords</code>:</p>
13942
13947
13943
13948
<ol>
13944
13949
@@ -13994,7 +13999,7 @@ interface <dfn>HTMLMetaElement</dfn> : <span>HTMLElement</span> {
13994
13999
<ul class="brief">
13995
14000
<li>The element is <span>in a document tree</span></li>
13996
14001
<li>The element has a <code data-x="attr-meta-name">name</code> attribute, whose value is
13997
- <code data-x="meta-referrer">referrer</code></li>
14002
+ an <span>ASCII case-insensitive</span> match for <code data-x="meta-referrer">referrer</code></li>
13998
14003
<li>The element has a <code data-x="attr-meta-content">content</code> attribute, whose value
13999
14004
is not the empty string</li>
14000
14005
<li>The element is a child of <span>the <code>head</code> element</span> of the document</li>
@@ -14058,7 +14063,8 @@ interface <dfn>HTMLMetaElement</dfn> : <span>HTMLElement</span> {
14058
14063
specified value, or use it as a color highlight in a tab bar or task switcher.</p>
14059
14064
14060
14065
<p>There must not be more than one <code>meta</code> element with its <code
14061
- data-x="attr-meta-name">name</code> attribute set to the value <code
14066
+ data-x="attr-meta-name">name</code> attribute value set to an
14067
+ <span>ASCII case-insensitive</span> match for <code
14062
14068
data-x="meta-theme-color">theme-color</code> per document.</p>
14063
14069
14064
14070
<div class="example">
@@ -14084,7 +14090,7 @@ interface <dfn>HTMLMetaElement</dfn> : <span>HTMLElement</span> {
14084
14090
<ul class="brief">
14085
14091
<li>The element is <span>in a document tree</span></li>
14086
14092
<li>The element has a <code data-x="attr-meta-name">name</code> attribute, whose value is
14087
- <code data-x="meta-theme-color">theme-color</code></li>
14093
+ an <span>ASCII case-insensitive</span> match for <code data-x="meta-theme-color">theme-color</code></li>
14088
14094
<li>The element has a <code data-x="attr-meta-content">content</code> attribute</li>
14089
14095
</ul>
14090
14096
</li>
0 commit comments