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 d799253 commit 5d5d99e
Showing 1 changed file with 21 additions and 12 deletions.
33 changes: 21 additions & 12 deletions getusermedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -1202,12 +1202,15 @@ <h2>Methods</h2>
"ended"
};</pre>
<table data-link-for="MediaStreamTrackState" data-dfn-for=
"MediaStreamTrackState" class="simple">
<tbody>
"MediaStreamTrackState" class="simple">
<caption><dfn>MediaStreamTrackState</dfn> Enumeration
description</caption>
<thead>
<tr>
<th colspan="2"><dfn>MediaStreamTrackState</dfn> Enumeration
description</th>
<th>Enum value</th><th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><dfn id=
"idl-def-MediaStreamTrackState.live">live</dfn></td>
Expand Down Expand Up @@ -1829,12 +1832,15 @@ <h2>Constrainable Properties</h2>
"right"
};</pre>
<table data-link-for="VideoFacingModeEnum" data-dfn-for=
"VideoFacingModeEnum" class="simple">
<tbody>
"VideoFacingModeEnum" class="simple">
<caption><dfn>VideoFacingModeEnum</dfn> Enumeration
description</caption>
<thead>
<tr>
<th colspan="2"><dfn>VideoFacingModeEnum</dfn> Enumeration
description</th>
<th>Enum value</th><th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><dfn><code id=
"idl-def-VideoFacingModeEnum.user">user</code></dfn></td>
Expand Down Expand Up @@ -1879,12 +1885,15 @@ <h2>Constrainable Properties</h2>
"crop-and-scale"
};</pre>
<table data-link-for="VideoResizeModeEnum" data-dfn-for=
"VideoResizeModeEnum" class="simple">
<tbody>
"VideoResizeModeEnum" class="simple">
<caption><dfn>VideoResizeModeEnum</dfn> Enumeration
description</caption>
<thead>
<tr>
<th colspan="2"><dfn>VideoResizeModeEnum</dfn> Enumeration
description</th>
<th>Enum value</th><th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><dfn id=
"idl-def-VideoResizeModeEnum.user">none</dfn></td>
Expand Down

0 comments on commit 5d5d99e

Please sign in to comment.