Skip to content

Commit bec96b1

Browse files
musgravejwannevk
authored andcommitted
Make it clear method and formmethod take "dialog" as value
1 parent 5b653a9 commit bec96b1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

source

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117965,8 +117965,10 @@ interface <dfn>External</dfn> {
117965117965
<th> <code data-x="">formmethod</code>
117966117966
<td> <code data-x="attr-fs-formmethod">button</code>;
117967117967
<code data-x="attr-fs-formmethod">input</code>
117968-
<td> HTTP method to use for <span>form submission</span>
117969-
<td> "<code data-x="">GET</code>"; "<code data-x="">POST</code>"
117968+
<td> Variant to use for <span>form submission</span>
117969+
<td> "<code data-x="">GET</code>";
117970+
"<code data-x="">POST</code>";
117971+
"<code data-x="">dialog</code>"
117970117972
<tr>
117971117973
<th> <code data-x="">formnovalidate</code>
117972117974
<td> <code data-x="attr-fs-formnovalidate">button</code>;
@@ -118164,7 +118166,7 @@ interface <dfn>External</dfn> {
118164118166
<tr>
118165118167
<th> <code data-x="">method</code>
118166118168
<td> <code data-x="attr-fs-method">form</code>
118167-
<td> HTTP method to use for <span>form submission</span>
118169+
<td> Variant to use for <span>form submission</span>
118168118170
<td> "<code data-x="attr-fs-method-GET-keyword">GET</code>";
118169118171
"<code data-x="attr-fs-method-POST-keyword">POST</code>";
118170118172
"<code data-x="attr-fs-method-dialog-keyword">dialog</code>"

0 commit comments

Comments
 (0)