Skip to content

Commit

Permalink
Improve markup of enumeration tables
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom committed Apr 28, 2022
1 parent 42b212b commit df9731d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -318,11 +318,14 @@ <h3>Degradation preference when encoding</h3>
"balanced"
};</pre>
<table data-link-for="RTCDegradationPreference" data-dfn-for=
"RTCDegradationPreference" class="simple">
<tbody>
"RTCDegradationPreference" class="simple">
<caption>{{RTCDegradationPreference}} Enumeration description</caption>
<thead>
<tr>
<th colspan="2">{{RTCDegradationPreference}} Enumeration description</th>
<th>Enum value</th><th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td data-tests="RTCRtpParameters-degradationPreference.html"><dfn data-idl>maintain-framerate</dfn></td>
<td>
Expand Down

0 comments on commit df9731d

Please sign in to comment.