Skip to content

Commit bc23b1a

Browse files
authored
Fix erroneous end tags in spec (#1497)
1 parent fdb330f commit bc23b1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ Add "and [=navigate/navigationSourceEligible=] set to
243243

244244
> [=Navigate=] <var ignore=''>targetNavigable</var>...
245245

246-
<h3 id="monkeypatch-window-open">Window open steps</h4>
246+
<h3 id="monkeypatch-window-open">Window open steps</h3>
247247

248248
Modify the [=tokenize the features argument=] as follows:
249249

@@ -484,7 +484,7 @@ To <dfn>set Attribution Reporting headers</dfn> given a [=request=] |request|:
484484
1. [=header list/Set a structured field value=] given
485485
("<code>[=Attribution-Reporting-Support=]</code>", |supportDict|) in |headers|.
486486

487-
<h3 id="monkeypatch-fetch">Fetch monkeypatches</h4>
487+
<h3 id="monkeypatch-fetch">Fetch monkeypatches</h3>
488488

489489
Modify [=fetch=] as follows:
490490

@@ -517,7 +517,7 @@ add the step
517517
|request|'s [=request/Attribution Reporting eligibility=] to the result of
518518
[=get an eligibility from AttributionReportingRequestOptions=] with it.
519519

520-
<h3 id="monkeypatch-xmlhttprequest">XMLHttpRequest monkeypatches</h4>
520+
<h3 id="monkeypatch-xmlhttprequest">XMLHttpRequest monkeypatches</h3>
521521

522522
An {{XMLHttpRequest}} object has an associated
523523
<dfn id="xmlhttprequest-eligibility">Attribution Reporting eligibility</dfn> (an

0 commit comments

Comments
 (0)