decls.json 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  1. [
  2. {
  3. "prop": "animation",
  4. "initial": "${animation-name} ${animation-duration} ${animation-timing-function} ${animation-delay} ${animation-iteration-count} ${animation-direction} ${animation-fill-mode} ${animation-play-state}",
  5. "combined": true
  6. },
  7. {"prop": "animation-delay", "initial": "0s"},
  8. {"prop": "animation-direction", "initial": "normal"},
  9. {"prop": "animation-duration", "initial": "0s"},
  10. {"prop": "animation-fill-mode", "initial": "none"},
  11. {"prop": "animation-iteration-count", "initial": "1"},
  12. {"prop": "animation-name", "initial": "none"},
  13. {"prop": "animation-play-state", "initial": "running"},
  14. {"prop": "animation-timing-function", "initial": "ease"},
  15. {
  16. "prop": "backface-visibility", "initial": "visible",
  17. "basic": true
  18. },
  19. {
  20. "prop": "background",
  21. "initial": "${background-color} ${background-image} ${background-repeat} ${background-position} / ${background-size} ${background-origin} ${background-clip} ${background-attachment}",
  22. "combined": true
  23. },
  24. {"prop": "background-attachment", "initial": "scroll"},
  25. {"prop": "background-clip", "initial": "border-box"},
  26. {"prop": "background-color", "initial": "transparent"},
  27. {"prop": "background-image", "initial": "none"},
  28. {"prop": "background-origin", "initial": "padding-box"},
  29. {"prop": "background-position", "initial": "0 0"},
  30. {"prop": "background-position-x", "initial": "0"},
  31. {"prop": "background-position-y", "initial": "0"},
  32. {"prop": "background-repeat", "initial": "repeat"},
  33. {"prop": "background-size", "initial": "auto auto"},
  34. {
  35. "prop": "border",
  36. "initial": "${border-width} ${border-style} ${border-color}",
  37. "combined": true
  38. },
  39. {"prop": "border-style", "initial": "none"},
  40. {"prop": "border-width", "initial": "medium"},
  41. {"prop": "border-color", "initial": "currentColor"},
  42. {"prop": "border-bottom", "initial": "0"},
  43. {"prop": "border-bottom-color", "initial": "currentColor"},
  44. {"prop": "border-bottom-left-radius", "initial": "0"},
  45. {"prop": "border-bottom-right-radius", "initial": "0"},
  46. {"prop": "border-bottom-style", "initial": "none"},
  47. {"prop": "border-bottom-width", "initial": "medium"},
  48. {
  49. "prop": "border-collapse", "initial": "separate",
  50. "basic": true,
  51. "inherited": true
  52. },
  53. {
  54. "prop": "border-image", "initial": "none",
  55. "basic": true
  56. },
  57. {"prop": "border-left", "initial": "0"},
  58. {"prop": "border-left-color", "initial": "currentColor"},
  59. {"prop": "border-left-style", "initial": "none"},
  60. {"prop": "border-left-width", "initial": "medium"},
  61. {
  62. "prop": "border-radius", "initial": "0",
  63. "basic": true
  64. },
  65. {"prop": "border-right", "initial": "0"},
  66. {"prop": "border-right-color", "initial": "currentColor"},
  67. {"prop": "border-right-style", "initial": "none"},
  68. {"prop": "border-right-width", "initial": "medium"},
  69. {
  70. "prop": "border-spacing", "initial": "0",
  71. "basic": true,
  72. "inherited": true
  73. },
  74. {"prop": "border-top", "initial": "0"},
  75. {"prop": "border-top-color", "initial": "currentColor"},
  76. {"prop": "border-top-left-radius", "initial": "0"},
  77. {"prop": "border-top-right-radius", "initial": "0"},
  78. {"prop": "border-top-style", "initial": "none"},
  79. {"prop": "border-top-width", "initial": "medium"},
  80. {
  81. "prop": "bottom", "initial": "auto",
  82. "basic": true
  83. },
  84. {
  85. "prop": "box-shadow", "initial": "none",
  86. "basic": true
  87. },
  88. {
  89. "prop": "box-sizing", "initial": "content-box",
  90. "basic": true
  91. },
  92. {
  93. "prop": "caption-side", "initial": "top",
  94. "basic": true,
  95. "inherited": true
  96. },
  97. {
  98. "prop": "clear", "initial": "none",
  99. "basic": true
  100. },
  101. {
  102. "prop": "clip", "initial": "auto",
  103. "basic": true
  104. },
  105. {
  106. "prop": "color", "initial": "#000",
  107. "basic": true
  108. },
  109. {
  110. "prop": "columns", "initial": "auto",
  111. "basic": true
  112. },
  113. {
  114. "prop": "column-count", "initial": "auto",
  115. "basic": true
  116. },
  117. {
  118. "prop": "column-fill", "initial": "balance",
  119. "basic": true
  120. },
  121. {
  122. "prop": "column-gap", "initial": "normal",
  123. "basic": true
  124. },
  125. {
  126. "prop": "column-rule",
  127. "initial": "${column-rule-width} ${column-rule-style} ${column-rule-color}",
  128. "combined": true
  129. },
  130. {"prop": "column-rule-color", "initial": "currentColor"},
  131. {"prop": "column-rule-style", "initial": "none"},
  132. {"prop": "column-rule-width", "initial": "medium"},
  133. {
  134. "prop": "column-span", "initial": "1",
  135. "basic": true
  136. },
  137. {
  138. "prop": "column-width", "initial": "auto",
  139. "basic": true
  140. },
  141. {
  142. "prop": "content", "initial": "normal",
  143. "basic": true
  144. },
  145. {
  146. "prop": "counter-increment", "initial": "none",
  147. "basic": true
  148. },
  149. {
  150. "prop": "counter-reset", "initial": "none",
  151. "basic": true
  152. },
  153. {
  154. "prop": "cursor", "initial": "auto",
  155. "basic": true,
  156. "inherited": true
  157. },
  158. {
  159. "prop": "direction", "initial": "ltr",
  160. "basic": true,
  161. "inherited": true
  162. },
  163. {
  164. "prop": "display", "initial": "inline",
  165. "basic": true
  166. },
  167. {
  168. "prop": "empty-cells", "initial": "show",
  169. "basic": true,
  170. "inherited": true
  171. },
  172. {
  173. "prop": "float", "initial": "none",
  174. "basic": true
  175. },
  176. {
  177. "prop": "font",
  178. "contains": [
  179. "font-style",
  180. "font-variant",
  181. "font-weight",
  182. "font-stretch",
  183. "font-size",
  184. "line-height",
  185. "font-family"
  186. ],
  187. "basic": true,
  188. "inherited": true
  189. },
  190. {"prop": "font-family", "initial": "serif"},
  191. {"prop": "font-size", "initial": "medium"},
  192. {"prop": "font-style", "initial": "normal"},
  193. {"prop": "font-variant", "initial": "normal"},
  194. {"prop": "font-weight", "initial": "normal"},
  195. {"prop": "font-stretch", "initial": "normal"},
  196. {
  197. "prop": "line-height", "initial": "normal",
  198. "inherited": true
  199. },
  200. {
  201. "prop": "height", "initial": "auto",
  202. "basic": true
  203. },
  204. {
  205. "prop": "hyphens", "initial": "none",
  206. "basic": true,
  207. "inherited": true
  208. },
  209. {
  210. "prop": "left", "initial": "auto",
  211. "basic": true
  212. },
  213. {
  214. "prop": "letter-spacing", "initial": "normal",
  215. "basic": true,
  216. "inherited": true
  217. },
  218. {
  219. "prop": "list-style",
  220. "initial": "${list-style-type} ${list-style-position} ${list-style-image}",
  221. "combined": true,
  222. "inherited": true
  223. },
  224. {"prop": "list-style-image", "initial": "none"},
  225. {"prop": "list-style-position", "initial": "outside"},
  226. {"prop": "list-style-type", "initial": "disc"},
  227. {
  228. "prop": "margin", "initial": "0",
  229. "basic": true
  230. },
  231. {"prop": "margin-bottom", "initial": "0"},
  232. {"prop": "margin-left", "initial": "0"},
  233. {"prop": "margin-right", "initial": "0"},
  234. {"prop": "margin-top", "initial": "0"},
  235. {
  236. "prop": "max-height", "initial": "none",
  237. "basic": true
  238. },
  239. {
  240. "prop": "max-width", "initial": "none",
  241. "basic": true
  242. },
  243. {
  244. "prop": "min-height", "initial": "0",
  245. "basic": true
  246. },
  247. {
  248. "prop": "min-width", "initial": "0",
  249. "basic": true
  250. },
  251. {
  252. "prop": "opacity", "initial": "1",
  253. "basic": true
  254. },
  255. {
  256. "prop": "orphans", "initial": "2",
  257. "basic": true
  258. },
  259. {
  260. "prop": "outline",
  261. "initial": "${outline-width} ${outline-style} ${outline-color}",
  262. "combined": true
  263. },
  264. {"prop": "outline-color", "initial": "invert"},
  265. {"prop": "outline-style", "initial": "none"},
  266. {"prop": "outline-width", "initial": "medium"},
  267. {
  268. "prop": "overflow", "initial": "visible",
  269. "basic": true
  270. },
  271. {
  272. "prop": "overflow-x", "initial": "visible",
  273. "basic": true
  274. },
  275. {
  276. "prop": "overflow-y", "initial": "visible",
  277. "basic": true
  278. },
  279. {
  280. "prop": "padding", "initial": "0",
  281. "basic": true
  282. },
  283. {"prop": "padding-bottom", "initial": "0"},
  284. {"prop": "padding-left", "initial": "0"},
  285. {"prop": "padding-right", "initial": "0"},
  286. {"prop": "padding-top", "initial": "0"},
  287. {
  288. "prop": "page-break-after", "initial": "auto",
  289. "basic": true
  290. },
  291. {
  292. "prop": "page-break-before", "initial": "auto",
  293. "basic": true
  294. },
  295. {
  296. "prop": "page-break-inside", "initial": "auto",
  297. "basic": true
  298. },
  299. {
  300. "prop": "perspective", "initial": "none",
  301. "basic": true
  302. },
  303. {
  304. "prop": "perspective-origin", "initial": "50% 50%",
  305. "basic": true
  306. },
  307. {
  308. "prop": "position", "initial": "static",
  309. "basic": true
  310. },
  311. {
  312. "prop": "quotes",
  313. "initial": "\u201C \u201D \u2018 \u2019"
  314. },
  315. {
  316. "prop": "right", "initial": "auto",
  317. "basic": true
  318. },
  319. {
  320. "prop": "tab-size", "initial": "8",
  321. "basic": true,
  322. "inherited": true
  323. },
  324. {
  325. "prop": "table-layout", "initial": "auto",
  326. "basic": true
  327. },
  328. {
  329. "prop": "text-align", "initial": "left",
  330. "basic": true,
  331. "inherited": true
  332. },
  333. {
  334. "prop": "text-align-last", "initial": "auto",
  335. "basic": true,
  336. "inherited": true
  337. },
  338. {
  339. "prop": "text-decoration",
  340. "initial": "${text-decoration-line}",
  341. "combined": true
  342. },
  343. {"prop": "text-decoration-color", "initial": "inherited"},
  344. {"prop": "text-decoration-color", "initial": "currentColor"},
  345. {"prop": "text-decoration-line", "initial": "none"},
  346. {"prop": "text-decoration-style", "initial": "solid"},
  347. {
  348. "prop": "text-indent", "initial": "0",
  349. "basic": true,
  350. "inherited": true
  351. },
  352. {
  353. "prop": "text-shadow", "initial": "none",
  354. "basic": true,
  355. "inherited": true
  356. },
  357. {
  358. "prop": "text-transform", "initial": "none",
  359. "basic": true,
  360. "inherited": true
  361. },
  362. {
  363. "prop": "top", "initial": "auto",
  364. "basic": true
  365. },
  366. {
  367. "prop": "transform", "initial": "none",
  368. "basic": true
  369. },
  370. {
  371. "prop": "transform-origin", "initial": "50% 50% 0",
  372. "basic": true
  373. },
  374. {
  375. "prop": "transform-style", "initial": "flat",
  376. "basic": true
  377. },
  378. {
  379. "prop": "transition",
  380. "initial": "${transition-property} ${transition-duration} ${transition-timing-function} ${transition-delay}",
  381. "combined": true
  382. },
  383. {"prop": "transition-delay", "initial": "0s"},
  384. {"prop": "transition-duration", "initial": "0s"},
  385. {"prop": "transition-property", "initial": "none"},
  386. {"prop": "transition-timing-function", "initial": "ease"},
  387. {
  388. "prop": "unicode-bidi", "initial": "normal",
  389. "basic": true
  390. },
  391. {
  392. "prop": "vertical-align", "initial": "baseline",
  393. "basic": true
  394. },
  395. {
  396. "prop": "visibility", "initial": "visible",
  397. "basic": true,
  398. "inherited": true
  399. },
  400. {
  401. "prop": "white-space", "initial": "normal",
  402. "basic": true,
  403. "inherited": true
  404. },
  405. {
  406. "prop": "widows", "initial": "2",
  407. "basic": true,
  408. "inherited": true
  409. },
  410. {
  411. "prop": "width", "initial": "auto",
  412. "basic": true
  413. },
  414. {
  415. "prop": "word-spacing", "initial": "normal",
  416. "basic": true,
  417. "inherited": true
  418. },
  419. {
  420. "prop": "z-index", "initial": "auto",
  421. "basic": true
  422. }
  423. ]