/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tooling/html-reflect.json
95 строк
2 KB
Alexander Akait
feat(css): safe CSS minify transforms, measured against the engine (#21588)
03 авг 2026, 14:58
Не верифицирован
03 авг 2026, 14:58
f2462c2
Код
Авторство
О чём код?
{ "source": { "idl": "https://raw.githubusercontent.com/w3c/webref/main/ed/idl/html.idl", "elements": "https://raw.githubusercontent.com/w3c/webref/main/ed/elements/html.json" }, "boolean": { "inert": null, "headingreset": null, "autofocus": null, "disabled": [ "button", "fieldset", "input", "link", "optgroup", "option", "select", "textarea" ], "noshade": ["hr"], "reversed": ["ol"], "compact": ["dl", "menu", "ol", "ul"], "ismap": ["img"], "controls": ["audio", "img", "video"], "allowfullscreen": ["iframe"], "declare": ["object"], "playsinline": ["video"], "default": ["track"], "autoplay": ["audio", "video"], "loop": ["audio", "video"], "muted": ["audio", "video"], "nohref": ["area"], "nowrap": ["td", "th"], "novalidate": ["form"], "alpha": ["input"], "checked": ["input"], "formnovalidate": ["button", "input"], "multiple": ["input", "select"], "readonly": ["input", "textarea"], "required": ["input", "select", "textarea"], "selected": ["option"], "open": ["details", "dialog"], "nomodule": ["script"], "defer": ["script"], "shadowrootdelegatesfocus": ["template"], "shadowrootclonable": ["template"], "shadowrootserializable": ["template"] }, "url": { "href": ["link"], "cite": ["blockquote", "del", "ins", "q"], "src": [ "audio", "embed", "iframe", "img", "input", "script", "source", "track", "video" ], "lowsrc": ["img"], "longdesc": ["iframe", "img"], "data": ["object"], "codebase": ["object"], "poster": ["video"] }, "integer": { "headingoffset": null, "tabindex": null, "width": ["img", "input", "pre", "source", "video"], "start": ["ol"], "value": ["li"], "height": ["img", "input", "source", "video"], "hspace": ["img", "object"], "vspace": ["img", "object"], "span": ["col", "colgroup"], "colspan": ["td", "th"], "rowspan": ["td", "th"], "maxlength": ["input", "textarea"], "minlength": ["input", "textarea"], "size": ["input", "select"], "cols": ["textarea"], "rows": ["textarea"] }, "signedInteger": ["start", "tabindex", "value"], "tokenList": { "rel": ["a", "area", "form", "link"], "sizes": ["link"], "blocking": ["link", "script", "style"], "sandbox": ["iframe"], "for": ["output"] } }