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: add enumerated attribute table for formmethod #10045

Prev Previous commit
Next Next commit
correct input/method, button/method to use formmethod
  • Loading branch information
keithamus committed Jan 30, 2024
commit 19fc7d7a600d89f7dbb2ce9861ea2b06f140409e
6 changes: 3 additions & 3 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -56055,17 +56055,17 @@ form.method === input; // => true</code></pre>
<th>Brief description
<tbody>
<tr>
<td><dfn attr-value for="form/method,button/method,input/method"><code
<td><dfn attr-value for="form/method,button/formmethod,input/formmethod"><code
keithamus marked this conversation as resolved.
Show resolved Hide resolved
data-x="attr-fs-method-GET-keyword">get</code></dfn>
<td><dfn data-x="attr-fs-method-GET">GET</dfn>
<td>Indicates the <code>form</code> will use the HTTP GET method.
<tr>
<td><dfn attr-value for="form/method,button/method,input/method"><code
<td><dfn attr-value for="form/method,button/formmethod,input/formmethod"><code
data-x="attr-fs-method-POST-keyword">post</code></dfn>
<td><dfn data-x="attr-fs-method-POST">POST</dfn>
<td>Indicates the <code>form</code> will use the HTTP POST method.
<tr>
<td><dfn attr-value for="form/method,button/method,input/method"><code
<td><dfn attr-value for="form/method,button/formmethod,input/formmethod"><code
data-x="attr-fs-method-dialog-keyword">dialog</code></dfn>
<td><dfn data-x="attr-fs-method-dialog">Dialog</dfn>
<td>Indicates the <code>form</code> is intended to close the <code>dialog</code> box in which
keithamus marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
Loading