The purpose of this issue is to add HTML missing `<imput>` tag types ---- This is referenced in Java Bug Database as * [JDK-? : Add missing input tag types]() This is tracked in JBS as * [JDK-? : Add missing input tag types]() Related Pull Request * [JDK-? : Add missing input tag types]()  ## Status - Draft : This is a draft implementation. - ⚠️ [About Swing HTML improvment](https://github.com/openjdk/jdk/pull/15319#pullrequestreview-1686204984) ## Documentation - [What Working Group `input` element](https://html.spec.whatwg.org/#the-input-element) - [Latest version of HTML4 version `input` element](https://www.w3.org/TR/html4/interact/forms.html#h-17.4) - [HTML 3.2 specification](https://www.w3.org/TR/2018/SPSD-html32-20180315/#input) ## 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|:heavy_check_mark: ||:heavy_check_mark:| |:white_small_square: `<input type="button">`| :construction: ||:heavy_check_mark:| |:white_small_square: `<input type="checkbox">`|:heavy_check_mark: ||:heavy_check_mark: | |:white_small_square: `<input type="color">`| :construction: ||:heavy_check_mark: | |:white_small_square: `<input type="date">`|||:heavy_check_mark: | |:white_small_square: `<input type="datetime-local">`| :construction: ||:heavy_check_mark: | |:white_small_square: `<input type="email">`|||:heavy_check_mark: | |:white_small_square: `<input type="file">`|:heavy_check_mark: ||:heavy_check_mark: | |:white_small_square: `<input type="hidden">`|:heavy_check_mark: ||:heavy_check_mark: | |:white_small_square: `<input type="image">`|:heavy_check_mark: ||:heavy_check_mark: | |:white_small_square: `<input type="month">`|||:heavy_check_mark: | |:white_small_square: `<input type="number">`|||:heavy_check_mark: | |:white_small_square: `<input type="password">`|:heavy_check_mark: ||:heavy_check_mark: | |:white_small_square: `<input type="radio">`|:heavy_check_mark: ||:heavy_check_mark: | |:white_small_square: `<input type="range">`|||:heavy_check_mark: | |:white_small_square: `<input type="reset">`|:heavy_check_mark: ||:heavy_check_mark: | |:white_small_square: `<input type="search">`|||:heavy_check_mark: | |:white_small_square: `<input type="submit">`|:heavy_check_mark: ||:heavy_check_mark: | |:white_small_square: `<input type="tel">`|||:heavy_check_mark: | |:white_small_square: `<input type="text">`|:heavy_check_mark: ||:heavy_check_mark: | |:white_small_square: `<input type="time">`|||:heavy_check_mark: | |:white_small_square: `<input type="url">`|||:heavy_check_mark: | |:white_small_square: `<input type="week">`|||:heavy_check_mark: |
The purpose of this issue is to add HTML missing
<imput>tag typesThis is referenced in Java Bug Database as
This is tracked in JBS as
Related Pull Request
Status
Documentation
inputelementinputelementDetailed purpose and advancement
Reach HTML 5 specifications. The present HTML implementation is based on HTML 3.2 specification :
<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">