Skip to content

Commit

Permalink
Editorial: fix popover attribute index entries
Browse files Browse the repository at this point in the history
Fix the backlinks to the attribute definitions, which has the effect of causing the attribute definitions to show up in the input and button element definitions. (The newlines here are, unfortunately, important.)

Also make popovertarget use the same "ID*" value space as other ID-accepting elements, as noted in #9144 (comment).
  • Loading branch information
domenic committed Jul 11, 2023
1 parent bff19fb commit c7bd706
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -136044,12 +136044,14 @@ interface <dfn interface>External</dfn> {
"<code data-x="attr-popover-manual">manual</code>";
<tr>
<th> <code data-x="">popovertarget</code>
<td> <code>input</code>; <code>button</code>
<td> <code data-x="attr-popovertarget">input</code>;
<code data-x="attr-popovertarget">button</code>
<td> Targets a popover element to toggle, show, or hide
<td> ID of the element to toggle, show or, hide
<td> <span data-x="concept-id">ID</span>*
<tr>
<th> <code data-x="">popovertargetaction</code>
<td> <code>input</code>; <code>button</code>
<td> <code data-x="attr-popovertargetaction">input</code>;
<code data-x="attr-popovertargetaction">button</code>
<td> Indicates whether a targeted popover element is to be toggled, shown, or hidden
<td> "<code data-x="attr-popovertargetaction-toggle">toggle</code>";
"<code data-x="attr-popovertargetaction-show">show</code>";
Expand Down

0 comments on commit c7bd706

Please sign in to comment.