Skip to content

Commit 873186f

Browse files
committed
Fix unclosed dfn tags in WebCodecs spec
1 parent f827e50 commit 873186f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.src.html

Lines changed: 4 additions & 4 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.

0 commit comments

Comments
 (0)