Skip to content

Commit

Permalink
Improve markup of enumeration tables (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
dontcallmedom authored May 17, 2022
1 parent 91e1299 commit c78394f
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions webrtc-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -918,12 +918,13 @@ <h3>
"decode",
};</pre>
<table data-link-for="RTCCodecType" data-dfn-for="RTCCodecType" class="simple">
<tbody>
<caption>{{RTCCodecType}} Enumeration description</caption>
<thead>
<tr>
<th colspan="2">
Enumeration description
</th>
<th>Enum value</th><th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<dfn>encode</dfn>
Expand Down Expand Up @@ -2538,13 +2539,14 @@ <h3>
"other",
};</pre>
<table data-link-for="RTCQualityLimitationReason" data-dfn-for=
"RTCQualityLimitationReason" class="simple">
<tbody>
"RTCQualityLimitationReason" class="simple">
<caption>{{RTCQualityLimitationReason}} Enumeration description</caption>
<thead>
<tr>
<th colspan="2">
Enumeration description
</th>
<th>Enum value</th><th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<dfn>none</dfn>
Expand Down Expand Up @@ -3744,12 +3746,13 @@ <h3>
"unknown",
};</pre>
<table data-link-for="RTCDtlsRole" data-dfn-for="RTCDtlsRole" class="simple">
<tbody>
<caption>{{RTCDtlsRole}} Enumeration description</caption>
<thead>
<tr>
<th colspan="2">
Enumeration description
</th>
<th>Enum value</th><th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<dfn>client</dfn>
Expand Down Expand Up @@ -4416,13 +4419,14 @@ <h3>
"succeeded"
};</pre>
<table data-link-for="RTCStatsIceCandidatePairState" data-dfn-for=
"RTCStatsIceCandidatePairState" class="simple">
<tbody>
"RTCStatsIceCandidatePairState" class="simple">
<caption>{{RTCStatsIceCandidatePairState}} Enumeration description</caption>
<thead>
<tr>
<th colspan="2">
Enumeration description
</th>
<th>Enum value</th><th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<dfn>frozen</dfn>
Expand Down

0 comments on commit c78394f

Please sign in to comment.