Skip to content

Commit

Permalink
more rebase woes
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Oct 5, 2023
1 parent e6d7ff1 commit 8fd80b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ enum RTCEncodedVideoFrameType {
"delta",
};
</pre>
<table data-link-for="RTCEncodedVideoFrameType" data-dfn-for="RTCEncodedVideoFrameType" class="simple">
<caption>Enumeration description</caption>
<table dfn-for="RTCEncodedVideoFrameType" class="simple">
<caption>Enumeration description</caption>
<thead>
<tr>
<th>Enum value</th><th>Description</th>
Expand Down Expand Up @@ -376,7 +376,7 @@ dictionary RTCEncodedVideoFrameMetadata {
</p>
</dd>
<dt>
<dfn dict-member>timestamp</dfn> of type <span class=
<dfn dict-member>timestamp</dfn> <span class=
"idlMemberType">long long</span>
</dt>
<dd>
Expand All @@ -396,7 +396,7 @@ dictionary RTCEncodedVideoFrameMetadata {
</p>
</dd>
<dt>
<dfn dict-member>mimeType</dfn> of type <span class="idlMemberType">DOMString</span>
<dfn dict-member>mimeType</dfn> <span class="idlMemberType">DOMString</span>
</dt>
<dd>
<p>
Expand Down

0 comments on commit 8fd80b9

Please sign in to comment.