This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 16087 - form correctly doesn't have a legacycaller, but the domintro suggests it does
Summary: form correctly doesn't have a legacycaller, but the domintro suggests it does
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
: 16234 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-02-23 09:05 UTC by contributor
Modified: 2012-08-23 22:02 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2012-02-23 09:05:41 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html
Multipage: http://www.whatwg.org/C#the-form-element
Complete: http://www.whatwg.org/c#the-form-element

Comment:
form correctly doesn't have a legacycaller, but the domintro suggests it does

Posted from: 157.193.48.25 by ms2ger@gmail.com
User agent: Mozilla/5.0 (Windows NT 5.2; rv:6.0.2) Gecko/20100101 Firefox/6.0.2
Comment 1 Ms2ger 2012-03-07 18:02:42 UTC
*** Bug 16234 has been marked as a duplicate of this bug. ***
Comment 2 contributor 2012-07-18 17:13:49 UTC
This bug was cloned to create bug 18086 as part of operation convergence.
Comment 3 Ian 'Hixie' Hickson 2012-07-26 04:47:26 UTC
Not sure what this means exactly but I'm sure it's true...
Comment 4 Ms2ger 2012-07-26 09:20:43 UTC
In the domintro:

form[index]
form(index)

    Returns the indexth element in the form (excluding image buttons for historical reasons).

form[name]
form(name)

    Returns the form control ...

s/form(index)//
s/form(name)//
Comment 5 contributor 2012-08-23 22:02:19 UTC
Checked in as WHATWG revision r7259.
Check-in comment: Remove bogus domintro text.
http://html5.org/tools/web-apps-tracker?from=7258&to=7259