@@ -114,6 +114,7 @@ urlPrefix:https://tc39.es/ecma262/#;type:dfn;spec:ecma-262
114
114
</pre>
115
115
116
116
<pre class=link-defaults>
117
+ spec:dom; type:dfn; text:element
117
118
spec:infra; type:dfn; text:implementation-defined
118
119
</pre>
119
120
@@ -867,7 +868,7 @@ directly. Use <a for="header list">get, decode, and split</a> instead.
867
868
<a lt=name for=header>names</a> <var> headerNames</var> , run these steps:
868
869
869
870
<ol>
870
- <li><p> Let <var> headerNamesSet</var> be a new <a for/>ordered set</a> .
871
+ <li><p> Let <var> headerNamesSet</var> be a new <a for= />ordered set</a> .
871
872
872
873
<li><p> <a for=list>For each</a> <var> name</var> of <var> headerNames</var> , <a for=set>append</a>
873
874
the result of <a lt=byte-lowercased>byte-lowercasing</a> <var> name</var> to
@@ -1136,7 +1137,7 @@ is a <a>byte-case-insensitive</a> match for one of
1136
1137
</ul>
1137
1138
1138
1139
<div algorithm>
1139
- <p> To determine whether a <a for/>header</a> (<var> name</var> , <var> value</var> ) is a
1140
+ <p> To determine whether a <a for= />header</a> (<var> name</var> , <var> value</var> ) is a
1140
1141
<dfn noexport>no-CORS-safelisted request-header</dfn> , run these steps:
1141
1142
1142
1143
<ol>
@@ -8484,6 +8485,7 @@ that RFC's normative processing requirements to be compatible with deployed cont
8484
8485
<dfn for="data: URL struct">MIME type</dfn> (a <a for=/>MIME type</a> ) and a
8485
8486
<dfn for="data: URL struct">body</dfn> (a <a>byte sequence</a> ).
8486
8487
8488
+ <div algorithm>
8487
8489
<p> The <dfn export><code>data:</code> URL processor</dfn> takes a <a for=/>URL</a>
8488
8490
<var> dataURL</var> and then runs these steps:
8489
8491
@@ -8545,6 +8547,7 @@ that RFC's normative processing requirements to be compatible with deployed cont
8545
8547
<a for="data: URL struct">MIME type</a> is <var> mimeTypeRecord</var> and
8546
8548
<a for="data: URL struct">body</a> is <var> body</var> .
8547
8549
</ol>
8550
+ </div>
8548
8551
8549
8552
8550
8553
0 commit comments