Skip to content

Commit 30ec9bb

Browse files
committed
fix html errors too
1 parent ace256c commit 30ec9bb

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

index.bs

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,12 @@ interface RTCEncodedVideoFrame {
417417
class="dictionary-members">
418418
<dt>
419419
<dfn data-dfn-for="RTCEncodedVideoFrame" data-dfn-type="method">getMetadata()</dfn>
420-
returns the metadata associated with the frame.
421420
</dt>
421+
<dd>
422+
<p>
423+
Returns the metadata associated with the frame.
424+
</p>
425+
</dd>
422426
</dl>
423427

424428
## <dfn>RTCEncodedAudioFrameMetadata</dfn> dictionary ## {#RTCEncodedAudioFrameMetadata}
@@ -501,8 +505,12 @@ interface RTCEncodedAudioFrame {
501505
class="dictionary-members">
502506
<dt>
503507
<dfn data-dfn-for="RTCEncodedAudioFrame" data-dfn-type="method">getMetadata()</dfn>
504-
returns the metadata associated with the frame.
505508
</dt>
509+
<dd>
510+
<p>
511+
Returns the metadata associated with the frame.
512+
</p>
513+
</dd>
506514
</dl>
507515

508516

0 commit comments

Comments
 (0)