amis 1.7.0 → 1.8.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (516) hide show
  1. package/lib/Root.js +2 -2
  2. package/lib/Root.js.map +1 -1
  3. package/lib/RootRenderer.js +1 -1
  4. package/lib/RootRenderer.js.map +1 -1
  5. package/lib/Schema.d.ts +3 -2
  6. package/lib/Schema.js +0 -1
  7. package/lib/Schema.js.map +2 -2
  8. package/lib/SchemaRenderer.js +21 -5
  9. package/lib/SchemaRenderer.js.map +2 -2
  10. package/lib/Scoped.js +1 -1
  11. package/lib/Scoped.js.map +1 -1
  12. package/lib/WithRootStore.d.ts +18 -0
  13. package/lib/WithRootStore.js +1 -1
  14. package/lib/WithRootStore.js.map +1 -1
  15. package/lib/WithStore.js +3 -2
  16. package/lib/WithStore.js.map +2 -2
  17. package/lib/actions/AjaxAction.js +1 -1
  18. package/lib/actions/AjaxAction.js.map +1 -1
  19. package/lib/actions/CmptAction.js +14 -3
  20. package/lib/actions/CmptAction.js.map +2 -2
  21. package/lib/actions/Decorators.js +1 -1
  22. package/lib/actions/Decorators.js.map +1 -1
  23. package/lib/actions/EmailAction.js +1 -1
  24. package/lib/actions/EmailAction.js.map +1 -1
  25. package/lib/actions/LoopAction.js +2 -2
  26. package/lib/actions/LoopAction.js.map +1 -1
  27. package/lib/compat.js +1 -1
  28. package/lib/compat.js.map +1 -1
  29. package/lib/components/Alert2.js +5 -3
  30. package/lib/components/Alert2.js.map +2 -2
  31. package/lib/components/AnchorNav.js +1 -1
  32. package/lib/components/AnchorNav.js.map +1 -1
  33. package/lib/components/ArrayInput.js +2 -2
  34. package/lib/components/ArrayInput.js.map +1 -1
  35. package/lib/components/AsideNav.js +4 -4
  36. package/lib/components/AsideNav.js.map +1 -1
  37. package/lib/components/Avatar.d.ts +20 -20
  38. package/lib/components/Avatar.js +3 -3
  39. package/lib/components/Avatar.js.map +1 -1
  40. package/lib/components/Badge.js +10 -10
  41. package/lib/components/Badge.js.map +1 -1
  42. package/lib/components/BaiduMapPicker.js +1 -1
  43. package/lib/components/BaiduMapPicker.js.map +1 -1
  44. package/lib/components/Breadcrumb.js +1 -1
  45. package/lib/components/Breadcrumb.js.map +1 -1
  46. package/lib/components/Button.js +3 -3
  47. package/lib/components/Button.js.map +1 -1
  48. package/lib/components/CalendarMobile.js +2 -2
  49. package/lib/components/CalendarMobile.js.map +1 -1
  50. package/lib/components/Card.d.ts +20 -20
  51. package/lib/components/Card.js +1 -1
  52. package/lib/components/Card.js.map +1 -1
  53. package/lib/components/ChainedSelection.js +1 -1
  54. package/lib/components/ChainedSelection.js.map +1 -1
  55. package/lib/components/Checkbox.js +2 -2
  56. package/lib/components/Checkbox.js.map +1 -1
  57. package/lib/components/CityArea.js +3 -0
  58. package/lib/components/CityArea.js.map +2 -2
  59. package/lib/components/Collapse.js +3 -3
  60. package/lib/components/Collapse.js.map +1 -1
  61. package/lib/components/ColorPicker.js +5 -5
  62. package/lib/components/ColorPicker.js.map +1 -1
  63. package/lib/components/ContextMenu.js +3 -3
  64. package/lib/components/ContextMenu.js.map +1 -1
  65. package/lib/components/DatePicker.d.ts +3 -0
  66. package/lib/components/DatePicker.js +44 -10
  67. package/lib/components/DatePicker.js.map +2 -2
  68. package/lib/components/DateRangePicker.js +15 -15
  69. package/lib/components/DateRangePicker.js.map +1 -1
  70. package/lib/components/Drawer.js +10 -10
  71. package/lib/components/Drawer.js.map +1 -1
  72. package/lib/components/Editor.js +3 -3
  73. package/lib/components/Editor.js.map +1 -1
  74. package/lib/components/GridNav.js +11 -11
  75. package/lib/components/GridNav.js.map +1 -1
  76. package/lib/components/InputBox.js +1 -1
  77. package/lib/components/InputBox.js.map +1 -1
  78. package/lib/components/Layout.js +1 -1
  79. package/lib/components/Layout.js.map +1 -1
  80. package/lib/components/ListGroup.d.ts +21 -21
  81. package/lib/components/ListGroup.js +1 -1
  82. package/lib/components/ListGroup.js.map +1 -1
  83. package/lib/components/Modal.js +4 -4
  84. package/lib/components/Modal.js.map +1 -1
  85. package/lib/components/MonthRangePicker.js +13 -13
  86. package/lib/components/MonthRangePicker.js.map +1 -1
  87. package/lib/components/NumberInput.js +2 -2
  88. package/lib/components/NumberInput.js.map +1 -1
  89. package/lib/components/Picker.js +4 -4
  90. package/lib/components/Picker.js.map +1 -1
  91. package/lib/components/PickerColumn.js +4 -4
  92. package/lib/components/PickerColumn.js.map +1 -1
  93. package/lib/components/PopOver.js +2 -2
  94. package/lib/components/PopOver.js.map +1 -1
  95. package/lib/components/PopUp.js +10 -10
  96. package/lib/components/PopUp.js.map +1 -1
  97. package/lib/components/Progress.js +15 -12
  98. package/lib/components/Progress.js.map +2 -2
  99. package/lib/components/Radios.js +3 -3
  100. package/lib/components/Radios.js.map +1 -1
  101. package/lib/components/Range.js +1 -1
  102. package/lib/components/Range.js.map +1 -1
  103. package/lib/components/Rating.js +1 -1
  104. package/lib/components/Rating.js.map +1 -1
  105. package/lib/components/ResultBox.js +2 -2
  106. package/lib/components/ResultBox.js.map +1 -1
  107. package/lib/components/ResultList.js +5 -5
  108. package/lib/components/ResultList.js.map +1 -1
  109. package/lib/components/Select.js +7 -7
  110. package/lib/components/Select.js.map +1 -1
  111. package/lib/components/SparkLine.js +3 -3
  112. package/lib/components/SparkLine.js.map +1 -1
  113. package/lib/components/Spinner.js +2 -2
  114. package/lib/components/Spinner.js.map +1 -1
  115. package/lib/components/Steps.js +2 -2
  116. package/lib/components/Steps.js.map +1 -1
  117. package/lib/components/Switch.js +2 -2
  118. package/lib/components/Switch.js.map +1 -1
  119. package/lib/components/Tabs.d.ts +27 -23
  120. package/lib/components/Tabs.js +41 -26
  121. package/lib/components/Tabs.js.map +2 -2
  122. package/lib/components/Timeline.js +1 -1
  123. package/lib/components/Timeline.js.map +1 -1
  124. package/lib/components/TimelineItem.js +3 -3
  125. package/lib/components/TimelineItem.js.map +1 -1
  126. package/lib/components/Toast.js +3 -3
  127. package/lib/components/Toast.js.map +1 -1
  128. package/lib/components/Tooltip.js +1 -1
  129. package/lib/components/Tooltip.js.map +1 -1
  130. package/lib/components/TooltipWrapper.d.ts +21 -20
  131. package/lib/components/TooltipWrapper.js +2 -2
  132. package/lib/components/TooltipWrapper.js.map +2 -2
  133. package/lib/components/Tree.js +5 -5
  134. package/lib/components/Tree.js.map +1 -1
  135. package/lib/components/TreeSelection.js +2 -2
  136. package/lib/components/TreeSelection.js.map +1 -1
  137. package/lib/components/WithRemoteConfig.js +1 -1
  138. package/lib/components/WithRemoteConfig.js.map +1 -1
  139. package/lib/components/WithStore.js +1 -1
  140. package/lib/components/WithStore.js.map +1 -1
  141. package/lib/components/calendar/Calendar.js +16 -12
  142. package/lib/components/calendar/Calendar.js.map +2 -2
  143. package/lib/components/calendar/DaysView.js +1 -1
  144. package/lib/components/calendar/DaysView.js.map +1 -1
  145. package/lib/components/calendar/QuartersView.js +1 -1
  146. package/lib/components/calendar/QuartersView.js.map +1 -1
  147. package/lib/components/calendar/TimeView.js +1 -1
  148. package/lib/components/calendar/TimeView.js.map +1 -1
  149. package/lib/components/condition-builder/Group.js +2 -2
  150. package/lib/components/condition-builder/Group.js.map +1 -1
  151. package/lib/components/condition-builder/GroupOrItem.js +1 -1
  152. package/lib/components/condition-builder/GroupOrItem.js.map +1 -1
  153. package/lib/components/formula/Editor.d.ts +3 -1
  154. package/lib/components/formula/Editor.js +21 -3
  155. package/lib/components/formula/Editor.js.map +2 -2
  156. package/lib/components/formula/Picker.d.ts +5 -0
  157. package/lib/components/formula/Picker.js +19 -4
  158. package/lib/components/formula/Picker.js.map +2 -2
  159. package/lib/components/formula/VariableList.js +5 -5
  160. package/lib/components/formula/VariableList.js.map +1 -1
  161. package/lib/components/formula/plugin.js +1 -1
  162. package/lib/components/formula/plugin.js.map +1 -1
  163. package/lib/components/icons.js +3 -1
  164. package/lib/components/icons.js.map +2 -2
  165. package/lib/components/virtual-list/SizeAndPositionManager.js +4 -4
  166. package/lib/components/virtual-list/SizeAndPositionManager.js.map +1 -1
  167. package/lib/env.js +1 -1
  168. package/lib/env.js.map +1 -1
  169. package/lib/factory.js +5 -5
  170. package/lib/factory.js.map +2 -2
  171. package/lib/icons/trash.js +10 -0
  172. package/lib/index.d.ts +1 -0
  173. package/lib/index.js +2 -1
  174. package/lib/index.js.map +2 -2
  175. package/lib/locale.js +1 -1
  176. package/lib/locale.js.map +1 -1
  177. package/lib/renderers/Action.d.ts +3 -1
  178. package/lib/renderers/Action.js +23 -5
  179. package/lib/renderers/Action.js.map +2 -2
  180. package/lib/renderers/AnchorNav.js +1 -1
  181. package/lib/renderers/AnchorNav.js.map +1 -1
  182. package/lib/renderers/App.js +2 -2
  183. package/lib/renderers/App.js.map +1 -1
  184. package/lib/renderers/Audio.js +2 -2
  185. package/lib/renderers/Audio.js.map +1 -1
  186. package/lib/renderers/ButtonGroup.d.ts +2 -2
  187. package/lib/renderers/ButtonGroup.js.map +1 -1
  188. package/lib/renderers/CRUD.js +8 -8
  189. package/lib/renderers/CRUD.js.map +1 -1
  190. package/lib/renderers/Card.js +6 -6
  191. package/lib/renderers/Card.js.map +1 -1
  192. package/lib/renderers/Cards.js +10 -10
  193. package/lib/renderers/Cards.js.map +1 -1
  194. package/lib/renderers/Carousel.js +2 -2
  195. package/lib/renderers/Carousel.js.map +1 -1
  196. package/lib/renderers/Chart.js +2 -2
  197. package/lib/renderers/Chart.js.map +1 -1
  198. package/lib/renderers/Dialog.d.ts +4 -0
  199. package/lib/renderers/Dialog.js +9 -8
  200. package/lib/renderers/Dialog.js.map +2 -2
  201. package/lib/renderers/Divider.js +1 -1
  202. package/lib/renderers/Divider.js.map +1 -1
  203. package/lib/renderers/Drawer.js +6 -6
  204. package/lib/renderers/Drawer.js.map +1 -1
  205. package/lib/renderers/DropDownButton.d.ts +2 -0
  206. package/lib/renderers/DropDownButton.js +18 -9
  207. package/lib/renderers/DropDownButton.js.map +2 -2
  208. package/lib/renderers/Each.js +1 -1
  209. package/lib/renderers/Each.js.map +1 -1
  210. package/lib/renderers/Flex.js +2 -2
  211. package/lib/renderers/Flex.js.map +1 -1
  212. package/lib/renderers/Form/ButtonGroupSelect.js +4 -4
  213. package/lib/renderers/Form/ButtonGroupSelect.js.map +1 -1
  214. package/lib/renderers/Form/ButtonToolbar.js +1 -1
  215. package/lib/renderers/Form/ButtonToolbar.js.map +1 -1
  216. package/lib/renderers/Form/ChainedSelect.js +2 -2
  217. package/lib/renderers/Form/ChainedSelect.js.map +1 -1
  218. package/lib/renderers/Form/ChartRadios.js +1 -1
  219. package/lib/renderers/Form/ChartRadios.js.map +1 -1
  220. package/lib/renderers/Form/Checkbox.js +1 -1
  221. package/lib/renderers/Form/Checkbox.js.map +1 -1
  222. package/lib/renderers/Form/Checkboxes.js +1 -1
  223. package/lib/renderers/Form/Checkboxes.js.map +1 -1
  224. package/lib/renderers/Form/Combo.d.ts +4 -3
  225. package/lib/renderers/Form/Combo.js +90 -40
  226. package/lib/renderers/Form/Combo.js.map +2 -2
  227. package/lib/renderers/Form/DiffEditor.js +2 -2
  228. package/lib/renderers/Form/DiffEditor.js.map +1 -1
  229. package/lib/renderers/Form/Editor.js +4 -4
  230. package/lib/renderers/Form/Editor.js.map +1 -1
  231. package/lib/renderers/Form/FieldSet.js +1 -1
  232. package/lib/renderers/Form/FieldSet.js.map +1 -1
  233. package/lib/renderers/Form/Group.js +4 -4
  234. package/lib/renderers/Form/Group.js.map +1 -1
  235. package/lib/renderers/Form/IconPicker.js +2 -2
  236. package/lib/renderers/Form/IconPicker.js.map +1 -1
  237. package/lib/renderers/Form/InputCity.js +4 -1
  238. package/lib/renderers/Form/InputCity.js.map +2 -2
  239. package/lib/renderers/Form/InputColor.js +1 -1
  240. package/lib/renderers/Form/InputColor.js.map +1 -1
  241. package/lib/renderers/Form/InputDateRange.js +1 -1
  242. package/lib/renderers/Form/InputDateRange.js.map +1 -1
  243. package/lib/renderers/Form/InputFile.js +5 -5
  244. package/lib/renderers/Form/InputFile.js.map +1 -1
  245. package/lib/renderers/Form/InputFormula.d.ts +4 -0
  246. package/lib/renderers/Form/InputFormula.js +2 -2
  247. package/lib/renderers/Form/InputFormula.js.map +2 -2
  248. package/lib/renderers/Form/InputGroup.js +1 -1
  249. package/lib/renderers/Form/InputGroup.js.map +1 -1
  250. package/lib/renderers/Form/InputImage.js +2 -2
  251. package/lib/renderers/Form/InputImage.js.map +1 -1
  252. package/lib/renderers/Form/InputMonthRange.js +1 -1
  253. package/lib/renderers/Form/InputMonthRange.js.map +1 -1
  254. package/lib/renderers/Form/InputNumber.js +2 -2
  255. package/lib/renderers/Form/InputNumber.js.map +1 -1
  256. package/lib/renderers/Form/InputQuarterRange.js +1 -1
  257. package/lib/renderers/Form/InputQuarterRange.js.map +1 -1
  258. package/lib/renderers/Form/InputRange.d.ts +2 -2
  259. package/lib/renderers/Form/InputRange.js +2 -2
  260. package/lib/renderers/Form/InputRange.js.map +2 -2
  261. package/lib/renderers/Form/InputRepeat.js +2 -2
  262. package/lib/renderers/Form/InputRepeat.js.map +1 -1
  263. package/lib/renderers/Form/InputRichText.js +2 -2
  264. package/lib/renderers/Form/InputRichText.js.map +1 -1
  265. package/lib/renderers/Form/InputSubForm.js +5 -5
  266. package/lib/renderers/Form/InputSubForm.js.map +1 -1
  267. package/lib/renderers/Form/InputTable.js +6 -4
  268. package/lib/renderers/Form/InputTable.js.map +2 -2
  269. package/lib/renderers/Form/InputTag.js +1 -1
  270. package/lib/renderers/Form/InputTag.js.map +1 -1
  271. package/lib/renderers/Form/InputText.js +9 -9
  272. package/lib/renderers/Form/InputText.js.map +1 -1
  273. package/lib/renderers/Form/InputTree.js +1 -1
  274. package/lib/renderers/Form/InputTree.js.map +1 -1
  275. package/lib/renderers/Form/InputYearRange.js +1 -1
  276. package/lib/renderers/Form/InputYearRange.js.map +1 -1
  277. package/lib/renderers/Form/Item.d.ts +11 -6
  278. package/lib/renderers/Form/Item.js +7 -7
  279. package/lib/renderers/Form/Item.js.map +1 -1
  280. package/lib/renderers/Form/ListSelect.js +2 -2
  281. package/lib/renderers/Form/ListSelect.js.map +1 -1
  282. package/lib/renderers/Form/NestedSelect.js +1 -1
  283. package/lib/renderers/Form/NestedSelect.js.map +1 -1
  284. package/lib/renderers/Form/Options.js +2 -2
  285. package/lib/renderers/Form/Options.js.map +1 -1
  286. package/lib/renderers/Form/Picker.js +3 -3
  287. package/lib/renderers/Form/Picker.js.map +1 -1
  288. package/lib/renderers/Form/Radios.js +1 -1
  289. package/lib/renderers/Form/Radios.js.map +1 -1
  290. package/lib/renderers/Form/Select.js +2 -2
  291. package/lib/renderers/Form/Select.js.map +1 -1
  292. package/lib/renderers/Form/Static.js +1 -1
  293. package/lib/renderers/Form/Static.js.map +1 -1
  294. package/lib/renderers/Form/TabsTransfer.js +1 -1
  295. package/lib/renderers/Form/TabsTransfer.js.map +1 -1
  296. package/lib/renderers/Form/TabsTransferPicker.js +1 -1
  297. package/lib/renderers/Form/TabsTransferPicker.js.map +1 -1
  298. package/lib/renderers/Form/Textarea.js +2 -2
  299. package/lib/renderers/Form/Textarea.js.map +1 -1
  300. package/lib/renderers/Form/Transfer.js +3 -3
  301. package/lib/renderers/Form/Transfer.js.map +1 -1
  302. package/lib/renderers/Form/TreeSelect.js +4 -4
  303. package/lib/renderers/Form/TreeSelect.js.map +1 -1
  304. package/lib/renderers/Form/index.js +7 -7
  305. package/lib/renderers/Form/index.js.map +2 -2
  306. package/lib/renderers/Form/wrapControl.d.ts +9 -0
  307. package/lib/renderers/Form/wrapControl.js +1 -1
  308. package/lib/renderers/Form/wrapControl.js.map +2 -2
  309. package/lib/renderers/Grid.js +7 -7
  310. package/lib/renderers/Grid.js.map +1 -1
  311. package/lib/renderers/Grid2D.js +1 -1
  312. package/lib/renderers/Grid2D.js.map +1 -1
  313. package/lib/renderers/HBox.js +5 -5
  314. package/lib/renderers/HBox.js.map +1 -1
  315. package/lib/renderers/IFrame.js +1 -1
  316. package/lib/renderers/IFrame.js.map +1 -1
  317. package/lib/renderers/Icon.js +2 -2
  318. package/lib/renderers/Icon.js.map +1 -1
  319. package/lib/renderers/Image.js +3 -3
  320. package/lib/renderers/Image.js.map +1 -1
  321. package/lib/renderers/List.js +14 -14
  322. package/lib/renderers/List.js.map +1 -1
  323. package/lib/renderers/Mapping.js +1 -1
  324. package/lib/renderers/Mapping.js.map +1 -1
  325. package/lib/renderers/Operation.js +1 -1
  326. package/lib/renderers/Operation.js.map +1 -1
  327. package/lib/renderers/Page.js +8 -9
  328. package/lib/renderers/Page.js.map +2 -2
  329. package/lib/renderers/Panel.js +2 -2
  330. package/lib/renderers/Panel.js.map +1 -1
  331. package/lib/renderers/PopOver.js +2 -2
  332. package/lib/renderers/PopOver.js.map +1 -1
  333. package/lib/renderers/Portlet.js +10 -10
  334. package/lib/renderers/Portlet.js.map +1 -1
  335. package/lib/renderers/Progress.d.ts +1 -1
  336. package/lib/renderers/Progress.js +1 -1
  337. package/lib/renderers/Progress.js.map +2 -2
  338. package/lib/renderers/Property.js +3 -3
  339. package/lib/renderers/Property.js.map +1 -1
  340. package/lib/renderers/QRCode.js +1 -1
  341. package/lib/renderers/QRCode.js.map +1 -1
  342. package/lib/renderers/QuickEdit.js +11 -11
  343. package/lib/renderers/QuickEdit.js.map +1 -1
  344. package/lib/renderers/Service.js +2 -2
  345. package/lib/renderers/Service.js.map +1 -1
  346. package/lib/renderers/Status.js +1 -1
  347. package/lib/renderers/Status.js.map +1 -1
  348. package/lib/renderers/Table/ColumnToggler.js +5 -5
  349. package/lib/renderers/Table/ColumnToggler.js.map +1 -1
  350. package/lib/renderers/Table/HeadCellFilterDropdown.js +2 -2
  351. package/lib/renderers/Table/HeadCellFilterDropdown.js.map +1 -1
  352. package/lib/renderers/Table/HeadCellSearchDropdown.js +2 -2
  353. package/lib/renderers/Table/HeadCellSearchDropdown.js.map +1 -1
  354. package/lib/renderers/Table/ItemActionsWrapper.js +2 -2
  355. package/lib/renderers/Table/ItemActionsWrapper.js.map +1 -1
  356. package/lib/renderers/Table/TableBody.js +3 -3
  357. package/lib/renderers/Table/TableBody.js.map +1 -1
  358. package/lib/renderers/Table/TableContent.js +1 -1
  359. package/lib/renderers/Table/TableContent.js.map +1 -1
  360. package/lib/renderers/Table/TableRow.js +5 -5
  361. package/lib/renderers/Table/TableRow.js.map +2 -2
  362. package/lib/renderers/Table/index.js +28 -28
  363. package/lib/renderers/Table/index.js.map +1 -1
  364. package/lib/renderers/TableView.js +4 -4
  365. package/lib/renderers/TableView.js.map +1 -1
  366. package/lib/renderers/Tabs.d.ts +14 -2
  367. package/lib/renderers/Tabs.js +28 -12
  368. package/lib/renderers/Tabs.js.map +2 -2
  369. package/lib/renderers/Tasks.js +1 -1
  370. package/lib/renderers/Tasks.js.map +1 -1
  371. package/lib/renderers/TooltipWrapper.d.ts +104 -0
  372. package/lib/renderers/TooltipWrapper.js +59 -0
  373. package/lib/renderers/TooltipWrapper.js.map +13 -0
  374. package/lib/renderers/Tpl.js +1 -1
  375. package/lib/renderers/Tpl.js.map +1 -1
  376. package/lib/renderers/VBox.js +2 -2
  377. package/lib/renderers/VBox.js.map +1 -1
  378. package/lib/renderers/Video.js +4 -4
  379. package/lib/renderers/Video.js.map +1 -1
  380. package/lib/renderers/Wizard.d.ts +6 -3
  381. package/lib/renderers/Wizard.js +264 -159
  382. package/lib/renderers/Wizard.js.map +2 -2
  383. package/lib/renderers/Wrapper.js +1 -1
  384. package/lib/renderers/Wrapper.js.map +1 -1
  385. package/lib/store/app.js +3 -3
  386. package/lib/store/app.js.map +1 -1
  387. package/lib/store/crud.js +1 -1
  388. package/lib/store/crud.js.map +1 -1
  389. package/lib/store/form.js +2 -2
  390. package/lib/store/form.js.map +1 -1
  391. package/lib/store/formItem.js +3 -3
  392. package/lib/store/formItem.js.map +1 -1
  393. package/lib/store/index.d.ts +5 -0
  394. package/lib/store/index.js +14 -0
  395. package/lib/store/index.js.map +2 -2
  396. package/lib/store/node.js +2 -2
  397. package/lib/store/node.js.map +1 -1
  398. package/lib/store/table.js +8 -8
  399. package/lib/store/table.js.map +2 -2
  400. package/lib/theme.js +1 -1
  401. package/lib/theme.js.map +1 -1
  402. package/lib/themes/ang-ie11.css +226 -41
  403. package/lib/themes/ang.css +234 -36
  404. package/lib/themes/ang.css.map +1 -1
  405. package/lib/themes/antd-ie11.css +226 -41
  406. package/lib/themes/antd.css +234 -36
  407. package/lib/themes/antd.css.map +1 -1
  408. package/lib/themes/cxd-ie11.css +215 -30
  409. package/lib/themes/cxd.css +236 -37
  410. package/lib/themes/cxd.css.map +1 -1
  411. package/lib/themes/dark-ie11.css +226 -41
  412. package/lib/themes/dark.css +234 -36
  413. package/lib/themes/dark.css.map +1 -1
  414. package/lib/themes/default-ie11.css +215 -30
  415. package/lib/themes/default.css +236 -37
  416. package/lib/themes/default.css.map +1 -1
  417. package/lib/types.d.ts +1 -1
  418. package/lib/types.js.map +1 -1
  419. package/lib/utils/api.js +5 -5
  420. package/lib/utils/api.js.map +1 -1
  421. package/lib/utils/autobind.js +2 -2
  422. package/lib/utils/autobind.js.map +1 -1
  423. package/lib/utils/debug.js +13 -13
  424. package/lib/utils/debug.js.map +1 -1
  425. package/lib/utils/dom.js +1 -1
  426. package/lib/utils/dom.js.map +1 -1
  427. package/lib/utils/filter-schema.js +1 -1
  428. package/lib/utils/filter-schema.js.map +1 -1
  429. package/lib/utils/helper.js +6 -6
  430. package/lib/utils/helper.js.map +1 -1
  431. package/lib/utils/resize-sensor.js +1 -1
  432. package/lib/utils/resize-sensor.js.map +1 -1
  433. package/lib/utils/style.js +1 -1
  434. package/lib/utils/style.js.map +1 -1
  435. package/lib/utils/tpl-builtin.js +1 -1
  436. package/lib/utils/tpl-builtin.js.map +1 -1
  437. package/lib/utils/tpl-lodash.js +1 -1
  438. package/lib/utils/tpl-lodash.js.map +1 -1
  439. package/lib/utils/tpl.js +2 -2
  440. package/lib/utils/tpl.js.map +1 -1
  441. package/lib/utils/validations.js +2 -2
  442. package/lib/utils/validations.js.map +1 -1
  443. package/package.json +1 -1
  444. package/schema.json +516 -420
  445. package/scss/_properties.scss +23 -12
  446. package/scss/components/_alert.scss +1 -1
  447. package/scss/components/_button-group.scss +15 -0
  448. package/scss/components/_formula.scss +18 -0
  449. package/scss/components/_progress.scss +3 -8
  450. package/scss/components/_tabs.scss +145 -13
  451. package/scss/components/_tooltip.scss +72 -0
  452. package/scss/components/form/_date.scss +13 -0
  453. package/scss/components/form/_number.scss +2 -0
  454. package/scss/themes/_cxd-variables.scss +2 -1
  455. package/sdk/ang-ie11.css +269 -43
  456. package/sdk/ang.css +277 -38
  457. package/sdk/antd-ie11.css +269 -43
  458. package/sdk/antd.css +277 -38
  459. package/sdk/barcode.js +51 -51
  460. package/sdk/charts.js +17 -17
  461. package/sdk/codemirror.js +7 -7
  462. package/sdk/color-picker.js +65 -65
  463. package/sdk/cropperjs.js +3 -3
  464. package/sdk/cxd-ie11.css +258 -32
  465. package/sdk/cxd.css +279 -39
  466. package/sdk/dark-ie11.css +269 -43
  467. package/sdk/dark.css +277 -38
  468. package/sdk/exceljs.js +1 -1
  469. package/sdk/markdown.js +69 -69
  470. package/sdk/papaparse.js +3 -3
  471. package/sdk/renderers/Form/CityDB.js +1 -1
  472. package/sdk/rest.js +17 -17
  473. package/sdk/rich-text.js +62 -62
  474. package/sdk/sdk-ie11.css +258 -32
  475. package/sdk/sdk.css +279 -39
  476. package/sdk/sdk.js +1271 -1363
  477. package/sdk/thirds/hls.js/hls.js +19 -19
  478. package/sdk/thirds/mpegts.js/mpegts.js +2 -2
  479. package/sdk/tinymce.js +57 -57
  480. package/src/Schema.ts +5 -2
  481. package/src/SchemaRenderer.tsx +30 -12
  482. package/src/WithStore.tsx +3 -1
  483. package/src/actions/CmptAction.ts +18 -0
  484. package/src/components/Alert2.tsx +9 -3
  485. package/src/components/CityArea.tsx +3 -0
  486. package/src/components/DatePicker.tsx +56 -18
  487. package/src/components/Progress.tsx +8 -12
  488. package/src/components/Tabs.tsx +51 -21
  489. package/src/components/TooltipWrapper.tsx +4 -1
  490. package/src/components/calendar/Calendar.tsx +17 -12
  491. package/src/components/formula/Editor.tsx +34 -3
  492. package/src/components/formula/Picker.tsx +28 -1
  493. package/src/components/icons.tsx +2 -0
  494. package/src/factory.tsx +2 -2
  495. package/src/icons/trash.svg +8 -0
  496. package/src/index.tsx +1 -0
  497. package/src/renderers/Action.tsx +24 -2
  498. package/src/renderers/ButtonGroup.tsx +2 -2
  499. package/src/renderers/Dialog.tsx +17 -3
  500. package/src/renderers/DropDownButton.tsx +14 -3
  501. package/src/renderers/Form/Combo.tsx +84 -27
  502. package/src/renderers/Form/InputCity.tsx +13 -1
  503. package/src/renderers/Form/InputFormula.tsx +7 -0
  504. package/src/renderers/Form/InputRange.tsx +2 -6
  505. package/src/renderers/Form/InputTable.tsx +6 -2
  506. package/src/renderers/Form/index.tsx +1 -1
  507. package/src/renderers/Form/wrapControl.tsx +1 -1
  508. package/src/renderers/Page.tsx +1 -2
  509. package/src/renderers/Progress.tsx +2 -2
  510. package/src/renderers/Table/TableRow.tsx +1 -1
  511. package/src/renderers/Tabs.tsx +90 -31
  512. package/src/renderers/TooltipWrapper.tsx +219 -0
  513. package/src/renderers/Wizard.tsx +154 -93
  514. package/src/store/index.ts +20 -0
  515. package/src/store/table.ts +2 -2
  516. package/src/types.ts +3 -1
package/schema.json CHANGED
@@ -1506,6 +1506,20 @@
1506
1506
  "$ref": "#/definitions/WrapperSchema"
1507
1507
  }
1508
1508
  },
1509
+ {
1510
+ "if": {
1511
+ "properties": {
1512
+ "type": {
1513
+ "type": "string",
1514
+ "const": "tooltip-wrapper",
1515
+ "description": "文字提示容器"
1516
+ }
1517
+ }
1518
+ },
1519
+ "then": {
1520
+ "$ref": "#/definitions/TooltipWrapperSchema"
1521
+ }
1522
+ },
1509
1523
  {
1510
1524
  "if": {
1511
1525
  "properties": {
@@ -3969,7 +3983,8 @@
3969
3983
  "link",
3970
3984
  "primary",
3971
3985
  "dark",
3972
- "light"
3986
+ "light",
3987
+ "secondary"
3973
3988
  ],
3974
3989
  "description": "按钮样式"
3975
3990
  },
@@ -4312,6 +4327,10 @@
4312
4327
  "type": "boolean",
4313
4328
  "description": "是否显示错误信息"
4314
4329
  },
4330
+ "showLoading": {
4331
+ "type": "boolean",
4332
+ "description": "是否显示 spinner"
4333
+ },
4315
4334
  "className": {
4316
4335
  "$ref": "#/definitions/SchemaClassName",
4317
4336
  "description": "容器 css 类名"
@@ -4453,7 +4472,8 @@
4453
4472
  "link",
4454
4473
  "primary",
4455
4474
  "dark",
4456
- "light"
4475
+ "light",
4476
+ "secondary"
4457
4477
  ],
4458
4478
  "description": "按钮样式"
4459
4479
  },
@@ -4664,7 +4684,8 @@
4664
4684
  "link",
4665
4685
  "primary",
4666
4686
  "dark",
4667
- "light"
4687
+ "light",
4688
+ "secondary"
4668
4689
  ],
4669
4690
  "description": "按钮样式"
4670
4691
  },
@@ -4871,7 +4892,8 @@
4871
4892
  "link",
4872
4893
  "primary",
4873
4894
  "dark",
4874
- "light"
4895
+ "light",
4896
+ "secondary"
4875
4897
  ],
4876
4898
  "description": "按钮样式"
4877
4899
  },
@@ -5064,6 +5086,10 @@
5064
5086
  "type": "boolean",
5065
5087
  "description": "是否显示错误信息"
5066
5088
  },
5089
+ "showLoading": {
5090
+ "type": "boolean",
5091
+ "description": "是否显示 spinner"
5092
+ },
5067
5093
  "className": {
5068
5094
  "$ref": "#/definitions/SchemaClassName",
5069
5095
  "description": "容器 css 类名"
@@ -5189,7 +5215,8 @@
5189
5215
  "link",
5190
5216
  "primary",
5191
5217
  "dark",
5192
- "light"
5218
+ "light",
5219
+ "secondary"
5193
5220
  ],
5194
5221
  "description": "按钮样式"
5195
5222
  },
@@ -5545,7 +5572,8 @@
5545
5572
  "link",
5546
5573
  "primary",
5547
5574
  "dark",
5548
- "light"
5575
+ "light",
5576
+ "secondary"
5549
5577
  ],
5550
5578
  "description": "按钮样式"
5551
5579
  },
@@ -5988,7 +6016,8 @@
5988
6016
  "native-date",
5989
6017
  "native-time",
5990
6018
  "native-number",
5991
- "code"
6019
+ "code",
6020
+ "tooltip-wrapper"
5992
6021
  ]
5993
6022
  },
5994
6023
  "CopyActionSchema": {
@@ -6081,7 +6110,8 @@
6081
6110
  "link",
6082
6111
  "primary",
6083
6112
  "dark",
6084
- "light"
6113
+ "light",
6114
+ "secondary"
6085
6115
  ],
6086
6116
  "description": "按钮样式"
6087
6117
  },
@@ -6288,7 +6318,8 @@
6288
6318
  "link",
6289
6319
  "primary",
6290
6320
  "dark",
6291
- "light"
6321
+ "light",
6322
+ "secondary"
6292
6323
  ],
6293
6324
  "description": "按钮样式"
6294
6325
  },
@@ -6490,7 +6521,8 @@
6490
6521
  "link",
6491
6522
  "primary",
6492
6523
  "dark",
6493
- "light"
6524
+ "light",
6525
+ "secondary"
6494
6526
  ],
6495
6527
  "description": "按钮样式"
6496
6528
  },
@@ -6709,7 +6741,8 @@
6709
6741
  "link",
6710
6742
  "primary",
6711
6743
  "dark",
6712
- "light"
6744
+ "light",
6745
+ "secondary"
6713
6746
  ],
6714
6747
  "description": "按钮样式"
6715
6748
  },
@@ -6919,7 +6952,8 @@
6919
6952
  "link",
6920
6953
  "primary",
6921
6954
  "dark",
6922
- "light"
6955
+ "light",
6956
+ "secondary"
6923
6957
  ],
6924
6958
  "description": "按钮样式"
6925
6959
  },
@@ -7371,12 +7405,10 @@
7371
7405
  "description": "通过 JS 表达式来配置当前表单项是否显示"
7372
7406
  },
7373
7407
  "btnClassName": {
7374
- "$ref": "#/definitions/SchemaClassName",
7375
- "description": "给 Button 配置 className。"
7408
+ "$ref": "#/definitions/SchemaClassName"
7376
7409
  },
7377
7410
  "btnActiveClassName": {
7378
- "type": "string",
7379
- "description": "给选中态 Button 配置 className。"
7411
+ "type": "string"
7380
7412
  },
7381
7413
  "buttons": {
7382
7414
  "type": "array",
@@ -11314,6 +11346,10 @@
11314
11346
  "showErrorMsg": {
11315
11347
  "type": "boolean",
11316
11348
  "description": "是否显示错误信息"
11349
+ },
11350
+ "showLoading": {
11351
+ "type": "boolean",
11352
+ "description": "是否显示 spinner"
11317
11353
  }
11318
11354
  },
11319
11355
  "required": [
@@ -11748,7 +11784,8 @@
11748
11784
  "link",
11749
11785
  "primary",
11750
11786
  "dark",
11751
- "light"
11787
+ "light",
11788
+ "secondary"
11752
11789
  ],
11753
11790
  "description": "按钮样式"
11754
11791
  },
@@ -11973,7 +12010,8 @@
11973
12010
  "link",
11974
12011
  "primary",
11975
12012
  "dark",
11976
- "light"
12013
+ "light",
12014
+ "secondary"
11977
12015
  ],
11978
12016
  "description": "按钮样式"
11979
12017
  },
@@ -12190,7 +12228,8 @@
12190
12228
  "link",
12191
12229
  "primary",
12192
12230
  "dark",
12193
- "light"
12231
+ "light",
12232
+ "secondary"
12194
12233
  ],
12195
12234
  "description": "按钮样式"
12196
12235
  },
@@ -12403,7 +12442,8 @@
12403
12442
  "link",
12404
12443
  "primary",
12405
12444
  "dark",
12406
- "light"
12445
+ "light",
12446
+ "secondary"
12407
12447
  ],
12408
12448
  "description": "按钮样式"
12409
12449
  },
@@ -12626,7 +12666,8 @@
12626
12666
  "link",
12627
12667
  "primary",
12628
12668
  "dark",
12629
- "light"
12669
+ "light",
12670
+ "secondary"
12630
12671
  ],
12631
12672
  "description": "按钮样式"
12632
12673
  },
@@ -12849,7 +12890,8 @@
12849
12890
  "link",
12850
12891
  "primary",
12851
12892
  "dark",
12852
- "light"
12893
+ "light",
12894
+ "secondary"
12853
12895
  ],
12854
12896
  "description": "按钮样式"
12855
12897
  },
@@ -13062,7 +13104,8 @@
13062
13104
  "link",
13063
13105
  "primary",
13064
13106
  "dark",
13065
- "light"
13107
+ "light",
13108
+ "secondary"
13066
13109
  ],
13067
13110
  "description": "按钮样式"
13068
13111
  },
@@ -13275,7 +13318,8 @@
13275
13318
  "link",
13276
13319
  "primary",
13277
13320
  "dark",
13278
- "light"
13321
+ "light",
13322
+ "secondary"
13279
13323
  ],
13280
13324
  "description": "按钮样式"
13281
13325
  },
@@ -13483,7 +13527,8 @@
13483
13527
  "link",
13484
13528
  "primary",
13485
13529
  "dark",
13486
- "light"
13530
+ "light",
13531
+ "secondary"
13487
13532
  ],
13488
13533
  "description": "按钮样式"
13489
13534
  },
@@ -13707,7 +13752,8 @@
13707
13752
  "link",
13708
13753
  "primary",
13709
13754
  "dark",
13710
- "light"
13755
+ "light",
13756
+ "secondary"
13711
13757
  ],
13712
13758
  "description": "按钮样式"
13713
13759
  },
@@ -13924,7 +13970,8 @@
13924
13970
  "link",
13925
13971
  "primary",
13926
13972
  "dark",
13927
- "light"
13973
+ "light",
13974
+ "secondary"
13928
13975
  ],
13929
13976
  "description": "按钮样式"
13930
13977
  },
@@ -16012,7 +16059,7 @@
16012
16059
  },
16013
16060
  "strokeWidth": {
16014
16061
  "type": "number",
16015
- "description": "圆形进度条线的宽度"
16062
+ "description": "进度条线的宽度"
16016
16063
  },
16017
16064
  "gapDegree": {
16018
16065
  "type": "number",
@@ -16770,6 +16817,18 @@
16770
16817
  "scrollable": {
16771
16818
  "type": "boolean",
16772
16819
  "description": "是否导航支持内容溢出滚动。属性废弃,为了兼容暂且保留"
16820
+ },
16821
+ "sidePosition": {
16822
+ "type": "string",
16823
+ "enum": [
16824
+ "left",
16825
+ "right"
16826
+ ],
16827
+ "description": "编辑器模式,侧边的位置"
16828
+ },
16829
+ "addBtnText": {
16830
+ "type": "string",
16831
+ "description": "自定义增加按钮文案"
16773
16832
  }
16774
16833
  },
16775
16834
  "required": [
@@ -16870,9 +16929,9 @@
16870
16929
  "$ref": "#/definitions/FormSchemaHorizontal",
16871
16930
  "description": "如果是水平排版,这个属性可以细化水平排版的左右宽度占比。"
16872
16931
  },
16873
- "closeable": {
16932
+ "closable": {
16874
16933
  "type": "boolean",
16875
- "description": "是否可关闭,优先级高于 tabs 的 closeable"
16934
+ "description": "是否可关闭,优先级高于 tabs 的 closable"
16876
16935
  }
16877
16936
  },
16878
16937
  "additionalProperties": false
@@ -16887,7 +16946,9 @@
16887
16946
  "vertical",
16888
16947
  "chrome",
16889
16948
  "simple",
16890
- "strong"
16949
+ "strong",
16950
+ "tiled",
16951
+ "sidebar"
16891
16952
  ]
16892
16953
  },
16893
16954
  "TasksSchema": {
@@ -17746,6 +17807,133 @@
17746
17807
  "additionalProperties": false,
17747
17808
  "description": "Wrapper 容器渲染器。 文档:https://baidu.gitee.io/amis/docs/components/wrapper"
17748
17809
  },
17810
+ "TooltipWrapperSchema": {
17811
+ "type": "object",
17812
+ "properties": {
17813
+ "type": {
17814
+ "type": "string",
17815
+ "const": "tooltip-wrapper",
17816
+ "description": "文字提示容器"
17817
+ },
17818
+ "className": {
17819
+ "type": "string",
17820
+ "description": "内容区CSS类名"
17821
+ },
17822
+ "$ref": {
17823
+ "type": "string",
17824
+ "description": "配合 definitions 一起使用,可以实现无限循环的渲染器。"
17825
+ },
17826
+ "disabled": {
17827
+ "type": "boolean",
17828
+ "description": "是否禁用"
17829
+ },
17830
+ "disabledOn": {
17831
+ "$ref": "#/definitions/SchemaExpression",
17832
+ "description": "是否禁用表达式"
17833
+ },
17834
+ "hidden": {
17835
+ "type": "boolean",
17836
+ "description": "是否隐藏"
17837
+ },
17838
+ "hiddenOn": {
17839
+ "$ref": "#/definitions/SchemaExpression",
17840
+ "description": "是否隐藏表达式"
17841
+ },
17842
+ "visible": {
17843
+ "type": "boolean",
17844
+ "description": "是否显示"
17845
+ },
17846
+ "visibleOn": {
17847
+ "$ref": "#/definitions/SchemaExpression",
17848
+ "description": "是否显示表达式"
17849
+ },
17850
+ "title": {
17851
+ "type": "string",
17852
+ "description": "文字提示标题"
17853
+ },
17854
+ "tooltip": {
17855
+ "type": "string",
17856
+ "description": "文字提示"
17857
+ },
17858
+ "placement": {
17859
+ "type": "string",
17860
+ "enum": [
17861
+ "top",
17862
+ "right",
17863
+ "bottom",
17864
+ "left"
17865
+ ],
17866
+ "description": "文字提示浮层出现位置,默认为top"
17867
+ },
17868
+ "trigger": {
17869
+ "anyOf": [
17870
+ {
17871
+ "$ref": "#/definitions/Trigger"
17872
+ },
17873
+ {
17874
+ "type": "array",
17875
+ "items": {
17876
+ "$ref": "#/definitions/Trigger"
17877
+ }
17878
+ }
17879
+ ],
17880
+ "description": "浮层触发方式,默认为hover"
17881
+ },
17882
+ "delay": {
17883
+ "type": "number",
17884
+ "description": "浮层隐藏延迟时间,单位ms,默认0"
17885
+ },
17886
+ "rootClose": {
17887
+ "type": "boolean",
17888
+ "description": "是否点击非内容区域关闭提示,默认为true"
17889
+ },
17890
+ "body": {
17891
+ "$ref": "#/definitions/SchemaCollection",
17892
+ "description": "内容区域"
17893
+ },
17894
+ "wrapperComponent": {
17895
+ "type": "string",
17896
+ "description": "内容区包裹标签"
17897
+ },
17898
+ "inline": {
17899
+ "type": "boolean",
17900
+ "description": "内容区是否内联显示,默认为false"
17901
+ },
17902
+ "tooltipTheme": {
17903
+ "type": "string",
17904
+ "enum": [
17905
+ "light",
17906
+ "dark"
17907
+ ],
17908
+ "description": "浮层主题色,默认为light"
17909
+ },
17910
+ "style": {
17911
+ "type": "object",
17912
+ "description": "内容区自定义样式"
17913
+ },
17914
+ "tooltipStyle": {
17915
+ "type": "object",
17916
+ "description": "自定义提示浮层样式"
17917
+ },
17918
+ "tooltipClassName": {
17919
+ "type": "string",
17920
+ "description": "文字提示浮层CSS类名"
17921
+ }
17922
+ },
17923
+ "required": [
17924
+ "type",
17925
+ "wrapperComponent"
17926
+ ],
17927
+ "additionalProperties": false
17928
+ },
17929
+ "Trigger": {
17930
+ "type": "string",
17931
+ "enum": [
17932
+ "hover",
17933
+ "click",
17934
+ "focus"
17935
+ ]
17936
+ },
17749
17937
  "FormSchema": {
17750
17938
  "type": "object",
17751
17939
  "properties": {
@@ -19978,12 +20166,10 @@
19978
20166
  }
19979
20167
  },
19980
20168
  "btnClassName": {
19981
- "$ref": "#/definitions/SchemaClassName",
19982
- "description": "给 Button 配置 className。"
20169
+ "$ref": "#/definitions/SchemaClassName"
19983
20170
  },
19984
20171
  "btnActiveClassName": {
19985
- "type": "string",
19986
- "description": "给选中态 Button 配置 className。"
20172
+ "type": "string"
19987
20173
  },
19988
20174
  "buttons": {
19989
20175
  "type": "array",
@@ -34767,7 +34953,7 @@
34767
34953
  },
34768
34954
  "fontSizeAdjust": {
34769
34955
  "$ref": "#/definitions/Property.FontSizeAdjust",
34770
- "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 |"
34956
+ "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 | <number>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | n/a | **1** | No | n/a | No |"
34771
34957
  },
34772
34958
  "fontStretch": {
34773
34959
  "$ref": "#/definitions/Property.FontStretch",
@@ -34817,7 +35003,7 @@
34817
35003
  },
34818
35004
  "mask": {
34819
35005
  "$ref": "#/definitions/Property.Mask%3C(string%7Cnumber)%3E",
34820
- "description": "The **`mask`** CSS shorthand property hides an element (partially or fully) by masking or clipping the image at specific points.\n\n**Syntax**: `<mask-layer>#`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :---: | :-: | | **1** | **2** | **3.1** | 12-79 | No |"
35006
+ "description": "The **`mask`** CSS shorthand property hides an element (partially or fully) by masking or clipping the image at specific points.\n\n**Syntax**: `<mask-layer>#`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-: | | **1** | **2** | **3.2** | **12** | No |"
34821
35007
  },
34822
35008
  "opacity": {
34823
35009
  "$ref": "#/definitions/Property.Opacity",
@@ -34896,7 +35082,7 @@
34896
35082
  },
34897
35083
  "wordSpacing": {
34898
35084
  "$ref": "#/definitions/Property.WordSpacing%3C(string%7Cnumber)%3E",
34899
- "description": "The **`word-spacing`** CSS property sets the length of space between words and between tags.\n\n**Syntax**: `normal | <length>`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **6** |"
35085
+ "description": "The **`word-spacing`** CSS property sets the length of space between words and between tags.\n\n**Syntax**: `normal | <length-percentage>`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **6** |"
34900
35086
  },
34901
35087
  "writingMode": {
34902
35088
  "$ref": "#/definitions/Property.WritingMode",
@@ -35010,6 +35196,10 @@
35010
35196
  "$ref": "#/definitions/Property.MsScrollbarTrackColor",
35011
35197
  "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`"
35012
35198
  },
35199
+ "textCombineHorizontal": {
35200
+ "$ref": "#/definitions/Property.TextCombineUpright",
35201
+ "description": "The **`text-combine-upright`** CSS property sets the combination of characters into the space of a single character. If the combined text is wider than 1em, the user agent must fit the contents within 1em. The resulting composition is treated as a single upright glyph for layout and decoration. This property only has an effect in vertical writing modes.\n\n**Syntax**: `none | all | [ digits <integer>? ]`\n\n**Initial value**: `none`"
35202
+ },
35013
35203
  "KhtmlBoxAlign": {
35014
35204
  "$ref": "#/definitions/Property.BoxAlign",
35015
35205
  "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`"
@@ -35128,7 +35318,7 @@
35128
35318
  },
35129
35319
  "MozForceBrokenImageIcon": {
35130
35320
  "$ref": "#/definitions/Property.MozForceBrokenImageIcon",
35131
- "description": "The **`-moz-force-broken-image-icon`** extended CSS property can be used to force the broken image icon to be shown even when a broken image has an `alt` attribute.\n\n**Syntax**: `0 | 1`\n\n**Initial value**: `0`"
35321
+ "description": "The **`-moz-force-broken-image-icon`** extended CSS property can be used to force the broken image icon to be shown even when a broken image has an `alt` attribute.\n\n**Syntax**: `<integer [0,1]>`\n\n**Initial value**: `0`"
35132
35322
  },
35133
35323
  "MozOpacity": {
35134
35324
  "$ref": "#/definitions/Property.Opacity",
@@ -36090,10 +36280,6 @@
36090
36280
  "$ref": "#/definitions/Property.Hyphens",
36091
36281
  "description": "The **`hyphens`** CSS property specifies how words should be hyphenated when text wraps across multiple lines. It can prevent hyphenation entirely, hyphenate at manually-specified points within the text, or let the browser automatically insert hyphens where appropriate.\n\n**Syntax**: `none | manual | auto`\n\n**Initial value**: `manual`"
36092
36282
  },
36093
- "WebkitInitialLetter": {
36094
- "$ref": "#/definitions/Property.InitialLetter",
36095
- "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`"
36096
- },
36097
36283
  "WebkitJustifyContent": {
36098
36284
  "$ref": "#/definitions/Property.JustifyContent",
36099
36285
  "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`"
@@ -36216,7 +36402,7 @@
36216
36402
  },
36217
36403
  "WebkitRubyPosition": {
36218
36404
  "$ref": "#/definitions/Property.RubyPosition",
36219
- "description": "The `**ruby-position**` CSS property defines the position of a ruby element relatives to its base element. It can be position over the element (`over`), under it (`under`), or between the characters, on their right side (`inter-character`).\n\n**Syntax**: `[ alternate || [ over | under ] ] | inter-character`\n\n**Initial value**: `alternate`"
36405
+ "description": "The `**ruby-position**` CSS property defines the position of a ruby element relatives to its base element. It can be position over the element (`over`), under it (`under`), or between the characters, on their right side (`inter-character`).\n\n**Syntax**: `over | under | inter-character`\n\n**Initial value**: `over`"
36220
36406
  },
36221
36407
  "WebkitScrollSnapType": {
36222
36408
  "$ref": "#/definitions/Property.ScrollSnapType",
@@ -36342,17 +36528,13 @@
36342
36528
  "$ref": "#/definitions/Property.Background%3C(string%7Cnumber)%3E",
36343
36529
  "description": "The **`background`** shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method.\n\n**Syntax**: `[ <bg-layer> , ]* <final-bg-layer>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **4** |"
36344
36530
  },
36345
- "backgroundPosition": {
36346
- "$ref": "#/definitions/Property.BackgroundPosition%3C(string%7Cnumber)%3E",
36347
- "description": "The **`background-position`** CSS property sets the initial position for each background image. The position is relative to the position layer set by `background-origin`.\n\n**Syntax**: `<bg-position>#`\n\n**Initial value**: `0% 0%`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **4** |"
36348
- },
36349
36531
  "border": {
36350
36532
  "$ref": "#/definitions/Property.Border%3C(string%7Cnumber)%3E",
36351
36533
  "description": "The **`border`** shorthand CSS property sets an element's border. It sets the values of `border-width`, `border-style`, and `border-color`.\n\n**Syntax**: `<line-width> || <line-style> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **4** |"
36352
36534
  },
36353
36535
  "borderBlock": {
36354
36536
  "$ref": "#/definitions/Property.BorderBlock%3C(string%7Cnumber)%3E",
36355
- "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 |"
36537
+ "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** | No | n/a | No |"
36356
36538
  },
36357
36539
  "borderBlockEnd": {
36358
36540
  "$ref": "#/definitions/Property.BorderBlockEnd%3C(string%7Cnumber)%3E",
@@ -36376,7 +36558,7 @@
36376
36558
  },
36377
36559
  "borderInline": {
36378
36560
  "$ref": "#/definitions/Property.BorderInline%3C(string%7Cnumber)%3E",
36379
- "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 |"
36561
+ "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** | No | n/a | No |"
36380
36562
  },
36381
36563
  "borderInlineEnd": {
36382
36564
  "$ref": "#/definitions/Property.BorderInlineEnd%3C(string%7Cnumber)%3E",
@@ -36420,15 +36602,15 @@
36420
36602
  },
36421
36603
  "flex": {
36422
36604
  "$ref": "#/definitions/Property.Flex%3C(string%7Cnumber)%3E",
36423
- "description": "The **`flex`** CSS shorthand property sets how a flex _item_ will grow or shrink to fit the space available in its flex container.\n\n**Syntax**: `none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :------: | | **29** | **20** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | 10 _-x-_ |"
36605
+ "description": "The **`flex`** CSS shorthand property sets how a flex _item_ will grow or shrink to fit the space available in its flex container.\n\n**Syntax**: `none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-------: | :----: | :------: | | **29** | **20** | **9** | **12** | **11** | | 21 _-x-_ | | 6.1 _-x-_ | | 10 _-x-_ |"
36424
36606
  },
36425
36607
  "flexFlow": {
36426
36608
  "$ref": "#/definitions/Property.FlexFlow",
36427
- "description": "The **`flex-flow`** CSS shorthand property specifies the direction of a flex container, as well as its wrapping behavior.\n\n**Syntax**: `<'flex-direction'> || <'flex-wrap'>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **29** | **28** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | |"
36609
+ "description": "The **`flex-flow`** CSS shorthand property specifies the direction of a flex container, as well as its wrapping behavior.\n\n**Syntax**: `<'flex-direction'> || <'flex-wrap'>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-------: | :----: | :----: | | **29** | **28** | **9** | **12** | **11** | | 21 _-x-_ | | 6.1 _-x-_ | | |"
36428
36610
  },
36429
36611
  "gap": {
36430
36612
  "$ref": "#/definitions/Property.Gap%3C(string%7Cnumber)%3E",
36431
- "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---"
36613
+ "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** | No | **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---"
36432
36614
  },
36433
36615
  "grid": {
36434
36616
  "$ref": "#/definitions/Property.Grid",
@@ -36478,37 +36660,29 @@
36478
36660
  "$ref": "#/definitions/Property.Outline%3C(string%7Cnumber)%3E",
36479
36661
  "description": "The **`outline`** CSS shorthand property set all the outline properties in a single declaration.\n\n**Syntax**: `[ <'outline-color'> || <'outline-style'> || <'outline-width'> ]`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :---: | | **1** | **1.5** | **1.2** | **12** | **8** |"
36480
36662
  },
36481
- "overscrollBehavior": {
36482
- "$ref": "#/definitions/Property.OverscrollBehavior",
36483
- "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 |"
36484
- },
36485
36663
  "padding": {
36486
36664
  "$ref": "#/definitions/Property.Padding%3C(string%7Cnumber)%3E",
36487
36665
  "description": "The **`padding`** CSS shorthand property sets the padding area on all four sides of an element at once.\n\n**Syntax**: `[ <length> | <percentage> ]{1,4}`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **4** |"
36488
36666
  },
36489
36667
  "placeItems": {
36490
36668
  "$ref": "#/definitions/Property.PlaceItems",
36491
- "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 |"
36669
+ "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---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **59** | **45** | **11** | **79** | No |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **59** | **45** | **11** | **79** | No |\n\n---"
36492
36670
  },
36493
36671
  "placeSelf": {
36494
36672
  "$ref": "#/definitions/Property.PlaceSelf",
36495
- "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 |"
36673
+ "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---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **59** | **45** | **11** | **79** | No |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **59** | **45** | **11** | **79** | No |\n\n---"
36496
36674
  },
36497
36675
  "textEmphasis": {
36498
36676
  "$ref": "#/definitions/Property.TextEmphasis",
36499
- "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 | | :----------: | :-----: | :----: | :----------: | :-: | | **25** _-x-_ | **46** | **7** | **79** _-x-_ | No |"
36677
+ "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 | | :----------: | :-----: | :-----: | :----------: | :-: | | **25** _-x-_ | **46** | **6.1** | **79** _-x-_ | No |"
36500
36678
  },
36501
36679
  "transition": {
36502
36680
  "$ref": "#/definitions/Property.Transition%3Cstring%3E",
36503
36681
  "description": "The **`transition`** CSS property is a shorthand property for `transition-property`, `transition-duration`, `transition-timing-function`, and `transition-delay`.\n\n**Syntax**: `<single-transition>#`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :-------: | :----: | :----: | | **26** | **16** | **9** | **12** | **10** | | 1 _-x-_ | 4 _-x-_ | 3.1 _-x-_ | | |"
36504
36682
  },
36505
- "accentColor": {
36506
- "$ref": "#/definitions/Property.AccentColor",
36507
- "description": "The **`accent-color`** CSS property sets the color of the elements accent. An accent appears in elements such as `<input>` of `type=\"checkbox\"`, or `type=\"radio\"`.\n\n**Syntax**: `auto | <color>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **93** | **92** | No | **93** | No |"
36508
- },
36509
36683
  "alignContent": {
36510
36684
  "$ref": "#/definitions/Property.AlignContent",
36511
- "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---"
36685
+ "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-_ | | 6.1 _-x-_ | | |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |\n\n---"
36512
36686
  },
36513
36687
  "alignItems": {
36514
36688
  "$ref": "#/definitions/Property.AlignItems",
@@ -36560,7 +36734,7 @@
36560
36734
  },
36561
36735
  "aspectRatio": {
36562
36736
  "$ref": "#/definitions/Property.AspectRatio",
36563
- "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 |"
36737
+ "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** | n/a | No | **88** | No |"
36564
36738
  },
36565
36739
  "backdropFilter": {
36566
36740
  "$ref": "#/definitions/Property.BackdropFilter",
@@ -36594,6 +36768,10 @@
36594
36768
  "$ref": "#/definitions/Property.BackgroundOrigin",
36595
36769
  "description": "The **`background-origin`** CSS property sets the background's origin: from the border start, inside the border, or inside the padding.\n\n**Syntax**: `<box>#`\n\n**Initial value**: `padding-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **4** | **3** | **12** | **9** |"
36596
36770
  },
36771
+ "backgroundPosition": {
36772
+ "$ref": "#/definitions/Property.BackgroundPosition%3C(string%7Cnumber)%3E",
36773
+ "description": "The **`background-position`** CSS property sets the initial position for each background image. The position is relative to the position layer set by `background-origin`.\n\n**Syntax**: `<bg-position>#`\n\n**Initial value**: `0% 0%`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **4** |"
36774
+ },
36597
36775
  "backgroundPositionX": {
36598
36776
  "$ref": "#/definitions/Property.BackgroundPositionX%3C(string%7Cnumber)%3E",
36599
36777
  "description": "The **`background-position-x`** CSS property sets the initial horizontal position for each background image. The position is relative to the position layer set by `background-origin`.\n\n**Syntax**: `[ center | [ [ left | right | x-start | x-end ]? <length-percentage>? ]! ]#`\n\n**Initial value**: `left`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **49** | **1** | **12** | **6** |"
@@ -36620,7 +36798,7 @@
36620
36798
  },
36621
36799
  "borderBlockColor": {
36622
36800
  "$ref": "#/definitions/Property.BorderBlockColor",
36623
- "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 |"
36801
+ "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** | No | n/a | No |"
36624
36802
  },
36625
36803
  "borderBlockEndColor": {
36626
36804
  "$ref": "#/definitions/Property.BorderBlockEndColor",
@@ -36648,11 +36826,11 @@
36648
36826
  },
36649
36827
  "borderBlockStyle": {
36650
36828
  "$ref": "#/definitions/Property.BorderBlockStyle",
36651
- "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 |"
36829
+ "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** | No | n/a | No |"
36652
36830
  },
36653
36831
  "borderBlockWidth": {
36654
36832
  "$ref": "#/definitions/Property.BorderBlockWidth%3C(string%7Cnumber)%3E",
36655
- "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 |"
36833
+ "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** | No | n/a | No |"
36656
36834
  },
36657
36835
  "borderBottomColor": {
36658
36836
  "$ref": "#/definitions/Property.BorderBottomColor",
@@ -36680,11 +36858,11 @@
36680
36858
  },
36681
36859
  "borderEndEndRadius": {
36682
36860
  "$ref": "#/definitions/Property.BorderEndEndRadius%3C(string%7Cnumber)%3E",
36683
- "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 |"
36861
+ "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** | No | No | No |"
36684
36862
  },
36685
36863
  "borderEndStartRadius": {
36686
36864
  "$ref": "#/definitions/Property.BorderEndStartRadius%3C(string%7Cnumber)%3E",
36687
- "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 |"
36865
+ "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** | No | No | No |"
36688
36866
  },
36689
36867
  "borderImageOutset": {
36690
36868
  "$ref": "#/definitions/Property.BorderImageOutset%3C(string%7Cnumber)%3E",
@@ -36708,7 +36886,7 @@
36708
36886
  },
36709
36887
  "borderInlineColor": {
36710
36888
  "$ref": "#/definitions/Property.BorderInlineColor",
36711
- "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 |"
36889
+ "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** | No | n/a | No |"
36712
36890
  },
36713
36891
  "borderInlineEndColor": {
36714
36892
  "$ref": "#/definitions/Property.BorderInlineEndColor",
@@ -36736,11 +36914,11 @@
36736
36914
  },
36737
36915
  "borderInlineStyle": {
36738
36916
  "$ref": "#/definitions/Property.BorderInlineStyle",
36739
- "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 |"
36917
+ "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** | No | n/a | No |"
36740
36918
  },
36741
36919
  "borderInlineWidth": {
36742
36920
  "$ref": "#/definitions/Property.BorderInlineWidth%3C(string%7Cnumber)%3E",
36743
- "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 |"
36921
+ "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** | No | n/a | No |"
36744
36922
  },
36745
36923
  "borderLeftColor": {
36746
36924
  "$ref": "#/definitions/Property.BorderLeftColor",
@@ -36772,11 +36950,11 @@
36772
36950
  },
36773
36951
  "borderStartEndRadius": {
36774
36952
  "$ref": "#/definitions/Property.BorderStartEndRadius%3C(string%7Cnumber)%3E",
36775
- "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 |"
36953
+ "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** | No | No | No |"
36776
36954
  },
36777
36955
  "borderStartStartRadius": {
36778
36956
  "$ref": "#/definitions/Property.BorderStartStartRadius%3C(string%7Cnumber)%3E",
36779
- "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 |"
36957
+ "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** | No | No | No |"
36780
36958
  },
36781
36959
  "borderTopColor": {
36782
36960
  "$ref": "#/definitions/Property.BorderTopColor",
@@ -36804,7 +36982,7 @@
36804
36982
  },
36805
36983
  "boxDecorationBreak": {
36806
36984
  "$ref": "#/definitions/Property.BoxDecorationBreak",
36807
- "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 |"
36985
+ "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** | **6.1** _-x-_ | **79** _-x-_ | No |"
36808
36986
  },
36809
36987
  "boxShadow": {
36810
36988
  "$ref": "#/definitions/Property.BoxShadow",
@@ -36842,10 +37020,6 @@
36842
37020
  "$ref": "#/definitions/Property.ColorAdjust",
36843
37021
  "description": "The **`color-adjust`** CSS property sets what, if anything, the user agent may do to optimize the appearance of the element on the output device. By default, the browser is allowed to make any adjustments to the element's appearance it determines to be necessary and prudent given the type and capabilities of the output device.\n\n**Syntax**: `economy | exact`\n\n**Initial value**: `economy`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----------------------------------: | :-----: | :----------------------------------: | :-----------------------------------: | :-: | | **49** _(-webkit-print-color-adjust)_ | **48** | **6** _(-webkit-print-color-adjust)_ | **79** _(-webkit-print-color-adjust)_ | No |"
36844
37022
  },
36845
- "colorScheme": {
36846
- "$ref": "#/definitions/Property.ColorScheme",
36847
- "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> ]+`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **81** | No | **13** | **81** | No |"
36848
- },
36849
37023
  "columnCount": {
36850
37024
  "$ref": "#/definitions/Property.ColumnCount",
36851
37025
  "description": "The **`column-count`** CSS property breaks an element's content into the specified number of columns.\n\n**Syntax**: `<integer> | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :-----: | :----: | :----: | | **50** | **52** | **9** | **12** | **10** | | 1 _-x-_ | | 3 _-x-_ | | |"
@@ -36856,7 +37030,7 @@
36856
37030
  },
36857
37031
  "columnGap": {
36858
37032
  "$ref": "#/definitions/Property.ColumnGap%3C(string%7Cnumber)%3E",
36859
- "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---"
37033
+ "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** | No | **84** | No |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :--------------------: | :----------------------: | :----: | :-: | | **66** | **61** | **12.1** | **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---"
36860
37034
  },
36861
37035
  "columnRuleColor": {
36862
37036
  "$ref": "#/definitions/Property.ColumnRuleColor",
@@ -36916,7 +37090,7 @@
36916
37090
  },
36917
37091
  "flexGrow": {
36918
37092
  "$ref": "#/definitions/Property.FlexGrow",
36919
- "description": "The **`flex-grow`** CSS property sets the flex grow factor of a flex item main size.\n\n**Syntax**: `<number>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----------------------: | | **29** | **20** | **9** | **12** | **11** | | 22 _-x-_ | | 7 _-x-_ | | 10 _(-ms-flex-positive)_ |"
37093
+ "description": "The **`flex-grow`** CSS property sets the flex grow factor of a flex item main size.\n\n**Syntax**: `<number>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-------: | :----: | :----------------------: | | **29** | **20** | **9** | **12** | **11** | | 22 _-x-_ | | 6.1 _-x-_ | | 10 _(-ms-flex-positive)_ |"
36920
37094
  },
36921
37095
  "flexShrink": {
36922
37096
  "$ref": "#/definitions/Property.FlexShrink",
@@ -36952,15 +37126,15 @@
36952
37126
  },
36953
37127
  "fontSynthesis": {
36954
37128
  "$ref": "#/definitions/Property.FontSynthesis",
36955
- "description": "The **`font-synthesis`** CSS property controls which missing typefaces, bold or italic, 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 | | :----: | :-----: | :----: | :--: | :-: | | No | **34** | **9** | No | No |"
37129
+ "description": "The **`font-synthesis`** CSS property controls which missing typefaces, bold or italic, may be synthesized by the browser.\n\n**Syntax**: `none | [ weight || style ]`\n\n**Initial value**: `weight style`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **34** | **9** | No | No |"
36956
37130
  },
36957
37131
  "fontVariantCaps": {
36958
37132
  "$ref": "#/definitions/Property.FontVariantCaps",
36959
- "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 |"
37133
+ "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** | No | **79** | No |"
36960
37134
  },
36961
37135
  "fontVariantEastAsian": {
36962
37136
  "$ref": "#/definitions/Property.FontVariantEastAsian",
36963
- "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 |"
37137
+ "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** | No | **79** | No |"
36964
37138
  },
36965
37139
  "fontVariantLigatures": {
36966
37140
  "$ref": "#/definitions/Property.FontVariantLigatures",
@@ -36972,7 +37146,7 @@
36972
37146
  },
36973
37147
  "fontVariantPosition": {
36974
37148
  "$ref": "#/definitions/Property.FontVariantPosition",
36975
- "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 |"
37149
+ "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** | No | No | No |"
36976
37150
  },
36977
37151
  "fontVariationSettings": {
36978
37152
  "$ref": "#/definitions/Property.FontVariationSettings",
@@ -36980,11 +37154,11 @@
36980
37154
  },
36981
37155
  "forcedColorAdjust": {
36982
37156
  "$ref": "#/definitions/Property.ForcedColorAdjust",
36983
- "description": "The **`forced-color-adjust`** CSS property allows authors to opt certain elements out of forced colors mode. This then restores the control of those values to CSS.\n\n**Syntax**: `auto | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :-----------------------------: | :---------------------------------: | | **89** | No | No | **79** | **10** _(-ms-high-contrast-adjust)_ | | | | | 12 _(-ms-high-contrast-adjust)_ | |"
37157
+ "description": "The **`forced-color-adjust`** CSS property allows authors to opt certain elements out of forced colors mode. This then restores the control of those values to CSS.\n\n**Syntax**: `auto | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :---------------------------------: | :---------------------------------: | | n/a | No | No | **79** _(-ms-high-contrast-adjust)_ | **10** _(-ms-high-contrast-adjust)_ |"
36984
37158
  },
36985
37159
  "gridAutoColumns": {
36986
37160
  "$ref": "#/definitions/Property.GridAutoColumns%3C(string%7Cnumber)%3E",
36987
- "description": "The **`grid-auto-columns`** CSS property specifies the size of an implicitly-created grid column track or pattern of tracks.\n\n**Syntax**: `<track-size>+`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-------------------------: | | **57** | **70** | **10.1** | **16** | **10** _(-ms-grid-columns)_ |"
37161
+ "description": "The **`grid-auto-columns`** CSS property specifies the size of an implicitly-created grid column track or pattern of tracks.\n\n**Syntax**: `<track-size>+`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :---------------------: | :-------------------------: | | **57** | **70** | **10.1** | **16** | **10** _(-ms-grid-columns)_ | | | | | 12 _(-ms-grid-columns)_ | |"
36988
37162
  },
36989
37163
  "gridAutoFlow": {
36990
37164
  "$ref": "#/definitions/Property.GridAutoFlow",
@@ -36992,7 +37166,7 @@
36992
37166
  },
36993
37167
  "gridAutoRows": {
36994
37168
  "$ref": "#/definitions/Property.GridAutoRows%3C(string%7Cnumber)%3E",
36995
- "description": "The **`grid-auto-rows`** CSS property specifies the size of an implicitly-created grid row track or pattern of tracks.\n\n**Syntax**: `<track-size>+`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :----------------------: | | **57** | **70** | **10.1** | **16** | **10** _(-ms-grid-rows)_ |"
37169
+ "description": "The **`grid-auto-rows`** CSS property specifies the size of an implicitly-created grid row track or pattern of tracks.\n\n**Syntax**: `<track-size>+`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :------------------: | :----------------------: | | **57** | **70** | **10.1** | **16** | **10** _(-ms-grid-rows)_ | | | | | 12 _(-ms-grid-rows)_ | |"
36996
37170
  },
36997
37171
  "gridColumnEnd": {
36998
37172
  "$ref": "#/definitions/Property.GridColumnEnd",
@@ -37032,7 +37206,7 @@
37032
37206
  },
37033
37207
  "hyphens": {
37034
37208
  "$ref": "#/definitions/Property.Hyphens",
37035
- "description": "The **`hyphens`** CSS property specifies how words should be hyphenated when text wraps across multiple lines. It can prevent hyphenation entirely, hyphenate at manually-specified points within the text, or let the browser automatically insert hyphens where appropriate.\n\n**Syntax**: `none | manual | auto`\n\n**Initial value**: `manual`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----------: | :----: | :----------: | | **55** | **43** | **5.1** _-x-_ | **79** | **10** _-x-_ | | 13 _-x-_ | 6 _-x-_ | | | |"
37209
+ "description": "The **`hyphens`** CSS property specifies how words should be hyphenated when text wraps across multiple lines. It can prevent hyphenation entirely, hyphenate at manually-specified points within the text, or let the browser automatically insert hyphens where appropriate.\n\n**Syntax**: `none | manual | auto`\n\n**Initial value**: `manual`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----------: | :----------: | :----------: | | **55** | **43** | **5.1** _-x-_ | **12** _-x-_ | **10** _-x-_ | | 13 _-x-_ | 6 _-x-_ | | | |"
37036
37210
  },
37037
37211
  "imageOrientation": {
37038
37212
  "$ref": "#/definitions/Property.ImageOrientation",
@@ -37044,7 +37218,7 @@
37044
37218
  },
37045
37219
  "initialLetter": {
37046
37220
  "$ref": "#/definitions/Property.InitialLetter",
37047
- "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 |"
37221
+ "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** | No | No |"
37048
37222
  },
37049
37223
  "inlineSize": {
37050
37224
  "$ref": "#/definitions/Property.InlineSize%3C(string%7Cnumber)%3E",
@@ -37052,31 +37226,31 @@
37052
37226
  },
37053
37227
  "inset": {
37054
37228
  "$ref": "#/definitions/Property.Inset%3C(string%7Cnumber)%3E",
37055
- "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 |"
37229
+ "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** | No | n/a | No |"
37056
37230
  },
37057
37231
  "insetBlock": {
37058
37232
  "$ref": "#/definitions/Property.InsetBlock%3C(string%7Cnumber)%3E",
37059
- "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 |"
37233
+ "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** | No | n/a | No |"
37060
37234
  },
37061
37235
  "insetBlockEnd": {
37062
37236
  "$ref": "#/definitions/Property.InsetBlockEnd%3C(string%7Cnumber)%3E",
37063
- "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 |"
37237
+ "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** | No | n/a | No |"
37064
37238
  },
37065
37239
  "insetBlockStart": {
37066
37240
  "$ref": "#/definitions/Property.InsetBlockStart%3C(string%7Cnumber)%3E",
37067
- "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 |"
37241
+ "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** | No | n/a | No |"
37068
37242
  },
37069
37243
  "insetInline": {
37070
37244
  "$ref": "#/definitions/Property.InsetInline%3C(string%7Cnumber)%3E",
37071
- "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 |"
37245
+ "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** | No | n/a | No |"
37072
37246
  },
37073
37247
  "insetInlineEnd": {
37074
37248
  "$ref": "#/definitions/Property.InsetInlineEnd%3C(string%7Cnumber)%3E",
37075
- "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 |"
37249
+ "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** | No | n/a | No |"
37076
37250
  },
37077
37251
  "insetInlineStart": {
37078
37252
  "$ref": "#/definitions/Property.InsetInlineStart%3C(string%7Cnumber)%3E",
37079
- "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 |"
37253
+ "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** | No | n/a | No |"
37080
37254
  },
37081
37255
  "isolation": {
37082
37256
  "$ref": "#/definitions/Property.Isolation",
@@ -37124,7 +37298,7 @@
37124
37298
  },
37125
37299
  "marginBlock": {
37126
37300
  "$ref": "#/definitions/Property.MarginBlock%3C(string%7Cnumber)%3E",
37127
- "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 |"
37301
+ "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** | No | n/a | No |"
37128
37302
  },
37129
37303
  "marginBlockEnd": {
37130
37304
  "$ref": "#/definitions/Property.MarginBlockEnd%3C(string%7Cnumber)%3E",
@@ -37140,7 +37314,7 @@
37140
37314
  },
37141
37315
  "marginInline": {
37142
37316
  "$ref": "#/definitions/Property.MarginInline%3C(string%7Cnumber)%3E",
37143
- "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 |"
37317
+ "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** | No | n/a | No |"
37144
37318
  },
37145
37319
  "marginInlineEnd": {
37146
37320
  "$ref": "#/definitions/Property.MarginInlineEnd%3C(string%7Cnumber)%3E",
@@ -37196,7 +37370,7 @@
37196
37370
  },
37197
37371
  "maskImage": {
37198
37372
  "$ref": "#/definitions/Property.MaskImage",
37199
- "description": "The **`mask-image`** CSS property sets the image that is used as mask layer for an element.\n\n**Syntax**: `<mask-reference>#`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :---------: | :---: | :-: | | **1** _-x-_ | **53** | **4** _-x-_ | 16-79 | No |"
37373
+ "description": "The **`mask-image`** CSS property sets the image that is used as mask layer for an element.\n\n**Syntax**: `<mask-reference>#`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :---------: | :----: | :-: | | **1** _-x-_ | **53** | **4** _-x-_ | **16** | No |"
37200
37374
  },
37201
37375
  "maskMode": {
37202
37376
  "$ref": "#/definitions/Property.MaskMode",
@@ -37208,23 +37382,23 @@
37208
37382
  },
37209
37383
  "maskPosition": {
37210
37384
  "$ref": "#/definitions/Property.MaskPosition%3C(string%7Cnumber)%3E",
37211
- "description": "The **`mask-position`** CSS property sets the initial position, relative to the mask position layer set by `mask-origin`, for each defined mask image.\n\n**Syntax**: `<position>#`\n\n**Initial value**: `center`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :-----------: | :---: | :-: | | **1** _-x-_ | **53** | **3.1** _-x-_ | 18-79 | No |"
37385
+ "description": "The **`mask-position`** CSS property sets the initial position, relative to the mask position layer set by `mask-origin`, for each defined mask image.\n\n**Syntax**: `<position>#`\n\n**Initial value**: `center`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :-----------: | :----: | :-: | | **1** _-x-_ | **53** | **3.2** _-x-_ | **18** | No |"
37212
37386
  },
37213
37387
  "maskRepeat": {
37214
37388
  "$ref": "#/definitions/Property.MaskRepeat",
37215
- "description": "The **`mask-repeat`** CSS property sets how mask images are repeated. A mask image can be repeated along the horizontal axis, the vertical axis, both axes, or not repeated at all.\n\n**Syntax**: `<repeat-style>#`\n\n**Initial value**: `no-repeat`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :-----------: | :---: | :-: | | **1** _-x-_ | **53** | **3.1** _-x-_ | 18-79 | No |"
37389
+ "description": "The **`mask-repeat`** CSS property sets how mask images are repeated. A mask image can be repeated along the horizontal axis, the vertical axis, both axes, or not repeated at all.\n\n**Syntax**: `<repeat-style>#`\n\n**Initial value**: `no-repeat`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :-----------: | :----: | :-: | | **1** _-x-_ | **53** | **3.2** _-x-_ | **18** | No |"
37216
37390
  },
37217
37391
  "maskSize": {
37218
37392
  "$ref": "#/definitions/Property.MaskSize%3C(string%7Cnumber)%3E",
37219
- "description": "The **`mask-size`** CSS property specifies the sizes of the mask images. The size of the image can be fully or partially constrained in order to preserve its intrinsic ratio.\n\n**Syntax**: `<bg-size>#`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :---------: | :---: | :-: | | **4** _-x-_ | **53** | **4** _-x-_ | 18-79 | No |"
37393
+ "description": "The **`mask-size`** CSS property specifies the sizes of the mask images. The size of the image can be fully or partially constrained in order to preserve its intrinsic ratio.\n\n**Syntax**: `<bg-size>#`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :---------: | :----: | :-: | | **4** _-x-_ | **53** | **4** _-x-_ | **18** | No |"
37220
37394
  },
37221
37395
  "maskType": {
37222
37396
  "$ref": "#/definitions/Property.MaskType",
37223
- "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 |"
37397
+ "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** | **6.1** | **79** | No |"
37224
37398
  },
37225
37399
  "mathStyle": {
37226
37400
  "$ref": "#/definitions/Property.MathStyle",
37227
- "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 |"
37401
+ "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 | No | No | No |"
37228
37402
  },
37229
37403
  "maxBlockSize": {
37230
37404
  "$ref": "#/definitions/Property.MaxBlockSize%3C(string%7Cnumber)%3E",
@@ -37342,17 +37516,13 @@
37342
37516
  "$ref": "#/definitions/Property.OverflowClipBox",
37343
37517
  "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 |"
37344
37518
  },
37345
- "overflowClipMargin": {
37346
- "$ref": "#/definitions/Property.OverflowClipMargin%3C(string%7Cnumber)%3E",
37347
- "description": "**Syntax**: `<visual-box> || <length [0,∞]>`\n\n**Initial value**: `0px`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **90** | No | No | **90** | No |"
37348
- },
37349
37519
  "overflowInline": {
37350
37520
  "$ref": "#/definitions/Property.OverflowInline",
37351
37521
  "description": "**Syntax**: `visible | hidden | clip | scroll | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **69** | No | No | No |"
37352
37522
  },
37353
37523
  "overflowWrap": {
37354
37524
  "$ref": "#/definitions/Property.OverflowWrap",
37355
- "description": "The `**overflow-wrap**` CSS property applies to inline elements, setting whether the browser should insert line breaks within an otherwise unbreakable string to prevent text from overflowing its line box.\n\n**Syntax**: `normal | break-word | anywhere`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------: | :---------------: | :-------------: | :--------------: | :-------------------: | | **23** | **49** | **7** | **18** | **5.5** _(word-wrap)_ | | 1 _(word-wrap)_ | 3.5 _(word-wrap)_ | 1 _(word-wrap)_ | 12 _(word-wrap)_ | |"
37525
+ "description": "The `**overflow-wrap**` CSS property applies to inline elements, setting whether the browser should insert line breaks within an otherwise unbreakable string to prevent text from overflowing its line box.\n\n**Syntax**: `normal | break-word | anywhere`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------: | :---------------: | :-------------: | :--------------: | :-------------------: | | **23** | **49** | **6.1** | **18** | **5.5** _(word-wrap)_ | | 1 _(word-wrap)_ | 3.5 _(word-wrap)_ | 1 _(word-wrap)_ | 12 _(word-wrap)_ | |"
37356
37526
  },
37357
37527
  "overflowX": {
37358
37528
  "$ref": "#/definitions/Property.OverflowX",
@@ -37362,6 +37532,10 @@
37362
37532
  "$ref": "#/definitions/Property.OverflowY",
37363
37533
  "description": "The **`overflow-y`** CSS property sets what shows when content overflows a block-level element's top and bottom edges. This may be nothing, a scroll bar, or the overflow content.\n\n**Syntax**: `visible | hidden | clip | scroll | auto`\n\n**Initial value**: `visible`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **3.5** | **3** | **12** | **5** |"
37364
37534
  },
37535
+ "overscrollBehavior": {
37536
+ "$ref": "#/definitions/Property.OverscrollBehavior",
37537
+ "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 |"
37538
+ },
37365
37539
  "overscrollBehaviorBlock": {
37366
37540
  "$ref": "#/definitions/Property.OverscrollBehaviorBlock",
37367
37541
  "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 |"
@@ -37380,7 +37554,7 @@
37380
37554
  },
37381
37555
  "paddingBlock": {
37382
37556
  "$ref": "#/definitions/Property.PaddingBlock%3C(string%7Cnumber)%3E",
37383
- "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 |"
37557
+ "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** | No | n/a | No |"
37384
37558
  },
37385
37559
  "paddingBlockEnd": {
37386
37560
  "$ref": "#/definitions/Property.PaddingBlockEnd%3C(string%7Cnumber)%3E",
@@ -37396,7 +37570,7 @@
37396
37570
  },
37397
37571
  "paddingInline": {
37398
37572
  "$ref": "#/definitions/Property.PaddingInline%3C(string%7Cnumber)%3E",
37399
- "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 |"
37573
+ "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** | No | n/a | No |"
37400
37574
  },
37401
37575
  "paddingInlineEnd": {
37402
37576
  "$ref": "#/definitions/Property.PaddingInlineEnd%3C(string%7Cnumber)%3E",
@@ -37440,7 +37614,7 @@
37440
37614
  },
37441
37615
  "placeContent": {
37442
37616
  "$ref": "#/definitions/Property.PlaceContent",
37443
- "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 |"
37617
+ "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---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **59** | **45** | **9** | **79** | No |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **59** | **53** | **11** | **79** | No |\n\n---"
37444
37618
  },
37445
37619
  "position": {
37446
37620
  "$ref": "#/definitions/Property.Position",
@@ -37460,11 +37634,11 @@
37460
37634
  },
37461
37635
  "rotate": {
37462
37636
  "$ref": "#/definitions/Property.Rotate",
37463
- "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 |"
37637
+ "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** | No | No | No |"
37464
37638
  },
37465
37639
  "rowGap": {
37466
37640
  "$ref": "#/definitions/Property.RowGap%3C(string%7Cnumber)%3E",
37467
- "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---"
37641
+ "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** | No | **84** | No |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----------------: | :-----------------: | :-------------------: | :----: | :-: | | **66** | **61** | **12.1** | **16** | No | | 57 _(grid-row-gap)_ | 52 _(grid-row-gap)_ | 10.1 _(grid-row-gap)_ | | |\n\n---"
37468
37642
  },
37469
37643
  "rubyAlign": {
37470
37644
  "$ref": "#/definitions/Property.RubyAlign",
@@ -37476,11 +37650,11 @@
37476
37650
  },
37477
37651
  "rubyPosition": {
37478
37652
  "$ref": "#/definitions/Property.RubyPosition",
37479
- "description": "The `**ruby-position**` CSS property defines the position of a ruby element relatives to its base element. It can be position over the element (`over`), under it (`under`), or between the characters, on their right side (`inter-character`).\n\n**Syntax**: `[ alternate || [ over | under ] ] | inter-character`\n\n**Initial value**: `alternate`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :-----------: | :---: | :-: | | **84** | **38** | **6.1** _-x-_ | 12-79 | No | | 1 _-x-_ | | | | |"
37653
+ "description": "The `**ruby-position**` CSS property defines the position of a ruby element relatives to its base element. It can be position over the element (`over`), under it (`under`), or between the characters, on their right side (`inter-character`).\n\n**Syntax**: `over | under | inter-character`\n\n**Initial value**: `over`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :-----------: | :---: | :-: | | **84** | **38** | **6.1** _-x-_ | 12-79 | No | | 1 _-x-_ | | | | |"
37480
37654
  },
37481
37655
  "scale": {
37482
37656
  "$ref": "#/definitions/Property.Scale",
37483
- "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 |"
37657
+ "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** | No | No | No |"
37484
37658
  },
37485
37659
  "scrollBehavior": {
37486
37660
  "$ref": "#/definitions/Property.ScrollBehavior",
@@ -37488,91 +37662,91 @@
37488
37662
  },
37489
37663
  "scrollMargin": {
37490
37664
  "$ref": "#/definitions/Property.ScrollMargin%3C(string%7Cnumber)%3E",
37491
- "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)_ | | |"
37665
+ "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** | **11** _(scroll-snap-margin)_ | **79** | No |"
37492
37666
  },
37493
37667
  "scrollMarginBlock": {
37494
37668
  "$ref": "#/definitions/Property.ScrollMarginBlock%3C(string%7Cnumber)%3E",
37495
- "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 |"
37669
+ "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** | No | **79** | No |"
37496
37670
  },
37497
37671
  "scrollMarginBlockEnd": {
37498
37672
  "$ref": "#/definitions/Property.ScrollMarginBlockEnd%3C(string%7Cnumber)%3E",
37499
- "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 |"
37673
+ "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** | No | **79** | No |"
37500
37674
  },
37501
37675
  "scrollMarginBlockStart": {
37502
37676
  "$ref": "#/definitions/Property.ScrollMarginBlockStart%3C(string%7Cnumber)%3E",
37503
- "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 |"
37677
+ "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** | No | **79** | No |"
37504
37678
  },
37505
37679
  "scrollMarginBottom": {
37506
37680
  "$ref": "#/definitions/Property.ScrollMarginBottom%3C(string%7Cnumber)%3E",
37507
- "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)_ | | |"
37681
+ "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** | **11** _(scroll-snap-margin-bottom)_ | **79** | No |"
37508
37682
  },
37509
37683
  "scrollMarginInline": {
37510
37684
  "$ref": "#/definitions/Property.ScrollMarginInline%3C(string%7Cnumber)%3E",
37511
- "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 |"
37685
+ "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 | | :----: | :-----: | :----: | :--: | :-: | | No | **68** | No | No | No |"
37512
37686
  },
37513
37687
  "scrollMarginInlineEnd": {
37514
37688
  "$ref": "#/definitions/Property.ScrollMarginInlineEnd%3C(string%7Cnumber)%3E",
37515
- "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 |"
37689
+ "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** | No | **79** | No |"
37516
37690
  },
37517
37691
  "scrollMarginInlineStart": {
37518
37692
  "$ref": "#/definitions/Property.ScrollMarginInlineStart%3C(string%7Cnumber)%3E",
37519
- "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 |"
37693
+ "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** | No | **79** | No |"
37520
37694
  },
37521
37695
  "scrollMarginLeft": {
37522
37696
  "$ref": "#/definitions/Property.ScrollMarginLeft%3C(string%7Cnumber)%3E",
37523
- "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)_ | | |"
37697
+ "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** | **11** _(scroll-snap-margin-left)_ | **79** | No |"
37524
37698
  },
37525
37699
  "scrollMarginRight": {
37526
37700
  "$ref": "#/definitions/Property.ScrollMarginRight%3C(string%7Cnumber)%3E",
37527
- "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)_ | | |"
37701
+ "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** | **11** _(scroll-snap-margin-right)_ | **79** | No |"
37528
37702
  },
37529
37703
  "scrollMarginTop": {
37530
37704
  "$ref": "#/definitions/Property.ScrollMarginTop%3C(string%7Cnumber)%3E",
37531
- "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)_ | | |"
37705
+ "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** | **11** _(scroll-snap-margin-top)_ | **79** | No |"
37532
37706
  },
37533
37707
  "scrollPadding": {
37534
37708
  "$ref": "#/definitions/Property.ScrollPadding%3C(string%7Cnumber)%3E",
37535
- "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 |"
37709
+ "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** | **11** | **79** | No |"
37536
37710
  },
37537
37711
  "scrollPaddingBlock": {
37538
37712
  "$ref": "#/definitions/Property.ScrollPaddingBlock%3C(string%7Cnumber)%3E",
37539
- "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 |"
37713
+ "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** | No | **79** | No |"
37540
37714
  },
37541
37715
  "scrollPaddingBlockEnd": {
37542
37716
  "$ref": "#/definitions/Property.ScrollPaddingBlockEnd%3C(string%7Cnumber)%3E",
37543
- "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 simply to put more breathing room between a targetted 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 |"
37717
+ "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 simply to put more breathing room between a targetted 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** | No | **79** | No |"
37544
37718
  },
37545
37719
  "scrollPaddingBlockStart": {
37546
37720
  "$ref": "#/definitions/Property.ScrollPaddingBlockStart%3C(string%7Cnumber)%3E",
37547
- "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 simply to put more breathing room between a targetted 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 |"
37721
+ "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 simply to put more breathing room between a targetted 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** | No | **79** | No |"
37548
37722
  },
37549
37723
  "scrollPaddingBottom": {
37550
37724
  "$ref": "#/definitions/Property.ScrollPaddingBottom%3C(string%7Cnumber)%3E",
37551
- "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 simply to put more breathing room between a targetted 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 |"
37725
+ "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 simply to put more breathing room between a targetted 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** | **11** | **79** | No |"
37552
37726
  },
37553
37727
  "scrollPaddingInline": {
37554
37728
  "$ref": "#/definitions/Property.ScrollPaddingInline%3C(string%7Cnumber)%3E",
37555
- "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 |"
37729
+ "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** | No | **79** | No |"
37556
37730
  },
37557
37731
  "scrollPaddingInlineEnd": {
37558
37732
  "$ref": "#/definitions/Property.ScrollPaddingInlineEnd%3C(string%7Cnumber)%3E",
37559
- "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 simply to put more breathing room between a targetted 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 |"
37733
+ "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 simply to put more breathing room between a targetted 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** | No | **79** | No |"
37560
37734
  },
37561
37735
  "scrollPaddingInlineStart": {
37562
37736
  "$ref": "#/definitions/Property.ScrollPaddingInlineStart%3C(string%7Cnumber)%3E",
37563
- "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 simply to put more breathing room between a targetted 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 |"
37737
+ "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 simply to put more breathing room between a targetted 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** | No | **79** | No |"
37564
37738
  },
37565
37739
  "scrollPaddingLeft": {
37566
37740
  "$ref": "#/definitions/Property.ScrollPaddingLeft%3C(string%7Cnumber)%3E",
37567
- "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 simply to put more breathing room between a targetted 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 |"
37741
+ "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 simply to put more breathing room between a targetted 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** | **11** | **79** | No |"
37568
37742
  },
37569
37743
  "scrollPaddingRight": {
37570
37744
  "$ref": "#/definitions/Property.ScrollPaddingRight%3C(string%7Cnumber)%3E",
37571
- "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 simply to put more breathing room between a targetted 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 |"
37745
+ "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 simply to put more breathing room between a targetted 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** | **11** | **79** | No |"
37572
37746
  },
37573
37747
  "scrollPaddingTop": {
37574
37748
  "$ref": "#/definitions/Property.ScrollPaddingTop%3C(string%7Cnumber)%3E",
37575
- "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 simply to put more breathing room between a targetted 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 |"
37749
+ "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 simply to put more breathing room between a targetted 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** | **11** | **79** | No |"
37576
37750
  },
37577
37751
  "scrollSnapAlign": {
37578
37752
  "$ref": "#/definitions/Property.ScrollSnapAlign",
@@ -37580,39 +37754,39 @@
37580
37754
  },
37581
37755
  "scrollSnapMargin": {
37582
37756
  "$ref": "#/definitions/Property.ScrollMargin%3C(string%7Cnumber)%3E",
37583
- "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)_ | | |"
37757
+ "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** | **11** _(scroll-snap-margin)_ | **79** | No |"
37584
37758
  },
37585
37759
  "scrollSnapMarginBottom": {
37586
37760
  "$ref": "#/definitions/Property.ScrollMarginBottom%3C(string%7Cnumber)%3E",
37587
- "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)_ | | |"
37761
+ "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** | **11** _(scroll-snap-margin-bottom)_ | **79** | No |"
37588
37762
  },
37589
37763
  "scrollSnapMarginLeft": {
37590
37764
  "$ref": "#/definitions/Property.ScrollMarginLeft%3C(string%7Cnumber)%3E",
37591
- "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)_ | | |"
37765
+ "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** | **11** _(scroll-snap-margin-left)_ | **79** | No |"
37592
37766
  },
37593
37767
  "scrollSnapMarginRight": {
37594
37768
  "$ref": "#/definitions/Property.ScrollMarginRight%3C(string%7Cnumber)%3E",
37595
- "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)_ | | |"
37769
+ "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** | **11** _(scroll-snap-margin-right)_ | **79** | No |"
37596
37770
  },
37597
37771
  "scrollSnapMarginTop": {
37598
37772
  "$ref": "#/definitions/Property.ScrollMarginTop%3C(string%7Cnumber)%3E",
37599
- "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)_ | | |"
37773
+ "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** | **11** _(scroll-snap-margin-top)_ | **79** | No |"
37600
37774
  },
37601
37775
  "scrollSnapStop": {
37602
37776
  "$ref": "#/definitions/Property.ScrollSnapStop",
37603
- "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 |"
37777
+ "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 | No | **79** | No |"
37604
37778
  },
37605
37779
  "scrollSnapType": {
37606
37780
  "$ref": "#/definitions/Property.ScrollSnapType",
37607
- "description": "The **`scroll-snap-type`** CSS property sets how strictly snap points are enforced on the scroll container in case there is one.\n\n**Syntax**: `none | [ x | y | block | inline | both ] [ mandatory | proximity ]?`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :----------: | | **69** | 39-68 | **11** | **79** | **10** _-x-_ | | | | 9 _-x-_ | | |"
37781
+ "description": "The **`scroll-snap-type`** CSS property sets how strictly snap points are enforced on the scroll container in case there is one.\n\n**Syntax**: `none | [ x | y | block | inline | both ] [ mandatory | proximity ]?`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----------: | :----------: | | **69** | 39-68 | **11** | **12** _-x-_ | **10** _-x-_ | | | | 9 _-x-_ | | |"
37608
37782
  },
37609
37783
  "scrollbarColor": {
37610
37784
  "$ref": "#/definitions/Property.ScrollbarColor",
37611
- "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 |"
37785
+ "description": "The **`scrollbar-color`** CSS property sets the color of the scrollbar track and thumb.\n\n**Syntax**: `auto | dark | light | <color>{2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **64** | No | No | No |"
37612
37786
  },
37613
37787
  "scrollbarGutter": {
37614
37788
  "$ref": "#/definitions/Property.ScrollbarGutter",
37615
- "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** | No | No | **94** | No |"
37789
+ "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 | always ] && both? && force?`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | n/a | No | No | No | No |"
37616
37790
  },
37617
37791
  "scrollbarWidth": {
37618
37792
  "$ref": "#/definitions/Property.ScrollbarWidth",
@@ -37632,7 +37806,7 @@
37632
37806
  },
37633
37807
  "tabSize": {
37634
37808
  "$ref": "#/definitions/Property.TabSize%3C(string%7Cnumber)%3E",
37635
- "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-_ | | | |"
37809
+ "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** | **4** _-x-_ | **6.1** | **79** | No |"
37636
37810
  },
37637
37811
  "tableLayout": {
37638
37812
  "$ref": "#/definitions/Property.TableLayout",
@@ -37648,7 +37822,7 @@
37648
37822
  },
37649
37823
  "textCombineUpright": {
37650
37824
  "$ref": "#/definitions/Property.TextCombineUpright",
37651
- "description": "The **`text-combine-upright`** CSS property sets the combination of characters into the space of a single character. If the combined text is wider than 1em, the user agent must fit the contents within 1em. The resulting composition is treated as a single upright glyph for layout and decoration. This property only has an effect in vertical writing modes.\n\n**Syntax**: `none | all | [ digits <integer>? ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------: | :-----: | :------------------------------: | :---: | :------------------------------------: | | **48** | **48** | **5.1** _(-webkit-text-combine)_ | 15-79 | **11** _(-ms-text-combine-horizontal)_ | | 9 _(-webkit-text-combine)_ | | | | |"
37825
+ "description": "The **`text-combine-upright`** CSS property sets the combination of characters into the space of a single character. If the combined text is wider than 1em, the user agent must fit the contents within 1em. The resulting composition is treated as a single upright glyph for layout and decoration. This property only has an effect in vertical writing modes.\n\n**Syntax**: `none | all | [ digits <integer>? ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------: | :-----: | :------------------------------: | :--------------------------------: | :------------------------------------: | | **48** | **48** | **5.1** _(-webkit-text-combine)_ | 15-79 | **11** _(-ms-text-combine-horizontal)_ | | 9 _(-webkit-text-combine)_ | | | 12 _(-ms-text-combine-horizontal)_ | |"
37652
37826
  },
37653
37827
  "textDecorationColor": {
37654
37828
  "$ref": "#/definitions/Property.TextDecorationColor",
@@ -37660,7 +37834,7 @@
37660
37834
  },
37661
37835
  "textDecorationSkip": {
37662
37836
  "$ref": "#/definitions/Property.TextDecorationSkip",
37663
- "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-_ | | |"
37837
+ "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 | | | | 8 _-x-_ | | |"
37664
37838
  },
37665
37839
  "textDecorationSkipInk": {
37666
37840
  "$ref": "#/definitions/Property.TextDecorationSkipInk",
@@ -37672,23 +37846,23 @@
37672
37846
  },
37673
37847
  "textDecorationThickness": {
37674
37848
  "$ref": "#/definitions/Property.TextDecorationThickness%3C(string%7Cnumber)%3E",
37675
- "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 |"
37849
+ "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** | **70** | **12.1** | **87** | No |"
37676
37850
  },
37677
37851
  "textDecorationWidth": {
37678
37852
  "$ref": "#/definitions/Property.TextDecorationThickness%3C(string%7Cnumber)%3E",
37679
- "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 |"
37853
+ "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** | **70** | **12.1** | **87** | No |"
37680
37854
  },
37681
37855
  "textEmphasisColor": {
37682
37856
  "$ref": "#/definitions/Property.TextEmphasisColor",
37683
- "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 | | :----------: | :-----: | :----: | :----------: | :-: | | **25** _-x-_ | **46** | **7** | **79** _-x-_ | No |"
37857
+ "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 | | :----------: | :-----: | :-----: | :----------: | :-: | | **25** _-x-_ | **46** | **6.1** | **79** _-x-_ | No |"
37684
37858
  },
37685
37859
  "textEmphasisPosition": {
37686
37860
  "$ref": "#/definitions/Property.TextEmphasisPosition",
37687
- "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 | | :----------: | :-----: | :----: | :----------: | :-: | | **25** _-x-_ | **46** | **7** | **79** _-x-_ | No |"
37861
+ "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 | | :----------: | :-----: | :-----: | :----------: | :-: | | **25** _-x-_ | **46** | **6.1** | **79** _-x-_ | No |"
37688
37862
  },
37689
37863
  "textEmphasisStyle": {
37690
37864
  "$ref": "#/definitions/Property.TextEmphasisStyle",
37691
- "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 | | :----------: | :-----: | :----: | :----------: | :-: | | **25** _-x-_ | **46** | **7** | **79** _-x-_ | No |"
37865
+ "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 | | :----------: | :-----: | :-----: | :----------: | :-: | | **25** _-x-_ | **46** | **6.1** | **79** _-x-_ | No |"
37692
37866
  },
37693
37867
  "textIndent": {
37694
37868
  "$ref": "#/definitions/Property.TextIndent%3C(string%7Cnumber)%3E",
@@ -37768,11 +37942,11 @@
37768
37942
  },
37769
37943
  "translate": {
37770
37944
  "$ref": "#/definitions/Property.Translate%3C(string%7Cnumber)%3E",
37771
- "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 |"
37945
+ "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** | No | No | No |"
37772
37946
  },
37773
37947
  "userSelect": {
37774
37948
  "$ref": "#/definitions/Property.UserSelect",
37775
- "description": "The `**user-select**` CSS property controls whether the user can select text. This doesn't have any effect on content loaded as chrome, except in textboxes.\n\n**Syntax**: `auto | text | none | contain | all`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :---------: | :------: | :----------: | | **54** | **69** | **3** _-x-_ | **79** | **10** _-x-_ | | 1 _-x-_ | 1 _-x-_ | | 12 _-x-_ | |"
37949
+ "description": "The `**user-select**` CSS property controls whether the user can select text. This doesn't have any effect on content loaded as chrome, except in textboxes.\n\n**Syntax**: `auto | text | none | contain | all`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :---------: | :----------: | :----------: | | **54** | **69** | **3** _-x-_ | **12** _-x-_ | **10** _-x-_ | | 1 _-x-_ | 1 _-x-_ | | | |"
37776
37950
  },
37777
37951
  "verticalAlign": {
37778
37952
  "$ref": "#/definitions/Property.VerticalAlign%3C(string%7Cnumber)%3E",
@@ -38588,9 +38762,6 @@
38588
38762
  },
38589
38763
  {
38590
38764
  "type": "number"
38591
- },
38592
- {
38593
- "type": "string"
38594
38765
  }
38595
38766
  ]
38596
38767
  },
@@ -38644,9 +38815,6 @@
38644
38815
  },
38645
38816
  {
38646
38817
  "type": "number"
38647
- },
38648
- {
38649
- "type": "string"
38650
38818
  }
38651
38819
  ]
38652
38820
  },
@@ -38749,17 +38917,10 @@
38749
38917
  {
38750
38918
  "$ref": "#/definitions/Globals"
38751
38919
  },
38752
- {
38753
- "type": "string",
38754
- "const": "from-font"
38755
- },
38756
38920
  {
38757
38921
  "type": "string",
38758
38922
  "const": "none"
38759
38923
  },
38760
- {
38761
- "type": "string"
38762
- },
38763
38924
  {
38764
38925
  "type": "number"
38765
38926
  }
@@ -38966,9 +39127,6 @@
38966
39127
  },
38967
39128
  {
38968
39129
  "type": "number"
38969
- },
38970
- {
38971
- "type": "string"
38972
39130
  }
38973
39131
  ]
38974
39132
  },
@@ -39381,9 +39539,6 @@
39381
39539
  },
39382
39540
  {
39383
39541
  "type": "number"
39384
- },
39385
- {
39386
- "type": "string"
39387
39542
  }
39388
39543
  ]
39389
39544
  },
@@ -39475,9 +39630,6 @@
39475
39630
  },
39476
39631
  {
39477
39632
  "type": "number"
39478
- },
39479
- {
39480
- "type": "string"
39481
39633
  }
39482
39634
  ]
39483
39635
  },
@@ -39488,9 +39640,6 @@
39488
39640
  },
39489
39641
  {
39490
39642
  "type": "number"
39491
- },
39492
- {
39493
- "type": "string"
39494
39643
  }
39495
39644
  ]
39496
39645
  },
@@ -39642,14 +39791,6 @@
39642
39791
  "type": "string",
39643
39792
  "const": "-webkit-isolate"
39644
39793
  },
39645
- {
39646
- "type": "string",
39647
- "const": "-webkit-isolate-override"
39648
- },
39649
- {
39650
- "type": "string",
39651
- "const": "-webkit-plaintext"
39652
- },
39653
39794
  {
39654
39795
  "type": "string",
39655
39796
  "const": "bidi-override"
@@ -39900,9 +40041,6 @@
39900
40041
  },
39901
40042
  {
39902
40043
  "type": "number"
39903
- },
39904
- {
39905
- "type": "string"
39906
40044
  }
39907
40045
  ]
39908
40046
  },
@@ -39913,9 +40051,6 @@
39913
40051
  },
39914
40052
  {
39915
40053
  "type": "number"
39916
- },
39917
- {
39918
- "type": "string"
39919
40054
  }
39920
40055
  ]
39921
40056
  },
@@ -39941,9 +40076,6 @@
39941
40076
  },
39942
40077
  {
39943
40078
  "type": "number"
39944
- },
39945
- {
39946
- "type": "string"
39947
40079
  }
39948
40080
  ]
39949
40081
  },
@@ -40286,6 +40418,32 @@
40286
40418
  }
40287
40419
  ]
40288
40420
  },
40421
+ "Property.TextCombineUpright": {
40422
+ "anyOf": [
40423
+ {
40424
+ "$ref": "#/definitions/Globals"
40425
+ },
40426
+ {
40427
+ "type": "string",
40428
+ "const": "-ms-text-combine-horizontal"
40429
+ },
40430
+ {
40431
+ "type": "string",
40432
+ "const": "all"
40433
+ },
40434
+ {
40435
+ "type": "string",
40436
+ "const": "digits"
40437
+ },
40438
+ {
40439
+ "type": "string",
40440
+ "const": "none"
40441
+ },
40442
+ {
40443
+ "type": "string"
40444
+ }
40445
+ ]
40446
+ },
40289
40447
  "Property.LineBreak": {
40290
40448
  "anyOf": [
40291
40449
  {
@@ -40546,15 +40704,7 @@
40546
40704
  "$ref": "#/definitions/Globals"
40547
40705
  },
40548
40706
  {
40549
- "type": "number",
40550
- "const": 0
40551
- },
40552
- {
40553
- "type": "string"
40554
- },
40555
- {
40556
- "type": "number",
40557
- "const": 1
40707
+ "type": "number"
40558
40708
  }
40559
40709
  ]
40560
40710
  },
@@ -42224,9 +42374,6 @@
42224
42374
  },
42225
42375
  {
42226
42376
  "type": "number"
42227
- },
42228
- {
42229
- "type": "string"
42230
42377
  }
42231
42378
  ]
42232
42379
  },
@@ -42242,10 +42389,6 @@
42242
42389
  {
42243
42390
  "type": "string",
42244
42391
  "const": "balance"
42245
- },
42246
- {
42247
- "type": "string",
42248
- "const": "balance-all"
42249
42392
  }
42250
42393
  ]
42251
42394
  },
@@ -42909,9 +43052,6 @@
42909
43052
  },
42910
43053
  {
42911
43054
  "type": "number"
42912
- },
42913
- {
42914
- "type": "string"
42915
43055
  }
42916
43056
  ]
42917
43057
  },
@@ -43042,9 +43182,6 @@
43042
43182
  },
43043
43183
  {
43044
43184
  "type": "number"
43045
- },
43046
- {
43047
- "type": "string"
43048
43185
  }
43049
43186
  ]
43050
43187
  },
@@ -43120,9 +43257,6 @@
43120
43257
  },
43121
43258
  {
43122
43259
  "type": "number"
43123
- },
43124
- {
43125
- "type": "string"
43126
43260
  }
43127
43261
  ]
43128
43262
  },
@@ -43452,24 +43586,6 @@
43452
43586
  }
43453
43587
  ]
43454
43588
  },
43455
- "Property.TextCombineUpright": {
43456
- "anyOf": [
43457
- {
43458
- "$ref": "#/definitions/Globals"
43459
- },
43460
- {
43461
- "type": "string",
43462
- "const": "all"
43463
- },
43464
- {
43465
- "type": "string",
43466
- "const": "none"
43467
- },
43468
- {
43469
- "type": "string"
43470
- }
43471
- ]
43472
- },
43473
43589
  "Property.TouchAction": {
43474
43590
  "anyOf": [
43475
43591
  {
@@ -44078,9 +44194,6 @@
44078
44194
  },
44079
44195
  {
44080
44196
  "type": "number"
44081
- },
44082
- {
44083
- "type": "string"
44084
44197
  }
44085
44198
  ]
44086
44199
  },
@@ -44172,23 +44285,6 @@
44172
44285
  }
44173
44286
  ]
44174
44287
  },
44175
- "Property.InitialLetter": {
44176
- "anyOf": [
44177
- {
44178
- "$ref": "#/definitions/Globals"
44179
- },
44180
- {
44181
- "type": "string",
44182
- "const": "normal"
44183
- },
44184
- {
44185
- "type": "string"
44186
- },
44187
- {
44188
- "type": "number"
44189
- }
44190
- ]
44191
- },
44192
44288
  "Property.JustifyContent": {
44193
44289
  "anyOf": [
44194
44290
  {
@@ -44228,9 +44324,6 @@
44228
44324
  },
44229
44325
  {
44230
44326
  "type": "number"
44231
- },
44232
- {
44233
- "type": "string"
44234
44327
  }
44235
44328
  ]
44236
44329
  },
@@ -44650,14 +44743,6 @@
44650
44743
  {
44651
44744
  "$ref": "#/definitions/Globals"
44652
44745
  },
44653
- {
44654
- "type": "string",
44655
- "const": "alternate"
44656
- },
44657
- {
44658
- "type": "string",
44659
- "const": "inter-character"
44660
- },
44661
44746
  {
44662
44747
  "type": "string",
44663
44748
  "const": "over"
@@ -44665,9 +44750,6 @@
44665
44750
  {
44666
44751
  "type": "string",
44667
44752
  "const": "under"
44668
- },
44669
- {
44670
- "type": "string"
44671
44753
  }
44672
44754
  ]
44673
44755
  },
@@ -45016,19 +45098,6 @@
45016
45098
  }
45017
45099
  ]
45018
45100
  },
45019
- "Property.BackgroundPosition<(string|number)>": {
45020
- "anyOf": [
45021
- {
45022
- "$ref": "#/definitions/Globals"
45023
- },
45024
- {
45025
- "$ref": "#/definitions/DataType.BgPosition%3C(string%7Cnumber)%3E"
45026
- },
45027
- {
45028
- "type": "string"
45029
- }
45030
- ]
45031
- },
45032
45101
  "Property.Border<(string|number)>": {
45033
45102
  "anyOf": [
45034
45103
  {
@@ -45386,9 +45455,6 @@
45386
45455
  },
45387
45456
  {
45388
45457
  "type": "number"
45389
- },
45390
- {
45391
- "type": "string"
45392
45458
  }
45393
45459
  ]
45394
45460
  },
@@ -45455,28 +45521,6 @@
45455
45521
  }
45456
45522
  ]
45457
45523
  },
45458
- "Property.OverscrollBehavior": {
45459
- "anyOf": [
45460
- {
45461
- "$ref": "#/definitions/Globals"
45462
- },
45463
- {
45464
- "type": "string",
45465
- "const": "auto"
45466
- },
45467
- {
45468
- "type": "string",
45469
- "const": "contain"
45470
- },
45471
- {
45472
- "type": "string",
45473
- "const": "none"
45474
- },
45475
- {
45476
- "type": "string"
45477
- }
45478
- ]
45479
- },
45480
45524
  "Property.Padding<(string|number)>": {
45481
45525
  "anyOf": [
45482
45526
  {
@@ -45544,20 +45588,6 @@
45544
45588
  }
45545
45589
  ]
45546
45590
  },
45547
- "Property.AccentColor": {
45548
- "anyOf": [
45549
- {
45550
- "$ref": "#/definitions/Globals"
45551
- },
45552
- {
45553
- "$ref": "#/definitions/DataType.Color"
45554
- },
45555
- {
45556
- "type": "string",
45557
- "const": "auto"
45558
- }
45559
- ]
45560
- },
45561
45591
  "Property.AlignTracks": {
45562
45592
  "anyOf": [
45563
45593
  {
@@ -45710,6 +45740,19 @@
45710
45740
  }
45711
45741
  ]
45712
45742
  },
45743
+ "Property.BackgroundPosition<(string|number)>": {
45744
+ "anyOf": [
45745
+ {
45746
+ "$ref": "#/definitions/Globals"
45747
+ },
45748
+ {
45749
+ "$ref": "#/definitions/DataType.BgPosition%3C(string%7Cnumber)%3E"
45750
+ },
45751
+ {
45752
+ "type": "string"
45753
+ }
45754
+ ]
45755
+ },
45713
45756
  "Property.BackgroundPositionX<(string|number)>": {
45714
45757
  "anyOf": [
45715
45758
  {
@@ -46504,28 +46547,6 @@
46504
46547
  }
46505
46548
  ]
46506
46549
  },
46507
- "Property.ColorScheme": {
46508
- "anyOf": [
46509
- {
46510
- "$ref": "#/definitions/Globals"
46511
- },
46512
- {
46513
- "type": "string",
46514
- "const": "dark"
46515
- },
46516
- {
46517
- "type": "string",
46518
- "const": "light"
46519
- },
46520
- {
46521
- "type": "string",
46522
- "const": "normal"
46523
- },
46524
- {
46525
- "type": "string"
46526
- }
46527
- ]
46528
- },
46529
46550
  "Property.Contain": {
46530
46551
  "anyOf": [
46531
46552
  {
@@ -46735,10 +46756,6 @@
46735
46756
  "type": "string",
46736
46757
  "const": "none"
46737
46758
  },
46738
- {
46739
- "type": "string",
46740
- "const": "small-caps"
46741
- },
46742
46759
  {
46743
46760
  "type": "string",
46744
46761
  "const": "style"
@@ -47157,6 +47174,23 @@
47157
47174
  }
47158
47175
  ]
47159
47176
  },
47177
+ "Property.InitialLetter": {
47178
+ "anyOf": [
47179
+ {
47180
+ "$ref": "#/definitions/Globals"
47181
+ },
47182
+ {
47183
+ "type": "string",
47184
+ "const": "normal"
47185
+ },
47186
+ {
47187
+ "type": "string"
47188
+ },
47189
+ {
47190
+ "type": "number"
47191
+ }
47192
+ ]
47193
+ },
47160
47194
  "Property.InlineSize<(string|number)>": {
47161
47195
  "anyOf": [
47162
47196
  {
@@ -47586,7 +47620,11 @@
47586
47620
  "$ref": "#/definitions/Globals"
47587
47621
  },
47588
47622
  {
47589
- "$ref": "#/definitions/DataType.GeometryBox"
47623
+ "$ref": "#/definitions/DataType.Box"
47624
+ },
47625
+ {
47626
+ "type": "string",
47627
+ "const": "margin-box"
47590
47628
  },
47591
47629
  {
47592
47630
  "type": "string"
@@ -47771,9 +47809,6 @@
47771
47809
  },
47772
47810
  {
47773
47811
  "type": "number"
47774
- },
47775
- {
47776
- "type": "string"
47777
47812
  }
47778
47813
  ]
47779
47814
  },
@@ -48121,9 +48156,6 @@
48121
48156
  },
48122
48157
  {
48123
48158
  "type": "number"
48124
- },
48125
- {
48126
- "type": "string"
48127
48159
  }
48128
48160
  ]
48129
48161
  },
@@ -48197,30 +48229,6 @@
48197
48229
  }
48198
48230
  ]
48199
48231
  },
48200
- "Property.OverflowClipMargin<(string|number)>": {
48201
- "anyOf": [
48202
- {
48203
- "$ref": "#/definitions/Globals"
48204
- },
48205
- {
48206
- "$ref": "#/definitions/DataType.VisualBox"
48207
- },
48208
- {
48209
- "type": "string"
48210
- },
48211
- {
48212
- "type": "number"
48213
- }
48214
- ]
48215
- },
48216
- "DataType.VisualBox": {
48217
- "type": "string",
48218
- "enum": [
48219
- "border-box",
48220
- "content-box",
48221
- "padding-box"
48222
- ]
48223
- },
48224
48232
  "Property.OverflowInline": {
48225
48233
  "anyOf": [
48226
48234
  {
@@ -48267,6 +48275,28 @@
48267
48275
  }
48268
48276
  ]
48269
48277
  },
48278
+ "Property.OverscrollBehavior": {
48279
+ "anyOf": [
48280
+ {
48281
+ "$ref": "#/definitions/Globals"
48282
+ },
48283
+ {
48284
+ "type": "string",
48285
+ "const": "auto"
48286
+ },
48287
+ {
48288
+ "type": "string",
48289
+ "const": "contain"
48290
+ },
48291
+ {
48292
+ "type": "string",
48293
+ "const": "none"
48294
+ },
48295
+ {
48296
+ "type": "string"
48297
+ }
48298
+ ]
48299
+ },
48270
48300
  "Property.OverscrollBehaviorBlock": {
48271
48301
  "anyOf": [
48272
48302
  {
@@ -49134,12 +49164,20 @@
49134
49164
  {
49135
49165
  "$ref": "#/definitions/Globals"
49136
49166
  },
49167
+ {
49168
+ "$ref": "#/definitions/DataType.Color"
49169
+ },
49137
49170
  {
49138
49171
  "type": "string",
49139
49172
  "const": "auto"
49140
49173
  },
49141
49174
  {
49142
- "type": "string"
49175
+ "type": "string",
49176
+ "const": "dark"
49177
+ },
49178
+ {
49179
+ "type": "string",
49180
+ "const": "light"
49143
49181
  }
49144
49182
  ]
49145
49183
  },
@@ -49148,6 +49186,10 @@
49148
49186
  {
49149
49187
  "$ref": "#/definitions/Globals"
49150
49188
  },
49189
+ {
49190
+ "type": "string",
49191
+ "const": "always"
49192
+ },
49151
49193
  {
49152
49194
  "type": "string",
49153
49195
  "const": "auto"
@@ -49515,9 +49557,6 @@
49515
49557
  },
49516
49558
  {
49517
49559
  "type": "number"
49518
- },
49519
- {
49520
- "type": "string"
49521
49560
  }
49522
49561
  ]
49523
49562
  },
@@ -49624,9 +49663,6 @@
49624
49663
  },
49625
49664
  {
49626
49665
  "type": "number"
49627
- },
49628
- {
49629
- "type": "string"
49630
49666
  }
49631
49667
  ]
49632
49668
  },
@@ -54774,7 +54810,8 @@
54774
54810
  "link",
54775
54811
  "primary",
54776
54812
  "dark",
54777
- "light"
54813
+ "light",
54814
+ "secondary"
54778
54815
  ],
54779
54816
  "description": "按钮样式"
54780
54817
  },
@@ -54997,7 +55034,8 @@
54997
55034
  "link",
54998
55035
  "primary",
54999
55036
  "dark",
55000
- "light"
55037
+ "light",
55038
+ "secondary"
55001
55039
  ],
55002
55040
  "description": "按钮样式"
55003
55041
  },
@@ -55212,7 +55250,8 @@
55212
55250
  "link",
55213
55251
  "primary",
55214
55252
  "dark",
55215
- "light"
55253
+ "light",
55254
+ "secondary"
55216
55255
  ],
55217
55256
  "description": "按钮样式"
55218
55257
  },
@@ -55423,7 +55462,8 @@
55423
55462
  "link",
55424
55463
  "primary",
55425
55464
  "dark",
55426
- "light"
55465
+ "light",
55466
+ "secondary"
55427
55467
  ],
55428
55468
  "description": "按钮样式"
55429
55469
  },
@@ -55644,7 +55684,8 @@
55644
55684
  "link",
55645
55685
  "primary",
55646
55686
  "dark",
55647
- "light"
55687
+ "light",
55688
+ "secondary"
55648
55689
  ],
55649
55690
  "description": "按钮样式"
55650
55691
  },
@@ -55865,7 +55906,8 @@
55865
55906
  "link",
55866
55907
  "primary",
55867
55908
  "dark",
55868
- "light"
55909
+ "light",
55910
+ "secondary"
55869
55911
  ],
55870
55912
  "description": "按钮样式"
55871
55913
  },
@@ -56076,7 +56118,8 @@
56076
56118
  "link",
56077
56119
  "primary",
56078
56120
  "dark",
56079
- "light"
56121
+ "light",
56122
+ "secondary"
56080
56123
  ],
56081
56124
  "description": "按钮样式"
56082
56125
  },
@@ -56287,7 +56330,8 @@
56287
56330
  "link",
56288
56331
  "primary",
56289
56332
  "dark",
56290
- "light"
56333
+ "light",
56334
+ "secondary"
56291
56335
  ],
56292
56336
  "description": "按钮样式"
56293
56337
  },
@@ -56493,7 +56537,8 @@
56493
56537
  "link",
56494
56538
  "primary",
56495
56539
  "dark",
56496
- "light"
56540
+ "light",
56541
+ "secondary"
56497
56542
  ],
56498
56543
  "description": "按钮样式"
56499
56544
  },
@@ -56715,7 +56760,8 @@
56715
56760
  "link",
56716
56761
  "primary",
56717
56762
  "dark",
56718
- "light"
56763
+ "light",
56764
+ "secondary"
56719
56765
  ],
56720
56766
  "description": "按钮样式"
56721
56767
  },
@@ -56930,7 +56976,8 @@
56930
56976
  "link",
56931
56977
  "primary",
56932
56978
  "dark",
56933
- "light"
56979
+ "light",
56980
+ "secondary"
56934
56981
  ],
56935
56982
  "description": "按钮样式"
56936
56983
  },
@@ -60226,7 +60273,7 @@
60226
60273
  "$ref": "#/definitions/DialogSchema",
60227
60274
  "additionalProperties": false,
60228
60275
  "patternProperties": {
60229
- "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|actions|body|bodyClassName|closeOnEsc|closeOnOutside|name|size|title|header|headerClassName|footer|confirm|showCloseButton|showErrorMsg|label|labelClassName|popOver|quickEdit|copyable)$": {}
60276
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|actions|body|bodyClassName|closeOnEsc|closeOnOutside|name|size|title|header|headerClassName|footer|confirm|showCloseButton|showErrorMsg|showLoading|label|labelClassName|popOver|quickEdit|copyable)$": {}
60230
60277
  }
60231
60278
  },
60232
60279
  {
@@ -60429,7 +60476,7 @@
60429
60476
  "$ref": "#/definitions/TabsSchema",
60430
60477
  "additionalProperties": false,
60431
60478
  "patternProperties": {
60432
- "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|tabs|source|tabsClassName|tabsMode|contentClassName|linksClassName|mountOnEnter|unmountOnExit|toolbar|subFormMode|subFormHorizontal|addable|closable|draggable|showTip|showTipClassName|editable|scrollable|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
60479
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|tabs|source|tabsClassName|tabsMode|contentClassName|linksClassName|mountOnEnter|unmountOnExit|toolbar|subFormMode|subFormHorizontal|addable|closable|draggable|showTip|showTipClassName|editable|scrollable|sidePosition|addBtnText|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
60433
60480
  }
60434
60481
  },
60435
60482
  {
@@ -60467,6 +60514,13 @@
60467
60514
  "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|body|size|wrap|style|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
60468
60515
  }
60469
60516
  },
60517
+ {
60518
+ "$ref": "#/definitions/TooltipWrapperSchema",
60519
+ "additionalProperties": false,
60520
+ "patternProperties": {
60521
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|title|tooltip|placement|trigger|delay|rootClose|body|wrapperComponent|inline|tooltipTheme|style|tooltipStyle|tooltipClassName|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
60522
+ }
60523
+ },
60470
60524
  {
60471
60525
  "$ref": "#/definitions/FormSchema",
60472
60526
  "additionalProperties": false,
@@ -61027,7 +61081,7 @@
61027
61081
  "$ref": "#/definitions/DialogSchema",
61028
61082
  "additionalProperties": false,
61029
61083
  "patternProperties": {
61030
- "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|actions|body|bodyClassName|closeOnEsc|closeOnOutside|name|size|title|header|headerClassName|footer|confirm|showCloseButton|showErrorMsg|label|labelClassName|popOver|quickEdit|copyable)$": {}
61084
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|actions|body|bodyClassName|closeOnEsc|closeOnOutside|name|size|title|header|headerClassName|footer|confirm|showCloseButton|showErrorMsg|showLoading|label|labelClassName|popOver|quickEdit|copyable)$": {}
61031
61085
  }
61032
61086
  },
61033
61087
  {
@@ -61230,7 +61284,7 @@
61230
61284
  "$ref": "#/definitions/TabsSchema",
61231
61285
  "additionalProperties": false,
61232
61286
  "patternProperties": {
61233
- "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|tabs|source|tabsClassName|tabsMode|contentClassName|linksClassName|mountOnEnter|unmountOnExit|toolbar|subFormMode|subFormHorizontal|addable|closable|draggable|showTip|showTipClassName|editable|scrollable|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
61287
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|tabs|source|tabsClassName|tabsMode|contentClassName|linksClassName|mountOnEnter|unmountOnExit|toolbar|subFormMode|subFormHorizontal|addable|closable|draggable|showTip|showTipClassName|editable|scrollable|sidePosition|addBtnText|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
61234
61288
  }
61235
61289
  },
61236
61290
  {
@@ -61268,6 +61322,13 @@
61268
61322
  "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|body|size|wrap|style|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
61269
61323
  }
61270
61324
  },
61325
+ {
61326
+ "$ref": "#/definitions/TooltipWrapperSchema",
61327
+ "additionalProperties": false,
61328
+ "patternProperties": {
61329
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|title|tooltip|placement|trigger|delay|rootClose|body|wrapperComponent|inline|tooltipTheme|style|tooltipStyle|tooltipClassName|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
61330
+ }
61331
+ },
61271
61332
  {
61272
61333
  "$ref": "#/definitions/FormSchema",
61273
61334
  "additionalProperties": false,
@@ -61828,7 +61889,7 @@
61828
61889
  "$ref": "#/definitions/DialogSchema",
61829
61890
  "additionalProperties": false,
61830
61891
  "patternProperties": {
61831
- "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|actions|body|bodyClassName|closeOnEsc|closeOnOutside|name|size|title|header|headerClassName|footer|confirm|showCloseButton|showErrorMsg|label|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|labelClassName|filterable|breakpoint|remark|value|unique)$": {}
61892
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|actions|body|bodyClassName|closeOnEsc|closeOnOutside|name|size|title|header|headerClassName|footer|confirm|showCloseButton|showErrorMsg|showLoading|label|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|labelClassName|filterable|breakpoint|remark|value|unique)$": {}
61832
61893
  }
61833
61894
  },
61834
61895
  {
@@ -62031,7 +62092,7 @@
62031
62092
  "$ref": "#/definitions/TabsSchema",
62032
62093
  "additionalProperties": false,
62033
62094
  "patternProperties": {
62034
- "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|tabs|source|tabsClassName|tabsMode|contentClassName|linksClassName|mountOnEnter|unmountOnExit|toolbar|subFormMode|subFormHorizontal|addable|closable|draggable|showTip|showTipClassName|editable|scrollable|label|fixed|name|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|labelClassName|filterable|breakpoint|remark|value|unique)$": {}
62095
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|tabs|source|tabsClassName|tabsMode|contentClassName|linksClassName|mountOnEnter|unmountOnExit|toolbar|subFormMode|subFormHorizontal|addable|closable|draggable|showTip|showTipClassName|editable|scrollable|sidePosition|addBtnText|label|fixed|name|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|labelClassName|filterable|breakpoint|remark|value|unique)$": {}
62035
62096
  }
62036
62097
  },
62037
62098
  {
@@ -62069,6 +62130,13 @@
62069
62130
  "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|body|size|wrap|style|label|fixed|name|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|labelClassName|filterable|breakpoint|remark|value|unique)$": {}
62070
62131
  }
62071
62132
  },
62133
+ {
62134
+ "$ref": "#/definitions/TooltipWrapperSchema",
62135
+ "additionalProperties": false,
62136
+ "patternProperties": {
62137
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|title|tooltip|placement|trigger|delay|rootClose|body|wrapperComponent|inline|tooltipTheme|style|tooltipStyle|tooltipClassName|label|fixed|name|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|labelClassName|filterable|breakpoint|remark|value|unique)$": {}
62138
+ }
62139
+ },
62072
62140
  {
62073
62141
  "$ref": "#/definitions/FormSchema",
62074
62142
  "additionalProperties": false,
@@ -62629,7 +62697,7 @@
62629
62697
  "$ref": "#/definitions/DialogSchema",
62630
62698
  "additionalProperties": false,
62631
62699
  "patternProperties": {
62632
- "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|actions|body|bodyClassName|closeOnEsc|closeOnOutside|name|size|title|header|headerClassName|footer|confirm|showCloseButton|showErrorMsg|x|y|w|h|width|height|align|valign|gridClassName)$": {}
62700
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|actions|body|bodyClassName|closeOnEsc|closeOnOutside|name|size|title|header|headerClassName|footer|confirm|showCloseButton|showErrorMsg|showLoading|x|y|w|h|width|height|align|valign|gridClassName)$": {}
62633
62701
  }
62634
62702
  },
62635
62703
  {
@@ -62832,7 +62900,7 @@
62832
62900
  "$ref": "#/definitions/TabsSchema",
62833
62901
  "additionalProperties": false,
62834
62902
  "patternProperties": {
62835
- "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|tabs|source|tabsClassName|tabsMode|contentClassName|linksClassName|mountOnEnter|unmountOnExit|toolbar|subFormMode|subFormHorizontal|addable|closable|draggable|showTip|showTipClassName|editable|scrollable|x|y|w|h|width|height|align|valign|gridClassName)$": {}
62903
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|tabs|source|tabsClassName|tabsMode|contentClassName|linksClassName|mountOnEnter|unmountOnExit|toolbar|subFormMode|subFormHorizontal|addable|closable|draggable|showTip|showTipClassName|editable|scrollable|sidePosition|addBtnText|x|y|w|h|width|height|align|valign|gridClassName)$": {}
62836
62904
  }
62837
62905
  },
62838
62906
  {
@@ -62870,6 +62938,13 @@
62870
62938
  "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|body|size|wrap|style|x|y|w|h|width|height|align|valign|gridClassName)$": {}
62871
62939
  }
62872
62940
  },
62941
+ {
62942
+ "$ref": "#/definitions/TooltipWrapperSchema",
62943
+ "additionalProperties": false,
62944
+ "patternProperties": {
62945
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|title|tooltip|placement|trigger|delay|rootClose|body|wrapperComponent|inline|tooltipTheme|style|tooltipStyle|tooltipClassName|x|y|w|h|width|height|align|valign|gridClassName)$": {}
62946
+ }
62947
+ },
62873
62948
  {
62874
62949
  "$ref": "#/definitions/FormSchema",
62875
62950
  "additionalProperties": false,
@@ -63430,7 +63505,7 @@
63430
63505
  "$ref": "#/definitions/DialogSchema",
63431
63506
  "additionalProperties": false,
63432
63507
  "patternProperties": {
63433
- "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|actions|body|bodyClassName|closeOnEsc|closeOnOutside|name|size|title|header|headerClassName|footer|confirm|showCloseButton|showErrorMsg|rowClassName|cellClassName)$": {}
63508
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|actions|body|bodyClassName|closeOnEsc|closeOnOutside|name|size|title|header|headerClassName|footer|confirm|showCloseButton|showErrorMsg|showLoading|rowClassName|cellClassName)$": {}
63434
63509
  }
63435
63510
  },
63436
63511
  {
@@ -63633,7 +63708,7 @@
63633
63708
  "$ref": "#/definitions/TabsSchema",
63634
63709
  "additionalProperties": false,
63635
63710
  "patternProperties": {
63636
- "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|tabs|source|tabsClassName|tabsMode|contentClassName|linksClassName|mountOnEnter|unmountOnExit|toolbar|subFormMode|subFormHorizontal|addable|closable|draggable|showTip|showTipClassName|editable|scrollable|rowClassName|cellClassName)$": {}
63711
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|tabs|source|tabsClassName|tabsMode|contentClassName|linksClassName|mountOnEnter|unmountOnExit|toolbar|subFormMode|subFormHorizontal|addable|closable|draggable|showTip|showTipClassName|editable|scrollable|sidePosition|addBtnText|rowClassName|cellClassName)$": {}
63637
63712
  }
63638
63713
  },
63639
63714
  {
@@ -63671,6 +63746,13 @@
63671
63746
  "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|body|size|wrap|style|rowClassName|cellClassName)$": {}
63672
63747
  }
63673
63748
  },
63749
+ {
63750
+ "$ref": "#/definitions/TooltipWrapperSchema",
63751
+ "additionalProperties": false,
63752
+ "patternProperties": {
63753
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|title|tooltip|placement|trigger|delay|rootClose|body|wrapperComponent|inline|tooltipTheme|style|tooltipStyle|tooltipClassName|rowClassName|cellClassName)$": {}
63754
+ }
63755
+ },
63674
63756
  {
63675
63757
  "$ref": "#/definitions/FormSchema",
63676
63758
  "additionalProperties": false,
@@ -64231,7 +64313,7 @@
64231
64313
  "$ref": "#/definitions/DialogSchema",
64232
64314
  "additionalProperties": false,
64233
64315
  "patternProperties": {
64234
- "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|actions|body|bodyClassName|closeOnEsc|closeOnOutside|name|size|title|header|headerClassName|footer|confirm|showCloseButton|showErrorMsg|unique|columnClassName)$": {}
64316
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|actions|body|bodyClassName|closeOnEsc|closeOnOutside|name|size|title|header|headerClassName|footer|confirm|showCloseButton|showErrorMsg|showLoading|unique|columnClassName)$": {}
64235
64317
  }
64236
64318
  },
64237
64319
  {
@@ -64434,7 +64516,7 @@
64434
64516
  "$ref": "#/definitions/TabsSchema",
64435
64517
  "additionalProperties": false,
64436
64518
  "patternProperties": {
64437
- "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|tabs|source|tabsClassName|tabsMode|contentClassName|linksClassName|mountOnEnter|unmountOnExit|toolbar|subFormMode|subFormHorizontal|addable|closable|draggable|showTip|showTipClassName|editable|scrollable|unique|columnClassName)$": {}
64519
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|tabs|source|tabsClassName|tabsMode|contentClassName|linksClassName|mountOnEnter|unmountOnExit|toolbar|subFormMode|subFormHorizontal|addable|closable|draggable|showTip|showTipClassName|editable|scrollable|sidePosition|addBtnText|unique|columnClassName)$": {}
64438
64520
  }
64439
64521
  },
64440
64522
  {
@@ -64472,6 +64554,13 @@
64472
64554
  "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|body|size|wrap|style|unique|columnClassName)$": {}
64473
64555
  }
64474
64556
  },
64557
+ {
64558
+ "$ref": "#/definitions/TooltipWrapperSchema",
64559
+ "additionalProperties": false,
64560
+ "patternProperties": {
64561
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|title|tooltip|placement|trigger|delay|rootClose|body|wrapperComponent|inline|tooltipTheme|style|tooltipStyle|tooltipClassName|unique|columnClassName)$": {}
64562
+ }
64563
+ },
64475
64564
  {
64476
64565
  "$ref": "#/definitions/FormSchema",
64477
64566
  "additionalProperties": false,
@@ -65032,7 +65121,7 @@
65032
65121
  "$ref": "#/definitions/DialogSchema",
65033
65122
  "additionalProperties": false,
65034
65123
  "patternProperties": {
65035
- "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|actions|body|bodyClassName|closeOnEsc|closeOnOutside|name|size|title|header|headerClassName|footer|confirm|showCloseButton|showErrorMsg|columnClassName|columnRatio)$": {}
65124
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|actions|body|bodyClassName|closeOnEsc|closeOnOutside|name|size|title|header|headerClassName|footer|confirm|showCloseButton|showErrorMsg|showLoading|columnClassName|columnRatio)$": {}
65036
65125
  }
65037
65126
  },
65038
65127
  {
@@ -65235,7 +65324,7 @@
65235
65324
  "$ref": "#/definitions/TabsSchema",
65236
65325
  "additionalProperties": false,
65237
65326
  "patternProperties": {
65238
- "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|tabs|source|tabsClassName|tabsMode|contentClassName|linksClassName|mountOnEnter|unmountOnExit|toolbar|subFormMode|subFormHorizontal|addable|closable|draggable|showTip|showTipClassName|editable|scrollable|columnClassName|columnRatio)$": {}
65327
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|tabs|source|tabsClassName|tabsMode|contentClassName|linksClassName|mountOnEnter|unmountOnExit|toolbar|subFormMode|subFormHorizontal|addable|closable|draggable|showTip|showTipClassName|editable|scrollable|sidePosition|addBtnText|columnClassName|columnRatio)$": {}
65239
65328
  }
65240
65329
  },
65241
65330
  {
@@ -65273,6 +65362,13 @@
65273
65362
  "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|body|size|wrap|style|columnClassName|columnRatio)$": {}
65274
65363
  }
65275
65364
  },
65365
+ {
65366
+ "$ref": "#/definitions/TooltipWrapperSchema",
65367
+ "additionalProperties": false,
65368
+ "patternProperties": {
65369
+ "^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|title|tooltip|placement|trigger|delay|rootClose|body|wrapperComponent|inline|tooltipTheme|style|tooltipStyle|tooltipClassName|columnClassName|columnRatio)$": {}
65370
+ }
65371
+ },
65276
65372
  {
65277
65373
  "$ref": "#/definitions/FormSchema",
65278
65374
  "additionalProperties": false,