Skip to content

<input type="file"> needs name= #845

Description

@jidanni

REC-html401-19991224 says:

A successful control must be defined within a FORM element and must have a control name.

Alas, tidy 5.6 allowed me to forget that I needed a name= in

<input type="file" multiple>

causing it not to append the selected files in the browser. So at
least for type="file", do catch it when people forget a name=.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions