Skip to content

JDK-⛔ : Add missing input tag types #25

@scientificware

Description

@scientificware

The purpose of this issue is to add HTML missing <imput> tag types

This is referenced in Java Bug Database as

This is tracked in JBS as

Related Pull Request

Screenshot_20230815_033610

Status

Documentation

Detailed purpose and advancement

  • Reach HTML 5 specifications. The present HTML implementation is based on HTML 3.2 specification :

    Type Swing HTML HTML 5
    INPUT ✔️ ✔️
    ▫️ <input type="button"> 🚧 ✔️
    ▫️ <input type="checkbox"> ✔️ ✔️
    ▫️ <input type="color"> 🚧 ✔️
    ▫️ <input type="date"> ✔️
    ▫️ <input type="datetime-local"> 🚧 ✔️
    ▫️ <input type="email"> ✔️
    ▫️ <input type="file"> ✔️ ✔️
    ▫️ <input type="hidden"> ✔️ ✔️
    ▫️ <input type="image"> ✔️ ✔️
    ▫️ <input type="month"> ✔️
    ▫️ <input type="number"> ✔️
    ▫️ <input type="password"> ✔️ ✔️
    ▫️ <input type="radio"> ✔️ ✔️
    ▫️ <input type="range"> ✔️
    ▫️ <input type="reset"> ✔️ ✔️
    ▫️ <input type="search"> ✔️
    ▫️ <input type="submit"> ✔️ ✔️
    ▫️ <input type="tel"> ✔️
    ▫️ <input type="text"> ✔️ ✔️
    ▫️ <input type="time"> ✔️
    ▫️ <input type="url"> ✔️
    ▫️ <input type="week"> ✔️

Metadata

Metadata

Labels

AuthorContributed a patch to fix this issueEnhancementNew feature or requestWIPWork In Progress

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions