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 23065 - Signature for form named getter is wrong
Summary: Signature for form named getter is wrong
Status: CLOSED 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:
Depends on:
Blocks:
 
Reported: 2013-08-26 12:27 UTC by contributor
Modified: 2013-11-02 17:37 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2013-08-26 12:27:59 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
Referrer: http://www.whatwg.org/specs/web-apps/current-work/multipage/

Comment:
Signature for form named getter is wrong

Posted from: 87.64.192.188 by ms2ger@gmail.com
User agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20130609 Firefox/24.0
Comment 1 Ms2ger 2013-08-26 12:29:03 UTC
It is:

  getter (RadioNodeList or HTMLInputElement or HTMLImageElement) (DOMString name);

but the algorithms (and browsers) return other listed elements (*) as well.

(*) Listed elements

    Denotes elements that are listed in the form.elements and fieldset.elements APIs.

        button
        fieldset
        input
        keygen
        object
        output
        select
        textarea