Skip to content

Commit

Permalink
Form method dialog (#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiedziolkaMichal committed Oct 24, 2022
1 parent 49656db commit 0db229a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion schema/html5/web-forms.rnc
Expand Up @@ -561,7 +561,10 @@ datatypes w = "http://whattf.org/datatype-draft"
form.attrs.method.data
}
form.attrs.method.data =
( w:string "get" | w:string "post" )
( w:string "get"
| w:string "post"
| w:string "dialog"
)
form.attrs.enctype =
attribute enctype {
form.attrs.enctype.data
Expand Down
1 change: 1 addition & 0 deletions schema/html5/web-forms2.rnc
Expand Up @@ -36,6 +36,7 @@ datatypes w = "http://whattf.org/datatype-draft"
shared-form.attrs.formmethod.data =
( w:string "get"
| w:string "post"
| w:string "dialog"
)

shared-form.attrs.formtarget =
Expand Down

0 comments on commit 0db229a

Please sign in to comment.