Skip to content

Commit

Permalink
line wrapping pass
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Dec 4, 2024
1 parent 9aa7109 commit 463df24
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -53477,14 +53477,14 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {
data-x="attr-button-type-submit-state">Submit Button</span> state.</p>

<p>If the <code data-x="attr-button-type">type</code> attribute is in the <span
data-x="attr-button-type-submit-state">Submit Button</span> state, and the
<code data-x="attr-button-type">type</code>, <code data-x="attr-button-command">command</code>,
and <code data-x="attr-button-commandfor">commandfor</code> content attributes are not present,
then the element is specifically a <span data-x="concept-submit-button">submit button</span>.</p>
data-x="attr-button-type-submit-state">Submit Button</span> state, and the <code
data-x="attr-button-type">type</code>, <code data-x="attr-button-command">command</code>, and
<code data-x="attr-button-commandfor">commandfor</code> content attributes are not present, then
the element is specifically a <span data-x="concept-submit-button">submit button</span>.</p>

<p>If the <code data-x="attr-button-type">type</code> content attribute is present and in the
<span data-x="attr-button-type-submit-state">Submit Button</span> state, and the
<code data-x="attr-button-command">command</code> and <code
<span data-x="attr-button-type-submit-state">Submit Button</span> state, and the <code
data-x="attr-button-command">command</code> and <code
data-x="attr-button-commandfor">commandfor</code> content attributes are not present, then the
element is specifically a <span data-x="concept-submit-button">submit button</span>.</p>

Expand Down Expand Up @@ -53545,8 +53545,8 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {
data-x="invalid value default">invalid value default</i> are both the <dfn
data-x="attr-button-command-unknown-state">Unknown</dfn> state.</p>

<p>A <dfn data-x="attr-button-command-custom">custom command keyword</dfn> is a string whose
first two code points are U+002D (-).</p>
<p>A <dfn data-x="attr-button-command-custom">custom command keyword</dfn> is a string whose first
two code points are U+002D (-).</p>

<div w-nodev>

Expand Down Expand Up @@ -53574,13 +53574,12 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {
</li>

<li>
<p>If <var>element</var>'s <code data-x="attr-button-type">type</code> attribute is in the
<span data-x="attr-button-type-reset-state">Reset Button</span> state:</p>
<p>If <var>element</var>'s <code data-x="attr-button-type">type</code> attribute is in the <span
data-x="attr-button-type-reset-state">Reset Button</span> state:</p>

<ol>
<li><p>If <var>element</var> has a <span>form owner</span> then <span
data-x="concept-form-reset">Reset</span> <var>element</var>'s
<span>form owner</span>.</p></li>
data-x="concept-form-reset">Reset</span> <var>element</var>'s <span>form owner</span>.</p></li>

<li><p>Return.</p></li>
</ol>
Expand Down Expand Up @@ -53652,22 +53651,22 @@ interface <dfn interface>HTMLButtonElement</dfn> : <span>HTMLElement</span> {
<ol>
<li><p>If <var>invokee</var>'s <span>popover visibility state</span> is <span
data-x="popover-showing-state">Showing</span>, and the result of running
<span>check popover validity</span> given <var>invokee</var>, true, false, and null is
true, then run the <span>hide popover algorithm</span> given <var>invokee</var>, true,
<span>check popover validity</span> given <var>invokee</var>, true, false, and null is true,
then run the <span>hide popover algorithm</span> given <var>invokee</var>, true,
true, and false.</p></li>
</ol>
</li>

<li>
<p>Otherwise, if the state of <code data-x="attr-button-command">command</code> corresponding to
<var>command</var> is in the <span
<p>Otherwise, if the state of <code data-x="attr-button-command">command</code> corresponding
to <var>command</var> is in the <span
data-x="attr-button-command-show-popover-state">Show Popover</span> state:</p>

<ol>
<li><p>If <var>invokee</var>'s <span>popover visibility state</span> is <span
data-x="popover-hidden-state">Hidden</span>, and the result of running
<span>check popover validity</span> given <var>invokee</var>, false, false, and null is
true, then run the <span data-x="show popover">show popover algorithm</span> give
<span>check popover validity</span> given <var>invokee</var>, false, false, and null is true,
then run the <span data-x="show popover">show popover algorithm</span> give
<var>invokee</var>, true, true, and false.</p></li>
</ol>
</li>
Expand Down

0 comments on commit 463df24

Please sign in to comment.