Skip to content

Commit

Permalink
Make it clear method and formmethod take "dialog" as value
Browse files Browse the repository at this point in the history
  • Loading branch information
musgravejw authored and annevk committed Apr 20, 2018
1 parent 5b653a9 commit bec96b1
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 @@ -117965,8 +117965,10 @@ interface <dfn>External</dfn> {
<th> <code data-x="">formmethod</code>
<td> <code data-x="attr-fs-formmethod">button</code>;
<code data-x="attr-fs-formmethod">input</code>
<td> HTTP method to use for <span>form submission</span>
<td> "<code data-x="">GET</code>"; "<code data-x="">POST</code>"
<td> Variant to use for <span>form submission</span>
<td> "<code data-x="">GET</code>";
"<code data-x="">POST</code>";
"<code data-x="">dialog</code>"
<tr>
<th> <code data-x="">formnovalidate</code>
<td> <code data-x="attr-fs-formnovalidate">button</code>;
Expand Down Expand Up @@ -118164,7 +118166,7 @@ interface <dfn>External</dfn> {
<tr>
<th> <code data-x="">method</code>
<td> <code data-x="attr-fs-method">form</code>
<td> HTTP method to use for <span>form submission</span>
<td> Variant to use for <span>form submission</span>
<td> "<code data-x="attr-fs-method-GET-keyword">GET</code>";
"<code data-x="attr-fs-method-POST-keyword">POST</code>";
"<code data-x="attr-fs-method-dialog-keyword">dialog</code>"
Expand Down

0 comments on commit bec96b1

Please sign in to comment.