index.json 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603
  1. {
  2. "*": [
  3. "accesskey",
  4. "autocapitalize",
  5. "autofocus",
  6. "class",
  7. "contenteditable",
  8. "dir",
  9. "draggable",
  10. "enterkeyhint",
  11. "hidden",
  12. "id",
  13. "inputmode",
  14. "is",
  15. "itemid",
  16. "itemprop",
  17. "itemref",
  18. "itemscope",
  19. "itemtype",
  20. "lang",
  21. "nonce",
  22. "slot",
  23. "spellcheck",
  24. "style",
  25. "tabindex",
  26. "title",
  27. "translate"
  28. ],
  29. "a": [
  30. "accesskey",
  31. "charset",
  32. "coords",
  33. "download",
  34. "href",
  35. "hreflang",
  36. "name",
  37. "ping",
  38. "referrerpolicy",
  39. "rel",
  40. "rev",
  41. "shape",
  42. "tabindex",
  43. "target",
  44. "type"
  45. ],
  46. "abbr": [
  47. "title"
  48. ],
  49. "applet": [
  50. "align",
  51. "alt",
  52. "archive",
  53. "code",
  54. "codebase",
  55. "height",
  56. "hspace",
  57. "name",
  58. "object",
  59. "vspace",
  60. "width"
  61. ],
  62. "area": [
  63. "accesskey",
  64. "alt",
  65. "coords",
  66. "download",
  67. "href",
  68. "hreflang",
  69. "nohref",
  70. "ping",
  71. "referrerpolicy",
  72. "rel",
  73. "shape",
  74. "tabindex",
  75. "target",
  76. "type"
  77. ],
  78. "audio": [
  79. "autoplay",
  80. "controls",
  81. "crossorigin",
  82. "loop",
  83. "muted",
  84. "preload",
  85. "src"
  86. ],
  87. "base": [
  88. "href",
  89. "target"
  90. ],
  91. "basefont": [
  92. "color",
  93. "face",
  94. "size"
  95. ],
  96. "bdo": [
  97. "dir"
  98. ],
  99. "blockquote": [
  100. "cite"
  101. ],
  102. "body": [
  103. "alink",
  104. "background",
  105. "bgcolor",
  106. "link",
  107. "text",
  108. "vlink"
  109. ],
  110. "br": [
  111. "clear"
  112. ],
  113. "button": [
  114. "accesskey",
  115. "autofocus",
  116. "disabled",
  117. "form",
  118. "formaction",
  119. "formenctype",
  120. "formmethod",
  121. "formnovalidate",
  122. "formtarget",
  123. "name",
  124. "tabindex",
  125. "type",
  126. "value"
  127. ],
  128. "canvas": [
  129. "height",
  130. "width"
  131. ],
  132. "caption": [
  133. "align"
  134. ],
  135. "col": [
  136. "align",
  137. "char",
  138. "charoff",
  139. "span",
  140. "valign",
  141. "width"
  142. ],
  143. "colgroup": [
  144. "align",
  145. "char",
  146. "charoff",
  147. "span",
  148. "valign",
  149. "width"
  150. ],
  151. "data": [
  152. "value"
  153. ],
  154. "del": [
  155. "cite",
  156. "datetime"
  157. ],
  158. "details": [
  159. "open"
  160. ],
  161. "dfn": [
  162. "title"
  163. ],
  164. "dialog": [
  165. "open"
  166. ],
  167. "dir": [
  168. "compact"
  169. ],
  170. "div": [
  171. "align"
  172. ],
  173. "dl": [
  174. "compact"
  175. ],
  176. "embed": [
  177. "height",
  178. "src",
  179. "type",
  180. "width"
  181. ],
  182. "fieldset": [
  183. "disabled",
  184. "form",
  185. "name"
  186. ],
  187. "font": [
  188. "color",
  189. "face",
  190. "size"
  191. ],
  192. "form": [
  193. "accept",
  194. "accept-charset",
  195. "action",
  196. "autocomplete",
  197. "enctype",
  198. "method",
  199. "name",
  200. "novalidate",
  201. "target"
  202. ],
  203. "frame": [
  204. "frameborder",
  205. "longdesc",
  206. "marginheight",
  207. "marginwidth",
  208. "name",
  209. "noresize",
  210. "scrolling",
  211. "src"
  212. ],
  213. "frameset": [
  214. "cols",
  215. "rows"
  216. ],
  217. "h1": [
  218. "align"
  219. ],
  220. "h2": [
  221. "align"
  222. ],
  223. "h3": [
  224. "align"
  225. ],
  226. "h4": [
  227. "align"
  228. ],
  229. "h5": [
  230. "align"
  231. ],
  232. "h6": [
  233. "align"
  234. ],
  235. "head": [
  236. "profile"
  237. ],
  238. "hr": [
  239. "align",
  240. "noshade",
  241. "size",
  242. "width"
  243. ],
  244. "html": [
  245. "manifest",
  246. "version"
  247. ],
  248. "iframe": [
  249. "align",
  250. "allow",
  251. "allowfullscreen",
  252. "allowpaymentrequest",
  253. "allowusermedia",
  254. "frameborder",
  255. "height",
  256. "loading",
  257. "longdesc",
  258. "marginheight",
  259. "marginwidth",
  260. "name",
  261. "referrerpolicy",
  262. "sandbox",
  263. "scrolling",
  264. "src",
  265. "srcdoc",
  266. "width"
  267. ],
  268. "img": [
  269. "align",
  270. "alt",
  271. "border",
  272. "crossorigin",
  273. "decoding",
  274. "height",
  275. "hspace",
  276. "ismap",
  277. "loading",
  278. "longdesc",
  279. "name",
  280. "referrerpolicy",
  281. "sizes",
  282. "src",
  283. "srcset",
  284. "usemap",
  285. "vspace",
  286. "width"
  287. ],
  288. "input": [
  289. "accept",
  290. "accesskey",
  291. "align",
  292. "alt",
  293. "autocomplete",
  294. "autofocus",
  295. "checked",
  296. "dirname",
  297. "disabled",
  298. "form",
  299. "formaction",
  300. "formenctype",
  301. "formmethod",
  302. "formnovalidate",
  303. "formtarget",
  304. "height",
  305. "ismap",
  306. "list",
  307. "max",
  308. "maxlength",
  309. "min",
  310. "minlength",
  311. "multiple",
  312. "name",
  313. "pattern",
  314. "placeholder",
  315. "readonly",
  316. "required",
  317. "size",
  318. "src",
  319. "step",
  320. "tabindex",
  321. "title",
  322. "type",
  323. "usemap",
  324. "value",
  325. "width"
  326. ],
  327. "ins": [
  328. "cite",
  329. "datetime"
  330. ],
  331. "isindex": [
  332. "prompt"
  333. ],
  334. "label": [
  335. "accesskey",
  336. "for",
  337. "form"
  338. ],
  339. "legend": [
  340. "accesskey",
  341. "align"
  342. ],
  343. "li": [
  344. "type",
  345. "value"
  346. ],
  347. "link": [
  348. "as",
  349. "charset",
  350. "color",
  351. "crossorigin",
  352. "disabled",
  353. "href",
  354. "hreflang",
  355. "imagesizes",
  356. "imagesrcset",
  357. "integrity",
  358. "media",
  359. "nonce",
  360. "referrerpolicy",
  361. "rel",
  362. "rev",
  363. "sizes",
  364. "target",
  365. "title",
  366. "type"
  367. ],
  368. "map": [
  369. "name"
  370. ],
  371. "menu": [
  372. "compact"
  373. ],
  374. "meta": [
  375. "charset",
  376. "content",
  377. "http-equiv",
  378. "name",
  379. "scheme"
  380. ],
  381. "meter": [
  382. "high",
  383. "low",
  384. "max",
  385. "min",
  386. "optimum",
  387. "value"
  388. ],
  389. "object": [
  390. "align",
  391. "archive",
  392. "border",
  393. "classid",
  394. "codebase",
  395. "codetype",
  396. "data",
  397. "declare",
  398. "form",
  399. "height",
  400. "hspace",
  401. "name",
  402. "standby",
  403. "tabindex",
  404. "type",
  405. "typemustmatch",
  406. "usemap",
  407. "vspace",
  408. "width"
  409. ],
  410. "ol": [
  411. "compact",
  412. "reversed",
  413. "start",
  414. "type"
  415. ],
  416. "optgroup": [
  417. "disabled",
  418. "label"
  419. ],
  420. "option": [
  421. "disabled",
  422. "label",
  423. "selected",
  424. "value"
  425. ],
  426. "output": [
  427. "for",
  428. "form",
  429. "name"
  430. ],
  431. "p": [
  432. "align"
  433. ],
  434. "param": [
  435. "name",
  436. "type",
  437. "value",
  438. "valuetype"
  439. ],
  440. "pre": [
  441. "width"
  442. ],
  443. "progress": [
  444. "max",
  445. "value"
  446. ],
  447. "q": [
  448. "cite"
  449. ],
  450. "script": [
  451. "async",
  452. "charset",
  453. "crossorigin",
  454. "defer",
  455. "integrity",
  456. "language",
  457. "nomodule",
  458. "nonce",
  459. "referrerpolicy",
  460. "src",
  461. "type"
  462. ],
  463. "select": [
  464. "autocomplete",
  465. "autofocus",
  466. "disabled",
  467. "form",
  468. "multiple",
  469. "name",
  470. "required",
  471. "size",
  472. "tabindex"
  473. ],
  474. "slot": [
  475. "name"
  476. ],
  477. "source": [
  478. "media",
  479. "sizes",
  480. "src",
  481. "srcset",
  482. "type"
  483. ],
  484. "style": [
  485. "media",
  486. "nonce",
  487. "title",
  488. "type"
  489. ],
  490. "table": [
  491. "align",
  492. "bgcolor",
  493. "border",
  494. "cellpadding",
  495. "cellspacing",
  496. "frame",
  497. "rules",
  498. "summary",
  499. "width"
  500. ],
  501. "tbody": [
  502. "align",
  503. "char",
  504. "charoff",
  505. "valign"
  506. ],
  507. "td": [
  508. "abbr",
  509. "align",
  510. "axis",
  511. "bgcolor",
  512. "char",
  513. "charoff",
  514. "colspan",
  515. "headers",
  516. "height",
  517. "nowrap",
  518. "rowspan",
  519. "scope",
  520. "valign",
  521. "width"
  522. ],
  523. "textarea": [
  524. "accesskey",
  525. "autocomplete",
  526. "autofocus",
  527. "cols",
  528. "dirname",
  529. "disabled",
  530. "form",
  531. "maxlength",
  532. "minlength",
  533. "name",
  534. "placeholder",
  535. "readonly",
  536. "required",
  537. "rows",
  538. "tabindex",
  539. "wrap"
  540. ],
  541. "tfoot": [
  542. "align",
  543. "char",
  544. "charoff",
  545. "valign"
  546. ],
  547. "th": [
  548. "abbr",
  549. "align",
  550. "axis",
  551. "bgcolor",
  552. "char",
  553. "charoff",
  554. "colspan",
  555. "headers",
  556. "height",
  557. "nowrap",
  558. "rowspan",
  559. "scope",
  560. "valign",
  561. "width"
  562. ],
  563. "thead": [
  564. "align",
  565. "char",
  566. "charoff",
  567. "valign"
  568. ],
  569. "time": [
  570. "datetime"
  571. ],
  572. "tr": [
  573. "align",
  574. "bgcolor",
  575. "char",
  576. "charoff",
  577. "valign"
  578. ],
  579. "track": [
  580. "default",
  581. "kind",
  582. "label",
  583. "src",
  584. "srclang"
  585. ],
  586. "ul": [
  587. "compact",
  588. "type"
  589. ],
  590. "video": [
  591. "autoplay",
  592. "controls",
  593. "crossorigin",
  594. "height",
  595. "loop",
  596. "muted",
  597. "playsinline",
  598. "poster",
  599. "preload",
  600. "src",
  601. "width"
  602. ]
  603. }