From bec96b111405d998fd1a37f51f73b43e9dee77b4 Mon Sep 17 00:00:00 2001 From: John Musgrave Date: Fri, 20 Apr 2018 03:44:19 -0400 Subject: [PATCH] Make it clear method and formmethod take "dialog" as value --- source | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source b/source index ef0092be80c..9c7f6f67cf2 100644 --- a/source +++ b/source @@ -117965,8 +117965,10 @@ interface External { formmethod button; input - HTTP method to use for form submission - "GET"; "POST" + Variant to use for form submission + "GET"; + "POST"; + "dialog" formnovalidate button; @@ -118164,7 +118166,7 @@ interface External { method form - HTTP method to use for form submission + Variant to use for form submission "GET"; "POST"; "dialog"