Skip to content

Commit

Permalink
Make <input name=isindex> non-conforming
Browse files Browse the repository at this point in the history
Fixes #1104.
  • Loading branch information
sideshowbarker authored and annevk committed Jul 28, 2016
1 parent 42e8da3 commit 1bbba21
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -51100,14 +51100,22 @@ interface <dfn>HTMLLegendElement</dfn> : <span>HTMLElement</span> {
<p>The <dfn><code data-x="attr-fe-name">name</code></dfn> content attribute gives the name of the
form control, as used in <span>form submission</span> and in the <code>form</code> element's <code
data-x="dom-form-elements">elements</code> object. If the attribute is specified, its value must
not be the empty string.</p>
not be the empty string or <code data-x="">isindex</code>.</p>

<p>Any non-empty value for <code data-x="attr-form-name">name</code> is allowed. The name
<dfn><code data-x="attr-fe-name-charset">_charset_</code></dfn> is special: If used as the name of
a <span data-x="attr-input-type-hidden">Hidden</span> control with no <code
<p>Other than <code data-x="">isindex</code>, any non-empty value for <code
data-x="attr-form-name">name</code> is allowed. The name <dfn><code
data-x="attr-fe-name-charset">_charset_</code></dfn> is special: If used as the name of a <span
data-x="attr-input-type-hidden">Hidden</span> control with no <code
data-x="attr-input-value">value</code> attribute, is automatically given a value during submission
consisting of the submission character encoding.</p>

<p class="note">A number of user agents historically implemented special support for first-in-form
text controls with the name <code data-x="">isindex</code>, 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 <code data-x="">isindex</code>
is no longer allowed.</p>

<div w-nodev>

<p>The <dfn><code data-x="dom-fe-name">name</code></dfn> IDL attribute must <span>reflect</span>
Expand Down

0 comments on commit 1bbba21

Please sign in to comment.