You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

types.json 5.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. {
  2. "an-plus-b": {
  3. "groups": [
  4. "Selectors"
  5. ],
  6. "status": "standard"
  7. },
  8. "angle": {
  9. "groups": [
  10. "CSS Types"
  11. ],
  12. "status": "standard",
  13. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/angle"
  14. },
  15. "angle-percentage": {
  16. "groups": [
  17. "CSS Types"
  18. ],
  19. "status": "standard",
  20. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/angle-percentage"
  21. },
  22. "basic-shape": {
  23. "groups": [
  24. "CSS Shapes",
  25. "CSS Types"
  26. ],
  27. "status": "standard",
  28. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape"
  29. },
  30. "blend-mode": {
  31. "groups": [
  32. "Compositing and Blending",
  33. "CSS Types"
  34. ],
  35. "status": "standard",
  36. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/blend-mode"
  37. },
  38. "color": {
  39. "groups": [
  40. "CSS Color",
  41. "CSS Types"
  42. ],
  43. "status": "standard",
  44. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/color_value"
  45. },
  46. "custom-ident": {
  47. "groups": [
  48. "CSS Will Change",
  49. "CSS Counter Styles",
  50. "CSS Lists and Counters",
  51. "CSS Animations",
  52. "CSS Types"
  53. ],
  54. "status": "standard",
  55. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/custom-ident"
  56. },
  57. "dimension": {
  58. "groups": [
  59. "CSS Types"
  60. ],
  61. "status": "standard",
  62. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/dimension"
  63. },
  64. "display-outside": {
  65. "groups": [
  66. "CSS Display"
  67. ],
  68. "status": "standard",
  69. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-outside"
  70. },
  71. "display-inside": {
  72. "groups": [
  73. "CSS Display"
  74. ],
  75. "status": "standard",
  76. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-inside"
  77. },
  78. "display-listitem": {
  79. "groups": [
  80. "CSS Display"
  81. ],
  82. "status": "standard",
  83. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-listitem"
  84. },
  85. "display-internal": {
  86. "groups": [
  87. "CSS Display"
  88. ],
  89. "status": "standard",
  90. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-internal"
  91. },
  92. "display-box": {
  93. "groups": [
  94. "CSS Display"
  95. ],
  96. "status": "standard",
  97. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-box"
  98. },
  99. "display-legacy": {
  100. "groups": [
  101. "CSS Display"
  102. ],
  103. "status": "standard",
  104. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-legacy"
  105. },
  106. "filter-function": {
  107. "groups": [
  108. "Filter Effects"
  109. ],
  110. "status": "standard",
  111. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/filter-function"
  112. },
  113. "flex": {
  114. "groups": [
  115. "CSS Grid Layout",
  116. "CSS Types"
  117. ],
  118. "status": "standard",
  119. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/flex_value"
  120. },
  121. "frequency": {
  122. "groups": [
  123. "CSS Types"
  124. ],
  125. "status": "standard",
  126. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/frequency"
  127. },
  128. "frequency-percentage": {
  129. "groups": [
  130. "CSS Types"
  131. ],
  132. "status": "standard",
  133. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/frequency-percentage"
  134. },
  135. "gradient": {
  136. "groups": [
  137. "CSS Images",
  138. "CSS Types"
  139. ],
  140. "status": "standard",
  141. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/gradient"
  142. },
  143. "ident": {
  144. "groups": [
  145. "CSS Types"
  146. ],
  147. "status": "standard"
  148. },
  149. "image": {
  150. "groups": [
  151. "CSS Images",
  152. "CSS Types"
  153. ],
  154. "status": "standard",
  155. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/image"
  156. },
  157. "integer": {
  158. "groups": [
  159. "CSS Types"
  160. ],
  161. "status": "standard",
  162. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/integer"
  163. },
  164. "length": {
  165. "groups": [
  166. "CSS Types"
  167. ],
  168. "status": "standard",
  169. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/length"
  170. },
  171. "length-percentage": {
  172. "groups": [
  173. "CSS Types"
  174. ],
  175. "status": "standard",
  176. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/length-percentage"
  177. },
  178. "number": {
  179. "groups": [
  180. "CSS Types"
  181. ],
  182. "status": "standard",
  183. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/number"
  184. },
  185. "percentage": {
  186. "groups": [
  187. "CSS Types"
  188. ],
  189. "status": "standard",
  190. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/percentage"
  191. },
  192. "position": {
  193. "groups": [
  194. "CSS Types"
  195. ],
  196. "status": "standard",
  197. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/position_value"
  198. },
  199. "ratio": {
  200. "groups": [
  201. "CSS Types"
  202. ],
  203. "status": "standard",
  204. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/ratio"
  205. },
  206. "resolution": {
  207. "groups": [
  208. "CSS Types"
  209. ],
  210. "status": "standard",
  211. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/resolution"
  212. },
  213. "shape": {
  214. "groups": [
  215. "CSS Types"
  216. ],
  217. "status": "standard",
  218. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/shape"
  219. },
  220. "string": {
  221. "groups": [
  222. "CSS Types"
  223. ],
  224. "status": "standard",
  225. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/string"
  226. },
  227. "time": {
  228. "groups": [
  229. "CSS Types"
  230. ],
  231. "status": "standard",
  232. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/time"
  233. },
  234. "time-percentage": {
  235. "groups": [
  236. "CSS Types"
  237. ],
  238. "status": "standard",
  239. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/time-percentage"
  240. },
  241. "timing-function": {
  242. "groups": [
  243. "CSS Animations",
  244. "CSS Transitions",
  245. "CSS Types"
  246. ],
  247. "status": "standard",
  248. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/timing-function"
  249. },
  250. "transform-function": {
  251. "groups": [
  252. "CSS Transforms",
  253. "CSS Types"
  254. ],
  255. "status": "standard",
  256. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/transform-function"
  257. },
  258. "url": {
  259. "groups": [
  260. "CSS Types"
  261. ],
  262. "status": "standard",
  263. "mdn_url": "https://developer.mozilla.org/docs/Web/CSS/url"
  264. }
  265. }