From 7c10a75941e39dbc5a89e04f9b6c934f58a47402 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Wed, 29 Oct 2008 00:56:52 +0000 Subject: [PATCH] [e] (0) Clarify that processing of action='' (empty) is wrong per RFC3986. (credit: tb) git-svn-id: http://svn.whatwg.org/webapps@2377 340c8d12-0b0e-0410-8428-c7bf67bfef74 --- index | 21 ++++++++++++++++----- source | 24 ++++++++++++++++++------ 2 files changed, 34 insertions(+), 11 deletions(-) diff --git a/index b/index index 5955403267b..7f4a29c9e11 100644 --- a/index +++ b/index @@ -27973,11 +27973,22 @@ interface HTMLOptionElement :

Let action be the submitter element's action. -

  • If action is the empty string, let action be the document's address.

    +
  • + +

    If action is the empty string, let action be the document's address.

    + +

    This step is a willful violation of RFC 3986. [RFC3986]

    + + + +
  • Resolve the URL action. If this fails, abort diff --git a/source b/source index cb5571c51a1..68baed800f8 100644 --- a/source +++ b/source @@ -31512,12 +31512,24 @@ interface HTMLOptionElement : HTMLElement { title="">submitter element's action.

  • -
  • If action is the empty string, let action be the document's address.

    +
  • + +

    If action is the empty string, let action be the document's address.

    + +

    This step is a willful violation of RFC 3986. [RFC3986]

    + + + +
  • Resolve the URL action. If this fails, abort