mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 15:32:31 +00:00
LibWeb: Implement the HTMLInputElement
pattern attribute
This commit is contained in:
parent
5651701f31
commit
3fd1538191
Notes:
github-actions[bot]
2025-02-27 20:47:10 +00:00
Author: https://github.com/tcl3
Commit: 3fd1538191
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3716
Reviewed-by: https://github.com/shannonbooth
11 changed files with 332 additions and 23 deletions
|
@ -32,7 +32,7 @@ interface HTMLInputElement : HTMLElement {
|
|||
[CEReactions] attribute long minLength;
|
||||
[CEReactions, Reflect] attribute boolean multiple;
|
||||
[CEReactions, Reflect] attribute DOMString name;
|
||||
[FIXME, CEReactions] attribute DOMString pattern;
|
||||
[CEReactions, Reflect] attribute DOMString pattern;
|
||||
[CEReactions, Reflect] attribute DOMString placeholder;
|
||||
[CEReactions, Reflect=readonly] attribute boolean readOnly;
|
||||
[CEReactions, Reflect] attribute boolean required;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue