Skip to content

Commit

Permalink
Remove popover-specific (non-normative) text from ToggleEvent definition
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Aug 23, 2023
1 parent 4aabc02 commit a7a5b67
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -77684,17 +77684,9 @@ dictionary <dfn dictionary>ToggleEventInit</dfn> : <span>EventInit</span> {
</dl>

<p>The <dfn attribute for="ToggleEvent"><code
data-x="dom-ToggleEvent-oldState">oldState</code></dfn> attribute must return the value it
was initialized to. It is initialized to "<code data-x="">open</code>" if the element with the
<code data-x="attr-popover">popover</code> attribute's <span>popover visibility state</span> is
<span data-x="popover-showing-state">showing</span>; otherwise "<code
data-x="">closed</code>".</p>

<p>The <dfn attribute for="ToggleEvent"><code
data-x="dom-ToggleEvent-newState">newState</code></dfn> attribute must return the value it was
initialized to. It is initialized to "<code data-x="">closed</code>" if the element with the <code
data-x="attr-popover">popover</code> attribute's <span>popover visibility state</span> is <span
data-x="popover-showing-state">showing</span>; otherwise "<code data-x="">open</code>".</p>
data-x="dom-ToggleEvent-oldState">oldState</code></dfn> and <dfn attribute for="ToggleEvent"><code
data-x="dom-ToggleEvent-newState">newState</code></dfn> attributes must return the values they are
initialized to.</p>

<p>A <dfn>toggle task tracker</dfn> is either null or a <span>struct</span> which has:</p>

Expand Down

0 comments on commit a7a5b67

Please sign in to comment.