forked from openjdk/jdk
-
Notifications
You must be signed in to change notification settings - Fork 0
JDK-⛔ : Add missing input tag types #25
Copy link
Copy link
Open
Labels
AuthorContributed a patch to fix this issueContributed a patch to fix this issueEnhancementNew feature or requestNew feature or requestWIPWork In ProgressWork In Progress
Description
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
Status
- Draft : This is a draft implementation.
⚠️ About Swing HTML improvment
Documentation
- What Working Group
inputelement - Latest version of HTML4 version
inputelement - HTML 3.2 specification
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">✔️
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
AuthorContributed a patch to fix this issueContributed a patch to fix this issueEnhancementNew feature or requestNew feature or requestWIPWork In ProgressWork In Progress
