Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve markup of enumeration tables #878

Merged
merged 1 commit into from
May 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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