Skip to content

Commit 764714d

Browse files
dlrobertsonannevk
andauthored
Editorial: add <div algorithm> wrappers to data URLs
Closes #1526 as the <div algorithm> wrappers are everywhere now. Also address some Reffy-related failures and markup errors. Co-authored-by: Anne van Kesteren <[email protected]>
1 parent 2c08515 commit 764714d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

fetch.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ urlPrefix:https://tc39.es/ecma262/#;type:dfn;spec:ecma-262
114114
</pre>
115115

116116
<pre class=link-defaults>
117+
spec:dom; type:dfn; text:element
117118
spec:infra; type:dfn; text:implementation-defined
118119
</pre>
119120

@@ -867,7 +868,7 @@ directly. Use <a for="header list">get, decode, and split</a> instead.
867868
<a lt=name for=header>names</a> <var>headerNames</var>, run these steps:
868869

869870
<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>.
871872

872873
<li><p><a for=list>For each</a> <var>name</var> of <var>headerNames</var>, <a for=set>append</a>
873874
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
11361137
</ul>
11371138

11381139
<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
11401141
<dfn noexport>no-CORS-safelisted request-header</dfn>, run these steps:
11411142

11421143
<ol>
@@ -8484,6 +8485,7 @@ that RFC's normative processing requirements to be compatible with deployed cont
84848485
<dfn for="data: URL struct">MIME type</dfn> (a <a for=/>MIME type</a>) and a
84858486
<dfn for="data: URL struct">body</dfn> (a <a>byte sequence</a>).
84868487

8488+
<div algorithm>
84878489
<p>The <dfn export><code>data:</code> URL processor</dfn> takes a <a for=/>URL</a>
84888490
<var>dataURL</var> and then runs these steps:
84898491

@@ -8545,6 +8547,7 @@ that RFC's normative processing requirements to be compatible with deployed cont
85458547
<a for="data: URL struct">MIME type</a> is <var>mimeTypeRecord</var> and
85468548
<a for="data: URL struct">body</a> is <var>body</var>.
85478549
</ol>
8550+
</div>
85488551

85498552

85508553

0 commit comments

Comments
 (0)