Skip to content

Commit 5a2f769

Browse files
authored
Fix unclosed dfn tags in WebCodecs spec (#875)
* Fix unclosed dfn tags in WebCodecs spec * Fix one more end tag typo.
1 parent f827e50 commit 5a2f769

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.src.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@
499499
{{AbortError}} {{DOMException}}.
500500
</dd>
501501

502-
<dt><dfn method for=AudioDecoder>close()</df></dt>
502+
<dt><dfn method for=AudioDecoder>close()</dfn></dt>
503503
<dd>
504504
Immediately aborts all pending work and releases [=system resources=].
505505
Close is final.
@@ -845,7 +845,7 @@
845845
{{AbortError}} {{DOMException}}.
846846
</dd>
847847

848-
<dt><dfn method for=VideoDecoder>close()</df></dt>
848+
<dt><dfn method for=VideoDecoder>close()</dfn></dt>
849849
<dd>
850850
Immediately aborts all pending work and releases [=system resources=].
851851
Close is final.
@@ -1184,7 +1184,7 @@
11841184
{{AbortError}} {{DOMException}}.
11851185
</dd>
11861186

1187-
<dt><dfn method for=AudioEncoder>close()</df></dt>
1187+
<dt><dfn method for=AudioEncoder>close()</dfn></dt>
11881188
<dd>
11891189
Immediately aborts all pending work and releases [=system resources=].
11901190
Close is final.
@@ -1560,7 +1560,7 @@
15601560
{{AbortError}} {{DOMException}}.
15611561
</dd>
15621562

1563-
<dt><dfn method for=VideoEncoder>close()</df></dt>
1563+
<dt><dfn method for=VideoEncoder>close()</dfn></dt>
15641564
<dd>
15651565
Immediately aborts all pending work and releases [=system resources=].
15661566
Close is final.
@@ -5344,7 +5344,7 @@
53445344
:: A boolean indicating whether {{ImageDecoder/[[encoded data]]}} is completely
53455345
buffered.
53465346

5347-
: <dfn attribute for=ImageDecoder>[[completed promise]]</dnf>
5347+
: <dfn attribute for=ImageDecoder>[[completed promise]]</dfn>
53485348
:: The promise used to signal when {{ImageDecoder/[[complete]]}} becomes
53495349
`true`.
53505350

0 commit comments

Comments
 (0)