happy-dom
Version:
Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG DOM and HTML.
16 lines • 342 B
JSON
{
"form": "form",
"name": "name",
"disabled": "disabled",
"autofocus": "autofocus",
"required": "required",
"value": "value",
"autocomplete": "autocomplete",
"minlength": "minLength",
"maxlength": "maxLength",
"pattern": "pattern",
"placeholder": "placeholder",
"readonly": "readOnly",
"size": "size",
"inputmode": "inputmode"
}