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

Editorial: cleanup popover enumerated attribute table #9955

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
26 changes: 10 additions & 16 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -83913,30 +83913,24 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
<table>
<thead>
<tr>
<th>Keyword</th>
<th>State</th>
<th>Brief description</th>
</tr>
</thead>
<th>Keyword
<th>State
<th>Brief description
<tbody>
<tr>
<td><dfn attr-value for="html-global/popover"><code
data-x="attr-popover-auto">auto</code></dfn></td>
<td rowspan=2><dfn data-x="attr-popover-auto-state">auto</dfn></td>
data-x="attr-popover-auto">auto</code></dfn>
<td rowspan=2><dfn data-x="attr-popover-auto-state">auto</dfn>
<td rowspan=2>Closes other popovers when opened; has <span data-x="popover light dismiss">light
dismiss</span> and responds to <span data-x="close request">close requests</span>.</td>
</tr>
dismiss</span> and responds to <span data-x="close request">close requests</span>.
<tr>
<td>The empty string</td>
</tr>
<td>(The empty string)
<tr>
<td><dfn attr-value for="html-global/popover"><code
data-x="attr-popover-manual">manual</code></dfn></td>
<td><dfn data-x="attr-popover-manual-state">manual</dfn></td>
data-x="attr-popover-manual">manual</code></dfn>
<td><dfn data-x="attr-popover-manual-state">manual</dfn>
<td>Does not close other popovers; does not <span data-x="popover light dismiss">light
dismiss</span> or respond to <span data-x="close request">close requests</span>.</td>
</tr>
</tbody>
dismiss</span> or respond to <span data-x="close request">close requests</span>.
</table>

<p>The attribute's <i data-x="missing value default">missing value default</i> is the <dfn
Expand Down