amis 2.3.0 → 2.3.2-beta.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (416) hide show
  1. package/esm/_virtual/MiniDecimal.js +1 -1
  2. package/esm/_virtual/classCallCheck.js +1 -1
  3. package/esm/_virtual/createClass.js +1 -1
  4. package/esm/_virtual/interopRequireDefault.js +1 -1
  5. package/esm/_virtual/numberUtil.js +1 -1
  6. package/esm/_virtual/supportUtil.js +1 -1
  7. package/esm/compat.js +1 -1
  8. package/esm/index.js +1 -1
  9. package/esm/node_modules/@babel/runtime/helpers/classCallCheck.js +1 -1
  10. package/esm/node_modules/@babel/runtime/helpers/createClass.js +1 -1
  11. package/esm/node_modules/@babel/runtime/helpers/interopRequireDefault.js +1 -1
  12. package/esm/node_modules/rc-input-number/lib/utils/MiniDecimal.js +1 -1
  13. package/esm/node_modules/rc-input-number/lib/utils/numberUtil.js +1 -1
  14. package/esm/node_modules/rc-input-number/lib/utils/supportUtil.js +1 -1
  15. package/esm/preset.js +1 -1
  16. package/esm/renderers/Action.js +1 -1
  17. package/esm/renderers/Alert.js +1 -1
  18. package/esm/renderers/AnchorNav.js +1 -1
  19. package/esm/renderers/App.d.ts +3 -3
  20. package/esm/renderers/App.js +7 -7
  21. package/esm/renderers/Audio.js +1 -1
  22. package/esm/renderers/Avatar.js +1 -1
  23. package/esm/renderers/BarCode.js +1 -1
  24. package/esm/renderers/Breadcrumb.js +1 -1
  25. package/esm/renderers/ButtonGroup.js +1 -1
  26. package/esm/renderers/CRUD.d.ts +6 -6
  27. package/esm/renderers/CRUD.js +21 -15
  28. package/esm/renderers/CRUD2.js +1 -1
  29. package/esm/renderers/Calendar.js +1 -1
  30. package/esm/renderers/Card.js +1 -1
  31. package/esm/renderers/Card2.js +1 -1
  32. package/esm/renderers/Cards.js +1 -1
  33. package/esm/renderers/Carousel.js +1 -1
  34. package/esm/renderers/Chart.d.ts +3 -3
  35. package/esm/renderers/Chart.js +9 -9
  36. package/esm/renderers/Code.js +1 -1
  37. package/esm/renderers/Collapse.js +1 -1
  38. package/esm/renderers/CollapseGroup.js +1 -1
  39. package/esm/renderers/Color.js +1 -1
  40. package/esm/renderers/Container.js +1 -1
  41. package/esm/renderers/Copyable.js +1 -1
  42. package/esm/renderers/Custom.js +1 -1
  43. package/esm/renderers/Date.js +1 -1
  44. package/esm/renderers/Dialog.js +12 -5
  45. package/esm/renderers/Divider.js +1 -1
  46. package/esm/renderers/Drawer.js +1 -1
  47. package/esm/renderers/DropDownButton.js +7 -9
  48. package/esm/renderers/Each.js +1 -1
  49. package/esm/renderers/Flex.js +1 -1
  50. package/esm/renderers/Form/ButtonGroupSelect.js +1 -1
  51. package/esm/renderers/Form/ButtonToolbar.js +1 -1
  52. package/esm/renderers/Form/ChainedSelect.js +6 -10
  53. package/esm/renderers/Form/ChartRadios.js +1 -1
  54. package/esm/renderers/Form/Checkbox.js +5 -7
  55. package/esm/renderers/Form/Checkboxes.js +1 -1
  56. package/esm/renderers/Form/Combo.d.ts +1 -1
  57. package/esm/renderers/Form/Combo.js +25 -18
  58. package/esm/renderers/Form/ConditionBuilder.js +1 -1
  59. package/esm/renderers/Form/Control.js +1 -1
  60. package/esm/renderers/Form/DiffEditor.d.ts +3 -6
  61. package/esm/renderers/Form/DiffEditor.js +61 -23
  62. package/esm/renderers/Form/Editor.d.ts +3 -9
  63. package/esm/renderers/Form/Editor.js +65 -23
  64. package/esm/renderers/Form/FieldSet.js +1 -1
  65. package/esm/renderers/Form/Formula.js +1 -1
  66. package/esm/renderers/Form/Group.js +1 -1
  67. package/esm/renderers/Form/Hidden.js +1 -1
  68. package/esm/renderers/Form/IconPicker.js +1 -1
  69. package/esm/renderers/Form/IconPickerIcons.js +1 -1
  70. package/esm/renderers/Form/InputArray.js +1 -1
  71. package/esm/renderers/Form/InputCity.js +5 -7
  72. package/esm/renderers/Form/InputColor.js +1 -1
  73. package/esm/renderers/Form/InputDate.js +8 -8
  74. package/esm/renderers/Form/InputDateRange.js +7 -9
  75. package/esm/renderers/Form/InputExcel.js +6 -8
  76. package/esm/renderers/Form/InputFile.js +12 -11
  77. package/esm/renderers/Form/InputFormula.js +1 -1
  78. package/esm/renderers/Form/InputGroup.js +1 -1
  79. package/esm/renderers/Form/InputImage.js +14 -11
  80. package/esm/renderers/Form/InputMonthRange.js +1 -1
  81. package/esm/renderers/Form/InputNumber.js +8 -12
  82. package/esm/renderers/Form/InputQuarterRange.js +1 -1
  83. package/esm/renderers/Form/InputRange.d.ts +2 -2
  84. package/esm/renderers/Form/InputRange.js +46 -22
  85. package/esm/renderers/Form/InputRating.js +5 -7
  86. package/esm/renderers/Form/InputRepeat.js +1 -1
  87. package/esm/renderers/Form/InputRichText.js +1 -1
  88. package/esm/renderers/Form/InputSubForm.js +1 -1
  89. package/esm/renderers/Form/InputTable.js +1 -1
  90. package/esm/renderers/Form/InputTag.js +6 -6
  91. package/esm/renderers/Form/InputText.d.ts +3 -3
  92. package/esm/renderers/Form/InputText.js +88 -53
  93. package/esm/renderers/Form/InputTree.js +5 -7
  94. package/esm/renderers/Form/InputYearRange.js +1 -1
  95. package/esm/renderers/Form/JSONSchema.js +1 -1
  96. package/esm/renderers/Form/JSONSchemaEditor.js +1 -1
  97. package/esm/renderers/Form/ListSelect.js +1 -1
  98. package/esm/renderers/Form/LocationPicker.js +1 -1
  99. package/esm/renderers/Form/MatrixCheckboxes.js +5 -7
  100. package/esm/renderers/Form/NestedSelect.js +8 -8
  101. package/esm/renderers/Form/Picker.d.ts +3 -4
  102. package/esm/renderers/Form/Picker.js +30 -16
  103. package/esm/renderers/Form/Radios.js +8 -7
  104. package/esm/renderers/Form/Select.js +13 -11
  105. package/esm/renderers/Form/Static.js +1 -1
  106. package/esm/renderers/Form/Switch.js +5 -7
  107. package/esm/renderers/Form/TabsTransfer.js +6 -5
  108. package/esm/renderers/Form/TabsTransferPicker.js +4 -4
  109. package/esm/renderers/Form/Textarea.js +43 -18
  110. package/esm/renderers/Form/Transfer.js +8 -7
  111. package/esm/renderers/Form/TransferPicker.js +4 -4
  112. package/esm/renderers/Form/TreeSelect.d.ts +1 -0
  113. package/esm/renderers/Form/TreeSelect.js +12 -17
  114. package/esm/renderers/Form/UUID.js +1 -1
  115. package/esm/renderers/Form/UserSelect.js +8 -7
  116. package/esm/renderers/Grid.js +1 -1
  117. package/esm/renderers/Grid2D.js +1 -1
  118. package/esm/renderers/GridNav.js +1 -1
  119. package/esm/renderers/HBox.js +1 -1
  120. package/esm/renderers/IFrame.js +1 -1
  121. package/esm/renderers/Icon.js +1 -1
  122. package/esm/renderers/Image.d.ts +8 -1
  123. package/esm/renderers/Image.js +47 -7
  124. package/esm/renderers/Images.js +1 -1
  125. package/esm/renderers/Json.js +1 -1
  126. package/esm/renderers/Link.js +1 -1
  127. package/esm/renderers/List.js +1 -1
  128. package/esm/renderers/Log.js +1 -1
  129. package/esm/renderers/Mapping.js +1 -1
  130. package/esm/renderers/Markdown.js +1 -1
  131. package/esm/renderers/Nav.js +1 -1
  132. package/esm/renderers/Operation.js +1 -1
  133. package/esm/renderers/Page.d.ts +3 -3
  134. package/esm/renderers/Page.js +7 -7
  135. package/esm/renderers/Pagination.js +1 -1
  136. package/esm/renderers/PaginationWrapper.js +1 -1
  137. package/esm/renderers/Panel.js +1 -1
  138. package/esm/renderers/Plain.js +1 -1
  139. package/esm/renderers/PopOver.js +1 -1
  140. package/esm/renderers/Portlet.js +1 -1
  141. package/esm/renderers/Progress.js +1 -1
  142. package/esm/renderers/Property.js +1 -1
  143. package/esm/renderers/QRCode.js +1 -1
  144. package/esm/renderers/QuickEdit.js +1 -1
  145. package/esm/renderers/Remark.js +1 -1
  146. package/esm/renderers/SearchBox.js +1 -1
  147. package/esm/renderers/Service.d.ts +5 -5
  148. package/esm/renderers/Service.js +11 -11
  149. package/esm/renderers/SparkLine.js +1 -1
  150. package/esm/renderers/Spinner.js +1 -1
  151. package/esm/renderers/Status.js +1 -1
  152. package/esm/renderers/Steps.js +1 -1
  153. package/esm/renderers/Table/ColumnToggler.js +1 -1
  154. package/esm/renderers/Table/HeadCellFilterDropdown.js +1 -1
  155. package/esm/renderers/Table/HeadCellSearchDropdown.js +1 -1
  156. package/esm/renderers/Table/ItemActionsWrapper.js +1 -1
  157. package/esm/renderers/Table/TableBody.js +1 -1
  158. package/esm/renderers/Table/TableCell.js +1 -1
  159. package/esm/renderers/Table/TableContent.js +1 -1
  160. package/esm/renderers/Table/TableRow.js +1 -1
  161. package/esm/renderers/Table/exportExcel.js +1 -1
  162. package/esm/renderers/Table/index.js +10 -6
  163. package/esm/renderers/Table-v2/ColumnToggler.js +1 -1
  164. package/esm/renderers/Table-v2/HeadCellSearchDropdown.js +1 -1
  165. package/esm/renderers/Table-v2/TableCell.js +1 -1
  166. package/esm/renderers/Table-v2/index.js +1 -1
  167. package/esm/renderers/Table2/ColumnToggler.js +1 -1
  168. package/esm/renderers/Table2/HeadCellSearchDropdown.js +1 -1
  169. package/esm/renderers/Table2/TableCell.js +1 -1
  170. package/esm/renderers/Table2/index.js +1 -1
  171. package/esm/renderers/TableView.js +1 -1
  172. package/esm/renderers/Tabs.js +6 -6
  173. package/esm/renderers/Tag.js +1 -1
  174. package/esm/renderers/Tasks.js +1 -1
  175. package/esm/renderers/Timeline.js +1 -1
  176. package/esm/renderers/TooltipWrapper.js +1 -1
  177. package/esm/renderers/Tpl.js +1 -1
  178. package/esm/renderers/VBox.js +1 -1
  179. package/esm/renderers/Video.js +1 -1
  180. package/esm/renderers/WebComponent.js +1 -1
  181. package/esm/renderers/Wizard.d.ts +3 -3
  182. package/esm/renderers/Wizard.js +7 -7
  183. package/esm/renderers/Wrapper.js +1 -1
  184. package/esm/schemaExtend.js +1 -1
  185. package/lib/_virtual/MiniDecimal.js +1 -1
  186. package/lib/_virtual/classCallCheck.js +1 -1
  187. package/lib/_virtual/createClass.js +1 -1
  188. package/lib/_virtual/interopRequireDefault.js +1 -1
  189. package/lib/_virtual/numberUtil.js +1 -1
  190. package/lib/_virtual/supportUtil.js +1 -1
  191. package/lib/compat.js +1 -1
  192. package/lib/index.js +1 -1
  193. package/lib/node_modules/@babel/runtime/helpers/classCallCheck.js +1 -1
  194. package/lib/node_modules/@babel/runtime/helpers/createClass.js +1 -1
  195. package/lib/node_modules/@babel/runtime/helpers/interopRequireDefault.js +1 -1
  196. package/lib/node_modules/rc-input-number/lib/utils/MiniDecimal.js +1 -1
  197. package/lib/node_modules/rc-input-number/lib/utils/numberUtil.js +1 -1
  198. package/lib/node_modules/rc-input-number/lib/utils/supportUtil.js +1 -1
  199. package/lib/preset.js +1 -1
  200. package/lib/renderers/Action.js +1 -1
  201. package/lib/renderers/Alert.js +1 -1
  202. package/lib/renderers/AnchorNav.js +1 -1
  203. package/lib/renderers/App.d.ts +3 -3
  204. package/lib/renderers/App.js +7 -7
  205. package/lib/renderers/Audio.js +1 -1
  206. package/lib/renderers/Avatar.js +1 -1
  207. package/lib/renderers/BarCode.js +1 -1
  208. package/lib/renderers/Breadcrumb.js +1 -1
  209. package/lib/renderers/ButtonGroup.js +1 -1
  210. package/lib/renderers/CRUD.d.ts +6 -6
  211. package/lib/renderers/CRUD.js +22 -15
  212. package/lib/renderers/CRUD2.js +1 -1
  213. package/lib/renderers/Calendar.js +1 -1
  214. package/lib/renderers/Card.js +1 -1
  215. package/lib/renderers/Card2.js +1 -1
  216. package/lib/renderers/Cards.js +1 -1
  217. package/lib/renderers/Carousel.js +1 -1
  218. package/lib/renderers/Chart.d.ts +3 -3
  219. package/lib/renderers/Chart.js +9 -9
  220. package/lib/renderers/Code.js +1 -1
  221. package/lib/renderers/Collapse.js +1 -1
  222. package/lib/renderers/CollapseGroup.js +1 -1
  223. package/lib/renderers/Color.js +1 -1
  224. package/lib/renderers/Container.js +1 -1
  225. package/lib/renderers/Copyable.js +1 -1
  226. package/lib/renderers/Custom.js +1 -1
  227. package/lib/renderers/Date.js +1 -1
  228. package/lib/renderers/Dialog.d.ts +40 -40
  229. package/lib/renderers/Dialog.js +12 -5
  230. package/lib/renderers/Divider.js +1 -1
  231. package/lib/renderers/Drawer.js +1 -1
  232. package/lib/renderers/DropDownButton.js +7 -9
  233. package/lib/renderers/Each.js +1 -1
  234. package/lib/renderers/Flex.js +1 -1
  235. package/lib/renderers/Form/ButtonGroupSelect.js +1 -1
  236. package/lib/renderers/Form/ButtonToolbar.js +1 -1
  237. package/lib/renderers/Form/ChainedSelect.js +5 -9
  238. package/lib/renderers/Form/ChartRadios.js +1 -1
  239. package/lib/renderers/Form/Checkbox.js +4 -6
  240. package/lib/renderers/Form/Checkboxes.js +1 -1
  241. package/lib/renderers/Form/Combo.d.ts +1 -1
  242. package/lib/renderers/Form/Combo.js +24 -17
  243. package/lib/renderers/Form/ConditionBuilder.js +1 -1
  244. package/lib/renderers/Form/Control.js +1 -1
  245. package/lib/renderers/Form/DiffEditor.d.ts +17 -20
  246. package/lib/renderers/Form/DiffEditor.js +59 -21
  247. package/lib/renderers/Form/Editor.d.ts +6 -12
  248. package/lib/renderers/Form/Editor.js +63 -21
  249. package/lib/renderers/Form/FieldSet.js +1 -1
  250. package/lib/renderers/Form/Formula.js +1 -1
  251. package/lib/renderers/Form/Group.js +1 -1
  252. package/lib/renderers/Form/Hidden.js +1 -1
  253. package/lib/renderers/Form/IconPicker.js +1 -1
  254. package/lib/renderers/Form/IconPickerIcons.js +1 -1
  255. package/lib/renderers/Form/InputArray.js +1 -1
  256. package/lib/renderers/Form/InputCity.d.ts +40 -40
  257. package/lib/renderers/Form/InputCity.js +4 -6
  258. package/lib/renderers/Form/InputColor.d.ts +40 -40
  259. package/lib/renderers/Form/InputColor.js +1 -1
  260. package/lib/renderers/Form/InputDate.js +7 -7
  261. package/lib/renderers/Form/InputDateRange.js +6 -8
  262. package/lib/renderers/Form/InputExcel.js +5 -7
  263. package/lib/renderers/Form/InputFile.js +11 -10
  264. package/lib/renderers/Form/InputFormula.js +1 -1
  265. package/lib/renderers/Form/InputGroup.d.ts +1 -1
  266. package/lib/renderers/Form/InputGroup.js +1 -1
  267. package/lib/renderers/Form/InputImage.js +13 -10
  268. package/lib/renderers/Form/InputMonthRange.js +1 -1
  269. package/lib/renderers/Form/InputNumber.js +7 -11
  270. package/lib/renderers/Form/InputQuarterRange.js +1 -1
  271. package/lib/renderers/Form/InputRange.d.ts +2 -2
  272. package/lib/renderers/Form/InputRange.js +45 -21
  273. package/lib/renderers/Form/InputRating.js +4 -6
  274. package/lib/renderers/Form/InputRepeat.js +1 -1
  275. package/lib/renderers/Form/InputRichText.js +1 -1
  276. package/lib/renderers/Form/InputSubForm.js +1 -1
  277. package/lib/renderers/Form/InputTable.js +1 -1
  278. package/lib/renderers/Form/InputTag.js +5 -5
  279. package/lib/renderers/Form/InputText.d.ts +3 -3
  280. package/lib/renderers/Form/InputText.js +87 -52
  281. package/lib/renderers/Form/InputTree.js +4 -6
  282. package/lib/renderers/Form/InputYearRange.js +1 -1
  283. package/lib/renderers/Form/JSONSchema.js +1 -1
  284. package/lib/renderers/Form/JSONSchemaEditor.js +1 -1
  285. package/lib/renderers/Form/ListSelect.js +1 -1
  286. package/lib/renderers/Form/LocationPicker.js +1 -1
  287. package/lib/renderers/Form/MatrixCheckboxes.js +4 -6
  288. package/lib/renderers/Form/NestedSelect.js +7 -7
  289. package/lib/renderers/Form/Picker.d.ts +3 -4
  290. package/lib/renderers/Form/Picker.js +31 -16
  291. package/lib/renderers/Form/Radios.js +7 -6
  292. package/lib/renderers/Form/Select.js +12 -10
  293. package/lib/renderers/Form/Static.js +1 -1
  294. package/lib/renderers/Form/Switch.js +4 -6
  295. package/lib/renderers/Form/TabsTransfer.js +5 -4
  296. package/lib/renderers/Form/TabsTransferPicker.js +3 -3
  297. package/lib/renderers/Form/Textarea.js +41 -16
  298. package/lib/renderers/Form/Transfer.js +7 -6
  299. package/lib/renderers/Form/TransferPicker.js +3 -3
  300. package/lib/renderers/Form/TreeSelect.d.ts +1 -0
  301. package/lib/renderers/Form/TreeSelect.js +11 -16
  302. package/lib/renderers/Form/UUID.js +1 -1
  303. package/lib/renderers/Form/UserSelect.js +7 -6
  304. package/lib/renderers/Grid.js +1 -1
  305. package/lib/renderers/Grid2D.js +1 -1
  306. package/lib/renderers/GridNav.js +1 -1
  307. package/lib/renderers/HBox.js +1 -1
  308. package/lib/renderers/IFrame.js +1 -1
  309. package/lib/renderers/Icon.js +1 -1
  310. package/lib/renderers/Image.d.ts +8 -1
  311. package/lib/renderers/Image.js +47 -7
  312. package/lib/renderers/Images.js +1 -1
  313. package/lib/renderers/Json.js +1 -1
  314. package/lib/renderers/Link.js +1 -1
  315. package/lib/renderers/List.js +1 -1
  316. package/lib/renderers/Log.js +1 -1
  317. package/lib/renderers/Mapping.js +1 -1
  318. package/lib/renderers/Markdown.js +1 -1
  319. package/lib/renderers/Nav.d.ts +10 -10
  320. package/lib/renderers/Nav.js +1 -1
  321. package/lib/renderers/Operation.js +1 -1
  322. package/lib/renderers/Page.d.ts +3 -3
  323. package/lib/renderers/Page.js +7 -7
  324. package/lib/renderers/Pagination.js +1 -1
  325. package/lib/renderers/PaginationWrapper.js +1 -1
  326. package/lib/renderers/Panel.js +1 -1
  327. package/lib/renderers/Plain.js +1 -1
  328. package/lib/renderers/PopOver.js +1 -1
  329. package/lib/renderers/Portlet.js +1 -1
  330. package/lib/renderers/Progress.js +1 -1
  331. package/lib/renderers/Property.js +1 -1
  332. package/lib/renderers/QRCode.js +1 -1
  333. package/lib/renderers/QuickEdit.js +1 -1
  334. package/lib/renderers/Remark.d.ts +1 -1
  335. package/lib/renderers/Remark.js +1 -1
  336. package/lib/renderers/SearchBox.js +1 -1
  337. package/lib/renderers/Service.d.ts +5 -5
  338. package/lib/renderers/Service.js +11 -11
  339. package/lib/renderers/SparkLine.js +1 -1
  340. package/lib/renderers/Spinner.js +1 -1
  341. package/lib/renderers/Status.js +1 -1
  342. package/lib/renderers/Steps.js +1 -1
  343. package/lib/renderers/Table/ColumnToggler.js +1 -1
  344. package/lib/renderers/Table/HeadCellFilterDropdown.js +1 -1
  345. package/lib/renderers/Table/HeadCellSearchDropdown.js +1 -1
  346. package/lib/renderers/Table/ItemActionsWrapper.js +1 -1
  347. package/lib/renderers/Table/TableBody.js +1 -1
  348. package/lib/renderers/Table/TableCell.js +1 -1
  349. package/lib/renderers/Table/TableContent.js +1 -1
  350. package/lib/renderers/Table/TableRow.js +1 -1
  351. package/lib/renderers/Table/exportExcel.js +1 -1
  352. package/lib/renderers/Table/index.js +11 -6
  353. package/lib/renderers/Table2/ColumnToggler.js +1 -1
  354. package/lib/renderers/Table2/HeadCellSearchDropdown.js +1 -1
  355. package/lib/renderers/Table2/TableCell.js +1 -1
  356. package/lib/renderers/Table2/index.js +1 -1
  357. package/lib/renderers/TableView.js +1 -1
  358. package/lib/renderers/Tabs.js +5 -5
  359. package/lib/renderers/Tag.js +1 -1
  360. package/lib/renderers/Tasks.js +1 -1
  361. package/lib/renderers/Timeline.js +1 -1
  362. package/lib/renderers/TooltipWrapper.js +1 -1
  363. package/lib/renderers/Tpl.js +1 -1
  364. package/lib/renderers/VBox.js +1 -1
  365. package/lib/renderers/Video.js +1 -1
  366. package/lib/renderers/WebComponent.js +1 -1
  367. package/lib/renderers/Wizard.d.ts +3 -3
  368. package/lib/renderers/Wizard.js +7 -7
  369. package/lib/renderers/Wrapper.js +1 -1
  370. package/lib/schemaExtend.js +1 -1
  371. package/lib/themes/ang-ie11.css +13 -47
  372. package/lib/themes/ang.css +7 -41
  373. package/lib/themes/antd-ie11.css +13 -47
  374. package/lib/themes/antd.css +7 -41
  375. package/lib/themes/cxd-ie11.css +14 -48
  376. package/lib/themes/cxd.css +7 -41
  377. package/lib/themes/dark-ie11.css +13 -47
  378. package/lib/themes/dark.css +7 -41
  379. package/lib/themes/default-ie11.css +14 -48
  380. package/lib/themes/default.css +7 -41
  381. package/package.json +13 -5
  382. package/schema.json +338 -361
  383. package/sdk/ang-ie11.css +4841 -5079
  384. package/sdk/ang.css +4890 -5131
  385. package/sdk/antd-ie11.css +4841 -5079
  386. package/sdk/antd.css +4890 -5131
  387. package/sdk/barcode.js +50 -50
  388. package/sdk/charts.js +30 -13
  389. package/sdk/codemirror.js +7 -7
  390. package/sdk/color-picker.js +65 -65
  391. package/sdk/cropperjs.js +2 -2
  392. package/sdk/cxd-ie11.css +4844 -5082
  393. package/sdk/cxd.css +4890 -5131
  394. package/sdk/dark-ie11.css +4841 -5079
  395. package/sdk/dark.css +4890 -5131
  396. package/sdk/exceljs.js +1 -1
  397. package/sdk/locale/de-DE.js +1 -0
  398. package/sdk/markdown.js +68 -68
  399. package/sdk/papaparse.js +1 -1
  400. package/sdk/rest.js +17 -17
  401. package/sdk/rich-text.js +62 -62
  402. package/sdk/sdk-ie11.css +4844 -5082
  403. package/sdk/sdk.css +4890 -5131
  404. package/sdk/sdk.js +1419 -1452
  405. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf +0 -0
  406. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2 +0 -0
  407. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf +0 -0
  408. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2 +0 -0
  409. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf +0 -0
  410. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2 +0 -0
  411. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf +0 -0
  412. package/sdk/thirds/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2 +0 -0
  413. package/sdk/thirds/hls.js/hls.js +1 -1
  414. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  415. package/sdk/tinymce.js +52 -52
  416. package/revision.json +0 -7
package/schema.json CHANGED
@@ -276,7 +276,21 @@
276
276
  "type": "string"
277
277
  },
278
278
  "args": {
279
- "type": "object"
279
+ "anyOf": [
280
+ {
281
+ "type": "object"
282
+ },
283
+ {
284
+ "type": "null"
285
+ }
286
+ ]
287
+ },
288
+ "dataMergeMode": {
289
+ "type": "string",
290
+ "enum": [
291
+ "merge",
292
+ "override"
293
+ ]
280
294
  },
281
295
  "outputVar": {
282
296
  "type": "string"
@@ -19456,7 +19470,7 @@
19456
19470
  },
19457
19471
  "clipPath": {
19458
19472
  "$ref": "#/definitions/Property.ClipPath",
19459
- "description": "The **`clip-path`** CSS property creates a clipping region that sets what part of an element should be shown. Parts that are inside the region are shown, while those outside are hidden.\n\n**Syntax**: `<clip-source> | [ <basic-shape> || <geometry-box> ] | none`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **55** | **3.5** | **9.1** | **79** | **10** | | 23 _-x-_ | | 7 _-x-_ | | |"
19473
+ "description": "The **`clip-path`** CSS property creates a clipping region that sets what part of an element should be shown. Parts that are inside the region are shown, while those outside are hidden.\n\n**Syntax**: `<clip-source> | [ <basic-shape> || <geometry-box> ] | none`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **55** | **3.5** | **9.1** | **12** | **10** | | 23 _-x-_ | | 7 _-x-_ | | |"
19460
19474
  },
19461
19475
  "clipRule": {
19462
19476
  "$ref": "#/definitions/Property.ClipRule"
@@ -19519,7 +19533,7 @@
19519
19533
  },
19520
19534
  "fontSizeAdjust": {
19521
19535
  "$ref": "#/definitions/Property.FontSizeAdjust",
19522
- "description": "The **`font-size-adjust`** CSS property sets the size of lower-case letters relative to the current font size (which defines the size of upper-case letters).\n\n**Syntax**: `none | [ ex-height | cap-height | ch-width | ic-width | ic-height ]? [ from-font | <number> ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **3** | No | n/a | No |"
19536
+ "description": "The **`font-size-adjust`** CSS property sets the size of lower-case letters relative to the current font size (which defines the size of upper-case letters).\n\n**Syntax**: `none | [ ex-height | cap-height | ch-width | ic-width | ic-height ]? [ from-font | <number> ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | n/a | **1** | No | n/a | No |"
19523
19537
  },
19524
19538
  "fontStretch": {
19525
19539
  "$ref": "#/definitions/Property.FontStretch",
@@ -19542,7 +19556,7 @@
19542
19556
  },
19543
19557
  "imageRendering": {
19544
19558
  "$ref": "#/definitions/Property.ImageRendering",
19545
- "description": "The **`image-rendering`** CSS property sets an image scaling algorithm. The property applies to an element itself, to any images set in its other properties, and to its descendants.\n\n**Syntax**: `auto | crisp-edges | pixelated`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **13** | **3.6** | **6** | n/a | No |"
19559
+ "description": "The **`image-rendering`** CSS property sets an image scaling algorithm. The property applies to an element itself, to any images set in its other properties, and to its descendants.\n\n**Syntax**: `auto | crisp-edges | pixelated`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **13** | **3.6** | **6** | **79** | No |"
19546
19560
  },
19547
19561
  "letterSpacing": {
19548
19562
  "$ref": "#/definitions/Property.LetterSpacing%3C(string%7Cnumber)%3E",
@@ -19629,7 +19643,7 @@
19629
19643
  },
19630
19644
  "textRendering": {
19631
19645
  "$ref": "#/definitions/Property.TextRendering",
19632
- "description": "The **`text-rendering`** CSS property provides information to the rendering engine about what to optimize for when rendering text.\n\n**Syntax**: `auto | optimizeSpeed | optimizeLegibility | geometricPrecision`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **4** | **1** | **5** | n/a | No |"
19646
+ "description": "The **`text-rendering`** CSS property provides information to the rendering engine about what to optimize for when rendering text.\n\n**Syntax**: `auto | optimizeSpeed | optimizeLegibility | geometricPrecision`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **4** | **1** | **5** | **79** | No |"
19633
19647
  },
19634
19648
  "unicodeBidi": {
19635
19649
  "$ref": "#/definitions/Property.UnicodeBidi",
@@ -19754,6 +19768,10 @@
19754
19768
  "$ref": "#/definitions/Property.ScrollSnapTypeY",
19755
19769
  "description": "The **`scroll-snap-type-y`** CSS property defines how strictly snap points are enforced on the vertical axis of the scroll container in case there is one.\n\n**Syntax**: `none | mandatory | proximity`\n\n**Initial value**: `none`"
19756
19770
  },
19771
+ "scrollbarTrackColor": {
19772
+ "$ref": "#/definitions/Property.MsScrollbarTrackColor",
19773
+ "description": "The **`-ms-scrollbar-track-color`** CSS property is a Microsoft extension that specifies the color of the track element of a scrollbar.\n\n**Syntax**: `<color>`\n\n**Initial value**: `Scrollbar`"
19774
+ },
19757
19775
  "KhtmlBoxAlign": {
19758
19776
  "$ref": "#/definitions/Property.BoxAlign",
19759
19777
  "description": "The **`box-align`** CSS property specifies how an element aligns its contents across its layout in a perpendicular direction. The effect of the property is only visible if there is extra space in the box.\n\n**Syntax**: `start | center | end | baseline | stretch`\n\n**Initial value**: `stretch`"
@@ -19938,6 +19956,10 @@
19938
19956
  "$ref": "#/definitions/Property.ImeMode",
19939
19957
  "description": "The **`ime-mode`** CSS property controls the state of the input method editor (IME) for text fields. This property is obsolete.\n\n**Syntax**: `auto | normal | active | inactive | disabled`\n\n**Initial value**: `auto`"
19940
19958
  },
19959
+ "msScrollbarTrackColor": {
19960
+ "$ref": "#/definitions/Property.MsScrollbarTrackColor",
19961
+ "description": "The **`-ms-scrollbar-track-color`** CSS property is a Microsoft extension that specifies the color of the track element of a scrollbar.\n\n**Syntax**: `<color>`\n\n**Initial value**: `Scrollbar`"
19962
+ },
19941
19963
  "OAnimation": {
19942
19964
  "$ref": "#/definitions/Property.Animation%3Cstring%3E",
19943
19965
  "description": "The **`animation`** shorthand CSS property applies an animation between styles. It is a shorthand for `animation-name`, `animation-duration`, `animation-timing-function`, `animation-delay`, `animation-iteration-count`, `animation-direction`, `animation-fill-mode`, and `animation-play-state`.\n\n**Syntax**: `<single-animation>#`"
@@ -20254,6 +20276,10 @@
20254
20276
  "$ref": "#/definitions/Property.ColumnFill",
20255
20277
  "description": "The **`column-fill`** CSS property controls how an element's contents are balanced when broken into columns.\n\n**Syntax**: `auto | balance | balance-all`\n\n**Initial value**: `balance`"
20256
20278
  },
20279
+ "MozColumnGap": {
20280
+ "$ref": "#/definitions/Property.ColumnGap%3C(string%7Cnumber)%3E",
20281
+ "description": "The **`column-gap`** CSS property sets the size of the gap (gutter) between an element's columns.\n\n**Syntax**: `normal | <length-percentage>`\n\n**Initial value**: `normal`"
20282
+ },
20257
20283
  "MozColumnRuleColor": {
20258
20284
  "$ref": "#/definitions/Property.ColumnRuleColor",
20259
20285
  "description": "The **`column-rule-color`** CSS property sets the color of the line drawn between columns in a multi-column layout.\n\n**Syntax**: `<color>`\n\n**Initial value**: `currentcolor`"
@@ -20386,6 +20412,10 @@
20386
20412
  "$ref": "#/definitions/Property.MsAccelerator",
20387
20413
  "description": "The **`-ms-accelerator`** CSS property is a Microsoft extension that sets or retrieves a string indicating whether the object represents a keyboard shortcut.\n\n**Syntax**: `false | true`\n\n**Initial value**: `false`"
20388
20414
  },
20415
+ "msAlignSelf": {
20416
+ "$ref": "#/definitions/Property.AlignSelf",
20417
+ "description": "The **`align-self`** CSS property overrides a grid or flex item's `align-items` value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.\n\n**Syntax**: `auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>`\n\n**Initial value**: `auto`"
20418
+ },
20389
20419
  "msBlockProgression": {
20390
20420
  "$ref": "#/definitions/Property.MsBlockProgression",
20391
20421
  "description": "The **`-ms-block-progression`** CSS property is a Microsoft extension that specifies the block progression and layout orientation.\n\n**Syntax**: `tb | rl | bt | lr`\n\n**Initial value**: `tb`"
@@ -20466,6 +20496,10 @@
20466
20496
  "$ref": "#/definitions/Property.MsImeAlign",
20467
20497
  "description": "The **`-ms-ime-align`** CSS property is a Microsoft extension aligning the Input Method Editor (IME) candidate window box relative to the element on which the IME composition is active. The extension is implemented in Microsoft Edge and Internet Explorer 11.\n\n**Syntax**: `auto | after`\n\n**Initial value**: `auto`"
20468
20498
  },
20499
+ "msJustifySelf": {
20500
+ "$ref": "#/definitions/Property.JustifySelf",
20501
+ "description": "The CSS **`justify-self`** property sets the way a box is justified inside its alignment container along the appropriate axis.\n\n**Syntax**: `auto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ]`\n\n**Initial value**: `auto`"
20502
+ },
20469
20503
  "msLineBreak": {
20470
20504
  "$ref": "#/definitions/Property.LineBreak",
20471
20505
  "description": "The **`line-break`** CSS property sets how to break lines of Chinese, Japanese, or Korean (CJK) text when working with punctuation and symbols.\n\n**Syntax**: `auto | loose | normal | strict | anywhere`\n\n**Initial value**: `auto`"
@@ -20554,10 +20588,6 @@
20554
20588
  "$ref": "#/definitions/Property.MsScrollbarShadowColor",
20555
20589
  "description": "The **`-ms-scrollbar-shadow-color`** CSS property is a Microsoft extension that specifies the color of the bottom and right edges of the scroll box and scroll arrows of a scroll bar.\n\n**Syntax**: `<color>`\n\n**Initial value**: `ThreeDDarkShadow`"
20556
20590
  },
20557
- "msScrollbarTrackColor": {
20558
- "$ref": "#/definitions/Property.MsScrollbarTrackColor",
20559
- "description": "The **`-ms-scrollbar-track-color`** CSS property is a Microsoft extension that specifies the color of the track element of a scrollbar.\n\n**Syntax**: `<color>`\n\n**Initial value**: `Scrollbar`"
20560
- },
20561
20591
  "msTextAutospace": {
20562
20592
  "$ref": "#/definitions/Property.MsTextAutospace",
20563
20593
  "description": "The **`-ms-text-autospace`** CSS property is a Microsoft extension that specifies the autospacing and narrow space width adjustment of text.\n\n**Syntax**: `none | ideograph-alpha | ideograph-numeric | ideograph-parenthesis | ideograph-space`\n\n**Initial value**: `none`"
@@ -20754,6 +20784,10 @@
20754
20784
  "$ref": "#/definitions/Property.ColumnFill",
20755
20785
  "description": "The **`column-fill`** CSS property controls how an element's contents are balanced when broken into columns.\n\n**Syntax**: `auto | balance | balance-all`\n\n**Initial value**: `balance`"
20756
20786
  },
20787
+ "WebkitColumnGap": {
20788
+ "$ref": "#/definitions/Property.ColumnGap%3C(string%7Cnumber)%3E",
20789
+ "description": "The **`column-gap`** CSS property sets the size of the gap (gutter) between an element's columns.\n\n**Syntax**: `normal | <length-percentage>`\n\n**Initial value**: `normal`"
20790
+ },
20757
20791
  "WebkitColumnRuleColor": {
20758
20792
  "$ref": "#/definitions/Property.ColumnRuleColor",
20759
20793
  "description": "The **`column-rule-color`** CSS property sets the color of the line drawn between columns in a multi-column layout.\n\n**Syntax**: `<color>`\n\n**Initial value**: `currentcolor`"
@@ -21064,7 +21098,7 @@
21064
21098
  },
21065
21099
  "all": {
21066
21100
  "$ref": "#/definitions/Property.All",
21067
- "description": "The **`all`** shorthand CSS property resets all of an element's properties except `unicode-bidi`, `direction`, and CSS Custom Properties. It can set properties to their initial or inherited values, or to the values specified in another stylesheet origin.\n\n**Syntax**: `initial | inherit | unset | revert | revert-layer`\n\n**Initial value**: There is no practical initial value for it.\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | **37** | **27** | **9.1** | n/a | No |"
21101
+ "description": "The **`all`** shorthand CSS property resets all of an element's properties except `unicode-bidi`, `direction`, and CSS Custom Properties. It can set properties to their initial or inherited values, or to the values specified in another stylesheet origin.\n\n**Syntax**: `initial | inherit | unset | revert | revert-layer`\n\n**Initial value**: There is no practical initial value for it.\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-: | | **37** | **27** | **9.1** | **79** | No |"
21068
21102
  },
21069
21103
  "animation": {
21070
21104
  "$ref": "#/definitions/Property.Animation%3Cstring%3E",
@@ -21084,15 +21118,15 @@
21084
21118
  },
21085
21119
  "borderBlock": {
21086
21120
  "$ref": "#/definitions/Property.BorderBlock%3C(string%7Cnumber)%3E",
21087
- "description": "The **`border-block`** CSS property is a shorthand property for setting the individual logical block border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
21121
+ "description": "The **`border-block`** CSS property is a shorthand property for setting the individual logical block border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
21088
21122
  },
21089
21123
  "borderBlockEnd": {
21090
21124
  "$ref": "#/definitions/Property.BorderBlockEnd%3C(string%7Cnumber)%3E",
21091
- "description": "The **`border-block-end`** CSS property is a shorthand property for setting the individual logical block-end border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **41** | **12.1** | n/a | No |"
21125
+ "description": "The **`border-block-end`** CSS property is a shorthand property for setting the individual logical block-end border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
21092
21126
  },
21093
21127
  "borderBlockStart": {
21094
21128
  "$ref": "#/definitions/Property.BorderBlockStart%3C(string%7Cnumber)%3E",
21095
- "description": "The **`border-block-start`** CSS property is a shorthand property for setting the individual logical block-start border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **41** | **12.1** | n/a | No |"
21129
+ "description": "The **`border-block-start`** CSS property is a shorthand property for setting the individual logical block-start border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
21096
21130
  },
21097
21131
  "borderBottom": {
21098
21132
  "$ref": "#/definitions/Property.BorderBottom%3C(string%7Cnumber)%3E",
@@ -21108,15 +21142,15 @@
21108
21142
  },
21109
21143
  "borderInline": {
21110
21144
  "$ref": "#/definitions/Property.BorderInline%3C(string%7Cnumber)%3E",
21111
- "description": "The **`border-inline`** CSS property is a shorthand property for setting the individual logical inline border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
21145
+ "description": "The **`border-inline`** CSS property is a shorthand property for setting the individual logical inline border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
21112
21146
  },
21113
21147
  "borderInlineEnd": {
21114
21148
  "$ref": "#/definitions/Property.BorderInlineEnd%3C(string%7Cnumber)%3E",
21115
- "description": "The **`border-inline-end`** CSS property is a shorthand property for setting the individual logical inline-end border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **41** | **12.1** | n/a | No |"
21149
+ "description": "The **`border-inline-end`** CSS property is a shorthand property for setting the individual logical inline-end border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
21116
21150
  },
21117
21151
  "borderInlineStart": {
21118
21152
  "$ref": "#/definitions/Property.BorderInlineStart%3C(string%7Cnumber)%3E",
21119
- "description": "The **`border-inline-start`** CSS property is a shorthand property for setting the individual logical inline-start border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **41** | **12.1** | n/a | No |"
21153
+ "description": "The **`border-inline-start`** CSS property is a shorthand property for setting the individual logical inline-start border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
21120
21154
  },
21121
21155
  "borderLeft": {
21122
21156
  "$ref": "#/definitions/Property.BorderLeft%3C(string%7Cnumber)%3E",
@@ -21160,7 +21194,7 @@
21160
21194
  },
21161
21195
  "gap": {
21162
21196
  "$ref": "#/definitions/Property.Gap%3C(string%7Cnumber)%3E",
21163
- "description": "The **`gap`** CSS property sets the gaps (gutters) between rows and columns. It is a shorthand for `row-gap` and `column-gap`.\n\n**Syntax**: `<'row-gap'> <'column-gap'>?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |"
21197
+ "description": "The **`gap`** CSS property sets the gaps (gutters) between rows and columns. It is a shorthand for `row-gap` and `column-gap`.\n\n**Syntax**: `<'row-gap'> <'column-gap'>?`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **84** | **63** | **14.1** | **84** | No |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------: | :-------------: | :---------------: | :----: | :-: | | **66** | **61** | **12** | **16** | No | | 57 _(grid-gap)_ | 52 _(grid-gap)_ | 10.1 _(grid-gap)_ | | |\n\n---\n\n_Supported in Multi-column Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **66** | **61** | No | **16** | No |\n\n---"
21164
21198
  },
21165
21199
  "grid": {
21166
21200
  "$ref": "#/definitions/Property.Grid",
@@ -21196,15 +21230,15 @@
21196
21230
  },
21197
21231
  "maskBorder": {
21198
21232
  "$ref": "#/definitions/Property.MaskBorder",
21199
- "description": "The **`mask-border`** CSS shorthand property lets you create a mask along the edge of an element's border.\n\n**Syntax**: `<'mask-border-source'> || <'mask-border-slice'> [ / <'mask-border-width'>? [ / <'mask-border-outset'> ]? ]? || <'mask-border-repeat'> || <'mask-border-mode'>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------------: | :-----: | :--------------------------------: | :--: | :-: | | **1** _(-webkit-mask-box-image)_ | No | **3.1** _(-webkit-mask-box-image)_ | n/a | No |"
21233
+ "description": "The **`mask-border`** CSS shorthand property lets you create a mask along the edge of an element's border.\n\n**Syntax**: `<'mask-border-source'> || <'mask-border-slice'> [ / <'mask-border-width'>? [ / <'mask-border-outset'> ]? ]? || <'mask-border-repeat'> || <'mask-border-mode'>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------------: | :-----: | :--------------------------------: | :-------------------------------: | :-: | | **1** _(-webkit-mask-box-image)_ | No | **3.1** _(-webkit-mask-box-image)_ | **79** _(-webkit-mask-box-image)_ | No |"
21200
21234
  },
21201
21235
  "motion": {
21202
21236
  "$ref": "#/definitions/Property.Offset%3C(string%7Cnumber)%3E",
21203
- "description": "The **`offset`** CSS shorthand property sets all the properties required for animating an element along a defined path.\n\n**Syntax**: `[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----------: | :-----: | :----: | :--: | :-: | | **55** | **72** | **16** | n/a | No | | 46 _(motion)_ | | | | |"
21237
+ "description": "The **`offset`** CSS shorthand property sets all the properties required for animating an element along a defined path.\n\n**Syntax**: `[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----------: | :-----: | :----: | :----: | :-: | | **55** | **72** | No | **79** | No | | 46 _(motion)_ | | | | |"
21204
21238
  },
21205
21239
  "offset": {
21206
21240
  "$ref": "#/definitions/Property.Offset%3C(string%7Cnumber)%3E",
21207
- "description": "The **`offset`** CSS shorthand property sets all the properties required for animating an element along a defined path.\n\n**Syntax**: `[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----------: | :-----: | :----: | :--: | :-: | | **55** | **72** | **16** | n/a | No | | 46 _(motion)_ | | | | |"
21241
+ "description": "The **`offset`** CSS shorthand property sets all the properties required for animating an element along a defined path.\n\n**Syntax**: `[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> || <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----------: | :-----: | :----: | :----: | :-: | | **55** | **72** | No | **79** | No | | 46 _(motion)_ | | | | |"
21208
21242
  },
21209
21243
  "outline": {
21210
21244
  "$ref": "#/definitions/Property.Outline%3C(string%7Cnumber)%3E",
@@ -21212,7 +21246,7 @@
21212
21246
  },
21213
21247
  "overscrollBehavior": {
21214
21248
  "$ref": "#/definitions/Property.OverscrollBehavior",
21215
- "description": "The **`overscroll-behavior`** CSS property sets what a browser does when reaching the boundary of a scrolling area. It's a shorthand for `overscroll-behavior-x` and `overscroll-behavior-y`.\n\n**Syntax**: `[ contain | none | auto ]{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **63** | **59** | **16** | **18** | No |"
21249
+ "description": "The **`overscroll-behavior`** CSS property sets what a browser does when reaching the boundary of a scrolling area. It's a shorthand for `overscroll-behavior-x` and `overscroll-behavior-y`.\n\n**Syntax**: `[ contain | none | auto ]{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **63** | **59** | No | **18** | No |"
21216
21250
  },
21217
21251
  "padding": {
21218
21252
  "$ref": "#/definitions/Property.Padding%3C(string%7Cnumber)%3E",
@@ -21220,15 +21254,15 @@
21220
21254
  },
21221
21255
  "placeItems": {
21222
21256
  "$ref": "#/definitions/Property.PlaceItems",
21223
- "description": "The CSS **`place-items`** shorthand property allows you to align items along both the block and inline directions at once (i.e. the `align-items` and `justify-items` properties) in a relevant layout system such as Grid or Flexbox. If the second value is not set, the first value is also used for it.\n\n**Syntax**: `<'align-items'> <'justify-items'>?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **59** | **45** | **11** | n/a | No |"
21257
+ "description": "The CSS **`place-items`** shorthand property allows you to align items along both the block and inline directions at once (i.e. the `align-items` and `justify-items` properties) in a relevant layout system such as Grid or Flexbox. If the second value is not set, the first value is also used for it.\n\n**Syntax**: `<'align-items'> <'justify-items'>?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **59** | **45** | **11** | **79** | No |"
21224
21258
  },
21225
21259
  "placeSelf": {
21226
21260
  "$ref": "#/definitions/Property.PlaceSelf",
21227
- "description": "The **`place-self`** CSS shorthand property allows you to align an individual item in both the block and inline directions at once (i.e. the `align-self` and `justify-self` properties) in a relevant layout system such as Grid or Flexbox. If the second value is not present, the first value is also used for it.\n\n**Syntax**: `<'align-self'> <'justify-self'>?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **59** | **45** | **11** | n/a | No |"
21261
+ "description": "The **`place-self`** CSS shorthand property allows you to align an individual item in both the block and inline directions at once (i.e. the `align-self` and `justify-self` properties) in a relevant layout system such as Grid or Flexbox. If the second value is not present, the first value is also used for it.\n\n**Syntax**: `<'align-self'> <'justify-self'>?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **59** | **45** | **11** | **79** | No |"
21228
21262
  },
21229
21263
  "textEmphasis": {
21230
21264
  "$ref": "#/definitions/Property.TextEmphasis",
21231
- "description": "The **`text-emphasis`** CSS property applies emphasis marks to text (except spaces and control characters). It is a shorthand for `text-emphasis-style` and `text-emphasis-color`.\n\n**Syntax**: `<'text-emphasis-style'> || <'text-emphasis-color'>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :--: | :-: | | **99** | **46** | **7** | n/a | No | | 25 _-x-_ | | | | |"
21265
+ "description": "The **`text-emphasis`** CSS property applies emphasis marks to text (except spaces and control characters). It is a shorthand for `text-emphasis-style` and `text-emphasis-color`.\n\n**Syntax**: `<'text-emphasis-style'> || <'text-emphasis-color'>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :------: | :-: | | **99** | **46** | **7** | **99** | No | | 25 _-x-_ | | | 79 _-x-_ | |"
21232
21266
  },
21233
21267
  "transition": {
21234
21268
  "$ref": "#/definitions/Property.Transition%3Cstring%3E",
@@ -21236,27 +21270,23 @@
21236
21270
  },
21237
21271
  "accentColor": {
21238
21272
  "$ref": "#/definitions/Property.AccentColor",
21239
- "description": "The **`accent-color`** CSS property sets the accent color for user-interface controls generated by some elements.\n\n**Syntax**: `auto | <color>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **93** | **92** | **15.4** | n/a | No |"
21273
+ "description": "The **`accent-color`** CSS property sets the accent color for user-interface controls generated by some elements.\n\n**Syntax**: `auto | <color>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **93** | **92** | **15.4** | **93** | No |"
21240
21274
  },
21241
21275
  "alignContent": {
21242
21276
  "$ref": "#/definitions/Property.AlignContent",
21243
- "description": "The CSS **`align-content`** property sets the distribution of space between and around content items along a flexbox's cross-axis or a grid's block axis.\n\n**Syntax**: `normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position>`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **29** | **28** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | |"
21277
+ "description": "The CSS **`align-content`** property sets the distribution of space between and around content items along a flexbox's cross-axis or a grid's block axis.\n\n**Syntax**: `normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position>`\n\n**Initial value**: `normal`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **29** | **28** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |\n\n---"
21244
21278
  },
21245
21279
  "alignItems": {
21246
21280
  "$ref": "#/definitions/Property.AlignItems",
21247
- "description": "The CSS **`align-items`** property sets the `align-self` value on all direct children as a group. In Flexbox, it controls the alignment of items on the Cross Axis. In Grid Layout, it controls the alignment of items on the Block Axis within their grid area.\n\n**Syntax**: `normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **29** | **20** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | |"
21281
+ "description": "The CSS **`align-items`** property sets the `align-self` value on all direct children as a group. In Flexbox, it controls the alignment of items on the Cross Axis. In Grid Layout, it controls the alignment of items on the Block Axis within their grid area.\n\n**Syntax**: `normal | stretch | <baseline-position> | [ <overflow-position>? <self-position> ]`\n\n**Initial value**: `normal`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **52** | **20** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |\n\n---"
21248
21282
  },
21249
21283
  "alignSelf": {
21250
21284
  "$ref": "#/definitions/Property.AlignSelf",
21251
- "description": "The **`align-self`** CSS property overrides a grid or flex item's `align-items` value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.\n\n**Syntax**: `auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **29** | **20** | **9** | **12** | **10** | | 21 _-x-_ | | 7 _-x-_ | | |"
21285
+ "description": "The **`align-self`** CSS property overrides a grid or flex item's `align-items` value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.\n\n**Syntax**: `auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>`\n\n**Initial value**: `auto`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **36** | **20** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :----------: | | **57** | **52** | **10.1** | **16** | **10** _-x-_ |\n\n---"
21252
21286
  },
21253
21287
  "alignTracks": {
21254
21288
  "$ref": "#/definitions/Property.AlignTracks",
21255
- "description": "The **`align-tracks`** CSS property sets the alignment in the masonry axis for grid containers that have masonry in their block axis.\n\n**Syntax**: `[ normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position> ]#`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | n/a | No | n/a | No |"
21256
- },
21257
- "animationComposition": {
21258
- "$ref": "#/definitions/Property.AnimationComposition",
21259
- "description": "The **`animation-composition`** CSS property specifies the composite operation to use when multiple animations affect the same property simultaneously.\n\n**Syntax**: `<single-animation-composition>#`\n\n**Initial value**: `replace`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | n/a | No | n/a | No |"
21289
+ "description": "The **`align-tracks`** CSS property sets the alignment in the masonry axis for grid containers that have masonry in their block axis.\n\n**Syntax**: `[ normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position> ]#`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | n/a | No | No | No |"
21260
21290
  },
21261
21291
  "animationDelay": {
21262
21292
  "$ref": "#/definitions/Property.AnimationDelay%3Cstring%3E",
@@ -21288,7 +21318,7 @@
21288
21318
  },
21289
21319
  "animationTimeline": {
21290
21320
  "$ref": "#/definitions/Property.AnimationTimeline",
21291
- "description": "The **`animation-timeline`** CSS property specifies the names of one or more `@scroll-timeline` at-rules describing the scroll animations to apply to the element.\n\n**Syntax**: `<single-animation-timeline>#`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | n/a | No | n/a | No |"
21321
+ "description": "The **`animation-timeline`** CSS property specifies the names of one or more `@scroll-timeline` at-rules describing the scroll animations to apply to the element.\n\n**Syntax**: `<single-animation-timeline>#`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | n/a | No | No | No |"
21292
21322
  },
21293
21323
  "animationTimingFunction": {
21294
21324
  "$ref": "#/definitions/Property.AnimationTimingFunction",
@@ -21300,11 +21330,11 @@
21300
21330
  },
21301
21331
  "aspectRatio": {
21302
21332
  "$ref": "#/definitions/Property.AspectRatio",
21303
- "description": "The **`aspect-ratio`** CSS property sets a **preferred aspect ratio** for the box, which will be used in the calculation of auto sizes and some other layout functions.\n\n**Syntax**: `auto | <ratio>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **88** | **89** | **15** | n/a | No |"
21333
+ "description": "The **`aspect-ratio`** CSS property sets a **preferred aspect ratio** for the box, which will be used in the calculation of auto sizes and some other layout functions.\n\n**Syntax**: `auto | <ratio>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **88** | **89** | **15** | **88** | No |"
21304
21334
  },
21305
21335
  "backdropFilter": {
21306
21336
  "$ref": "#/definitions/Property.BackdropFilter",
21307
- "description": "The **`backdrop-filter`** CSS property lets you apply graphical effects such as blurring or color shifting to the area behind an element. Because it applies to everything _behind_ the element, to see the effect you must make the element or its background at least partially transparent.\n\n**Syntax**: `none | <filter-function-list>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :---------: | :----: | :-: | | **76** | **103** | **9** _-x-_ | **17** | No |"
21337
+ "description": "The **`backdrop-filter`** CSS property lets you apply graphical effects such as blurring or color shifting to the area behind an element. Because it applies to everything _behind_ the element, to see the effect you must make the element or its background at least partially transparent.\n\n**Syntax**: `none | <filter-function-list>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :---------: | :----: | :-: | | **76** | n/a | **9** _-x-_ | **17** | No |"
21308
21338
  },
21309
21339
  "backfaceVisibility": {
21310
21340
  "$ref": "#/definitions/Property.BackfaceVisibility",
@@ -21316,7 +21346,7 @@
21316
21346
  },
21317
21347
  "backgroundBlendMode": {
21318
21348
  "$ref": "#/definitions/Property.BackgroundBlendMode",
21319
- "description": "The **`background-blend-mode`** CSS property sets how an element's background images should blend with each other and with the element's background color.\n\n**Syntax**: `<blend-mode>#`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **35** | **30** | **8** | n/a | No |"
21349
+ "description": "The **`background-blend-mode`** CSS property sets how an element's background images should blend with each other and with the element's background color.\n\n**Syntax**: `<blend-mode>#`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **35** | **30** | **8** | **79** | No |"
21320
21350
  },
21321
21351
  "backgroundClip": {
21322
21352
  "$ref": "#/definitions/Property.BackgroundClip",
@@ -21356,43 +21386,43 @@
21356
21386
  },
21357
21387
  "blockSize": {
21358
21388
  "$ref": "#/definitions/Property.BlockSize%3C(string%7Cnumber)%3E",
21359
- "description": "The **`block-size`** CSS property defines the horizontal or vertical size of an element's block, depending on its writing mode. It corresponds to either the `width` or the `height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'width'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **57** | **41** | **12.1** | n/a | No |"
21389
+ "description": "The **`block-size`** CSS property defines the horizontal or vertical size of an element's block, depending on its writing mode. It corresponds to either the `width` or the `height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'width'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No |"
21360
21390
  },
21361
21391
  "borderBlockColor": {
21362
21392
  "$ref": "#/definitions/Property.BorderBlockColor",
21363
- "description": "The **`border-block-color`** CSS property defines the color of the logical block borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color` and `border-bottom-color`, or `border-right-color` and `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>{1,2}`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
21393
+ "description": "The **`border-block-color`** CSS property defines the color of the logical block borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color` and `border-bottom-color`, or `border-right-color` and `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>{1,2}`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
21364
21394
  },
21365
21395
  "borderBlockEndColor": {
21366
21396
  "$ref": "#/definitions/Property.BorderBlockEndColor",
21367
- "description": "The **`border-block-end-color`** CSS property defines the color of the logical block-end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color`, `border-right-color`, `border-bottom-color`, or `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **41** | **12.1** | n/a | No |"
21397
+ "description": "The **`border-block-end-color`** CSS property defines the color of the logical block-end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color`, `border-right-color`, `border-bottom-color`, or `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
21368
21398
  },
21369
21399
  "borderBlockEndStyle": {
21370
21400
  "$ref": "#/definitions/Property.BorderBlockEndStyle",
21371
- "description": "The **`border-block-end-style`** CSS property defines the style of the logical block-end border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style`, `border-right-style`, `border-bottom-style`, or `border-left-style` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-style'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **41** | **12.1** | n/a | No |"
21401
+ "description": "The **`border-block-end-style`** CSS property defines the style of the logical block-end border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style`, `border-right-style`, `border-bottom-style`, or `border-left-style` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-style'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
21372
21402
  },
21373
21403
  "borderBlockEndWidth": {
21374
21404
  "$ref": "#/definitions/Property.BorderBlockEndWidth%3C(string%7Cnumber)%3E",
21375
- "description": "The **`border-block-end-width`** CSS property defines the width of the logical block-end border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width`, `border-right-width`, `border-bottom-width`, or `border-left-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **41** | **12.1** | n/a | No |"
21405
+ "description": "The **`border-block-end-width`** CSS property defines the width of the logical block-end border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width`, `border-right-width`, `border-bottom-width`, or `border-left-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
21376
21406
  },
21377
21407
  "borderBlockStartColor": {
21378
21408
  "$ref": "#/definitions/Property.BorderBlockStartColor",
21379
- "description": "The **`border-block-start-color`** CSS property defines the color of the logical block-start border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color`, `border-right-color`, `border-bottom-color`, or `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **41** | **12.1** | n/a | No |"
21409
+ "description": "The **`border-block-start-color`** CSS property defines the color of the logical block-start border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color`, `border-right-color`, `border-bottom-color`, or `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
21380
21410
  },
21381
21411
  "borderBlockStartStyle": {
21382
21412
  "$ref": "#/definitions/Property.BorderBlockStartStyle",
21383
- "description": "The **`border-block-start-style`** CSS property defines the style of the logical block start border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style`, `border-right-style`, `border-bottom-style`, or `border-left-style` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-style'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **41** | **12.1** | n/a | No |"
21413
+ "description": "The **`border-block-start-style`** CSS property defines the style of the logical block start border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style`, `border-right-style`, `border-bottom-style`, or `border-left-style` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-style'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
21384
21414
  },
21385
21415
  "borderBlockStartWidth": {
21386
21416
  "$ref": "#/definitions/Property.BorderBlockStartWidth%3C(string%7Cnumber)%3E",
21387
- "description": "The **`border-block-start-width`** CSS property defines the width of the logical block-start border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width`, `border-right-width`, `border-bottom-width`, or `border-left-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **41** | **12.1** | n/a | No |"
21417
+ "description": "The **`border-block-start-width`** CSS property defines the width of the logical block-start border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width`, `border-right-width`, `border-bottom-width`, or `border-left-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
21388
21418
  },
21389
21419
  "borderBlockStyle": {
21390
21420
  "$ref": "#/definitions/Property.BorderBlockStyle",
21391
- "description": "The **`border-block-style`** CSS property defines the style of the logical block borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style` and `border-bottom-style`, or `border-left-style` and `border-right-style` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-style'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
21421
+ "description": "The **`border-block-style`** CSS property defines the style of the logical block borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style` and `border-bottom-style`, or `border-left-style` and `border-right-style` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-style'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
21392
21422
  },
21393
21423
  "borderBlockWidth": {
21394
21424
  "$ref": "#/definitions/Property.BorderBlockWidth%3C(string%7Cnumber)%3E",
21395
- "description": "The **`border-block-width`** CSS property defines the width of the logical block borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width` and `border-bottom-width`, or `border-left-width`, and `border-right-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
21425
+ "description": "The **`border-block-width`** CSS property defines the width of the logical block borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width` and `border-bottom-width`, or `border-left-width`, and `border-right-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
21396
21426
  },
21397
21427
  "borderBottomColor": {
21398
21428
  "$ref": "#/definitions/Property.BorderBottomColor",
@@ -21420,11 +21450,11 @@
21420
21450
  },
21421
21451
  "borderEndEndRadius": {
21422
21452
  "$ref": "#/definitions/Property.BorderEndEndRadius%3C(string%7Cnumber)%3E",
21423
- "description": "The **`border-end-end-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.\n\n**Syntax**: `<length-percentage>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **89** | **66** | **15** | n/a | No |"
21453
+ "description": "The **`border-end-end-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.\n\n**Syntax**: `<length-percentage>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **89** | **66** | **15** | **89** | No |"
21424
21454
  },
21425
21455
  "borderEndStartRadius": {
21426
21456
  "$ref": "#/definitions/Property.BorderEndStartRadius%3C(string%7Cnumber)%3E",
21427
- "description": "The **`border-end-start-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.\n\n**Syntax**: `<length-percentage>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **89** | **66** | **15** | n/a | No |"
21457
+ "description": "The **`border-end-start-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.\n\n**Syntax**: `<length-percentage>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **89** | **66** | **15** | **89** | No |"
21428
21458
  },
21429
21459
  "borderImageOutset": {
21430
21460
  "$ref": "#/definitions/Property.BorderImageOutset%3C(string%7Cnumber)%3E",
@@ -21448,39 +21478,39 @@
21448
21478
  },
21449
21479
  "borderInlineColor": {
21450
21480
  "$ref": "#/definitions/Property.BorderInlineColor",
21451
- "description": "The **`border-inline-color`** CSS property defines the color of the logical inline borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color` and `border-bottom-color`, or `border-right-color` and `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>{1,2}`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
21481
+ "description": "The **`border-inline-color`** CSS property defines the color of the logical inline borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color` and `border-bottom-color`, or `border-right-color` and `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>{1,2}`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
21452
21482
  },
21453
21483
  "borderInlineEndColor": {
21454
21484
  "$ref": "#/definitions/Property.BorderInlineEndColor",
21455
- "description": "The **`border-inline-end-color`** CSS property defines the color of the logical inline-end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color`, `border-right-color`, `border-bottom-color`, or `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-------------------------: | :------: | :--: | :-: | | **69** | **41** | **12.1** | n/a | No | | | 3 _(-moz-border-end-color)_ | | | |"
21485
+ "description": "The **`border-inline-end-color`** CSS property defines the color of the logical inline-end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color`, `border-right-color`, `border-bottom-color`, or `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-------------------------: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No | | | 3 _(-moz-border-end-color)_ | | | |"
21456
21486
  },
21457
21487
  "borderInlineEndStyle": {
21458
21488
  "$ref": "#/definitions/Property.BorderInlineEndStyle",
21459
- "description": "The **`border-inline-end-style`** CSS property defines the style of the logical inline end border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style`, `border-right-style`, `border-bottom-style`, or `border-left-style` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-style'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-------------------------: | :------: | :--: | :-: | | **69** | **41** | **12.1** | n/a | No | | | 3 _(-moz-border-end-style)_ | | | |"
21489
+ "description": "The **`border-inline-end-style`** CSS property defines the style of the logical inline end border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style`, `border-right-style`, `border-bottom-style`, or `border-left-style` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-style'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-------------------------: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No | | | 3 _(-moz-border-end-style)_ | | | |"
21460
21490
  },
21461
21491
  "borderInlineEndWidth": {
21462
21492
  "$ref": "#/definitions/Property.BorderInlineEndWidth%3C(string%7Cnumber)%3E",
21463
- "description": "The **`border-inline-end-width`** CSS property defines the width of the logical inline-end border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width`, `border-right-width`, `border-bottom-width`, or `border-left-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-------------------------: | :------: | :--: | :-: | | **69** | **41** | **12.1** | n/a | No | | | 3 _(-moz-border-end-width)_ | | | |"
21493
+ "description": "The **`border-inline-end-width`** CSS property defines the width of the logical inline-end border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width`, `border-right-width`, `border-bottom-width`, or `border-left-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-------------------------: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No | | | 3 _(-moz-border-end-width)_ | | | |"
21464
21494
  },
21465
21495
  "borderInlineStartColor": {
21466
21496
  "$ref": "#/definitions/Property.BorderInlineStartColor",
21467
- "description": "The **`border-inline-start-color`** CSS property defines the color of the logical inline start border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color`, `border-right-color`, `border-bottom-color`, or `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :---------------------------: | :------: | :--: | :-: | | **69** | **41** | **12.1** | n/a | No | | | 3 _(-moz-border-start-color)_ | | | |"
21497
+ "description": "The **`border-inline-start-color`** CSS property defines the color of the logical inline start border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color`, `border-right-color`, `border-bottom-color`, or `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :---------------------------: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No | | | 3 _(-moz-border-start-color)_ | | | |"
21468
21498
  },
21469
21499
  "borderInlineStartStyle": {
21470
21500
  "$ref": "#/definitions/Property.BorderInlineStartStyle",
21471
- "description": "The **`border-inline-start-style`** CSS property defines the style of the logical inline start border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style`, `border-right-style`, `border-bottom-style`, or `border-left-style` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-style'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :---------------------------: | :------: | :--: | :-: | | **69** | **41** | **12.1** | n/a | No | | | 3 _(-moz-border-start-style)_ | | | |"
21501
+ "description": "The **`border-inline-start-style`** CSS property defines the style of the logical inline start border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style`, `border-right-style`, `border-bottom-style`, or `border-left-style` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-style'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :---------------------------: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No | | | 3 _(-moz-border-start-style)_ | | | |"
21472
21502
  },
21473
21503
  "borderInlineStartWidth": {
21474
21504
  "$ref": "#/definitions/Property.BorderInlineStartWidth%3C(string%7Cnumber)%3E",
21475
- "description": "The **`border-inline-start-width`** CSS property defines the width of the logical inline-start border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width`, `border-right-width`, `border-bottom-width`, or `border-left-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **41** | **12.1** | n/a | No |"
21505
+ "description": "The **`border-inline-start-width`** CSS property defines the width of the logical inline-start border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width`, `border-right-width`, `border-bottom-width`, or `border-left-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
21476
21506
  },
21477
21507
  "borderInlineStyle": {
21478
21508
  "$ref": "#/definitions/Property.BorderInlineStyle",
21479
- "description": "The **`border-inline-style`** CSS property defines the style of the logical inline borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style` and `border-bottom-style`, or `border-left-style` and `border-right-style` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-style'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
21509
+ "description": "The **`border-inline-style`** CSS property defines the style of the logical inline borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style` and `border-bottom-style`, or `border-left-style` and `border-right-style` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-style'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
21480
21510
  },
21481
21511
  "borderInlineWidth": {
21482
21512
  "$ref": "#/definitions/Property.BorderInlineWidth%3C(string%7Cnumber)%3E",
21483
- "description": "The **`border-inline-width`** CSS property defines the width of the logical inline borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width` and `border-bottom-width`, or `border-left-width`, and `border-right-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
21513
+ "description": "The **`border-inline-width`** CSS property defines the width of the logical inline borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width` and `border-bottom-width`, or `border-left-width`, and `border-right-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
21484
21514
  },
21485
21515
  "borderLeftColor": {
21486
21516
  "$ref": "#/definitions/Property.BorderLeftColor",
@@ -21512,11 +21542,11 @@
21512
21542
  },
21513
21543
  "borderStartEndRadius": {
21514
21544
  "$ref": "#/definitions/Property.BorderStartEndRadius%3C(string%7Cnumber)%3E",
21515
- "description": "The **`border-start-end-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.\n\n**Syntax**: `<length-percentage>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **89** | **66** | **15** | n/a | No |"
21545
+ "description": "The **`border-start-end-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.\n\n**Syntax**: `<length-percentage>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **89** | **66** | **15** | **89** | No |"
21516
21546
  },
21517
21547
  "borderStartStartRadius": {
21518
21548
  "$ref": "#/definitions/Property.BorderStartStartRadius%3C(string%7Cnumber)%3E",
21519
- "description": "The **`border-start-start-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.\n\n**Syntax**: `<length-percentage>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **89** | **66** | **15** | n/a | No |"
21549
+ "description": "The **`border-start-start-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.\n\n**Syntax**: `<length-percentage>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **89** | **66** | **15** | **89** | No |"
21520
21550
  },
21521
21551
  "borderTopColor": {
21522
21552
  "$ref": "#/definitions/Property.BorderTopColor",
@@ -21544,7 +21574,7 @@
21544
21574
  },
21545
21575
  "boxDecorationBreak": {
21546
21576
  "$ref": "#/definitions/Property.BoxDecorationBreak",
21547
- "description": "The **`box-decoration-break`** CSS property specifies how an element's fragments should be rendered when broken across multiple lines, columns, or pages.\n\n**Syntax**: `slice | clone`\n\n**Initial value**: `slice`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------: | :-----: | :---------: | :--: | :-: | | **22** _-x-_ | **32** | **7** _-x-_ | n/a | No |"
21577
+ "description": "The **`box-decoration-break`** CSS property specifies how an element's fragments should be rendered when broken across multiple lines, columns, or pages.\n\n**Syntax**: `slice | clone`\n\n**Initial value**: `slice`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------: | :-----: | :---------: | :----------: | :-: | | **22** _-x-_ | **32** | **7** _-x-_ | **79** _-x-_ | No |"
21548
21578
  },
21549
21579
  "boxShadow": {
21550
21580
  "$ref": "#/definitions/Property.BoxShadow",
@@ -21556,15 +21586,15 @@
21556
21586
  },
21557
21587
  "breakAfter": {
21558
21588
  "$ref": "#/definitions/Property.BreakAfter",
21559
- "description": "The **`break-after`** CSS property sets how page, column, or region breaks should behave after a generated box. If there is no generated box, the property is ignored.\n\n**Syntax**: `auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **50** | **65** | **10** | **12** | **10** |"
21589
+ "description": "The **`break-after`** CSS property sets how page, column, or region breaks should behave after a generated box. If there is no generated box, the property is ignored.\n\n**Syntax**: `auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region`\n\n**Initial value**: `auto`\n\n---\n\n_Supported in Multi-column Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **50** | **65** | No | **12** | **10** |\n\n---\n\n_Supported in Paged Media_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **50** | **65** | **10** | **12** | **10** |\n\n---"
21560
21590
  },
21561
21591
  "breakBefore": {
21562
21592
  "$ref": "#/definitions/Property.BreakBefore",
21563
- "description": "The **`break-before`** CSS property sets how page, column, or region breaks should behave before a generated box. If there is no generated box, the property is ignored.\n\n**Syntax**: `auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **50** | **65** | **10** | **12** | **10** |"
21593
+ "description": "The **`break-before`** CSS property sets how page, column, or region breaks should behave before a generated box. If there is no generated box, the property is ignored.\n\n**Syntax**: `auto | avoid | always | all | avoid-page | page | left | right | recto | verso | avoid-column | column | avoid-region | region`\n\n**Initial value**: `auto`\n\n---\n\n_Supported in Multi-column Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **50** | **65** | No | **12** | **10** |\n\n---\n\n_Supported in Paged Media_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **50** | **65** | **10** | **12** | **10** |\n\n---"
21564
21594
  },
21565
21595
  "breakInside": {
21566
21596
  "$ref": "#/definitions/Property.BreakInside",
21567
- "description": "The **`break-inside`** CSS property sets how page, column, or region breaks should behave inside a generated box. If there is no generated box, the property is ignored.\n\n**Syntax**: `auto | avoid | avoid-page | avoid-column | avoid-region`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **50** | **65** | **10** | **12** | **10** |"
21597
+ "description": "The **`break-inside`** CSS property sets how page, column, or region breaks should behave inside a generated box. If there is no generated box, the property is ignored.\n\n**Syntax**: `auto | avoid | avoid-page | avoid-column | avoid-region`\n\n**Initial value**: `auto`\n\n---\n\n_Supported in Multi-column Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **50** | **65** | **10** | **12** | **10** |\n\n---\n\n_Supported in Paged Media_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **50** | **65** | **10** | **12** | **10** |\n\n---"
21568
21598
  },
21569
21599
  "captionSide": {
21570
21600
  "$ref": "#/definitions/Property.CaptionSide",
@@ -21572,7 +21602,7 @@
21572
21602
  },
21573
21603
  "caretColor": {
21574
21604
  "$ref": "#/definitions/Property.CaretColor",
21575
- "description": "The **`caret-color`** CSS property sets the color of the **insertion caret**, the visible marker where the next character typed will be inserted. This is sometimes referred to as the **text input cursor**. The caret appears in elements such as `<input>` or those with the `contenteditable` attribute. The caret is typically a thin vertical line that flashes to help make it more noticeable. By default, it is black, but its color can be altered with this property.\n\n**Syntax**: `auto | <color>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **57** | **53** | **11.1** | n/a | No |"
21605
+ "description": "The **`caret-color`** CSS property sets the color of the **insertion caret**, the visible marker where the next character typed will be inserted. This is sometimes referred to as the **text input cursor**. The caret appears in elements such as `<input>` or those with the `contenteditable` attribute. The caret is typically a thin vertical line that flashes to help make it more noticeable. By default, it is black, but its color can be altered with this property.\n\n**Syntax**: `auto | <color>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **53** | **11.1** | **79** | No |"
21576
21606
  },
21577
21607
  "clear": {
21578
21608
  "$ref": "#/definitions/Property.Clear",
@@ -21584,7 +21614,7 @@
21584
21614
  },
21585
21615
  "colorScheme": {
21586
21616
  "$ref": "#/definitions/Property.ColorScheme",
21587
- "description": "The **`color-scheme`** CSS property allows an element to indicate which color schemes it can comfortably be rendered in.\n\n**Syntax**: `normal | [ light | dark | <custom-ident> ]+ && only?`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **81** | **96** | **13** | n/a | No |"
21617
+ "description": "The **`color-scheme`** CSS property allows an element to indicate which color schemes it can comfortably be rendered in.\n\n**Syntax**: `normal | [ light | dark | <custom-ident> ]+ && only?`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **81** | **96** | **13** | **81** | No |"
21588
21618
  },
21589
21619
  "columnCount": {
21590
21620
  "$ref": "#/definitions/Property.ColumnCount",
@@ -21596,7 +21626,7 @@
21596
21626
  },
21597
21627
  "columnGap": {
21598
21628
  "$ref": "#/definitions/Property.ColumnGap%3C(string%7Cnumber)%3E",
21599
- "description": "The **`column-gap`** CSS property sets the size of the gap (gutter) between an element's columns.\n\n**Syntax**: `normal | <length-percentage>`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **1** | **1.5** | **3** | **12** | **10** |"
21629
+ "description": "The **`column-gap`** CSS property sets the size of the gap (gutter) between an element's columns.\n\n**Syntax**: `normal | <length-percentage>`\n\n**Initial value**: `normal`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **84** | **63** | **14.1** | **84** | No |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :--------------------: | :----------------------: | :----: | :-: | | **66** | **61** | **12** | **16** | No | | 57 _(grid-column-gap)_ | 52 _(grid-column-gap)_ | 10.1 _(grid-column-gap)_ | | |\n\n---\n\n_Supported in Multi-column Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :-----: | :----: | :----: | | **50** | **52** | **10** | **12** | **10** | | 1 _-x-_ | | 3 _-x-_ | | |\n\n---"
21600
21630
  },
21601
21631
  "columnRuleColor": {
21602
21632
  "$ref": "#/definitions/Property.ColumnRuleColor",
@@ -21620,7 +21650,7 @@
21620
21650
  },
21621
21651
  "contain": {
21622
21652
  "$ref": "#/definitions/Property.Contain",
21623
- "description": "The **`contain`** CSS property allows an author to indicate that an element and its contents are, as much as possible, _independent_ of the rest of the document tree. This allows the browser to recalculate layout, style, paint, size, or any combination of them for a limited area of the DOM and not the entire page, leading to obvious performance benefits.\n\n**Syntax**: `none | strict | content | [ [ size || inline-size ] || layout || style || paint ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **52** | **69** | **15.4** | n/a | No |"
21653
+ "description": "The **`contain`** CSS property allows an author to indicate that an element and its contents are, as much as possible, _independent_ of the rest of the document tree. This allows the browser to recalculate layout, style, paint, size, or any combination of them for a limited area of the DOM and not the entire page, leading to obvious performance benefits.\n\n**Syntax**: `none | strict | content | [ size || layout || style || paint ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **52** | **69** | **15.4** | **79** | No |"
21624
21654
  },
21625
21655
  "content": {
21626
21656
  "$ref": "#/definitions/Property.Content",
@@ -21628,7 +21658,7 @@
21628
21658
  },
21629
21659
  "contentVisibility": {
21630
21660
  "$ref": "#/definitions/Property.ContentVisibility",
21631
- "description": "The **`content-visibility`** CSS property controls whether or not an element renders its contents at all, along with forcing a strong set of containments, allowing user agents to potentially omit large swathes of layout and rendering work until it becomes needed. Basically it enables the user agent to skip an element's rendering work (including layout and painting) until it is needed — which makes the initial page load much faster.\n\n**Syntax**: `visible | auto | hidden`\n\n**Initial value**: `visible`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **85** | No | No | n/a | No |"
21661
+ "description": "The **`content-visibility`** CSS property controls whether or not an element renders its contents at all, along with forcing a strong set of containments, allowing user agents to potentially omit large swathes of layout and rendering work until it becomes needed. Basically it enables the user agent to skip an element's rendering work (including layout and painting) until it is needed — which makes the initial page load much faster.\n\n**Syntax**: `visible | auto | hidden`\n\n**Initial value**: `visible`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **85** | No | No | **85** | No |"
21632
21662
  },
21633
21663
  "counterIncrement": {
21634
21664
  "$ref": "#/definitions/Property.CounterIncrement",
@@ -21640,7 +21670,7 @@
21640
21670
  },
21641
21671
  "counterSet": {
21642
21672
  "$ref": "#/definitions/Property.CounterSet",
21643
- "description": "The **`counter-set`** CSS property sets a CSS counter to a given value. It manipulates the value of existing counters, and will only create new counters if there isn't already a counter of the given name on the element.\n\n**Syntax**: `[ <counter-name> <integer>? ]+ | none`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **85** | **68** | No | n/a | No |"
21673
+ "description": "The **`counter-set`** CSS property sets a CSS counter to a given value. It manipulates the value of existing counters, and will only create new counters if there isn't already a counter of the given name on the element.\n\n**Syntax**: `[ <counter-name> <integer>? ]+ | none`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **85** | **68** | No | **85** | No |"
21644
21674
  },
21645
21675
  "emptyCells": {
21646
21676
  "$ref": "#/definitions/Property.EmptyCells",
@@ -21676,11 +21706,11 @@
21676
21706
  },
21677
21707
  "fontKerning": {
21678
21708
  "$ref": "#/definitions/Property.FontKerning",
21679
- "description": "The **`font-kerning`** CSS property sets the use of the kerning information stored in a font.\n\n**Syntax**: `auto | normal | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | **33** | **32** | **9** | n/a | No | | | | 6 _-x-_ | | |"
21709
+ "description": "The **`font-kerning`** CSS property sets the use of the kerning information stored in a font.\n\n**Syntax**: `auto | normal | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-: | | **33** | **32** | **9** | **79** | No | | | | 6 _-x-_ | | |"
21680
21710
  },
21681
21711
  "fontLanguageOverride": {
21682
21712
  "$ref": "#/definitions/Property.FontLanguageOverride",
21683
- "description": "The **`font-language-override`** CSS property controls the use of language-specific glyphs in a typeface.\n\n**Syntax**: `normal | <string>`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **34** | No | n/a | No | | | 4 _-x-_ | | | |"
21713
+ "description": "The **`font-language-override`** CSS property controls the use of language-specific glyphs in a typeface.\n\n**Syntax**: `normal | <string>`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **34** | No | No | No | | | 4 _-x-_ | | | |"
21684
21714
  },
21685
21715
  "fontOpticalSizing": {
21686
21716
  "$ref": "#/definitions/Property.FontOpticalSizing",
@@ -21688,35 +21718,35 @@
21688
21718
  },
21689
21719
  "fontSmooth": {
21690
21720
  "$ref": "#/definitions/Property.FontSmooth%3C(string%7Cnumber)%3E",
21691
- "description": "The **`font-smooth`** CSS property controls the application of anti-aliasing when fonts are rendered.\n\n**Syntax**: `auto | never | always | <absolute-size> | <length>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------------: | :--------------------------------: | :------------------------------: | :--: | :-: | | **5** _(-webkit-font-smoothing)_ | **25** _(-moz-osx-font-smoothing)_ | **4** _(-webkit-font-smoothing)_ | n/a | No |"
21721
+ "description": "The **`font-smooth`** CSS property controls the application of anti-aliasing when fonts are rendered.\n\n**Syntax**: `auto | never | always | <absolute-size> | <length>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------------: | :--------------------------------: | :------------------------------: | :-------------------------------: | :-: | | **5** _(-webkit-font-smoothing)_ | **25** _(-moz-osx-font-smoothing)_ | **4** _(-webkit-font-smoothing)_ | **79** _(-webkit-font-smoothing)_ | No |"
21692
21722
  },
21693
21723
  "fontSynthesis": {
21694
21724
  "$ref": "#/definitions/Property.FontSynthesis",
21695
- "description": "The **`font-synthesis`** CSS property controls which missing typefaces, bold, italic, or small-caps, may be synthesized by the browser.\n\n**Syntax**: `none | [ weight || style || small-caps ]`\n\n**Initial value**: `weight style`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **97** | **34** | **9** | n/a | No |"
21725
+ "description": "The **`font-synthesis`** CSS property controls which missing typefaces, bold, italic, or small-caps, may be synthesized by the browser.\n\n**Syntax**: `none | [ weight || style || small-caps ]`\n\n**Initial value**: `weight style`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **97** | **34** | **9** | **97** | No |"
21696
21726
  },
21697
21727
  "fontVariantAlternates": {
21698
21728
  "$ref": "#/definitions/Property.FontVariantAlternates",
21699
- "description": "The **`font-variant-alternates`** CSS property controls the usage of alternate glyphs. These alternate glyphs may be referenced by alternative names defined in `@font-feature-values`.\n\n**Syntax**: `normal | [ stylistic( <feature-value-name> ) || historical-forms || styleset( <feature-value-name># ) || character-variant( <feature-value-name># ) || swash( <feature-value-name> ) || ornaments( <feature-value-name> ) || annotation( <feature-value-name> ) ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | No | **34** | **9.1** | n/a | No |"
21729
+ "description": "The **`font-variant-alternates`** CSS property controls the usage of alternate glyphs. These alternate glyphs may be referenced by alternative names defined in `@font-feature-values`.\n\n**Syntax**: `normal | [ stylistic( <feature-value-name> ) || historical-forms || styleset( <feature-value-name># ) || character-variant( <feature-value-name># ) || swash( <feature-value-name> ) || ornaments( <feature-value-name> ) || annotation( <feature-value-name> ) ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | No | **34** | **9.1** | No | No |"
21700
21730
  },
21701
21731
  "fontVariantCaps": {
21702
21732
  "$ref": "#/definitions/Property.FontVariantCaps",
21703
- "description": "The **`font-variant-caps`** CSS property controls the use of alternate glyphs for capital letters.\n\n**Syntax**: `normal | small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | **52** | **34** | **9.1** | n/a | No |"
21733
+ "description": "The **`font-variant-caps`** CSS property controls the use of alternate glyphs for capital letters.\n\n**Syntax**: `normal | small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-: | | **52** | **34** | **9.1** | **79** | No |"
21704
21734
  },
21705
21735
  "fontVariantEastAsian": {
21706
21736
  "$ref": "#/definitions/Property.FontVariantEastAsian",
21707
- "description": "The **`font-variant-east-asian`** CSS property controls the use of alternate glyphs for East Asian scripts, like Japanese and Chinese.\n\n**Syntax**: `normal | [ <east-asian-variant-values> || <east-asian-width-values> || ruby ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | **63** | **34** | **9.1** | n/a | No |"
21737
+ "description": "The **`font-variant-east-asian`** CSS property controls the use of alternate glyphs for East Asian scripts, like Japanese and Chinese.\n\n**Syntax**: `normal | [ <east-asian-variant-values> || <east-asian-width-values> || ruby ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-: | | **63** | **34** | **9.1** | **79** | No |"
21708
21738
  },
21709
21739
  "fontVariantLigatures": {
21710
21740
  "$ref": "#/definitions/Property.FontVariantLigatures",
21711
- "description": "The **`font-variant-ligatures`** CSS property controls which ligatures and contextual forms are used in textual content of the elements it applies to. This leads to more harmonized forms in the resulting text.\n\n**Syntax**: `normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :--: | :-: | | **34** | **34** | **9.1** | n/a | No | | 31 _-x-_ | | 7 _-x-_ | | |"
21741
+ "description": "The **`font-variant-ligatures`** CSS property controls which ligatures and contextual forms are used in textual content of the elements it applies to. This leads to more harmonized forms in the resulting text.\n\n**Syntax**: `normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :-: | | **34** | **34** | **9.1** | **79** | No | | 31 _-x-_ | | 7 _-x-_ | | |"
21712
21742
  },
21713
21743
  "fontVariantNumeric": {
21714
21744
  "$ref": "#/definitions/Property.FontVariantNumeric",
21715
- "description": "The **`font-variant-numeric`** CSS property controls the usage of alternate glyphs for numbers, fractions, and ordinal markers.\n\n**Syntax**: `normal | [ <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | **52** | **34** | **9.1** | n/a | No |"
21745
+ "description": "The **`font-variant-numeric`** CSS property controls the usage of alternate glyphs for numbers, fractions, and ordinal markers.\n\n**Syntax**: `normal | [ <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-: | | **52** | **34** | **9.1** | **79** | No |"
21716
21746
  },
21717
21747
  "fontVariantPosition": {
21718
21748
  "$ref": "#/definitions/Property.FontVariantPosition",
21719
- "description": "The **`font-variant-position`** CSS property controls the use of alternate, smaller glyphs that are positioned as superscript or subscript.\n\n**Syntax**: `normal | sub | super`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | No | **34** | **9.1** | n/a | No |"
21749
+ "description": "The **`font-variant-position`** CSS property controls the use of alternate, smaller glyphs that are positioned as superscript or subscript.\n\n**Syntax**: `normal | sub | super`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | No | **34** | **9.1** | No | No |"
21720
21750
  },
21721
21751
  "fontVariationSettings": {
21722
21752
  "$ref": "#/definitions/Property.FontVariationSettings",
@@ -21768,7 +21798,7 @@
21768
21798
  },
21769
21799
  "hangingPunctuation": {
21770
21800
  "$ref": "#/definitions/Property.HangingPunctuation",
21771
- "description": "The **`hanging-punctuation`** CSS property specifies whether a punctuation mark should hang at the start or end of a line of text. Hanging punctuation may be placed outside the line box.\n\n**Syntax**: `none | [ first || [ force-end | allow-end ] || last ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | No | **10** | n/a | No |"
21801
+ "description": "The **`hanging-punctuation`** CSS property specifies whether a punctuation mark should hang at the start or end of a line of text. Hanging punctuation may be placed outside the line box.\n\n**Syntax**: `none | [ first || [ force-end | allow-end ] || last ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | No | **10** | No | No |"
21772
21802
  },
21773
21803
  "height": {
21774
21804
  "$ref": "#/definitions/Property.Height%3C(string%7Cnumber)%3E",
@@ -21776,7 +21806,7 @@
21776
21806
  },
21777
21807
  "hyphenateCharacter": {
21778
21808
  "$ref": "#/definitions/Property.HyphenateCharacter",
21779
- "description": "The **`hyphenate-character`** CSS property sets the character (or string) used at the end of a line before a hyphenation break.\n\n**Syntax**: `auto | <string>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :-----------: | :--: | :-: | | **6** _-x-_ | **98** | **5.1** _-x-_ | n/a | No |"
21809
+ "description": "The **`hyphenate-character`** CSS property sets the character (or string) used at the end of a line before a hyphenation break.\n\n**Syntax**: `auto | <string>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :-----------: | :----------: | :-: | | **6** _-x-_ | **98** | **5.1** _-x-_ | **79** _-x-_ | No |"
21780
21810
  },
21781
21811
  "hyphens": {
21782
21812
  "$ref": "#/definitions/Property.Hyphens",
@@ -21784,7 +21814,7 @@
21784
21814
  },
21785
21815
  "imageOrientation": {
21786
21816
  "$ref": "#/definitions/Property.ImageOrientation",
21787
- "description": "The **`image-orientation`** CSS property specifies a layout-independent correction to the orientation of an image.\n\n**Syntax**: `from-image | <angle> | [ <angle>? flip ]`\n\n**Initial value**: `from-image`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **81** | **26** | **13.1** | n/a | No |"
21817
+ "description": "The **`image-orientation`** CSS property specifies a layout-independent correction to the orientation of an image.\n\n**Syntax**: `from-image | <angle> | [ <angle>? flip ]`\n\n**Initial value**: `from-image`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **81** | **26** | **13.1** | **81** | No |"
21788
21818
  },
21789
21819
  "imageResolution": {
21790
21820
  "$ref": "#/definitions/Property.ImageResolution",
@@ -21792,11 +21822,11 @@
21792
21822
  },
21793
21823
  "initialLetter": {
21794
21824
  "$ref": "#/definitions/Property.InitialLetter",
21795
- "description": "The `initial-letter` CSS property sets styling for dropped, raised, and sunken initial letters.\n\n**Syntax**: `normal | [ <number> <integer>? ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :---------: | :--: | :-: | | No | No | **9** _-x-_ | n/a | No |"
21825
+ "description": "The `initial-letter` CSS property sets styling for dropped, raised, and sunken initial letters.\n\n**Syntax**: `normal | [ <number> <integer>? ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :---------: | :--: | :-: | | No | No | **9** _-x-_ | No | No |"
21796
21826
  },
21797
21827
  "inlineSize": {
21798
21828
  "$ref": "#/definitions/Property.InlineSize%3C(string%7Cnumber)%3E",
21799
- "description": "The **`inline-size`** CSS property defines the horizontal or vertical size of an element's block, depending on its writing mode. It corresponds to either the `width` or the `height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'width'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **57** | **41** | **12.1** | n/a | No |"
21829
+ "description": "The **`inline-size`** CSS property defines the horizontal or vertical size of an element's block, depending on its writing mode. It corresponds to either the `width` or the `height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'width'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No |"
21800
21830
  },
21801
21831
  "inputSecurity": {
21802
21832
  "$ref": "#/definitions/Property.InputSecurity",
@@ -21804,51 +21834,51 @@
21804
21834
  },
21805
21835
  "inset": {
21806
21836
  "$ref": "#/definitions/Property.Inset%3C(string%7Cnumber)%3E",
21807
- "description": "The **`inset`** CSS property is a shorthand that corresponds to the `top`, `right`, `bottom`, and/or `left` properties. It has the same multi-value syntax of the `margin` shorthand.\n\n**Syntax**: `<'top'>{1,4}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
21837
+ "description": "The **`inset`** CSS property is a shorthand that corresponds to the `top`, `right`, `bottom`, and/or `left` properties. It has the same multi-value syntax of the `margin` shorthand.\n\n**Syntax**: `<'top'>{1,4}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
21808
21838
  },
21809
21839
  "insetBlock": {
21810
21840
  "$ref": "#/definitions/Property.InsetBlock%3C(string%7Cnumber)%3E",
21811
- "description": "The **`inset-block`** CSS property defines the logical block start and end offsets of an element, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top` and `bottom`, or `right` and `left` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **63** | **14.1** | n/a | No |"
21841
+ "description": "The **`inset-block`** CSS property defines the logical block start and end offsets of an element, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top` and `bottom`, or `right` and `left` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **63** | **14.1** | **87** | No |"
21812
21842
  },
21813
21843
  "insetBlockEnd": {
21814
21844
  "$ref": "#/definitions/Property.InsetBlockEnd%3C(string%7Cnumber)%3E",
21815
- "description": "The **`inset-block-end`** CSS property defines the logical block end offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **63** | **14.1** | n/a | No |"
21845
+ "description": "The **`inset-block-end`** CSS property defines the logical block end offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **63** | **14.1** | **87** | No |"
21816
21846
  },
21817
21847
  "insetBlockStart": {
21818
21848
  "$ref": "#/definitions/Property.InsetBlockStart%3C(string%7Cnumber)%3E",
21819
- "description": "The **`inset-block-start`** CSS property defines the logical block start offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **63** | **14.1** | n/a | No |"
21849
+ "description": "The **`inset-block-start`** CSS property defines the logical block start offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **63** | **14.1** | **87** | No |"
21820
21850
  },
21821
21851
  "insetInline": {
21822
21852
  "$ref": "#/definitions/Property.InsetInline%3C(string%7Cnumber)%3E",
21823
- "description": "The **`inset-inline`** CSS property defines the logical start and end offsets of an element in the inline direction, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top` and `bottom`, or `right` and `left` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **63** | **14.1** | n/a | No |"
21853
+ "description": "The **`inset-inline`** CSS property defines the logical start and end offsets of an element in the inline direction, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top` and `bottom`, or `right` and `left` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **63** | **14.1** | **87** | No |"
21824
21854
  },
21825
21855
  "insetInlineEnd": {
21826
21856
  "$ref": "#/definitions/Property.InsetInlineEnd%3C(string%7Cnumber)%3E",
21827
- "description": "The **`inset-inline-end`** CSS property defines the logical inline end inset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **63** | **14.1** | n/a | No |"
21857
+ "description": "The **`inset-inline-end`** CSS property defines the logical inline end inset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **63** | **14.1** | **87** | No |"
21828
21858
  },
21829
21859
  "insetInlineStart": {
21830
21860
  "$ref": "#/definitions/Property.InsetInlineStart%3C(string%7Cnumber)%3E",
21831
- "description": "The **`inset-inline-start`** CSS property defines the logical inline start inset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **63** | **14.1** | n/a | No |"
21861
+ "description": "The **`inset-inline-start`** CSS property defines the logical inline start inset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **63** | **14.1** | **87** | No |"
21832
21862
  },
21833
21863
  "isolation": {
21834
21864
  "$ref": "#/definitions/Property.Isolation",
21835
- "description": "The **`isolation`** CSS property determines whether an element must create a new stacking context.\n\n**Syntax**: `auto | isolate`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **41** | **36** | **8** | n/a | No |"
21865
+ "description": "The **`isolation`** CSS property determines whether an element must create a new stacking context.\n\n**Syntax**: `auto | isolate`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **41** | **36** | **8** | **79** | No |"
21836
21866
  },
21837
21867
  "justifyContent": {
21838
21868
  "$ref": "#/definitions/Property.JustifyContent",
21839
- "description": "The CSS **`justify-content`** property defines how the browser distributes space between and around content items along the main-axis of a flex container, and the inline axis of a grid container.\n\n**Syntax**: `normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **29** | **20** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | |"
21869
+ "description": "The CSS **`justify-content`** property defines how the browser distributes space between and around content items along the main-axis of a flex container, and the inline axis of a grid container.\n\n**Syntax**: `normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ]`\n\n**Initial value**: `normal`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **52** | **20** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |\n\n---"
21840
21870
  },
21841
21871
  "justifyItems": {
21842
21872
  "$ref": "#/definitions/Property.JustifyItems",
21843
- "description": "The CSS **`justify-items`** property defines the default `justify-self` for all items of the box, giving them all a default way of justifying each box along the appropriate axis.\n\n**Syntax**: `normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | legacy | legacy && [ left | right | center ]`\n\n**Initial value**: `legacy`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **52** | **20** | **9** | **12** | **11** |"
21873
+ "description": "The CSS **`justify-items`** property defines the default `justify-self` for all items of the box, giving them all a default way of justifying each box along the appropriate axis.\n\n**Syntax**: `normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ] | legacy | legacy && [ left | right | center ]`\n\n**Initial value**: `legacy`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :----: | | **52** | **20** | **9** | **12** | **11** |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **45** | **10.1** | **16** | No |\n\n---"
21844
21874
  },
21845
21875
  "justifySelf": {
21846
21876
  "$ref": "#/definitions/Property.JustifySelf",
21847
- "description": "The CSS **`justify-self`** property sets the way a box is justified inside its alignment container along the appropriate axis.\n\n**Syntax**: `auto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ]`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :----: | | **57** | **45** | **10.1** | **16** | **10** |"
21877
+ "description": "The CSS **`justify-self`** property sets the way a box is justified inside its alignment container along the appropriate axis.\n\n**Syntax**: `auto | normal | stretch | <baseline-position> | <overflow-position>? [ <self-position> | left | right ]`\n\n**Initial value**: `auto`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **45** | **10.1** | **16** | No |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :----------: | | **57** | **45** | **10.1** | **16** | **10** _-x-_ |\n\n---"
21848
21878
  },
21849
21879
  "justifyTracks": {
21850
21880
  "$ref": "#/definitions/Property.JustifyTracks",
21851
- "description": "The **`justify-tracks`** CSS property sets the alignment in the masonry axis for grid containers that have masonry in their inline axis.\n\n**Syntax**: `[ normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ] ]#`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | n/a | No | n/a | No |"
21881
+ "description": "The **`justify-tracks`** CSS property sets the alignment in the masonry axis for grid containers that have masonry in their inline axis.\n\n**Syntax**: `[ normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ] ]#`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | n/a | No | No | No |"
21852
21882
  },
21853
21883
  "left": {
21854
21884
  "$ref": "#/definitions/Property.Left%3C(string%7Cnumber)%3E",
@@ -21876,15 +21906,15 @@
21876
21906
  },
21877
21907
  "marginBlock": {
21878
21908
  "$ref": "#/definitions/Property.MarginBlock%3C(string%7Cnumber)%3E",
21879
- "description": "The **`margin-block`** CSS shorthand property defines the logical block start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
21909
+ "description": "The **`margin-block`** CSS shorthand property defines the logical block start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
21880
21910
  },
21881
21911
  "marginBlockEnd": {
21882
21912
  "$ref": "#/definitions/Property.MarginBlockEnd%3C(string%7Cnumber)%3E",
21883
- "description": "The **`margin-block-end`** CSS property defines the logical block end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **41** | **12.1** | n/a | No |"
21913
+ "description": "The **`margin-block-end`** CSS property defines the logical block end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **41** | **12.1** | **87** | No |"
21884
21914
  },
21885
21915
  "marginBlockStart": {
21886
21916
  "$ref": "#/definitions/Property.MarginBlockStart%3C(string%7Cnumber)%3E",
21887
- "description": "The **`margin-block-start`** CSS property defines the logical block start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **41** | **12.1** | n/a | No |"
21917
+ "description": "The **`margin-block-start`** CSS property defines the logical block start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **41** | **12.1** | **87** | No |"
21888
21918
  },
21889
21919
  "marginBottom": {
21890
21920
  "$ref": "#/definitions/Property.MarginBottom%3C(string%7Cnumber)%3E",
@@ -21892,15 +21922,15 @@
21892
21922
  },
21893
21923
  "marginInline": {
21894
21924
  "$ref": "#/definitions/Property.MarginInline%3C(string%7Cnumber)%3E",
21895
- "description": "The **`margin-inline`** CSS shorthand property is a shorthand property that defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
21925
+ "description": "The **`margin-inline`** CSS shorthand property is a shorthand property that defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
21896
21926
  },
21897
21927
  "marginInlineEnd": {
21898
21928
  "$ref": "#/definitions/Property.MarginInlineEnd%3C(string%7Cnumber)%3E",
21899
- "description": "The **`margin-inline-end`** CSS property defines the logical inline end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. In other words, it corresponds to the `margin-top`, `margin-right`, `margin-bottom` or `margin-left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------------------: | :-------------------: | :----------------------: | :--: | :-: | | **87** | **41** | **12.1** | n/a | No | | 2 _(-webkit-margin-end)_ | 3 _(-moz-margin-end)_ | 3 _(-webkit-margin-end)_ | | |"
21929
+ "description": "The **`margin-inline-end`** CSS property defines the logical inline end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. In other words, it corresponds to the `margin-top`, `margin-right`, `margin-bottom` or `margin-left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------------------: | :-------------------: | :----------------------: | :-----------------------: | :-: | | **87** | **41** | **12.1** | **87** | No | | 2 _(-webkit-margin-end)_ | 3 _(-moz-margin-end)_ | 3 _(-webkit-margin-end)_ | 79 _(-webkit-margin-end)_ | |"
21900
21930
  },
21901
21931
  "marginInlineStart": {
21902
21932
  "$ref": "#/definitions/Property.MarginInlineStart%3C(string%7Cnumber)%3E",
21903
- "description": "The **`margin-inline-start`** CSS property defines the logical inline start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. It corresponds to the `margin-top`, `margin-right`, `margin-bottom`, or `margin-left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------: | :---------------------: | :------------------------: | :--: | :-: | | **87** | **41** | **12.1** | n/a | No | | 2 _(-webkit-margin-start)_ | 3 _(-moz-margin-start)_ | 3 _(-webkit-margin-start)_ | | |"
21933
+ "description": "The **`margin-inline-start`** CSS property defines the logical inline start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. It corresponds to the `margin-top`, `margin-right`, `margin-bottom`, or `margin-left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------: | :---------------------: | :------------------------: | :-------------------------: | :-: | | **87** | **41** | **12.1** | **87** | No | | 2 _(-webkit-margin-start)_ | 3 _(-moz-margin-start)_ | 3 _(-webkit-margin-start)_ | 79 _(-webkit-margin-start)_ | |"
21904
21934
  },
21905
21935
  "marginLeft": {
21906
21936
  "$ref": "#/definitions/Property.MarginLeft%3C(string%7Cnumber)%3E",
@@ -21920,27 +21950,27 @@
21920
21950
  },
21921
21951
  "maskBorderOutset": {
21922
21952
  "$ref": "#/definitions/Property.MaskBorderOutset%3C(string%7Cnumber)%3E",
21923
- "description": "The **`mask-border-outset`** CSS property specifies the distance by which an element's mask border is set out from its border box.\n\n**Syntax**: `[ <length> | <number> ]{1,4}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------------------------------: | :-----: | :---------------------------------------: | :--: | :-: | | **1** _(-webkit-mask-box-image-outset)_ | No | **3.1** _(-webkit-mask-box-image-outset)_ | n/a | No |"
21953
+ "description": "The **`mask-border-outset`** CSS property specifies the distance by which an element's mask border is set out from its border box.\n\n**Syntax**: `[ <length> | <number> ]{1,4}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------------------------------: | :-----: | :---------------------------------------: | :--------------------------------------: | :-: | | **1** _(-webkit-mask-box-image-outset)_ | No | **3.1** _(-webkit-mask-box-image-outset)_ | **79** _(-webkit-mask-box-image-outset)_ | No |"
21924
21954
  },
21925
21955
  "maskBorderRepeat": {
21926
21956
  "$ref": "#/definitions/Property.MaskBorderRepeat",
21927
- "description": "The **`mask-border-repeat`** CSS property sets how the edge regions of a source image are adjusted to fit the dimensions of an element's mask border.\n\n**Syntax**: `[ stretch | repeat | round | space ]{1,2}`\n\n**Initial value**: `stretch`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------------------------------: | :-----: | :---------------------------------------: | :--: | :-: | | **1** _(-webkit-mask-box-image-repeat)_ | No | **3.1** _(-webkit-mask-box-image-repeat)_ | n/a | No |"
21957
+ "description": "The **`mask-border-repeat`** CSS property sets how the edge regions of a source image are adjusted to fit the dimensions of an element's mask border.\n\n**Syntax**: `[ stretch | repeat | round | space ]{1,2}`\n\n**Initial value**: `stretch`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------------------------------: | :-----: | :---------------------------------------: | :--------------------------------------: | :-: | | **1** _(-webkit-mask-box-image-repeat)_ | No | **3.1** _(-webkit-mask-box-image-repeat)_ | **79** _(-webkit-mask-box-image-repeat)_ | No |"
21928
21958
  },
21929
21959
  "maskBorderSlice": {
21930
21960
  "$ref": "#/definitions/Property.MaskBorderSlice",
21931
- "description": "The **`mask-border-slice`** CSS property divides the image set by `mask-border-source` into regions. These regions are used to form the components of an element's mask border.\n\n**Syntax**: `<number-percentage>{1,4} fill?`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------------------: | :-----: | :--------------------------------------: | :--: | :-: | | **1** _(-webkit-mask-box-image-slice)_ | No | **3.1** _(-webkit-mask-box-image-slice)_ | n/a | No |"
21961
+ "description": "The **`mask-border-slice`** CSS property divides the image set by `mask-border-source` into regions. These regions are used to form the components of an element's mask border.\n\n**Syntax**: `<number-percentage>{1,4} fill?`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------------------: | :-----: | :--------------------------------------: | :-------------------------------------: | :-: | | **1** _(-webkit-mask-box-image-slice)_ | No | **3.1** _(-webkit-mask-box-image-slice)_ | **79** _(-webkit-mask-box-image-slice)_ | No |"
21932
21962
  },
21933
21963
  "maskBorderSource": {
21934
21964
  "$ref": "#/definitions/Property.MaskBorderSource",
21935
- "description": "The **`mask-border-source`** CSS property sets the source image used to create an element's mask border.\n\n**Syntax**: `none | <image>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------------------------------: | :-----: | :---------------------------------------: | :--: | :-: | | **1** _(-webkit-mask-box-image-source)_ | No | **3.1** _(-webkit-mask-box-image-source)_ | n/a | No |"
21965
+ "description": "The **`mask-border-source`** CSS property sets the source image used to create an element's mask border.\n\n**Syntax**: `none | <image>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------------------------------: | :-----: | :---------------------------------------: | :--------------------------------------: | :-: | | **1** _(-webkit-mask-box-image-source)_ | No | **3.1** _(-webkit-mask-box-image-source)_ | **79** _(-webkit-mask-box-image-source)_ | No |"
21936
21966
  },
21937
21967
  "maskBorderWidth": {
21938
21968
  "$ref": "#/definitions/Property.MaskBorderWidth%3C(string%7Cnumber)%3E",
21939
- "description": "The **`mask-border-width`** CSS property sets the width of an element's mask border.\n\n**Syntax**: `[ <length-percentage> | <number> | auto ]{1,4}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------------------: | :-----: | :--------------------------------------: | :--: | :-: | | **1** _(-webkit-mask-box-image-width)_ | No | **3.1** _(-webkit-mask-box-image-width)_ | n/a | No |"
21969
+ "description": "The **`mask-border-width`** CSS property sets the width of an element's mask border.\n\n**Syntax**: `[ <length-percentage> | <number> | auto ]{1,4}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------------------: | :-----: | :--------------------------------------: | :-------------------------------------: | :-: | | **1** _(-webkit-mask-box-image-width)_ | No | **3.1** _(-webkit-mask-box-image-width)_ | **79** _(-webkit-mask-box-image-width)_ | No |"
21940
21970
  },
21941
21971
  "maskClip": {
21942
21972
  "$ref": "#/definitions/Property.MaskClip",
21943
- "description": "The **`mask-clip`** CSS property determines the area which is affected by a mask. The painted content of an element must be restricted to this area.\n\n**Syntax**: `[ <geometry-box> | no-clip ]#`\n\n**Initial value**: `border-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :------: | :--: | :-: | | **1** _-x-_ | **53** | **15.4** | n/a | No | | | | 4 _-x-_ | | |"
21973
+ "description": "The **`mask-clip`** CSS property determines the area which is affected by a mask. The painted content of an element must be restricted to this area.\n\n**Syntax**: `[ <geometry-box> | no-clip ]#`\n\n**Initial value**: `border-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :------: | :----------: | :-: | | **1** _-x-_ | **53** | **15.4** | **79** _-x-_ | No | | | | 4 _-x-_ | | |"
21944
21974
  },
21945
21975
  "maskComposite": {
21946
21976
  "$ref": "#/definitions/Property.MaskComposite",
@@ -21952,11 +21982,11 @@
21952
21982
  },
21953
21983
  "maskMode": {
21954
21984
  "$ref": "#/definitions/Property.MaskMode",
21955
- "description": "The **`mask-mode`** CSS property sets whether the mask reference defined by `mask-image` is treated as a luminance or alpha mask.\n\n**Syntax**: `<masking-mode>#`\n\n**Initial value**: `match-source`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | No | **53** | **15.4** | n/a | No |"
21985
+ "description": "The **`mask-mode`** CSS property sets whether the mask reference defined by `mask-image` is treated as a luminance or alpha mask.\n\n**Syntax**: `<masking-mode>#`\n\n**Initial value**: `match-source`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | No | **53** | **15.4** | No | No |"
21956
21986
  },
21957
21987
  "maskOrigin": {
21958
21988
  "$ref": "#/definitions/Property.MaskOrigin",
21959
- "description": "The **`mask-origin`** CSS property sets the origin of a mask.\n\n**Syntax**: `<geometry-box>#`\n\n**Initial value**: `border-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :------: | :--: | :-: | | **1** _-x-_ | **53** | **15.4** | n/a | No | | | | 4 _-x-_ | | |"
21989
+ "description": "The **`mask-origin`** CSS property sets the origin of a mask.\n\n**Syntax**: `<geometry-box>#`\n\n**Initial value**: `border-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :------: | :----------: | :-: | | **1** _-x-_ | **53** | **15.4** | **79** _-x-_ | No | | | | 4 _-x-_ | | |"
21960
21990
  },
21961
21991
  "maskPosition": {
21962
21992
  "$ref": "#/definitions/Property.MaskPosition%3C(string%7Cnumber)%3E",
@@ -21972,23 +22002,15 @@
21972
22002
  },
21973
22003
  "maskType": {
21974
22004
  "$ref": "#/definitions/Property.MaskType",
21975
- "description": "The **`mask-type`** CSS property sets whether an SVG `<mask>` element is used as a _luminance_ or an _alpha_ mask. It applies to the `<mask>` element itself.\n\n**Syntax**: `luminance | alpha`\n\n**Initial value**: `luminance`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **24** | **35** | **7** | n/a | No |"
21976
- },
21977
- "mathDepth": {
21978
- "$ref": "#/definitions/Property.MathDepth",
21979
- "description": "The **`math-depth`** property describes a notion of _depth_ for each element of a mathematical formula, with respect to the top-level container of that formula. Concretely, this is used to determine the computed value of the font-size property when its specified value is `math`.\n\n**Syntax**: `auto-add | add(<integer>) | <integer>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | n/a | n/a | No | n/a | No |"
21980
- },
21981
- "mathShift": {
21982
- "$ref": "#/definitions/Property.MathShift",
21983
- "description": "The `math-shift` property indicates whether superscripts inside MathML formulas should be raised by a normal or compact shift.\n\n**Syntax**: `normal | compact`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | n/a | No | No | n/a | No |"
22005
+ "description": "The **`mask-type`** CSS property sets whether an SVG `<mask>` element is used as a _luminance_ or an _alpha_ mask. It applies to the `<mask>` element itself.\n\n**Syntax**: `luminance | alpha`\n\n**Initial value**: `luminance`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **24** | **35** | **7** | **79** | No |"
21984
22006
  },
21985
22007
  "mathStyle": {
21986
22008
  "$ref": "#/definitions/Property.MathStyle",
21987
- "description": "The `math-style` property indicates whether MathML equations should render with normal or compact height.\n\n**Syntax**: `normal | compact`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | n/a | n/a | **14.1** | n/a | No |"
22009
+ "description": "The `math-style` property indicates whether MathML equations should render with normal or compact height.\n\n**Syntax**: `normal | compact`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | n/a | n/a | **14.1** | No | No |"
21988
22010
  },
21989
22011
  "maxBlockSize": {
21990
22012
  "$ref": "#/definitions/Property.MaxBlockSize%3C(string%7Cnumber)%3E",
21991
- "description": "The **`max-block-size`** CSS property specifies the maximum size of an element in the direction opposite that of the writing direction as specified by `writing-mode`. That is, if the writing direction is horizontal, then `max-block-size` is equivalent to `max-height`; if the writing direction is vertical, `max-block-size` is the same as `max-width`.\n\n**Syntax**: `<'max-width'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **57** | **41** | **12.1** | n/a | No |"
22013
+ "description": "The **`max-block-size`** CSS property specifies the maximum size of an element in the direction opposite that of the writing direction as specified by `writing-mode`. That is, if the writing direction is horizontal, then `max-block-size` is equivalent to `max-height`; if the writing direction is vertical, `max-block-size` is the same as `max-width`.\n\n**Syntax**: `<'max-width'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No |"
21992
22014
  },
21993
22015
  "maxHeight": {
21994
22016
  "$ref": "#/definitions/Property.MaxHeight%3C(string%7Cnumber)%3E",
@@ -21996,7 +22018,7 @@
21996
22018
  },
21997
22019
  "maxInlineSize": {
21998
22020
  "$ref": "#/definitions/Property.MaxInlineSize%3C(string%7Cnumber)%3E",
21999
- "description": "The **`max-inline-size`** CSS property defines the horizontal or vertical maximum size of an element's block, depending on its writing mode. It corresponds to either the `max-width` or the `max-height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'max-width'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :--------: | :--: | :-: | | **57** | **41** | **12.1** | n/a | No | | | | 10.1 _-x-_ | | |"
22021
+ "description": "The **`max-inline-size`** CSS property defines the horizontal or vertical maximum size of an element's block, depending on its writing mode. It corresponds to either the `max-width` or the `max-height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'max-width'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :--------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No | | | | 10.1 _-x-_ | | |"
22000
22022
  },
22001
22023
  "maxLines": {
22002
22024
  "$ref": "#/definitions/Property.MaxLines",
@@ -22008,7 +22030,7 @@
22008
22030
  },
22009
22031
  "minBlockSize": {
22010
22032
  "$ref": "#/definitions/Property.MinBlockSize%3C(string%7Cnumber)%3E",
22011
- "description": "The **`min-block-size`** CSS property defines the minimum horizontal or vertical size of an element's block, depending on its writing mode. It corresponds to either the `min-width` or the `min-height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'min-width'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **57** | **41** | **12.1** | n/a | No |"
22033
+ "description": "The **`min-block-size`** CSS property defines the minimum horizontal or vertical size of an element's block, depending on its writing mode. It corresponds to either the `min-width` or the `min-height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'min-width'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No |"
22012
22034
  },
22013
22035
  "minHeight": {
22014
22036
  "$ref": "#/definitions/Property.MinHeight%3C(string%7Cnumber)%3E",
@@ -22016,7 +22038,7 @@
22016
22038
  },
22017
22039
  "minInlineSize": {
22018
22040
  "$ref": "#/definitions/Property.MinInlineSize%3C(string%7Cnumber)%3E",
22019
- "description": "The **`min-inline-size`** CSS property defines the horizontal or vertical minimal size of an element's block, depending on its writing mode. It corresponds to either the `min-width` or the `min-height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'min-width'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **57** | **41** | **12.1** | n/a | No |"
22041
+ "description": "The **`min-inline-size`** CSS property defines the horizontal or vertical minimal size of an element's block, depending on its writing mode. It corresponds to either the `min-width` or the `min-height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'min-width'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No |"
22020
22042
  },
22021
22043
  "minWidth": {
22022
22044
  "$ref": "#/definitions/Property.MinWidth%3C(string%7Cnumber)%3E",
@@ -22024,19 +22046,19 @@
22024
22046
  },
22025
22047
  "mixBlendMode": {
22026
22048
  "$ref": "#/definitions/Property.MixBlendMode",
22027
- "description": "The **`mix-blend-mode`** CSS property sets how an element's content should blend with the content of the element's parent and the element's background.\n\n**Syntax**: `<blend-mode> | plus-lighter`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **41** | **32** | **8** | n/a | No |"
22049
+ "description": "The **`mix-blend-mode`** CSS property sets how an element's content should blend with the content of the element's parent and the element's background.\n\n**Syntax**: `<blend-mode> | plus-lighter`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **41** | **32** | **8** | **79** | No |"
22028
22050
  },
22029
22051
  "motionDistance": {
22030
22052
  "$ref": "#/definitions/Property.OffsetDistance%3C(string%7Cnumber)%3E",
22031
- "description": "The **`offset-distance`** CSS property specifies a position along an `offset-path` for an element to be placed.\n\n**Syntax**: `<length-percentage>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :-----: | :----: | :--: | :-: | | **55** | **72** | No | n/a | No | | 46 _(motion-distance)_ | | | | |"
22053
+ "description": "The **`offset-distance`** CSS property specifies a position along an `offset-path` for an element to be placed.\n\n**Syntax**: `<length-percentage>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :-----: | :----: | :----: | :-: | | **55** | **72** | No | **79** | No | | 46 _(motion-distance)_ | | | | |"
22032
22054
  },
22033
22055
  "motionPath": {
22034
22056
  "$ref": "#/definitions/Property.OffsetPath",
22035
- "description": "The **`offset-path`** CSS property specifies a motion path for an element to follow and defines the element's positioning within the parent container or SVG coordinate system.\n\n**Syntax**: `none | ray( [ <angle> && <size> && contain? ] ) | <path()> | <url> | [ <basic-shape> || <geometry-box> ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------------: | :-----: | :------: | :--: | :-: | | **55** | **72** | **15.4** | n/a | No | | 46 _(motion-path)_ | | | | |"
22057
+ "description": "The **`offset-path`** CSS property specifies a motion path for an element to follow and defines the element's positioning within the parent container or SVG coordinate system.\n\n**Syntax**: `none | ray( [ <angle> && <size> && contain? ] ) | <path()> | <url> | [ <basic-shape> || <geometry-box> ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------------: | :-----: | :----: | :----: | :-: | | **55** | **72** | No | **79** | No | | 46 _(motion-path)_ | | | | |"
22036
22058
  },
22037
22059
  "motionRotation": {
22038
22060
  "$ref": "#/definitions/Property.OffsetRotate",
22039
- "description": "The **`offset-rotate`** CSS property defines the orientation/direction of the element as it is positioned along the `offset-path`.\n\n**Syntax**: `[ auto | reverse ] || <angle>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :-----: | :----: | :--: | :-: | | **56** | **72** | No | n/a | No | | 46 _(motion-rotation)_ | | | | |"
22061
+ "description": "The **`offset-rotate`** CSS property defines the orientation/direction of the element as it is positioned along the `offset-path`.\n\n**Syntax**: `[ auto | reverse ] || <angle>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :-----: | :----: | :----: | :-: | | **56** | **72** | No | **79** | No | | 46 _(motion-rotation)_ | | | | |"
22040
22062
  },
22041
22063
  "objectFit": {
22042
22064
  "$ref": "#/definitions/Property.ObjectFit",
@@ -22048,23 +22070,23 @@
22048
22070
  },
22049
22071
  "offsetAnchor": {
22050
22072
  "$ref": "#/definitions/Property.OffsetAnchor%3C(string%7Cnumber)%3E",
22051
- "description": "**Syntax**: `auto | <position>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **72** | No | n/a | No |"
22073
+ "description": "**Syntax**: `auto | <position>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **72** | No | No | No |"
22052
22074
  },
22053
22075
  "offsetDistance": {
22054
22076
  "$ref": "#/definitions/Property.OffsetDistance%3C(string%7Cnumber)%3E",
22055
- "description": "The **`offset-distance`** CSS property specifies a position along an `offset-path` for an element to be placed.\n\n**Syntax**: `<length-percentage>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :-----: | :----: | :--: | :-: | | **55** | **72** | No | n/a | No | | 46 _(motion-distance)_ | | | | |"
22077
+ "description": "The **`offset-distance`** CSS property specifies a position along an `offset-path` for an element to be placed.\n\n**Syntax**: `<length-percentage>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :-----: | :----: | :----: | :-: | | **55** | **72** | No | **79** | No | | 46 _(motion-distance)_ | | | | |"
22056
22078
  },
22057
22079
  "offsetPath": {
22058
22080
  "$ref": "#/definitions/Property.OffsetPath",
22059
- "description": "The **`offset-path`** CSS property specifies a motion path for an element to follow and defines the element's positioning within the parent container or SVG coordinate system.\n\n**Syntax**: `none | ray( [ <angle> && <size> && contain? ] ) | <path()> | <url> | [ <basic-shape> || <geometry-box> ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------------: | :-----: | :------: | :--: | :-: | | **55** | **72** | **15.4** | n/a | No | | 46 _(motion-path)_ | | | | |"
22081
+ "description": "The **`offset-path`** CSS property specifies a motion path for an element to follow and defines the element's positioning within the parent container or SVG coordinate system.\n\n**Syntax**: `none | ray( [ <angle> && <size> && contain? ] ) | <path()> | <url> | [ <basic-shape> || <geometry-box> ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------------: | :-----: | :----: | :----: | :-: | | **55** | **72** | No | **79** | No | | 46 _(motion-path)_ | | | | |"
22060
22082
  },
22061
22083
  "offsetRotate": {
22062
22084
  "$ref": "#/definitions/Property.OffsetRotate",
22063
- "description": "The **`offset-rotate`** CSS property defines the orientation/direction of the element as it is positioned along the `offset-path`.\n\n**Syntax**: `[ auto | reverse ] || <angle>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :-----: | :----: | :--: | :-: | | **56** | **72** | No | n/a | No | | 46 _(motion-rotation)_ | | | | |"
22085
+ "description": "The **`offset-rotate`** CSS property defines the orientation/direction of the element as it is positioned along the `offset-path`.\n\n**Syntax**: `[ auto | reverse ] || <angle>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :-----: | :----: | :----: | :-: | | **56** | **72** | No | **79** | No | | 46 _(motion-rotation)_ | | | | |"
22064
22086
  },
22065
22087
  "offsetRotation": {
22066
22088
  "$ref": "#/definitions/Property.OffsetRotate",
22067
- "description": "The **`offset-rotate`** CSS property defines the orientation/direction of the element as it is positioned along the `offset-path`.\n\n**Syntax**: `[ auto | reverse ] || <angle>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :-----: | :----: | :--: | :-: | | **56** | **72** | No | n/a | No | | 46 _(motion-rotation)_ | | | | |"
22089
+ "description": "The **`offset-rotate`** CSS property defines the orientation/direction of the element as it is positioned along the `offset-path`.\n\n**Syntax**: `[ auto | reverse ] || <angle>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :-----: | :----: | :----: | :-: | | **56** | **72** | No | **79** | No | | 46 _(motion-rotation)_ | | | | |"
22068
22090
  },
22069
22091
  "order": {
22070
22092
  "$ref": "#/definitions/Property.Order",
@@ -22092,23 +22114,23 @@
22092
22114
  },
22093
22115
  "overflowAnchor": {
22094
22116
  "$ref": "#/definitions/Property.OverflowAnchor",
22095
- "description": "**Syntax**: `auto | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **56** | **66** | No | n/a | No |"
22117
+ "description": "**Syntax**: `auto | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **56** | **66** | No | **79** | No |"
22096
22118
  },
22097
22119
  "overflowBlock": {
22098
22120
  "$ref": "#/definitions/Property.OverflowBlock",
22099
- "description": "**Syntax**: `visible | hidden | clip | scroll | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **69** | No | n/a | No |"
22121
+ "description": "**Syntax**: `visible | hidden | clip | scroll | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **69** | No | No | No |"
22100
22122
  },
22101
22123
  "overflowClipBox": {
22102
22124
  "$ref": "#/definitions/Property.OverflowClipBox",
22103
- "description": "The **`overflow-clip-box`** CSS property specifies relative to which box the clipping happens when there is an overflow. It is short hand for the `overflow-clip-box-inline` and `overflow-clip-box-block` properties.\n\n**Syntax**: `padding-box | content-box`\n\n**Initial value**: `padding-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **29** | No | n/a | No |"
22125
+ "description": "The **`overflow-clip-box`** CSS property specifies relative to which box the clipping happens when there is an overflow. It is short hand for the `overflow-clip-box-inline` and `overflow-clip-box-block` properties.\n\n**Syntax**: `padding-box | content-box`\n\n**Initial value**: `padding-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **29** | No | No | No |"
22104
22126
  },
22105
22127
  "overflowClipMargin": {
22106
22128
  "$ref": "#/definitions/Property.OverflowClipMargin%3C(string%7Cnumber)%3E",
22107
- "description": "**Syntax**: `<visual-box> || <length [0,∞]>`\n\n**Initial value**: `0px`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **90** | No | No | n/a | No |"
22129
+ "description": "**Syntax**: `<visual-box> || <length [0,∞]>`\n\n**Initial value**: `0px`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **90** | No | No | **90** | No |"
22108
22130
  },
22109
22131
  "overflowInline": {
22110
22132
  "$ref": "#/definitions/Property.OverflowInline",
22111
- "description": "**Syntax**: `visible | hidden | clip | scroll | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **69** | No | n/a | No |"
22133
+ "description": "**Syntax**: `visible | hidden | clip | scroll | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **69** | No | No | No |"
22112
22134
  },
22113
22135
  "overflowWrap": {
22114
22136
  "$ref": "#/definitions/Property.OverflowWrap",
@@ -22124,31 +22146,31 @@
22124
22146
  },
22125
22147
  "overscrollBehaviorBlock": {
22126
22148
  "$ref": "#/definitions/Property.OverscrollBehaviorBlock",
22127
- "description": "The **`overscroll-behavior-block`** CSS property sets the browser's behavior when the block direction boundary of a scrolling area is reached.\n\n**Syntax**: `contain | none | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **77** | **73** | **16** | n/a | No |"
22149
+ "description": "The **`overscroll-behavior-block`** CSS property sets the browser's behavior when the block direction boundary of a scrolling area is reached.\n\n**Syntax**: `contain | none | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **77** | **73** | No | **79** | No |"
22128
22150
  },
22129
22151
  "overscrollBehaviorInline": {
22130
22152
  "$ref": "#/definitions/Property.OverscrollBehaviorInline",
22131
- "description": "The **`overscroll-behavior-inline`** CSS property sets the browser's behavior when the inline direction boundary of a scrolling area is reached.\n\n**Syntax**: `contain | none | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **77** | **73** | **16** | n/a | No |"
22153
+ "description": "The **`overscroll-behavior-inline`** CSS property sets the browser's behavior when the inline direction boundary of a scrolling area is reached.\n\n**Syntax**: `contain | none | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **77** | **73** | No | **79** | No |"
22132
22154
  },
22133
22155
  "overscrollBehaviorX": {
22134
22156
  "$ref": "#/definitions/Property.OverscrollBehaviorX",
22135
- "description": "The **`overscroll-behavior-x`** CSS property sets the browser's behavior when the horizontal boundary of a scrolling area is reached.\n\n**Syntax**: `contain | none | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **63** | **59** | **16** | **18** | No |"
22157
+ "description": "The **`overscroll-behavior-x`** CSS property sets the browser's behavior when the horizontal boundary of a scrolling area is reached.\n\n**Syntax**: `contain | none | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **63** | **59** | No | **18** | No |"
22136
22158
  },
22137
22159
  "overscrollBehaviorY": {
22138
22160
  "$ref": "#/definitions/Property.OverscrollBehaviorY",
22139
- "description": "The **`overscroll-behavior-y`** CSS property sets the browser's behavior when the vertical boundary of a scrolling area is reached.\n\n**Syntax**: `contain | none | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **63** | **59** | **16** | **18** | No |"
22161
+ "description": "The **`overscroll-behavior-y`** CSS property sets the browser's behavior when the vertical boundary of a scrolling area is reached.\n\n**Syntax**: `contain | none | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **63** | **59** | No | **18** | No |"
22140
22162
  },
22141
22163
  "paddingBlock": {
22142
22164
  "$ref": "#/definitions/Property.PaddingBlock%3C(string%7Cnumber)%3E",
22143
- "description": "The **`padding-block`** CSS shorthand property defines the logical block start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
22165
+ "description": "The **`padding-block`** CSS shorthand property defines the logical block start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
22144
22166
  },
22145
22167
  "paddingBlockEnd": {
22146
22168
  "$ref": "#/definitions/Property.PaddingBlockEnd%3C(string%7Cnumber)%3E",
22147
- "description": "The **`padding-block-end`** CSS property defines the logical block end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **41** | **12.1** | n/a | No |"
22169
+ "description": "The **`padding-block-end`** CSS property defines the logical block end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **41** | **12.1** | **87** | No |"
22148
22170
  },
22149
22171
  "paddingBlockStart": {
22150
22172
  "$ref": "#/definitions/Property.PaddingBlockStart%3C(string%7Cnumber)%3E",
22151
- "description": "The **`padding-block-start`** CSS property defines the logical block start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **41** | **12.1** | n/a | No |"
22173
+ "description": "The **`padding-block-start`** CSS property defines the logical block start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **41** | **12.1** | **87** | No |"
22152
22174
  },
22153
22175
  "paddingBottom": {
22154
22176
  "$ref": "#/definitions/Property.PaddingBottom%3C(string%7Cnumber)%3E",
@@ -22156,15 +22178,15 @@
22156
22178
  },
22157
22179
  "paddingInline": {
22158
22180
  "$ref": "#/definitions/Property.PaddingInline%3C(string%7Cnumber)%3E",
22159
- "description": "The **`padding-inline`** CSS shorthand property defines the logical inline start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **66** | **14.1** | n/a | No |"
22181
+ "description": "The **`padding-inline`** CSS shorthand property defines the logical inline start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
22160
22182
  },
22161
22183
  "paddingInlineEnd": {
22162
22184
  "$ref": "#/definitions/Property.PaddingInlineEnd%3C(string%7Cnumber)%3E",
22163
- "description": "The **`padding-inline-end`** CSS property defines the logical inline end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----------------------: | :--------------------: | :-----------------------: | :--: | :-: | | **87** | **41** | **12.1** | n/a | No | | 2 _(-webkit-padding-end)_ | 3 _(-moz-padding-end)_ | 3 _(-webkit-padding-end)_ | | |"
22185
+ "description": "The **`padding-inline-end`** CSS property defines the logical inline end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----------------------: | :--------------------: | :-----------------------: | :------------------------: | :-: | | **87** | **41** | **12.1** | **87** | No | | 2 _(-webkit-padding-end)_ | 3 _(-moz-padding-end)_ | 3 _(-webkit-padding-end)_ | 79 _(-webkit-padding-end)_ | |"
22164
22186
  },
22165
22187
  "paddingInlineStart": {
22166
22188
  "$ref": "#/definitions/Property.PaddingInlineStart%3C(string%7Cnumber)%3E",
22167
- "description": "The **`padding-inline-start`** CSS property defines the logical inline start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------------------: | :----------------------: | :-------------------------: | :--: | :-: | | **87** | **41** | **12.1** | n/a | No | | 2 _(-webkit-padding-start)_ | 3 _(-moz-padding-start)_ | 3 _(-webkit-padding-start)_ | | |"
22189
+ "description": "The **`padding-inline-start`** CSS property defines the logical inline start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------------------: | :----------------------: | :-------------------------: | :--------------------------: | :-: | | **87** | **41** | **12.1** | **87** | No | | 2 _(-webkit-padding-start)_ | 3 _(-moz-padding-start)_ | 3 _(-webkit-padding-start)_ | 79 _(-webkit-padding-start)_ | |"
22168
22190
  },
22169
22191
  "paddingLeft": {
22170
22192
  "$ref": "#/definitions/Property.PaddingLeft%3C(string%7Cnumber)%3E",
@@ -22200,7 +22222,7 @@
22200
22222
  },
22201
22223
  "placeContent": {
22202
22224
  "$ref": "#/definitions/Property.PlaceContent",
22203
- "description": "The **`place-content`** CSS shorthand property allows you to align content along both the block and inline directions at once (i.e. the `align-content` and `justify-content` properties) in a relevant layout system such as Grid or Flexbox.\n\n**Syntax**: `<'align-content'> <'justify-content'>?`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **59** | **45** | **9** | n/a | No |"
22225
+ "description": "The **`place-content`** CSS shorthand property allows you to align content along both the block and inline directions at once (i.e. the `align-content` and `justify-content` properties) in a relevant layout system such as Grid or Flexbox.\n\n**Syntax**: `<'align-content'> <'justify-content'>?`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **59** | **45** | **9** | **79** | No |"
22204
22226
  },
22205
22227
  "position": {
22206
22228
  "$ref": "#/definitions/Property.Position",
@@ -22216,7 +22238,7 @@
22216
22238
  },
22217
22239
  "resize": {
22218
22240
  "$ref": "#/definitions/Property.Resize",
22219
- "description": "The **`resize`** CSS property sets whether an element is resizable, and if so, in which directions.\n\n**Syntax**: `none | both | horizontal | vertical | block | inline`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **1** | **4** | **3** | n/a | No |"
22241
+ "description": "The **`resize`** CSS property sets whether an element is resizable, and if so, in which directions.\n\n**Syntax**: `none | both | horizontal | vertical | block | inline`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **1** | **4** | **3** | **79** | No |"
22220
22242
  },
22221
22243
  "right": {
22222
22244
  "$ref": "#/definitions/Property.Right%3C(string%7Cnumber)%3E",
@@ -22224,15 +22246,15 @@
22224
22246
  },
22225
22247
  "rotate": {
22226
22248
  "$ref": "#/definitions/Property.Rotate",
22227
- "description": "The **`rotate`** CSS property allows you to specify rotation transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` property.\n\n**Syntax**: `none | <angle> | [ x | y | z | <number>{3} ] && <angle>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :------: | :--: | :-: | | **104** | **72** | **14.1** | n/a | No |"
22249
+ "description": "The **`rotate`** CSS property allows you to specify rotation transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` property.\n\n**Syntax**: `none | <angle> | [ x | y | z | <number>{3} ] && <angle>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | No | **72** | **14.1** | No | No |"
22228
22250
  },
22229
22251
  "rowGap": {
22230
22252
  "$ref": "#/definitions/Property.RowGap%3C(string%7Cnumber)%3E",
22231
- "description": "The **`row-gap`** CSS property sets the size of the gap (gutter) between an element's grid rows.\n\n**Syntax**: `normal | <length-percentage>`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **47** | **52** | **10.1** | **16** | No |"
22253
+ "description": "The **`row-gap`** CSS property sets the size of the gap (gutter) between an element's grid rows.\n\n**Syntax**: `normal | <length-percentage>`\n\n**Initial value**: `normal`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **84** | **63** | **14.1** | **84** | No |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----------------: | :-----------------: | :-------------------: | :----: | :-: | | **66** | **61** | **12** | **16** | No | | 57 _(grid-row-gap)_ | 52 _(grid-row-gap)_ | 10.1 _(grid-row-gap)_ | | |\n\n---"
22232
22254
  },
22233
22255
  "rubyAlign": {
22234
22256
  "$ref": "#/definitions/Property.RubyAlign",
22235
- "description": "The **`ruby-align`** CSS property defines the distribution of the different ruby elements over the base.\n\n**Syntax**: `start | center | space-between | space-around`\n\n**Initial value**: `space-around`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **38** | No | n/a | No |"
22257
+ "description": "The **`ruby-align`** CSS property defines the distribution of the different ruby elements over the base.\n\n**Syntax**: `start | center | space-between | space-around`\n\n**Initial value**: `space-around`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **38** | No | No | No |"
22236
22258
  },
22237
22259
  "rubyMerge": {
22238
22260
  "$ref": "#/definitions/Property.RubyMerge",
@@ -22244,127 +22266,127 @@
22244
22266
  },
22245
22267
  "scale": {
22246
22268
  "$ref": "#/definitions/Property.Scale",
22247
- "description": "The **`scale`** CSS property allows you to specify scale transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` value.\n\n**Syntax**: `none | <number>{1,3}`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :------: | :--: | :-: | | **104** | **72** | **14.1** | n/a | No |"
22269
+ "description": "The **`scale`** CSS property allows you to specify scale transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` value.\n\n**Syntax**: `none | <number>{1,3}`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | No | **72** | **14.1** | No | No |"
22248
22270
  },
22249
22271
  "scrollBehavior": {
22250
22272
  "$ref": "#/definitions/Property.ScrollBehavior",
22251
- "description": "The **`scroll-behavior`** CSS property sets the behavior for a scrolling box when scrolling is triggered by the navigation or CSSOM scrolling APIs.\n\n**Syntax**: `auto | smooth`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **61** | **36** | **15.4** | n/a | No |"
22273
+ "description": "The **`scroll-behavior`** CSS property sets the behavior for a scrolling box when scrolling is triggered by the navigation or CSSOM scrolling APIs.\n\n**Syntax**: `auto | smooth`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **61** | **36** | **15.4** | **79** | No |"
22252
22274
  },
22253
22275
  "scrollMargin": {
22254
22276
  "$ref": "#/definitions/Property.ScrollMargin%3C(string%7Cnumber)%3E",
22255
- "description": "The **`scroll-margin`** shorthand property sets all of the scroll margins of an element at once, assigning values much like the `margin` property does for margins of an element.\n\n**Syntax**: `<length>{1,4}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----------------------: | :--: | :-: | | **69** | **90** | **14.1** | n/a | No | | | | 11 _(scroll-snap-margin)_ | | |"
22277
+ "description": "The **`scroll-margin`** shorthand property sets all of the scroll margins of an element at once, assigning values much like the `margin` property does for margins of an element.\n\n**Syntax**: `<length>{1,4}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----------------------: | :----: | :-: | | **69** | **90** | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin)_ | | |"
22256
22278
  },
22257
22279
  "scrollMarginBlock": {
22258
22280
  "$ref": "#/definitions/Property.ScrollMarginBlock%3C(string%7Cnumber)%3E",
22259
- "description": "The `scroll-margin-block` shorthand property sets the scroll margins of an element in the block dimension.\n\n**Syntax**: `<length>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No |"
22281
+ "description": "The `scroll-margin-block` shorthand property sets the scroll margins of an element in the block dimension.\n\n**Syntax**: `<length>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
22260
22282
  },
22261
22283
  "scrollMarginBlockEnd": {
22262
22284
  "$ref": "#/definitions/Property.ScrollMarginBlockEnd%3C(string%7Cnumber)%3E",
22263
- "description": "The `scroll-margin-block-end` property defines the margin of the scroll snap area at the end of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No |"
22285
+ "description": "The `scroll-margin-block-end` property defines the margin of the scroll snap area at the end of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
22264
22286
  },
22265
22287
  "scrollMarginBlockStart": {
22266
22288
  "$ref": "#/definitions/Property.ScrollMarginBlockStart%3C(string%7Cnumber)%3E",
22267
- "description": "The `scroll-margin-block-start` property defines the margin of the scroll snap area at the start of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No |"
22289
+ "description": "The `scroll-margin-block-start` property defines the margin of the scroll snap area at the start of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
22268
22290
  },
22269
22291
  "scrollMarginBottom": {
22270
22292
  "$ref": "#/definitions/Property.ScrollMarginBottom%3C(string%7Cnumber)%3E",
22271
- "description": "The `scroll-margin-bottom` property defines the bottom margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------------------------------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No | | | | 11 _(scroll-snap-margin-bottom)_ | | |"
22293
+ "description": "The `scroll-margin-bottom` property defines the bottom margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------------------------------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin-bottom)_ | | |"
22272
22294
  },
22273
22295
  "scrollMarginInline": {
22274
22296
  "$ref": "#/definitions/Property.ScrollMarginInline%3C(string%7Cnumber)%3E",
22275
- "description": "The `scroll-margin-inline` shorthand property sets the scroll margins of an element in the inline dimension.\n\n**Syntax**: `<length>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No |"
22297
+ "description": "The `scroll-margin-inline` shorthand property sets the scroll margins of an element in the inline dimension.\n\n**Syntax**: `<length>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
22276
22298
  },
22277
22299
  "scrollMarginInlineEnd": {
22278
22300
  "$ref": "#/definitions/Property.ScrollMarginInlineEnd%3C(string%7Cnumber)%3E",
22279
- "description": "The `scroll-margin-inline-end` property defines the margin of the scroll snap area at the end of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No |"
22301
+ "description": "The `scroll-margin-inline-end` property defines the margin of the scroll snap area at the end of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
22280
22302
  },
22281
22303
  "scrollMarginInlineStart": {
22282
22304
  "$ref": "#/definitions/Property.ScrollMarginInlineStart%3C(string%7Cnumber)%3E",
22283
- "description": "The `scroll-margin-inline-start` property defines the margin of the scroll snap area at the start of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No |"
22305
+ "description": "The `scroll-margin-inline-start` property defines the margin of the scroll snap area at the start of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
22284
22306
  },
22285
22307
  "scrollMarginLeft": {
22286
22308
  "$ref": "#/definitions/Property.ScrollMarginLeft%3C(string%7Cnumber)%3E",
22287
- "description": "The `scroll-margin-left` property defines the left margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----------------------------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No | | | | 11 _(scroll-snap-margin-left)_ | | |"
22309
+ "description": "The `scroll-margin-left` property defines the left margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----------------------------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin-left)_ | | |"
22288
22310
  },
22289
22311
  "scrollMarginRight": {
22290
22312
  "$ref": "#/definitions/Property.ScrollMarginRight%3C(string%7Cnumber)%3E",
22291
- "description": "The `scroll-margin-right` property defines the right margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----------------------------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No | | | | 11 _(scroll-snap-margin-right)_ | | |"
22313
+ "description": "The `scroll-margin-right` property defines the right margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----------------------------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin-right)_ | | |"
22292
22314
  },
22293
22315
  "scrollMarginTop": {
22294
22316
  "$ref": "#/definitions/Property.ScrollMarginTop%3C(string%7Cnumber)%3E",
22295
- "description": "The `scroll-margin-top` property defines the top margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :---------------------------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No | | | | 11 _(scroll-snap-margin-top)_ | | |"
22317
+ "description": "The `scroll-margin-top` property defines the top margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :---------------------------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin-top)_ | | |"
22296
22318
  },
22297
22319
  "scrollPadding": {
22298
22320
  "$ref": "#/definitions/Property.ScrollPadding%3C(string%7Cnumber)%3E",
22299
- "description": "The **`scroll-padding`** shorthand property sets scroll padding on all sides of an element at once, much like the `padding` property does for padding on an element.\n\n**Syntax**: `[ auto | <length-percentage> ]{1,4}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No |"
22321
+ "description": "The **`scroll-padding`** shorthand property sets scroll padding on all sides of an element at once, much like the `padding` property does for padding on an element.\n\n**Syntax**: `[ auto | <length-percentage> ]{1,4}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
22300
22322
  },
22301
22323
  "scrollPaddingBlock": {
22302
22324
  "$ref": "#/definitions/Property.ScrollPaddingBlock%3C(string%7Cnumber)%3E",
22303
- "description": "The `scroll-padding-block` shorthand property sets the scroll padding of an element in the block dimension.\n\n**Syntax**: `[ auto | <length-percentage> ]{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **69** | **68** | **15** | n/a | No |"
22325
+ "description": "The `scroll-padding-block` shorthand property sets the scroll padding of an element in the block dimension.\n\n**Syntax**: `[ auto | <length-percentage> ]{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **15** | **79** | No |"
22304
22326
  },
22305
22327
  "scrollPaddingBlockEnd": {
22306
22328
  "$ref": "#/definitions/Property.ScrollPaddingBlockEnd%3C(string%7Cnumber)%3E",
22307
- "description": "The `scroll-padding-block-end` property defines offsets for the end edge in the block dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **69** | **68** | **15** | n/a | No |"
22329
+ "description": "The `scroll-padding-block-end` property defines offsets for the end edge in the block dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **15** | **79** | No |"
22308
22330
  },
22309
22331
  "scrollPaddingBlockStart": {
22310
22332
  "$ref": "#/definitions/Property.ScrollPaddingBlockStart%3C(string%7Cnumber)%3E",
22311
- "description": "The `scroll-padding-block-start` property defines offsets for the start edge in the block dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **69** | **68** | **15** | n/a | No |"
22333
+ "description": "The `scroll-padding-block-start` property defines offsets for the start edge in the block dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **15** | **79** | No |"
22312
22334
  },
22313
22335
  "scrollPaddingBottom": {
22314
22336
  "$ref": "#/definitions/Property.ScrollPaddingBottom%3C(string%7Cnumber)%3E",
22315
- "description": "The `scroll-padding-bottom` property defines offsets for the bottom of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No |"
22337
+ "description": "The `scroll-padding-bottom` property defines offsets for the bottom of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
22316
22338
  },
22317
22339
  "scrollPaddingInline": {
22318
22340
  "$ref": "#/definitions/Property.ScrollPaddingInline%3C(string%7Cnumber)%3E",
22319
- "description": "The `scroll-padding-inline` shorthand property sets the scroll padding of an element in the inline dimension.\n\n**Syntax**: `[ auto | <length-percentage> ]{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **69** | **68** | **15** | n/a | No |"
22341
+ "description": "The `scroll-padding-inline` shorthand property sets the scroll padding of an element in the inline dimension.\n\n**Syntax**: `[ auto | <length-percentage> ]{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **15** | **79** | No |"
22320
22342
  },
22321
22343
  "scrollPaddingInlineEnd": {
22322
22344
  "$ref": "#/definitions/Property.ScrollPaddingInlineEnd%3C(string%7Cnumber)%3E",
22323
- "description": "The `scroll-padding-inline-end` property defines offsets for the end edge in the inline dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **69** | **68** | **15** | n/a | No |"
22345
+ "description": "The `scroll-padding-inline-end` property defines offsets for the end edge in the inline dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **15** | **79** | No |"
22324
22346
  },
22325
22347
  "scrollPaddingInlineStart": {
22326
22348
  "$ref": "#/definitions/Property.ScrollPaddingInlineStart%3C(string%7Cnumber)%3E",
22327
- "description": "The `scroll-padding-inline-start` property defines offsets for the start edge in the inline dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **69** | **68** | **15** | n/a | No |"
22349
+ "description": "The `scroll-padding-inline-start` property defines offsets for the start edge in the inline dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **15** | **79** | No |"
22328
22350
  },
22329
22351
  "scrollPaddingLeft": {
22330
22352
  "$ref": "#/definitions/Property.ScrollPaddingLeft%3C(string%7Cnumber)%3E",
22331
- "description": "The `scroll-padding-left` property defines offsets for the left of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No |"
22353
+ "description": "The `scroll-padding-left` property defines offsets for the left of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
22332
22354
  },
22333
22355
  "scrollPaddingRight": {
22334
22356
  "$ref": "#/definitions/Property.ScrollPaddingRight%3C(string%7Cnumber)%3E",
22335
- "description": "The `scroll-padding-right` property defines offsets for the right of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No |"
22357
+ "description": "The `scroll-padding-right` property defines offsets for the right of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
22336
22358
  },
22337
22359
  "scrollPaddingTop": {
22338
22360
  "$ref": "#/definitions/Property.ScrollPaddingTop%3C(string%7Cnumber)%3E",
22339
- "description": "The **`scroll-padding-top`** property defines offsets for the top of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No |"
22361
+ "description": "The **`scroll-padding-top`** property defines offsets for the top of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
22340
22362
  },
22341
22363
  "scrollSnapAlign": {
22342
22364
  "$ref": "#/definitions/Property.ScrollSnapAlign",
22343
- "description": "The `scroll-snap-align` property specifies the box's snap position as an alignment of its snap area (as the alignment subject) within its snap container's snapport (as the alignment container). The two values specify the snapping alignment in the block axis and inline axis, respectively. If only one value is specified, the second value defaults to the same value.\n\n**Syntax**: `[ none | start | end | center ]{1,2}`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **69** | **68** | **11** | n/a | No |"
22365
+ "description": "The `scroll-snap-align` property specifies the box's snap position as an alignment of its snap area (as the alignment subject) within its snap container's snapport (as the alignment container). The two values specify the snapping alignment in the block axis and inline axis, respectively. If only one value is specified, the second value defaults to the same value.\n\n**Syntax**: `[ none | start | end | center ]{1,2}`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **11** | **79** | No |"
22344
22366
  },
22345
22367
  "scrollSnapMargin": {
22346
22368
  "$ref": "#/definitions/Property.ScrollMargin%3C(string%7Cnumber)%3E",
22347
- "description": "The **`scroll-margin`** shorthand property sets all of the scroll margins of an element at once, assigning values much like the `margin` property does for margins of an element.\n\n**Syntax**: `<length>{1,4}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----------------------: | :--: | :-: | | **69** | 68-90 | **14.1** | n/a | No | | | | 11 _(scroll-snap-margin)_ | | |"
22369
+ "description": "The **`scroll-margin`** shorthand property sets all of the scroll margins of an element at once, assigning values much like the `margin` property does for margins of an element.\n\n**Syntax**: `<length>{1,4}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----------------------: | :----: | :-: | | **69** | 68-90 | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin)_ | | |"
22348
22370
  },
22349
22371
  "scrollSnapMarginBottom": {
22350
22372
  "$ref": "#/definitions/Property.ScrollMarginBottom%3C(string%7Cnumber)%3E",
22351
- "description": "The `scroll-margin-bottom` property defines the bottom margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------------------------------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No | | | | 11 _(scroll-snap-margin-bottom)_ | | |"
22373
+ "description": "The `scroll-margin-bottom` property defines the bottom margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------------------------------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin-bottom)_ | | |"
22352
22374
  },
22353
22375
  "scrollSnapMarginLeft": {
22354
22376
  "$ref": "#/definitions/Property.ScrollMarginLeft%3C(string%7Cnumber)%3E",
22355
- "description": "The `scroll-margin-left` property defines the left margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----------------------------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No | | | | 11 _(scroll-snap-margin-left)_ | | |"
22377
+ "description": "The `scroll-margin-left` property defines the left margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----------------------------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin-left)_ | | |"
22356
22378
  },
22357
22379
  "scrollSnapMarginRight": {
22358
22380
  "$ref": "#/definitions/Property.ScrollMarginRight%3C(string%7Cnumber)%3E",
22359
- "description": "The `scroll-margin-right` property defines the right margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----------------------------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No | | | | 11 _(scroll-snap-margin-right)_ | | |"
22381
+ "description": "The `scroll-margin-right` property defines the right margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----------------------------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin-right)_ | | |"
22360
22382
  },
22361
22383
  "scrollSnapMarginTop": {
22362
22384
  "$ref": "#/definitions/Property.ScrollMarginTop%3C(string%7Cnumber)%3E",
22363
- "description": "The `scroll-margin-top` property defines the top margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :---------------------------: | :--: | :-: | | **69** | **68** | **14.1** | n/a | No | | | | 11 _(scroll-snap-margin-top)_ | | |"
22385
+ "description": "The `scroll-margin-top` property defines the top margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container's coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :---------------------------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin-top)_ | | |"
22364
22386
  },
22365
22387
  "scrollSnapStop": {
22366
22388
  "$ref": "#/definitions/Property.ScrollSnapStop",
22367
- "description": "The **`scroll-snap-stop`** CSS property defines whether the scroll container is allowed to \"pass over\" possible snap positions.\n\n**Syntax**: `normal | always`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **75** | **103** | **15** | n/a | No |"
22389
+ "description": "The **`scroll-snap-stop`** CSS property defines whether the scroll container is allowed to \"pass over\" possible snap positions.\n\n**Syntax**: `normal | always`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **75** | No | **15** | **79** | No |"
22368
22390
  },
22369
22391
  "scrollSnapType": {
22370
22392
  "$ref": "#/definitions/Property.ScrollSnapType",
@@ -22372,31 +22394,31 @@
22372
22394
  },
22373
22395
  "scrollbarColor": {
22374
22396
  "$ref": "#/definitions/Property.ScrollbarColor",
22375
- "description": "The **`scrollbar-color`** CSS property sets the color of the scrollbar track and thumb.\n\n**Syntax**: `auto | <color>{2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **64** | No | n/a | No |"
22397
+ "description": "The **`scrollbar-color`** CSS property sets the color of the scrollbar track and thumb.\n\n**Syntax**: `auto | <color>{2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **64** | No | No | No |"
22376
22398
  },
22377
22399
  "scrollbarGutter": {
22378
22400
  "$ref": "#/definitions/Property.ScrollbarGutter",
22379
- "description": "The **`scrollbar-gutter`** CSS property allows authors to reserve space for the scrollbar, preventing unwanted layout changes as the content grows while also avoiding unnecessary visuals when scrolling isn't needed.\n\n**Syntax**: `auto | stable && both-edges?`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **94** | **97** | No | n/a | No |"
22401
+ "description": "The **`scrollbar-gutter`** CSS property allows authors to reserve space for the scrollbar, preventing unwanted layout changes as the content grows while also avoiding unnecessary visuals when scrolling isn't needed.\n\n**Syntax**: `auto | stable && both-edges?`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **94** | **97** | No | **94** | No |"
22380
22402
  },
22381
22403
  "scrollbarWidth": {
22382
22404
  "$ref": "#/definitions/Property.ScrollbarWidth",
22383
- "description": "The **`scrollbar-width`** property allows the author to set the maximum thickness of an element's scrollbars when they are shown.\n\n**Syntax**: `auto | thin | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **64** | No | n/a | No |"
22405
+ "description": "The **`scrollbar-width`** property allows the author to set the maximum thickness of an element's scrollbars when they are shown.\n\n**Syntax**: `auto | thin | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **64** | No | No | No |"
22384
22406
  },
22385
22407
  "shapeImageThreshold": {
22386
22408
  "$ref": "#/definitions/Property.ShapeImageThreshold",
22387
- "description": "The **`shape-image-threshold`** CSS property sets the alpha channel threshold used to extract the shape using an image as the value for `shape-outside`.\n\n**Syntax**: `<alpha-value>`\n\n**Initial value**: `0.0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **37** | **62** | **10.1** | n/a | No |"
22409
+ "description": "The **`shape-image-threshold`** CSS property sets the alpha channel threshold used to extract the shape using an image as the value for `shape-outside`.\n\n**Syntax**: `<alpha-value>`\n\n**Initial value**: `0.0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **37** | **62** | **10.1** | **79** | No |"
22388
22410
  },
22389
22411
  "shapeMargin": {
22390
22412
  "$ref": "#/definitions/Property.ShapeMargin%3C(string%7Cnumber)%3E",
22391
- "description": "The **`shape-margin`** CSS property sets a margin for a CSS shape created using `shape-outside`.\n\n**Syntax**: `<length-percentage>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **37** | **62** | **10.1** | n/a | No |"
22413
+ "description": "The **`shape-margin`** CSS property sets a margin for a CSS shape created using `shape-outside`.\n\n**Syntax**: `<length-percentage>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **37** | **62** | **10.1** | **79** | No |"
22392
22414
  },
22393
22415
  "shapeOutside": {
22394
22416
  "$ref": "#/definitions/Property.ShapeOutside",
22395
- "description": "The **`shape-outside`** CSS property defines a shape—which may be non-rectangular—around which adjacent inline content should wrap. By default, inline content wraps around its margin box; `shape-outside` provides a way to customize this wrapping, making it possible to wrap text around complex objects rather than simple boxes.\n\n**Syntax**: `none | [ <shape-box> || <basic-shape> ] | <image>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **37** | **62** | **10.1** | n/a | No |"
22417
+ "description": "The **`shape-outside`** CSS property defines a shape—which may be non-rectangular—around which adjacent inline content should wrap. By default, inline content wraps around its margin box; `shape-outside` provides a way to customize this wrapping, making it possible to wrap text around complex objects rather than simple boxes.\n\n**Syntax**: `none | [ <shape-box> || <basic-shape> ] | <image>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **37** | **62** | **10.1** | **79** | No |"
22396
22418
  },
22397
22419
  "tabSize": {
22398
22420
  "$ref": "#/definitions/Property.TabSize%3C(string%7Cnumber)%3E",
22399
- "description": "The **`tab-size`** CSS property is used to customize the width of tab characters (U+0009).\n\n**Syntax**: `<integer> | <length>`\n\n**Initial value**: `8`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **21** | **91** | **7** | n/a | No | | | 4 _-x-_ | | | |"
22421
+ "description": "The **`tab-size`** CSS property is used to customize the width of tab characters (U+0009).\n\n**Syntax**: `<integer> | <length>`\n\n**Initial value**: `8`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **21** | **91** | **7** | **79** | No | | | 4 _-x-_ | | | |"
22400
22422
  },
22401
22423
  "tableLayout": {
22402
22424
  "$ref": "#/definitions/Property.TableLayout",
@@ -22408,7 +22430,7 @@
22408
22430
  },
22409
22431
  "textAlignLast": {
22410
22432
  "$ref": "#/definitions/Property.TextAlignLast",
22411
- "description": "The **`text-align-last`** CSS property sets how the last line of a block or a line, right before a forced line break, is aligned.\n\n**Syntax**: `auto | start | end | left | right | center | justify`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-----: | | **47** | **49** | **16** | **12** | **5.5** |"
22433
+ "description": "The **`text-align-last`** CSS property sets how the last line of a block or a line, right before a forced line break, is aligned.\n\n**Syntax**: `auto | start | end | left | right | center | justify`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-----: | | **47** | **49** | No | **12** | **5.5** |"
22412
22434
  },
22413
22435
  "textCombineUpright": {
22414
22436
  "$ref": "#/definitions/Property.TextCombineUpright",
@@ -22416,39 +22438,43 @@
22416
22438
  },
22417
22439
  "textDecorationColor": {
22418
22440
  "$ref": "#/definitions/Property.TextDecorationColor",
22419
- "description": "The **`text-decoration-color`** CSS property sets the color of decorations added to text by `text-decoration-line`.\n\n**Syntax**: `<color>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **57** | **36** | **12.1** | n/a | No | | | | 8 _-x-_ | | |"
22441
+ "description": "The **`text-decoration-color`** CSS property sets the color of decorations added to text by `text-decoration-line`.\n\n**Syntax**: `<color>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **36** | **12.1** | **79** | No | | | | 8 _-x-_ | | |"
22420
22442
  },
22421
22443
  "textDecorationLine": {
22422
22444
  "$ref": "#/definitions/Property.TextDecorationLine",
22423
- "description": "The **`text-decoration-line`** CSS property sets the kind of decoration that is used on text in an element, such as an underline or overline.\n\n**Syntax**: `none | [ underline || overline || line-through || blink ] | spelling-error | grammar-error`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **57** | **36** | **12.1** | n/a | No | | | | 8 _-x-_ | | |"
22445
+ "description": "The **`text-decoration-line`** CSS property sets the kind of decoration that is used on text in an element, such as an underline or overline.\n\n**Syntax**: `none | [ underline || overline || line-through || blink ] | spelling-error | grammar-error`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **36** | **12.1** | **79** | No | | | | 8 _-x-_ | | |"
22424
22446
  },
22425
22447
  "textDecorationSkip": {
22426
22448
  "$ref": "#/definitions/Property.TextDecorationSkip",
22427
- "description": "The **`text-decoration-skip`** CSS property sets what parts of an element's content any text decoration affecting the element must skip over. It controls all text decoration lines drawn by the element and also any text decoration lines drawn by its ancestors.\n\n**Syntax**: `none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || edges || box-decoration ]`\n\n**Initial value**: `objects`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | 57-64 | No | **12.1** | n/a | No | | | | 7 _-x-_ | | |"
22449
+ "description": "The **`text-decoration-skip`** CSS property sets what parts of an element's content any text decoration affecting the element must skip over. It controls all text decoration lines drawn by the element and also any text decoration lines drawn by its ancestors.\n\n**Syntax**: `none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || edges || box-decoration ]`\n\n**Initial value**: `objects`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | 57-64 | No | **12.1** | No | No | | | | 7 _-x-_ | | |"
22428
22450
  },
22429
22451
  "textDecorationSkipInk": {
22430
22452
  "$ref": "#/definitions/Property.TextDecorationSkipInk",
22431
- "description": "The **`text-decoration-skip-ink`** CSS property specifies how overlines and underlines are drawn when they pass over glyph ascenders and descenders.\n\n**Syntax**: `auto | all | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **64** | **70** | **15.4** | n/a | No |"
22453
+ "description": "The **`text-decoration-skip-ink`** CSS property specifies how overlines and underlines are drawn when they pass over glyph ascenders and descenders.\n\n**Syntax**: `auto | all | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **64** | **70** | **15.4** | **79** | No |"
22432
22454
  },
22433
22455
  "textDecorationStyle": {
22434
22456
  "$ref": "#/definitions/Property.TextDecorationStyle",
22435
- "description": "The **`text-decoration-style`** CSS property sets the style of the lines specified by `text-decoration-line`. The style applies to all lines that are set with `text-decoration-line`.\n\n**Syntax**: `solid | double | dotted | dashed | wavy`\n\n**Initial value**: `solid`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **57** | **36** | **12.1** | n/a | No | | | | 8 _-x-_ | | |"
22457
+ "description": "The **`text-decoration-style`** CSS property sets the style of the lines specified by `text-decoration-line`. The style applies to all lines that are set with `text-decoration-line`.\n\n**Syntax**: `solid | double | dotted | dashed | wavy`\n\n**Initial value**: `solid`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **36** | **12.1** | **79** | No | | | | 8 _-x-_ | | |"
22436
22458
  },
22437
22459
  "textDecorationThickness": {
22438
22460
  "$ref": "#/definitions/Property.TextDecorationThickness%3C(string%7Cnumber)%3E",
22439
- "description": "The **`text-decoration-thickness`** CSS property sets the stroke thickness of the decoration line that is used on text in an element, such as a line-through, underline, or overline.\n\n**Syntax**: `auto | from-font | <length> | <percentage> `\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **89** | **70** | **12.1** | n/a | No |"
22461
+ "description": "The **`text-decoration-thickness`** CSS property sets the stroke thickness of the decoration line that is used on text in an element, such as a line-through, underline, or overline.\n\n**Syntax**: `auto | from-font | <length> | <percentage> `\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **89** | **70** | **12.1** | **89** | No |"
22462
+ },
22463
+ "textDecorationWidth": {
22464
+ "$ref": "#/definitions/Property.TextDecorationThickness%3C(string%7Cnumber)%3E",
22465
+ "description": "The **`text-decoration-thickness`** CSS property sets the stroke thickness of the decoration line that is used on text in an element, such as a line-through, underline, or overline.\n\n**Syntax**: `auto | from-font | <length> | <percentage> `\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :---: | :-: | | 87-89 | **70** | **12.1** | 87-89 | No |"
22440
22466
  },
22441
22467
  "textEmphasisColor": {
22442
22468
  "$ref": "#/definitions/Property.TextEmphasisColor",
22443
- "description": "The **`text-emphasis-color`** CSS property sets the color of emphasis marks. This value can also be set using the `text-emphasis` shorthand.\n\n**Syntax**: `<color>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :--: | :-: | | **99** | **46** | **7** | n/a | No | | 25 _-x-_ | | | | |"
22469
+ "description": "The **`text-emphasis-color`** CSS property sets the color of emphasis marks. This value can also be set using the `text-emphasis` shorthand.\n\n**Syntax**: `<color>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :------: | :-: | | **99** | **46** | **7** | **99** | No | | 25 _-x-_ | | | 79 _-x-_ | |"
22444
22470
  },
22445
22471
  "textEmphasisPosition": {
22446
22472
  "$ref": "#/definitions/Property.TextEmphasisPosition",
22447
- "description": "The **`text-emphasis-position`** CSS property sets where emphasis marks are drawn. Like ruby text, if there isn't enough room for emphasis marks, the line height is increased.\n\n**Syntax**: `[ over | under ] && [ right | left ]`\n\n**Initial value**: `over right`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :--: | :-: | | **99** | **46** | **7** | n/a | No | | 25 _-x-_ | | | | |"
22473
+ "description": "The **`text-emphasis-position`** CSS property sets where emphasis marks are drawn. Like ruby text, if there isn't enough room for emphasis marks, the line height is increased.\n\n**Syntax**: `[ over | under ] && [ right | left ]`\n\n**Initial value**: `over right`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :------: | :-: | | **99** | **46** | **7** | **99** | No | | 25 _-x-_ | | | 79 _-x-_ | |"
22448
22474
  },
22449
22475
  "textEmphasisStyle": {
22450
22476
  "$ref": "#/definitions/Property.TextEmphasisStyle",
22451
- "description": "The **`text-emphasis-style`** CSS property sets the appearance of emphasis marks. It can also be set, and reset, using the `text-emphasis` shorthand.\n\n**Syntax**: `none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :--: | :-: | | **99** | **46** | **7** | n/a | No | | 25 _-x-_ | | | | |"
22477
+ "description": "The **`text-emphasis-style`** CSS property sets the appearance of emphasis marks. It can also be set, and reset, using the `text-emphasis` shorthand.\n\n**Syntax**: `none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :------: | :-: | | **99** | **46** | **7** | **99** | No | | 25 _-x-_ | | | 79 _-x-_ | |"
22452
22478
  },
22453
22479
  "textIndent": {
22454
22480
  "$ref": "#/definitions/Property.TextIndent%3C(string%7Cnumber)%3E",
@@ -22460,7 +22486,7 @@
22460
22486
  },
22461
22487
  "textOrientation": {
22462
22488
  "$ref": "#/definitions/Property.TextOrientation",
22463
- "description": "The **`text-orientation`** CSS property sets the orientation of the text characters in a line. It only affects text in vertical mode (when `writing-mode` is not `horizontal-tb`). It is useful for controlling the display of languages that use vertical script, and also for making vertical table headers.\n\n**Syntax**: `mixed | upright | sideways`\n\n**Initial value**: `mixed`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-------: | :--: | :-: | | **48** | **41** | **14** | n/a | No | | 11 _-x-_ | | 5.1 _-x-_ | | |"
22489
+ "description": "The **`text-orientation`** CSS property sets the orientation of the text characters in a line. It only affects text in vertical mode (when `writing-mode` is not `horizontal-tb`). It is useful for controlling the display of languages that use vertical script, and also for making vertical table headers.\n\n**Syntax**: `mixed | upright | sideways`\n\n**Initial value**: `mixed`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-------: | :----: | :-: | | **48** | **41** | **14** | **79** | No | | 11 _-x-_ | | 5.1 _-x-_ | | |"
22464
22490
  },
22465
22491
  "textOverflow": {
22466
22492
  "$ref": "#/definitions/Property.TextOverflow",
@@ -22480,7 +22506,7 @@
22480
22506
  },
22481
22507
  "textUnderlineOffset": {
22482
22508
  "$ref": "#/definitions/Property.TextUnderlineOffset%3C(string%7Cnumber)%3E",
22483
- "description": "The **`text-underline-offset`** CSS property sets the offset distance of an underline text decoration line (applied using `text-decoration`) from its original position.\n\n**Syntax**: `auto | <length> | <percentage> `\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | **87** | **70** | **12.1** | n/a | No |"
22509
+ "description": "The **`text-underline-offset`** CSS property sets the offset distance of an underline text decoration line (applied using `text-decoration`) from its original position.\n\n**Syntax**: `auto | <length> | <percentage> `\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **70** | **12.1** | **87** | No |"
22484
22510
  },
22485
22511
  "textUnderlinePosition": {
22486
22512
  "$ref": "#/definitions/Property.TextUnderlinePosition",
@@ -22500,7 +22526,7 @@
22500
22526
  },
22501
22527
  "transformBox": {
22502
22528
  "$ref": "#/definitions/Property.TransformBox",
22503
- "description": "The **`transform-box`** CSS property defines the layout box to which the `transform` and `transform-origin` properties relate.\n\n**Syntax**: `content-box | border-box | fill-box | stroke-box | view-box`\n\n**Initial value**: `view-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | **64** | **55** | **11** | n/a | No |"
22529
+ "description": "The **`transform-box`** CSS property defines the layout box to which the `transform` and `transform-origin` properties relate.\n\n**Syntax**: `content-box | border-box | fill-box | stroke-box | view-box`\n\n**Initial value**: `view-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **64** | **55** | **11** | **79** | No |"
22504
22530
  },
22505
22531
  "transformOrigin": {
22506
22532
  "$ref": "#/definitions/Property.TransformOrigin%3C(string%7Cnumber)%3E",
@@ -22528,7 +22554,7 @@
22528
22554
  },
22529
22555
  "translate": {
22530
22556
  "$ref": "#/definitions/Property.Translate%3C(string%7Cnumber)%3E",
22531
- "description": "The **`translate`** CSS property allows you to specify translation transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` value.\n\n**Syntax**: `none | <length-percentage> [ <length-percentage> <length>? ]?`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :------: | :--: | :-: | | **104** | **72** | **14.1** | n/a | No |"
22557
+ "description": "The **`translate`** CSS property allows you to specify translation transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` value.\n\n**Syntax**: `none | <length-percentage> [ <length-percentage> <length>? ]?`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | No | **72** | **14.1** | No | No |"
22532
22558
  },
22533
22559
  "userSelect": {
22534
22560
  "$ref": "#/definitions/Property.UserSelect",
@@ -22548,7 +22574,7 @@
22548
22574
  },
22549
22575
  "willChange": {
22550
22576
  "$ref": "#/definitions/Property.WillChange",
22551
- "description": "The **`will-change`** CSS property hints to browsers how an element is expected to change. Browsers may set up optimizations before an element is actually changed. These kinds of optimizations can increase the responsiveness of a page by doing potentially expensive work before they are actually required.\n\n**Syntax**: `auto | <animateable-feature>#`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | **36** | **36** | **9.1** | n/a | No |"
22577
+ "description": "The **`will-change`** CSS property hints to browsers how an element is expected to change. Browsers may set up optimizations before an element is actually changed. These kinds of optimizations can increase the responsiveness of a page by doing potentially expensive work before they are actually required.\n\n**Syntax**: `auto | <animateable-feature>#`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-: | | **36** | **36** | **9.1** | **79** | No |"
22552
22578
  },
22553
22579
  "wordBreak": {
22554
22580
  "$ref": "#/definitions/Property.WordBreak",
@@ -25019,6 +25045,16 @@
25019
25045
  }
25020
25046
  ]
25021
25047
  },
25048
+ "Property.MsScrollbarTrackColor": {
25049
+ "anyOf": [
25050
+ {
25051
+ "$ref": "#/definitions/Globals"
25052
+ },
25053
+ {
25054
+ "$ref": "#/definitions/DataType.Color"
25055
+ }
25056
+ ]
25057
+ },
25022
25058
  "Property.LineBreak": {
25023
25059
  "anyOf": [
25024
25060
  {
@@ -26982,6 +27018,23 @@
26982
27018
  }
26983
27019
  ]
26984
27020
  },
27021
+ "Property.ColumnGap<(string|number)>": {
27022
+ "anyOf": [
27023
+ {
27024
+ "$ref": "#/definitions/Globals"
27025
+ },
27026
+ {
27027
+ "type": "string"
27028
+ },
27029
+ {
27030
+ "type": "number"
27031
+ },
27032
+ {
27033
+ "type": "string",
27034
+ "const": "normal"
27035
+ }
27036
+ ]
27037
+ },
26985
27038
  "Property.ColumnRuleColor": {
26986
27039
  "anyOf": [
26987
27040
  {
@@ -27442,6 +27495,47 @@
27442
27495
  }
27443
27496
  ]
27444
27497
  },
27498
+ "Property.AlignSelf": {
27499
+ "anyOf": [
27500
+ {
27501
+ "$ref": "#/definitions/Globals"
27502
+ },
27503
+ {
27504
+ "$ref": "#/definitions/DataType.SelfPosition"
27505
+ },
27506
+ {
27507
+ "type": "string",
27508
+ "const": "auto"
27509
+ },
27510
+ {
27511
+ "type": "string",
27512
+ "const": "baseline"
27513
+ },
27514
+ {
27515
+ "type": "string",
27516
+ "const": "normal"
27517
+ },
27518
+ {
27519
+ "type": "string",
27520
+ "const": "stretch"
27521
+ },
27522
+ {
27523
+ "type": "string"
27524
+ }
27525
+ ]
27526
+ },
27527
+ "DataType.SelfPosition": {
27528
+ "type": "string",
27529
+ "enum": [
27530
+ "center",
27531
+ "end",
27532
+ "flex-end",
27533
+ "flex-start",
27534
+ "self-end",
27535
+ "self-start",
27536
+ "start"
27537
+ ]
27538
+ },
27445
27539
  "Property.MsBlockProgression": {
27446
27540
  "anyOf": [
27447
27541
  {
@@ -27751,6 +27845,43 @@
27751
27845
  }
27752
27846
  ]
27753
27847
  },
27848
+ "Property.JustifySelf": {
27849
+ "anyOf": [
27850
+ {
27851
+ "$ref": "#/definitions/Globals"
27852
+ },
27853
+ {
27854
+ "$ref": "#/definitions/DataType.SelfPosition"
27855
+ },
27856
+ {
27857
+ "type": "string",
27858
+ "const": "auto"
27859
+ },
27860
+ {
27861
+ "type": "string",
27862
+ "const": "baseline"
27863
+ },
27864
+ {
27865
+ "type": "string",
27866
+ "const": "left"
27867
+ },
27868
+ {
27869
+ "type": "string",
27870
+ "const": "normal"
27871
+ },
27872
+ {
27873
+ "type": "string",
27874
+ "const": "right"
27875
+ },
27876
+ {
27877
+ "type": "string",
27878
+ "const": "stretch"
27879
+ },
27880
+ {
27881
+ "type": "string"
27882
+ }
27883
+ ]
27884
+ },
27754
27885
  "Property.Order": {
27755
27886
  "anyOf": [
27756
27887
  {
@@ -28063,16 +28194,6 @@
28063
28194
  }
28064
28195
  ]
28065
28196
  },
28066
- "Property.MsScrollbarTrackColor": {
28067
- "anyOf": [
28068
- {
28069
- "$ref": "#/definitions/Globals"
28070
- },
28071
- {
28072
- "$ref": "#/definitions/DataType.Color"
28073
- }
28074
- ]
28075
- },
28076
28197
  "Property.MsTextAutospace": {
28077
28198
  "anyOf": [
28078
28199
  {
@@ -28364,47 +28485,6 @@
28364
28485
  }
28365
28486
  ]
28366
28487
  },
28367
- "DataType.SelfPosition": {
28368
- "type": "string",
28369
- "enum": [
28370
- "center",
28371
- "end",
28372
- "flex-end",
28373
- "flex-start",
28374
- "self-end",
28375
- "self-start",
28376
- "start"
28377
- ]
28378
- },
28379
- "Property.AlignSelf": {
28380
- "anyOf": [
28381
- {
28382
- "$ref": "#/definitions/Globals"
28383
- },
28384
- {
28385
- "$ref": "#/definitions/DataType.SelfPosition"
28386
- },
28387
- {
28388
- "type": "string",
28389
- "const": "auto"
28390
- },
28391
- {
28392
- "type": "string",
28393
- "const": "baseline"
28394
- },
28395
- {
28396
- "type": "string",
28397
- "const": "normal"
28398
- },
28399
- {
28400
- "type": "string",
28401
- "const": "stretch"
28402
- },
28403
- {
28404
- "type": "string"
28405
- }
28406
- ]
28407
- },
28408
28488
  "Property.WebkitAppearance": {
28409
28489
  "anyOf": [
28410
28490
  {
@@ -30289,16 +30369,6 @@
30289
30369
  }
30290
30370
  ]
30291
30371
  },
30292
- "Property.AnimationComposition": {
30293
- "anyOf": [
30294
- {
30295
- "$ref": "#/definitions/Globals"
30296
- },
30297
- {
30298
- "type": "string"
30299
- }
30300
- ]
30301
- },
30302
30372
  "Property.AnimationTimeline": {
30303
30373
  "anyOf": [
30304
30374
  {
@@ -30369,9 +30439,6 @@
30369
30439
  },
30370
30440
  {
30371
30441
  "type": "string"
30372
- },
30373
- {
30374
- "type": "number"
30375
30442
  }
30376
30443
  ]
30377
30444
  },
@@ -31262,23 +31329,6 @@
31262
31329
  }
31263
31330
  ]
31264
31331
  },
31265
- "Property.ColumnGap<(string|number)>": {
31266
- "anyOf": [
31267
- {
31268
- "$ref": "#/definitions/Globals"
31269
- },
31270
- {
31271
- "type": "string"
31272
- },
31273
- {
31274
- "type": "number"
31275
- },
31276
- {
31277
- "type": "string",
31278
- "const": "normal"
31279
- }
31280
- ]
31281
- },
31282
31332
  "Property.Contain": {
31283
31333
  "anyOf": [
31284
31334
  {
@@ -31288,10 +31338,6 @@
31288
31338
  "type": "string",
31289
31339
  "const": "content"
31290
31340
  },
31291
- {
31292
- "type": "string",
31293
- "const": "inline-size"
31294
- },
31295
31341
  {
31296
31342
  "type": "string",
31297
31343
  "const": "layout"
@@ -32061,43 +32107,6 @@
32061
32107
  }
32062
32108
  ]
32063
32109
  },
32064
- "Property.JustifySelf": {
32065
- "anyOf": [
32066
- {
32067
- "$ref": "#/definitions/Globals"
32068
- },
32069
- {
32070
- "$ref": "#/definitions/DataType.SelfPosition"
32071
- },
32072
- {
32073
- "type": "string",
32074
- "const": "auto"
32075
- },
32076
- {
32077
- "type": "string",
32078
- "const": "baseline"
32079
- },
32080
- {
32081
- "type": "string",
32082
- "const": "left"
32083
- },
32084
- {
32085
- "type": "string",
32086
- "const": "normal"
32087
- },
32088
- {
32089
- "type": "string",
32090
- "const": "right"
32091
- },
32092
- {
32093
- "type": "string",
32094
- "const": "stretch"
32095
- },
32096
- {
32097
- "type": "string"
32098
- }
32099
- ]
32100
- },
32101
32110
  "Property.JustifyTracks": {
32102
32111
  "anyOf": [
32103
32112
  {
@@ -32474,38 +32483,6 @@
32474
32483
  }
32475
32484
  ]
32476
32485
  },
32477
- "Property.MathDepth": {
32478
- "anyOf": [
32479
- {
32480
- "$ref": "#/definitions/Globals"
32481
- },
32482
- {
32483
- "type": "string",
32484
- "const": "auto-add"
32485
- },
32486
- {
32487
- "type": "string"
32488
- },
32489
- {
32490
- "type": "number"
32491
- }
32492
- ]
32493
- },
32494
- "Property.MathShift": {
32495
- "anyOf": [
32496
- {
32497
- "$ref": "#/definitions/Globals"
32498
- },
32499
- {
32500
- "type": "string",
32501
- "const": "compact"
32502
- },
32503
- {
32504
- "type": "string",
32505
- "const": "normal"
32506
- }
32507
- ]
32508
- },
32509
32486
  "Property.MathStyle": {
32510
32487
  "anyOf": [
32511
32488
  {