From 1bbba21f381ef95f826986b7d17992bd8f82573b Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Thu, 28 Jul 2016 16:23:05 +0900 Subject: [PATCH] Make non-conforming Fixes #1104. --- source | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/source b/source index ecaba26c3c1..82e3e0cb01d 100644 --- a/source +++ b/source @@ -51100,14 +51100,22 @@ interface HTMLLegendElement : HTMLElement {

The name content attribute gives the name of the form control, as used in form submission and in the form element's elements object. If the attribute is specified, its value must - not be the empty string.

+ not be the empty string or isindex.

-

Any non-empty value for name is allowed. The name - _charset_ is special: If used as the name of - a Hidden control with no Other than isindex, any non-empty value for name is allowed. The name _charset_ is special: If used as the name of a Hidden control with no value attribute, is automatically given a value during submission consisting of the submission character encoding.

+

A number of user agents historically implemented special support for first-in-form + text controls with the name isindex, and this specification previously + defined related user agent requirements for it. However, some user agents subsequently dropped + that special support, and the related requirements were removed from this specification. So, to + avoid problematic reinterpretations in legacy user agents, the name isindex + is no longer allowed.

+

The name IDL attribute must reflect