minify-html/gen/boolean_attrs.json

95 lines
1.1 KiB
JSON
Raw Normal View History

2020-01-07 08:38:42 -05:00
{
"allowfullscreen": [
"iframe"
],
"allowtransparency": [
"iframe"
],
"async": [
"script"
],
2020-01-07 08:38:42 -05:00
"autofocus": [
"button",
"input",
"keygen",
"select",
"textarea"
],
"autoplay": [
"media"
],
"checked": [
"input"
],
"controls": [
"media"
],
"default": [
"track"
],
"defer": [
"script"
],
2020-01-07 08:38:42 -05:00
"disabled": [
"button",
"fieldset",
"input",
"keygen",
"optgroup",
"option",
"select",
"textarea"
],
"disablepictureinpicture": [
"video"
],
2020-01-07 08:38:42 -05:00
"formnovalidate": [
"button",
"input"
],
"loop": [
"media"
2020-01-07 08:38:42 -05:00
],
"multiple": [
"input",
"select"
2020-01-07 08:38:42 -05:00
],
"muted": [
"media"
2020-01-07 08:38:42 -05:00
],
"nomodule": [
"script"
2020-01-07 08:38:42 -05:00
],
"novalidate": [
"form"
2020-01-07 08:38:42 -05:00
],
"open": [
"details",
"dialog"
2020-01-07 08:38:42 -05:00
],
"playsinline": [
"media",
"video"
2020-01-07 08:38:42 -05:00
],
"readonly": [
"input",
"textarea"
],
"required": [
"input",
"select",
"textarea"
],
"reversed": [
"ol"
],
"scoped": [
"style"
],
"seamless": [
"iframe"
2020-01-07 08:38:42 -05:00
],
"selected": [
"option"
2020-01-07 08:38:42 -05:00
]
}