amis 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (373) hide show
  1. package/esm/compat.js +1 -1
  2. package/esm/index.js +1 -1
  3. package/esm/preset.js +1 -1
  4. package/esm/renderers/Action.js +1 -1
  5. package/esm/renderers/Alert.js +1 -1
  6. package/esm/renderers/AnchorNav.js +1 -1
  7. package/esm/renderers/App.d.ts +8 -0
  8. package/esm/renderers/App.js +30 -14
  9. package/esm/renderers/Audio.js +1 -1
  10. package/esm/renderers/Avatar.js +1 -1
  11. package/esm/renderers/BarCode.js +1 -1
  12. package/esm/renderers/Breadcrumb.js +1 -1
  13. package/esm/renderers/ButtonGroup.js +1 -1
  14. package/esm/renderers/CRUD.js +1 -1
  15. package/esm/renderers/CRUD2.js +7 -1
  16. package/esm/renderers/Calendar.js +1 -1
  17. package/esm/renderers/Card.d.ts +7 -2
  18. package/esm/renderers/Card.js +11 -7
  19. package/esm/renderers/Card2.js +1 -1
  20. package/esm/renderers/Cards.js +1 -1
  21. package/esm/renderers/Carousel.js +1 -1
  22. package/esm/renderers/Chart.js +1 -1
  23. package/esm/renderers/Code.js +1 -1
  24. package/esm/renderers/Collapse.js +1 -1
  25. package/esm/renderers/CollapseGroup.js +1 -1
  26. package/esm/renderers/Color.js +1 -1
  27. package/esm/renderers/Container.js +1 -1
  28. package/esm/renderers/Copyable.js +1 -1
  29. package/esm/renderers/Custom.js +1 -1
  30. package/esm/renderers/Date.js +1 -1
  31. package/esm/renderers/Dialog.js +1 -1
  32. package/esm/renderers/Divider.js +1 -1
  33. package/esm/renderers/Drawer.js +1 -1
  34. package/esm/renderers/DropDownButton.js +1 -1
  35. package/esm/renderers/Each.js +1 -1
  36. package/esm/renderers/Flex.js +1 -1
  37. package/esm/renderers/Form/ButtonGroupSelect.js +1 -1
  38. package/esm/renderers/Form/ButtonToolbar.js +1 -1
  39. package/esm/renderers/Form/ChainedSelect.d.ts +1 -1
  40. package/esm/renderers/Form/ChainedSelect.js +13 -8
  41. package/esm/renderers/Form/ChartRadios.js +1 -1
  42. package/esm/renderers/Form/Checkbox.js +3 -3
  43. package/esm/renderers/Form/Checkboxes.js +3 -2
  44. package/esm/renderers/Form/Combo.d.ts +2 -0
  45. package/esm/renderers/Form/Combo.js +35 -1
  46. package/esm/renderers/Form/ConditionBuilder.js +1 -1
  47. package/esm/renderers/Form/Control.js +1 -1
  48. package/esm/renderers/Form/DiffEditor.js +1 -1
  49. package/esm/renderers/Form/Editor.js +1 -1
  50. package/esm/renderers/Form/FieldSet.js +1 -1
  51. package/esm/renderers/Form/Formula.js +1 -1
  52. package/esm/renderers/Form/Group.js +1 -1
  53. package/esm/renderers/Form/Hidden.js +1 -1
  54. package/esm/renderers/Form/IconPicker.js +1 -1
  55. package/esm/renderers/Form/IconPickerIcons.js +1 -1
  56. package/esm/renderers/Form/InputArray.js +1 -1
  57. package/esm/renderers/Form/InputCity.js +1 -1
  58. package/esm/renderers/Form/InputColor.js +1 -1
  59. package/esm/renderers/Form/InputDate.js +1 -1
  60. package/esm/renderers/Form/InputDateRange.js +1 -1
  61. package/esm/renderers/Form/InputExcel.d.ts +1 -0
  62. package/esm/renderers/Form/InputExcel.js +6 -1
  63. package/esm/renderers/Form/InputFile.js +6 -4
  64. package/esm/renderers/Form/InputFormula.js +1 -1
  65. package/esm/renderers/Form/InputGroup.js +1 -1
  66. package/esm/renderers/Form/InputImage.js +1 -1
  67. package/esm/renderers/Form/InputMonthRange.js +1 -1
  68. package/esm/renderers/Form/InputNumber.js +1 -1
  69. package/esm/renderers/Form/InputQuarterRange.js +1 -1
  70. package/esm/renderers/Form/InputRange.js +1 -1
  71. package/esm/renderers/Form/InputRating.js +1 -1
  72. package/esm/renderers/Form/InputRepeat.js +1 -1
  73. package/esm/renderers/Form/InputRichText.js +1 -1
  74. package/esm/renderers/Form/InputSubForm.js +1 -1
  75. package/esm/renderers/Form/InputTable.js +8 -4
  76. package/esm/renderers/Form/InputTag.js +1 -1
  77. package/esm/renderers/Form/InputText.d.ts +8 -0
  78. package/esm/renderers/Form/InputText.js +13 -9
  79. package/esm/renderers/Form/InputTree.js +1 -1
  80. package/esm/renderers/Form/InputYearRange.js +1 -1
  81. package/esm/renderers/Form/JSONSchema.js +1 -1
  82. package/esm/renderers/Form/JSONSchemaEditor.js +1 -1
  83. package/esm/renderers/Form/ListSelect.js +1 -1
  84. package/esm/renderers/Form/LocationPicker.js +1 -1
  85. package/esm/renderers/Form/MatrixCheckboxes.js +1 -1
  86. package/esm/renderers/Form/NestedSelect.js +1 -1
  87. package/esm/renderers/Form/Picker.js +1 -1
  88. package/esm/renderers/Form/Radios.js +1 -1
  89. package/esm/renderers/Form/Select.d.ts +5 -0
  90. package/esm/renderers/Form/Select.js +5 -4
  91. package/esm/renderers/Form/Static.js +1 -1
  92. package/esm/renderers/Form/Switch.js +1 -1
  93. package/esm/renderers/Form/TabsTransfer.js +1 -1
  94. package/esm/renderers/Form/TabsTransferPicker.js +1 -1
  95. package/esm/renderers/Form/Textarea.js +1 -1
  96. package/esm/renderers/Form/Transfer.js +1 -1
  97. package/esm/renderers/Form/TransferPicker.js +1 -1
  98. package/esm/renderers/Form/TreeSelect.js +1 -1
  99. package/esm/renderers/Form/UUID.js +1 -1
  100. package/esm/renderers/Form/UserSelect.js +1 -1
  101. package/esm/renderers/Grid.js +1 -1
  102. package/esm/renderers/Grid2D.js +1 -1
  103. package/esm/renderers/GridNav.js +1 -1
  104. package/esm/renderers/HBox.js +1 -1
  105. package/esm/renderers/IFrame.js +1 -1
  106. package/esm/renderers/Icon.js +1 -1
  107. package/esm/renderers/Image.js +1 -1
  108. package/esm/renderers/Images.js +1 -1
  109. package/esm/renderers/Json.js +1 -1
  110. package/esm/renderers/Link.js +1 -1
  111. package/esm/renderers/List.js +1 -1
  112. package/esm/renderers/Log.d.ts +8 -6
  113. package/esm/renderers/Log.js +64 -33
  114. package/esm/renderers/Mapping.js +1 -1
  115. package/esm/renderers/Markdown.js +1 -1
  116. package/esm/renderers/Nav.js +1 -1
  117. package/esm/renderers/Operation.js +1 -1
  118. package/esm/renderers/Page.js +1 -1
  119. package/esm/renderers/Pagination.js +1 -1
  120. package/esm/renderers/PaginationWrapper.js +1 -1
  121. package/esm/renderers/Panel.js +1 -1
  122. package/esm/renderers/Plain.js +1 -1
  123. package/esm/renderers/PopOver.js +1 -1
  124. package/esm/renderers/Portlet.js +1 -1
  125. package/esm/renderers/Progress.js +1 -1
  126. package/esm/renderers/Property.js +1 -1
  127. package/esm/renderers/QRCode.js +1 -1
  128. package/esm/renderers/QuickEdit.js +1 -1
  129. package/esm/renderers/Remark.js +1 -1
  130. package/esm/renderers/SearchBox.js +1 -1
  131. package/esm/renderers/Service.js +1 -1
  132. package/esm/renderers/SparkLine.js +1 -1
  133. package/esm/renderers/Spinner.js +1 -1
  134. package/esm/renderers/Status.js +1 -1
  135. package/esm/renderers/Steps.js +1 -1
  136. package/esm/renderers/Table/ColumnToggler.js +1 -1
  137. package/esm/renderers/Table/HeadCellFilterDropdown.js +1 -1
  138. package/esm/renderers/Table/HeadCellSearchDropdown.js +1 -1
  139. package/esm/renderers/Table/ItemActionsWrapper.js +1 -1
  140. package/esm/renderers/Table/TableBody.js +1 -1
  141. package/esm/renderers/Table/TableCell.js +1 -1
  142. package/esm/renderers/Table/TableContent.js +1 -1
  143. package/esm/renderers/Table/TableRow.js +1 -1
  144. package/esm/renderers/Table/exportExcel.js +1 -1
  145. package/esm/renderers/Table/index.d.ts +2 -0
  146. package/esm/renderers/Table/index.js +70 -26
  147. package/esm/renderers/Table-v2/ColumnToggler.js +1 -1
  148. package/esm/renderers/Table-v2/HeadCellSearchDropdown.js +1 -1
  149. package/esm/renderers/Table-v2/TableCell.js +1 -1
  150. package/esm/renderers/Table-v2/index.js +1 -1
  151. package/esm/renderers/TableView.js +1 -1
  152. package/esm/renderers/Tabs.js +1 -1
  153. package/esm/renderers/Tag.js +3 -3
  154. package/esm/renderers/Tasks.js +1 -1
  155. package/esm/renderers/Timeline.js +1 -1
  156. package/esm/renderers/TooltipWrapper.js +1 -1
  157. package/esm/renderers/Tpl.js +1 -1
  158. package/esm/renderers/VBox.js +1 -1
  159. package/esm/renderers/Video.js +1 -1
  160. package/esm/renderers/WebComponent.js +1 -1
  161. package/esm/renderers/Wizard.js +4 -2
  162. package/esm/renderers/Wrapper.js +1 -1
  163. package/esm/schemaExtend.js +74 -2
  164. package/lib/compat.js +1 -1
  165. package/lib/helper.css +1 -0
  166. package/lib/index.js +1 -1
  167. package/lib/preset.js +1 -1
  168. package/lib/renderers/Action.js +1 -1
  169. package/lib/renderers/Alert.js +1 -1
  170. package/lib/renderers/AnchorNav.js +1 -1
  171. package/lib/renderers/App.d.ts +8 -0
  172. package/lib/renderers/App.js +30 -14
  173. package/lib/renderers/Audio.js +1 -1
  174. package/lib/renderers/Avatar.js +1 -1
  175. package/lib/renderers/BarCode.js +1 -1
  176. package/lib/renderers/Breadcrumb.js +1 -1
  177. package/lib/renderers/ButtonGroup.js +1 -1
  178. package/lib/renderers/CRUD.js +1 -1
  179. package/lib/renderers/CRUD2.js +7 -1
  180. package/lib/renderers/Calendar.js +1 -1
  181. package/lib/renderers/Card.d.ts +7 -2
  182. package/lib/renderers/Card.js +12 -7
  183. package/lib/renderers/Card2.js +1 -1
  184. package/lib/renderers/Cards.js +1 -1
  185. package/lib/renderers/Carousel.js +1 -1
  186. package/lib/renderers/Chart.js +1 -1
  187. package/lib/renderers/Code.js +1 -1
  188. package/lib/renderers/Collapse.js +1 -1
  189. package/lib/renderers/CollapseGroup.js +1 -1
  190. package/lib/renderers/Color.js +1 -1
  191. package/lib/renderers/Container.js +1 -1
  192. package/lib/renderers/Copyable.js +1 -1
  193. package/lib/renderers/Custom.js +1 -1
  194. package/lib/renderers/Date.js +1 -1
  195. package/lib/renderers/Dialog.d.ts +40 -40
  196. package/lib/renderers/Dialog.js +1 -1
  197. package/lib/renderers/Divider.js +1 -1
  198. package/lib/renderers/Drawer.js +1 -1
  199. package/lib/renderers/DropDownButton.js +1 -1
  200. package/lib/renderers/Each.js +1 -1
  201. package/lib/renderers/Flex.js +1 -1
  202. package/lib/renderers/Form/ButtonGroupSelect.js +1 -1
  203. package/lib/renderers/Form/ButtonToolbar.js +1 -1
  204. package/lib/renderers/Form/ChainedSelect.d.ts +1 -1
  205. package/lib/renderers/Form/ChainedSelect.js +13 -8
  206. package/lib/renderers/Form/ChartRadios.js +1 -1
  207. package/lib/renderers/Form/Checkbox.js +3 -3
  208. package/lib/renderers/Form/Checkboxes.js +3 -2
  209. package/lib/renderers/Form/Combo.d.ts +2 -0
  210. package/lib/renderers/Form/Combo.js +35 -1
  211. package/lib/renderers/Form/ConditionBuilder.js +1 -1
  212. package/lib/renderers/Form/Control.js +1 -1
  213. package/lib/renderers/Form/DiffEditor.d.ts +2 -2
  214. package/lib/renderers/Form/DiffEditor.js +1 -1
  215. package/lib/renderers/Form/Editor.d.ts +2 -2
  216. package/lib/renderers/Form/Editor.js +1 -1
  217. package/lib/renderers/Form/FieldSet.js +1 -1
  218. package/lib/renderers/Form/Formula.js +1 -1
  219. package/lib/renderers/Form/Group.js +1 -1
  220. package/lib/renderers/Form/Hidden.js +1 -1
  221. package/lib/renderers/Form/IconPicker.js +1 -1
  222. package/lib/renderers/Form/IconPickerIcons.js +1 -1
  223. package/lib/renderers/Form/InputArray.js +1 -1
  224. package/lib/renderers/Form/InputCity.d.ts +40 -40
  225. package/lib/renderers/Form/InputCity.js +1 -1
  226. package/lib/renderers/Form/InputColor.d.ts +40 -40
  227. package/lib/renderers/Form/InputColor.js +1 -1
  228. package/lib/renderers/Form/InputDate.js +1 -1
  229. package/lib/renderers/Form/InputDateRange.js +1 -1
  230. package/lib/renderers/Form/InputExcel.d.ts +1 -0
  231. package/lib/renderers/Form/InputExcel.js +6 -1
  232. package/lib/renderers/Form/InputFile.js +6 -4
  233. package/lib/renderers/Form/InputFormula.js +1 -1
  234. package/lib/renderers/Form/InputGroup.js +1 -1
  235. package/lib/renderers/Form/InputImage.js +1 -1
  236. package/lib/renderers/Form/InputMonthRange.js +1 -1
  237. package/lib/renderers/Form/InputNumber.js +1 -1
  238. package/lib/renderers/Form/InputQuarterRange.js +1 -1
  239. package/lib/renderers/Form/InputRange.js +1 -1
  240. package/lib/renderers/Form/InputRating.js +1 -1
  241. package/lib/renderers/Form/InputRepeat.js +1 -1
  242. package/lib/renderers/Form/InputRichText.js +1 -1
  243. package/lib/renderers/Form/InputSubForm.js +1 -1
  244. package/lib/renderers/Form/InputTable.js +8 -4
  245. package/lib/renderers/Form/InputTag.js +1 -1
  246. package/lib/renderers/Form/InputText.d.ts +8 -0
  247. package/lib/renderers/Form/InputText.js +13 -9
  248. package/lib/renderers/Form/InputTree.js +1 -1
  249. package/lib/renderers/Form/InputYearRange.js +1 -1
  250. package/lib/renderers/Form/JSONSchema.js +1 -1
  251. package/lib/renderers/Form/JSONSchemaEditor.js +1 -1
  252. package/lib/renderers/Form/ListSelect.js +1 -1
  253. package/lib/renderers/Form/LocationPicker.js +1 -1
  254. package/lib/renderers/Form/MatrixCheckboxes.js +1 -1
  255. package/lib/renderers/Form/NestedSelect.js +1 -1
  256. package/lib/renderers/Form/Picker.js +1 -1
  257. package/lib/renderers/Form/Radios.js +1 -1
  258. package/lib/renderers/Form/Select.d.ts +5 -0
  259. package/lib/renderers/Form/Select.js +5 -4
  260. package/lib/renderers/Form/Static.js +1 -1
  261. package/lib/renderers/Form/Switch.js +1 -1
  262. package/lib/renderers/Form/TabsTransfer.js +1 -1
  263. package/lib/renderers/Form/TabsTransferPicker.js +1 -1
  264. package/lib/renderers/Form/Textarea.js +1 -1
  265. package/lib/renderers/Form/Transfer.js +1 -1
  266. package/lib/renderers/Form/TransferPicker.js +1 -1
  267. package/lib/renderers/Form/TreeSelect.js +1 -1
  268. package/lib/renderers/Form/UUID.js +1 -1
  269. package/lib/renderers/Form/UserSelect.js +1 -1
  270. package/lib/renderers/Grid.js +1 -1
  271. package/lib/renderers/Grid2D.js +1 -1
  272. package/lib/renderers/GridNav.js +1 -1
  273. package/lib/renderers/HBox.js +1 -1
  274. package/lib/renderers/IFrame.js +1 -1
  275. package/lib/renderers/Icon.js +1 -1
  276. package/lib/renderers/Image.js +1 -1
  277. package/lib/renderers/Images.js +1 -1
  278. package/lib/renderers/Json.js +1 -1
  279. package/lib/renderers/Link.js +1 -1
  280. package/lib/renderers/List.js +1 -1
  281. package/lib/renderers/Log.d.ts +8 -6
  282. package/lib/renderers/Log.js +63 -32
  283. package/lib/renderers/Mapping.js +1 -1
  284. package/lib/renderers/Markdown.js +1 -1
  285. package/lib/renderers/Nav.d.ts +10 -10
  286. package/lib/renderers/Nav.js +1 -1
  287. package/lib/renderers/Operation.js +1 -1
  288. package/lib/renderers/Page.js +1 -1
  289. package/lib/renderers/Pagination.js +1 -1
  290. package/lib/renderers/PaginationWrapper.js +1 -1
  291. package/lib/renderers/Panel.js +1 -1
  292. package/lib/renderers/Plain.js +1 -1
  293. package/lib/renderers/PopOver.js +1 -1
  294. package/lib/renderers/Portlet.js +1 -1
  295. package/lib/renderers/Progress.js +1 -1
  296. package/lib/renderers/Property.js +1 -1
  297. package/lib/renderers/QRCode.js +1 -1
  298. package/lib/renderers/QuickEdit.js +1 -1
  299. package/lib/renderers/Remark.d.ts +1 -1
  300. package/lib/renderers/Remark.js +1 -1
  301. package/lib/renderers/SearchBox.js +1 -1
  302. package/lib/renderers/Service.js +1 -1
  303. package/lib/renderers/SparkLine.js +1 -1
  304. package/lib/renderers/Spinner.js +1 -1
  305. package/lib/renderers/Status.js +1 -1
  306. package/lib/renderers/Steps.js +1 -1
  307. package/lib/renderers/Table/ColumnToggler.js +1 -1
  308. package/lib/renderers/Table/HeadCellFilterDropdown.js +1 -1
  309. package/lib/renderers/Table/HeadCellSearchDropdown.js +1 -1
  310. package/lib/renderers/Table/ItemActionsWrapper.js +1 -1
  311. package/lib/renderers/Table/TableBody.js +1 -1
  312. package/lib/renderers/Table/TableCell.js +1 -1
  313. package/lib/renderers/Table/TableContent.js +1 -1
  314. package/lib/renderers/Table/TableRow.js +1 -1
  315. package/lib/renderers/Table/exportExcel.js +1 -1
  316. package/lib/renderers/Table/index.d.ts +2 -0
  317. package/lib/renderers/Table/index.js +70 -26
  318. package/lib/renderers/Table-v2/ColumnToggler.js +1 -1
  319. package/lib/renderers/Table-v2/HeadCellSearchDropdown.js +1 -1
  320. package/lib/renderers/Table-v2/TableCell.js +1 -1
  321. package/lib/renderers/Table-v2/index.js +1 -1
  322. package/lib/renderers/TableView.js +1 -1
  323. package/lib/renderers/Tabs.js +1 -1
  324. package/lib/renderers/Tag.js +3 -3
  325. package/lib/renderers/Tasks.js +1 -1
  326. package/lib/renderers/Timeline.js +1 -1
  327. package/lib/renderers/TooltipWrapper.js +1 -1
  328. package/lib/renderers/Tpl.js +1 -1
  329. package/lib/renderers/VBox.js +1 -1
  330. package/lib/renderers/Video.js +1 -1
  331. package/lib/renderers/WebComponent.js +1 -1
  332. package/lib/renderers/Wizard.js +4 -2
  333. package/lib/renderers/Wrapper.js +1 -1
  334. package/lib/schemaExtend.js +77 -1
  335. package/lib/themes/ang-ie11.css +363 -54
  336. package/lib/themes/ang.css +367 -54
  337. package/lib/themes/antd-ie11.css +363 -54
  338. package/lib/themes/antd.css +367 -54
  339. package/lib/themes/cxd-ie11.css +363 -54
  340. package/lib/themes/cxd.css +367 -54
  341. package/lib/themes/dark-ie11.css +363 -54
  342. package/lib/themes/dark.css +367 -54
  343. package/lib/themes/default-ie11.css +363 -54
  344. package/lib/themes/default.css +367 -54
  345. package/package.json +20 -4
  346. package/schema.json +219 -263
  347. package/sdk/ang-ie11.css +188 -31
  348. package/sdk/ang.css +192 -31
  349. package/sdk/antd-ie11.css +188 -31
  350. package/sdk/antd.css +192 -31
  351. package/sdk/barcode.js +50 -50
  352. package/sdk/charts.js +14 -14
  353. package/sdk/codemirror.js +7 -7
  354. package/sdk/color-picker.js +65 -65
  355. package/sdk/cropperjs.js +2 -2
  356. package/sdk/cxd-ie11.css +188 -31
  357. package/sdk/cxd.css +192 -31
  358. package/sdk/dark-ie11.css +188 -31
  359. package/sdk/dark.css +192 -31
  360. package/sdk/exceljs.js +1 -1
  361. package/sdk/helper.css +1 -0
  362. package/sdk/locale/de-DE.js +1 -0
  363. package/sdk/markdown.js +68 -68
  364. package/sdk/papaparse.js +1 -1
  365. package/sdk/rest.js +24 -24
  366. package/sdk/rich-text.js +62 -62
  367. package/sdk/sdk-ie11.css +188 -31
  368. package/sdk/sdk.css +192 -31
  369. package/sdk/sdk.js +1711 -1740
  370. package/sdk/thirds/{markdown-it/node_modules/entities → entities}/lib/maps/entities.json +0 -0
  371. package/sdk/thirds/hls.js/hls.js +1 -1
  372. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  373. package/sdk/tinymce.js +57 -57
package/schema.json CHANGED
@@ -8643,6 +8643,10 @@
8643
8643
  "secondary": {
8644
8644
  "$ref": "#/definitions/SchemaTpl",
8645
8645
  "description": "次要说明"
8646
+ },
8647
+ "useCardLabel": {
8648
+ "type": "boolean",
8649
+ "description": "卡片内容区的表单项label是否使用Card内部的样式,默认为true"
8646
8650
  }
8647
8651
  },
8648
8652
  "required": [
@@ -9160,6 +9164,10 @@
9160
9164
  "$ref": "#/definitions/SchemaTpl",
9161
9165
  "description": "次要说明"
9162
9166
  },
9167
+ "useCardLabel": {
9168
+ "type": "boolean",
9169
+ "description": "卡片内容区的表单项label是否使用Card内部的样式,默认为true"
9170
+ },
9163
9171
  "className": {
9164
9172
  "$ref": "#/definitions/SchemaClassName",
9165
9173
  "description": "容器 css 类名"
@@ -10356,6 +10364,10 @@
10356
10364
  "$ref": "#/definitions/SchemaTpl",
10357
10365
  "description": "次要说明"
10358
10366
  },
10367
+ "useCardLabel": {
10368
+ "type": "boolean",
10369
+ "description": "卡片内容区的表单项label是否使用Card内部的样式,默认为true"
10370
+ },
10359
10371
  "className": {
10360
10372
  "$ref": "#/definitions/SchemaClassName",
10361
10373
  "description": "容器 css 类名"
@@ -12869,6 +12881,10 @@
12869
12881
  "$ref": "#/definitions/SchemaTpl",
12870
12882
  "description": "次要说明"
12871
12883
  },
12884
+ "useCardLabel": {
12885
+ "type": "boolean",
12886
+ "description": "卡片内容区的表单项label是否使用Card内部的样式,默认为true"
12887
+ },
12872
12888
  "className": {
12873
12889
  "$ref": "#/definitions/SchemaClassName",
12874
12890
  "description": "容器 css 类名"
@@ -19030,14 +19046,14 @@
19030
19046
  },
19031
19047
  "clipPath": {
19032
19048
  "$ref": "#/definitions/Property.ClipPath",
19033
- "description": "The **`clip-path`** CSS property creates a clipping region that sets what part of an element should be shown. Parts that are inside the region are shown, while those outside are hidden.\n\n**Syntax**: `<clip-source> | [ <basic-shape> || <geometry-box> ] | none`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **55** | **3.5** | **9.1** | **12** | **10** | | 23 _-x-_ | | 7 _-x-_ | | |"
19049
+ "description": "The `**clip-path**` CSS property creates a clipping region that sets what part of an element should be shown. Parts that are inside the region are shown, while those outside are hidden.\n\n**Syntax**: `<clip-source> | [ <basic-shape> || <geometry-box> ] | none`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-------: | :----: | :----: | | **55** | **3.5** | **9.1** | **12** | **10** | | 23 _-x-_ | | 6.1 _-x-_ | | |"
19034
19050
  },
19035
19051
  "clipRule": {
19036
19052
  "$ref": "#/definitions/Property.ClipRule"
19037
19053
  },
19038
19054
  "color": {
19039
19055
  "$ref": "#/definitions/Property.Color",
19040
- "description": "The **`color`** CSS property sets the foreground color value of an element's text and text decorations, and sets the `<currentcolor>` value. `currentcolor` may be used as an indirect value on _other_ properties and is the default for other color properties, such as `border-color`.\n\n**Syntax**: `<color>`\n\n**Initial value**: `canvastext`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **3** |"
19056
+ "description": "The **`color`** CSS property sets the foreground color value of an element's text and text decorations, and sets the `<currentcolor>` value. `currentcolor` may be used as an indirect value on _other_ properties and is the default for other color properties, such as `border-color`.\n\n**Syntax**: `<color>`\n\n**Initial value**: Varies from one browser to another\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **3** |"
19041
19057
  },
19042
19058
  "colorInterpolation": {
19043
19059
  "$ref": "#/definitions/Property.ColorInterpolation"
@@ -19047,7 +19063,7 @@
19047
19063
  },
19048
19064
  "cursor": {
19049
19065
  "$ref": "#/definitions/Property.Cursor",
19050
- "description": "The **`cursor`** CSS property sets the mouse cursor, if any, to show when the mouse pointer is over an element.\n\n**Syntax**: `[ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing ] ]`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :---: | | **1** | **1** | **1.2** | **12** | **4** |"
19066
+ "description": "The **`cursor`** CSS property sets the type of mouse cursor, if any, to show when the mouse pointer is over an element.\n\n**Syntax**: `[ [ <url> [ <x> <y> ]? , ]* [ auto | default | none | context-menu | help | pointer | progress | wait | cell | crosshair | text | vertical-text | alias | copy | move | no-drop | not-allowed | e-resize | n-resize | ne-resize | nw-resize | s-resize | se-resize | sw-resize | w-resize | ew-resize | ns-resize | nesw-resize | nwse-resize | col-resize | row-resize | all-scroll | zoom-in | zoom-out | grab | grabbing ] ]`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :---: | | **1** | **1** | **1.2** | **12** | **4** |"
19051
19067
  },
19052
19068
  "direction": {
19053
19069
  "$ref": "#/definitions/Property.Direction",
@@ -19089,7 +19105,7 @@
19089
19105
  },
19090
19106
  "fontSize": {
19091
19107
  "$ref": "#/definitions/Property.FontSize%3C(string%7Cnumber)%3E",
19092
- "description": "The **`font-size`** CSS property sets the size of the font. Changing the font size also updates the sizes of the font size-relative `<length>` units, such as `em`, `ex`, and so forth.\n\n**Syntax**: `<absolute-size> | <relative-size> | <length-percentage>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-----: | | **1** | **1** | **1** | **12** | **5.5** |"
19108
+ "description": "The **`font-size`** CSS property sets the size of the font. Changing the font size also updates the sizes of the font size-relative `<length>` units, such as `em`, `ex`, and so forth.\n\n**Syntax**: `<absolute-size> | <relative-size> | <length-percentage>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-----: | | **1** | **1** | **1** | **12** | **5.5** |"
19093
19109
  },
19094
19110
  "fontSizeAdjust": {
19095
19111
  "$ref": "#/definitions/Property.FontSizeAdjust",
@@ -19147,7 +19163,7 @@
19147
19163
  },
19148
19164
  "opacity": {
19149
19165
  "$ref": "#/definitions/Property.Opacity",
19150
- "description": "The **`opacity`** CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.\n\n**Syntax**: `<alpha-value>`\n\n**Initial value**: `1`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **2** | **12** | **9** |"
19166
+ "description": "The **`opacity`** CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.\n\n**Syntax**: `<alpha-value>`\n\n**Initial value**: `1.0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **2** | **12** | **9** |"
19151
19167
  },
19152
19168
  "overflow": {
19153
19169
  "$ref": "#/definitions/Property.Overflow",
@@ -19258,12 +19274,16 @@
19258
19274
  },
19259
19275
  "boxOrient": {
19260
19276
  "$ref": "#/definitions/Property.BoxOrient",
19261
- "description": "The **`box-orient`** CSS property sets whether an element lays out its contents horizontally or vertically.\n\n**Syntax**: `horizontal | vertical | inline-axis | block-axis | inherit`\n\n**Initial value**: `inline-axis` (`horizontal` in XUL)"
19277
+ "description": "This is a property of the original CSS Flexible Box Layout Module draft, and has been replaced by a newer standard. See flexbox for information about the current standard.\n\n**Syntax**: `horizontal | vertical | inline-axis | block-axis | inherit`\n\n**Initial value**: `inline-axis` (`horizontal` in XUL)"
19262
19278
  },
19263
19279
  "boxPack": {
19264
19280
  "$ref": "#/definitions/Property.BoxPack",
19265
19281
  "description": "The **`-moz-box-pack`** and **`-webkit-box-pack`** CSS properties specify how a `-moz-box` or `-webkit-box` packs its contents in the direction of its layout. The effect of this is only visible if there is extra space in the box.\n\n**Syntax**: `start | center | end | justify`\n\n**Initial value**: `start`"
19266
19282
  },
19283
+ "fontVariantAlternates": {
19284
+ "$ref": "#/definitions/Property.FontVariantAlternates",
19285
+ "description": "The **`font-variant-alternates`** CSS property controls the usage of alternate glyphs. These alternate glyphs may be referenced by alternative names defined in `@font-feature-values`.\n\n**Syntax**: `normal | [ stylistic( <feature-value-name> ) || historical-forms || styleset( <feature-value-name># ) || character-variant( <feature-value-name># ) || swash( <feature-value-name> ) || ornaments( <feature-value-name> ) || annotation( <feature-value-name> ) ]`\n\n**Initial value**: `normal`"
19286
+ },
19267
19287
  "gridColumnGap": {
19268
19288
  "$ref": "#/definitions/Property.GridColumnGap%3C(string%7Cnumber)%3E",
19269
19289
  "description": "The **`column-gap`** CSS property sets the size of the gap (gutter) between an element's columns.\n\n**Syntax**: `<length-percentage>`\n\n**Initial value**: `0`"
@@ -19282,7 +19302,7 @@
19282
19302
  },
19283
19303
  "offsetBlock": {
19284
19304
  "$ref": "#/definitions/Property.InsetBlock%3C(string%7Cnumber)%3E",
19285
- "description": "The **`inset-block`** CSS property defines the logical block start and end offsets of an element, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top` and `bottom`, or `right` and `left` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>{1,2}`\n\n**Initial value**: `auto`"
19305
+ "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`"
19286
19306
  },
19287
19307
  "offsetBlockEnd": {
19288
19308
  "$ref": "#/definitions/Property.InsetBlockEnd%3C(string%7Cnumber)%3E",
@@ -19358,7 +19378,7 @@
19358
19378
  },
19359
19379
  "KhtmlBoxOrient": {
19360
19380
  "$ref": "#/definitions/Property.BoxOrient",
19361
- "description": "The **`box-orient`** CSS property sets whether an element lays out its contents horizontally or vertically.\n\n**Syntax**: `horizontal | vertical | inline-axis | block-axis | inherit`\n\n**Initial value**: `inline-axis` (`horizontal` in XUL)"
19381
+ "description": "This is a property of the original CSS Flexible Box Layout Module draft, and has been replaced by a newer standard. See flexbox for information about the current standard.\n\n**Syntax**: `horizontal | vertical | inline-axis | block-axis | inherit`\n\n**Initial value**: `inline-axis` (`horizontal` in XUL)"
19362
19382
  },
19363
19383
  "KhtmlBoxPack": {
19364
19384
  "$ref": "#/definitions/Property.BoxPack",
@@ -19370,11 +19390,11 @@
19370
19390
  },
19371
19391
  "KhtmlOpacity": {
19372
19392
  "$ref": "#/definitions/Property.Opacity",
19373
- "description": "The **`opacity`** CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.\n\n**Syntax**: `<alpha-value>`\n\n**Initial value**: `1`"
19393
+ "description": "The **`opacity`** CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.\n\n**Syntax**: `<alpha-value>`\n\n**Initial value**: `1.0`"
19374
19394
  },
19375
19395
  "KhtmlUserSelect": {
19376
19396
  "$ref": "#/definitions/Property.UserSelect",
19377
- "description": "The **`user-select`** CSS property controls whether the user can select text. This doesn't have any effect on content loaded as part of a browser's user interface (its chrome), except in textboxes.\n\n**Syntax**: `auto | text | none | contain | all`\n\n**Initial value**: `auto`"
19397
+ "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`"
19378
19398
  },
19379
19399
  "MozBackgroundClip": {
19380
19400
  "$ref": "#/definitions/Property.BackgroundClip",
@@ -19434,7 +19454,7 @@
19434
19454
  },
19435
19455
  "MozBoxOrient": {
19436
19456
  "$ref": "#/definitions/Property.BoxOrient",
19437
- "description": "The **`box-orient`** CSS property sets whether an element lays out its contents horizontally or vertically.\n\n**Syntax**: `horizontal | vertical | inline-axis | block-axis | inherit`\n\n**Initial value**: `inline-axis` (`horizontal` in XUL)"
19457
+ "description": "This is a property of the original CSS Flexible Box Layout Module draft, and has been replaced by a newer standard. See flexbox for information about the current standard.\n\n**Syntax**: `horizontal | vertical | inline-axis | block-axis | inherit`\n\n**Initial value**: `inline-axis` (`horizontal` in XUL)"
19438
19458
  },
19439
19459
  "MozBoxPack": {
19440
19460
  "$ref": "#/definitions/Property.BoxPack",
@@ -19454,7 +19474,7 @@
19454
19474
  },
19455
19475
  "MozOpacity": {
19456
19476
  "$ref": "#/definitions/Property.Opacity",
19457
- "description": "The **`opacity`** CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.\n\n**Syntax**: `<alpha-value>`\n\n**Initial value**: `1`"
19477
+ "description": "The **`opacity`** CSS property sets the opacity of an element. Opacity is the degree to which content behind an element is hidden, and is the opposite of transparency.\n\n**Syntax**: `<alpha-value>`\n\n**Initial value**: `1.0`"
19458
19478
  },
19459
19479
  "MozOutline": {
19460
19480
  "$ref": "#/definitions/Property.Outline%3C(string%7Cnumber)%3E",
@@ -19634,7 +19654,7 @@
19634
19654
  },
19635
19655
  "WebkitBoxOrient": {
19636
19656
  "$ref": "#/definitions/Property.BoxOrient",
19637
- "description": "The **`box-orient`** CSS property sets whether an element lays out its contents horizontally or vertically.\n\n**Syntax**: `horizontal | vertical | inline-axis | block-axis | inherit`\n\n**Initial value**: `inline-axis` (`horizontal` in XUL)"
19657
+ "description": "This is a property of the original CSS Flexible Box Layout Module draft, and has been replaced by a newer standard. See flexbox for information about the current standard.\n\n**Syntax**: `horizontal | vertical | inline-axis | block-axis | inherit`\n\n**Initial value**: `inline-axis` (`horizontal` in XUL)"
19638
19658
  },
19639
19659
  "WebkitBoxPack": {
19640
19660
  "$ref": "#/definitions/Property.BoxPack",
@@ -19658,7 +19678,7 @@
19658
19678
  },
19659
19679
  "MozColumnRule": {
19660
19680
  "$ref": "#/definitions/Property.ColumnRule%3C(string%7Cnumber)%3E",
19661
- "description": "The **`column-rule`** shorthand CSS property sets the width, style, and color of the line drawn between columns in a multi-column layout.\n\n**Syntax**: `<'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>`"
19681
+ "description": "The **`column-rule`** shorthand CSS property sets the width, style, and color of the line drawn between columns in a multi-column layout.\n\n**Syntax**: `<'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>`"
19662
19682
  },
19663
19683
  "MozColumns": {
19664
19684
  "$ref": "#/definitions/Property.Columns%3C(string%7Cnumber)%3E",
@@ -19714,7 +19734,7 @@
19714
19734
  },
19715
19735
  "WebkitColumnRule": {
19716
19736
  "$ref": "#/definitions/Property.ColumnRule%3C(string%7Cnumber)%3E",
19717
- "description": "The **`column-rule`** shorthand CSS property sets the width, style, and color of the line drawn between columns in a multi-column layout.\n\n**Syntax**: `<'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>`"
19737
+ "description": "The **`column-rule`** shorthand CSS property sets the width, style, and color of the line drawn between columns in a multi-column layout.\n\n**Syntax**: `<'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>`"
19718
19738
  },
19719
19739
  "WebkitColumns": {
19720
19740
  "$ref": "#/definitions/Property.Columns%3C(string%7Cnumber)%3E",
@@ -19782,7 +19802,7 @@
19782
19802
  },
19783
19803
  "MozAppearance": {
19784
19804
  "$ref": "#/definitions/Property.MozAppearance",
19785
- "description": "The **`appearance`** CSS property is used to display an element using platform-native styling, based on the operating system's theme. The **`-moz-appearance`** and **`-webkit-appearance`** properties are non-standard versions of this property, used (respectively) by Gecko (Firefox) and by WebKit-based (e.g., Safari) and Blink-based (e.g., Chrome, Opera) browsers to achieve the same thing. Note that Firefox and Edge also support **`-webkit-appearance`**, for compatibility reasons.\n\n**Syntax**: `none | button | button-arrow-down | button-arrow-next | button-arrow-previous | button-arrow-up | button-bevel | button-focus | caret | checkbox | checkbox-container | checkbox-label | checkmenuitem | dualbutton | groupbox | listbox | listitem | menuarrow | menubar | menucheckbox | menuimage | menuitem | menuitemtext | menulist | menulist-button | menulist-text | menulist-textfield | menupopup | menuradio | menuseparator | meterbar | meterchunk | progressbar | progressbar-vertical | progresschunk | progresschunk-vertical | radio | radio-container | radio-label | radiomenuitem | range | range-thumb | resizer | resizerpanel | scale-horizontal | scalethumbend | scalethumb-horizontal | scalethumbstart | scalethumbtick | scalethumb-vertical | scale-vertical | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | separator | sheet | spinner | spinner-downbutton | spinner-textfield | spinner-upbutton | splitter | statusbar | statusbarpanel | tab | tabpanel | tabpanels | tab-scroll-arrow-back | tab-scroll-arrow-forward | textfield | textfield-multiline | toolbar | toolbarbutton | toolbarbutton-dropdown | toolbargripper | toolbox | tooltip | treeheader | treeheadercell | treeheadersortarrow | treeitem | treeline | treetwisty | treetwistyopen | treeview | -moz-mac-unified-toolbar | -moz-win-borderless-glass | -moz-win-browsertabbar-toolbox | -moz-win-communicationstext | -moz-win-communications-toolbox | -moz-win-exclude-glass | -moz-win-glass | -moz-win-mediatext | -moz-win-media-toolbox | -moz-window-button-box | -moz-window-button-box-maximized | -moz-window-button-close | -moz-window-button-maximize | -moz-window-button-minimize | -moz-window-button-restore | -moz-window-frame-bottom | -moz-window-frame-left | -moz-window-frame-right | -moz-window-titlebar | -moz-window-titlebar-maximized`\n\n**Initial value**: `none` (but this value is overridden in the user agent CSS)"
19805
+ "description": "The `**appearance**` CSS property is used to display an element using platform-native styling, based on the operating system's theme. The **`-moz-appearance`** and **`-webkit-appearance`** properties are non-standard versions of this property, used (respectively) by Gecko (Firefox) and by WebKit-based (e.g., Safari) and Blink-based (e.g., Chrome, Opera) browsers to achieve the same thing. Note that Firefox and Edge also support **`-webkit-appearance`**, for compatibility reasons.\n\n**Syntax**: `none | button | button-arrow-down | button-arrow-next | button-arrow-previous | button-arrow-up | button-bevel | button-focus | caret | checkbox | checkbox-container | checkbox-label | checkmenuitem | dualbutton | groupbox | listbox | listitem | menuarrow | menubar | menucheckbox | menuimage | menuitem | menuitemtext | menulist | menulist-button | menulist-text | menulist-textfield | menupopup | menuradio | menuseparator | meterbar | meterchunk | progressbar | progressbar-vertical | progresschunk | progresschunk-vertical | radio | radio-container | radio-label | radiomenuitem | range | range-thumb | resizer | resizerpanel | scale-horizontal | scalethumbend | scalethumb-horizontal | scalethumbstart | scalethumbtick | scalethumb-vertical | scale-vertical | scrollbarbutton-down | scrollbarbutton-left | scrollbarbutton-right | scrollbarbutton-up | scrollbarthumb-horizontal | scrollbarthumb-vertical | scrollbartrack-horizontal | scrollbartrack-vertical | searchfield | separator | sheet | spinner | spinner-downbutton | spinner-textfield | spinner-upbutton | splitter | statusbar | statusbarpanel | tab | tabpanel | tabpanels | tab-scroll-arrow-back | tab-scroll-arrow-forward | textfield | textfield-multiline | toolbar | toolbarbutton | toolbarbutton-dropdown | toolbargripper | toolbox | tooltip | treeheader | treeheadercell | treeheadersortarrow | treeitem | treeline | treetwisty | treetwistyopen | treeview | -moz-mac-unified-toolbar | -moz-win-borderless-glass | -moz-win-browsertabbar-toolbox | -moz-win-communicationstext | -moz-win-communications-toolbox | -moz-win-exclude-glass | -moz-win-glass | -moz-win-mediatext | -moz-win-media-toolbox | -moz-window-button-box | -moz-window-button-box-maximized | -moz-window-button-close | -moz-window-button-maximize | -moz-window-button-minimize | -moz-window-button-restore | -moz-window-frame-bottom | -moz-window-frame-left | -moz-window-frame-right | -moz-window-titlebar | -moz-window-titlebar-maximized`\n\n**Initial value**: `none` (but this value is overridden in the user agent CSS)"
19786
19806
  },
19787
19807
  "MozBackfaceVisibility": {
19788
19808
  "$ref": "#/definitions/Property.BackfaceVisibility",
@@ -19858,7 +19878,7 @@
19858
19878
  },
19859
19879
  "MozContextProperties": {
19860
19880
  "$ref": "#/definitions/Property.MozContextProperties",
19861
- "description": "The **`-moz-context-properties`** property can be used within privileged contexts in Firefox to share the values of specified properties of the element with a child SVG image.\n\n**Syntax**: `none | [ fill | fill-opacity | stroke | stroke-opacity ]#`\n\n**Initial value**: `none`"
19881
+ "description": "The `**-moz-context-properties**` property can be used within privileged contexts in Firefox to share the values of specified properties of the element with a child SVG image.\n\n**Syntax**: `none | [ fill | fill-opacity | stroke | stroke-opacity ]#`\n\n**Initial value**: `none`"
19862
19882
  },
19863
19883
  "MozFontFeatureSettings": {
19864
19884
  "$ref": "#/definitions/Property.FontFeatureSettings",
@@ -19954,11 +19974,11 @@
19954
19974
  },
19955
19975
  "MozUserModify": {
19956
19976
  "$ref": "#/definitions/Property.MozUserModify",
19957
- "description": "The **`user-modify`** property has no effect in Firefox. It was originally planned to determine whether or not the content of an element can be edited by a user.\n\n**Syntax**: `read-only | read-write | write-only`\n\n**Initial value**: `read-only`"
19977
+ "description": "The **`user-modify`** property has no effect in Firefox. It was originally planned to determine whether or not the content of an element can be edited by a user.\n\n**Syntax**: `read-only | read-write | write-only`\n\n**Initial value**: `read-only`"
19958
19978
  },
19959
19979
  "MozUserSelect": {
19960
19980
  "$ref": "#/definitions/Property.UserSelect",
19961
- "description": "The **`user-select`** CSS property controls whether the user can select text. This doesn't have any effect on content loaded as part of a browser's user interface (its chrome), except in textboxes.\n\n**Syntax**: `auto | text | none | contain | all`\n\n**Initial value**: `auto`"
19981
+ "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`"
19962
19982
  },
19963
19983
  "MozWindowDragging": {
19964
19984
  "$ref": "#/definitions/Property.MozWindowDragging",
@@ -19974,7 +19994,7 @@
19974
19994
  },
19975
19995
  "msAlignSelf": {
19976
19996
  "$ref": "#/definitions/Property.AlignSelf",
19977
- "description": "The **`align-self`** CSS property overrides a grid or flex item's `align-items` value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.\n\n**Syntax**: `auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>`\n\n**Initial value**: `auto`"
19997
+ "description": "The **`align-self`** CSS property overrides a grid or flex item's `align-items` value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.\n\n**Syntax**: `auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>`\n\n**Initial value**: `auto`"
19978
19998
  },
19979
19999
  "msBlockProgression": {
19980
20000
  "$ref": "#/definitions/Property.MsBlockProgression",
@@ -20014,7 +20034,7 @@
20014
20034
  },
20015
20035
  "msFlexPositive": {
20016
20036
  "$ref": "#/definitions/Property.FlexGrow",
20017
- "description": "The **`flex-grow`** CSS property sets the flex grow factor of a flex item's main size.\n\n**Syntax**: `<number>`\n\n**Initial value**: `0`"
20037
+ "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`"
20018
20038
  },
20019
20039
  "msFlowFrom": {
20020
20040
  "$ref": "#/definitions/Property.MsFlowFrom",
@@ -20226,7 +20246,7 @@
20226
20246
  },
20227
20247
  "WebkitAlignSelf": {
20228
20248
  "$ref": "#/definitions/Property.AlignSelf",
20229
- "description": "The **`align-self`** CSS property overrides a grid or flex item's `align-items` value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.\n\n**Syntax**: `auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>`\n\n**Initial value**: `auto`"
20249
+ "description": "The **`align-self`** CSS property overrides a grid or flex item's `align-items` value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.\n\n**Syntax**: `auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>`\n\n**Initial value**: `auto`"
20230
20250
  },
20231
20251
  "WebkitAnimationDelay": {
20232
20252
  "$ref": "#/definitions/Property.AnimationDelay%3Cstring%3E",
@@ -20262,7 +20282,7 @@
20262
20282
  },
20263
20283
  "WebkitAppearance": {
20264
20284
  "$ref": "#/definitions/Property.WebkitAppearance",
20265
- "description": "The **`appearance`** CSS property is used to display an element using platform-native styling, based on the operating system's theme. The **`-moz-appearance`** and **`-webkit-appearance`** properties are non-standard versions of this property, used (respectively) by Gecko (Firefox) and by WebKit-based (e.g., Safari) and Blink-based (e.g., Chrome, Opera) browsers to achieve the same thing. Note that Firefox and Edge also support **`-webkit-appearance`**, for compatibility reasons.\n\n**Syntax**: `none | button | button-bevel | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button`\n\n**Initial value**: `none` (but this value is overridden in the user agent CSS)"
20285
+ "description": "The `**appearance**` CSS property is used to display an element using platform-native styling, based on the operating system's theme. The **`-moz-appearance`** and **`-webkit-appearance`** properties are non-standard versions of this property, used (respectively) by Gecko (Firefox) and by WebKit-based (e.g., Safari) and Blink-based (e.g., Chrome, Opera) browsers to achieve the same thing. Note that Firefox and Edge also support **`-webkit-appearance`**, for compatibility reasons.\n\n**Syntax**: `none | button | button-bevel | caret | checkbox | default-button | inner-spin-button | listbox | listitem | media-controls-background | media-controls-fullscreen-background | media-current-time-display | media-enter-fullscreen-button | media-exit-fullscreen-button | media-fullscreen-button | media-mute-button | media-overlay-play-button | media-play-button | media-seek-back-button | media-seek-forward-button | media-slider | media-sliderthumb | media-time-remaining-display | media-toggle-closed-captions-button | media-volume-slider | media-volume-slider-container | media-volume-sliderthumb | menulist | menulist-button | menulist-text | menulist-textfield | meter | progress-bar | progress-bar-value | push-button | radio | searchfield | searchfield-cancel-button | searchfield-decoration | searchfield-results-button | searchfield-results-decoration | slider-horizontal | slider-vertical | sliderthumb-horizontal | sliderthumb-vertical | square-button | textarea | textfield | -apple-pay-button`\n\n**Initial value**: `none` (but this value is overridden in the user agent CSS)"
20266
20286
  },
20267
20287
  "WebkitBackdropFilter": {
20268
20288
  "$ref": "#/definitions/Property.BackdropFilter",
@@ -20334,7 +20354,7 @@
20334
20354
  },
20335
20355
  "WebkitClipPath": {
20336
20356
  "$ref": "#/definitions/Property.ClipPath",
20337
- "description": "The **`clip-path`** CSS property creates a clipping region that sets what part of an element should be shown. Parts that are inside the region are shown, while those outside are hidden.\n\n**Syntax**: `<clip-source> | [ <basic-shape> || <geometry-box> ] | none`\n\n**Initial value**: `none`"
20357
+ "description": "The `**clip-path**` CSS property creates a clipping region that sets what part of an element should be shown. Parts that are inside the region are shown, while those outside are hidden.\n\n**Syntax**: `<clip-source> | [ <basic-shape> || <geometry-box> ] | none`\n\n**Initial value**: `none`"
20338
20358
  },
20339
20359
  "WebkitColumnCount": {
20340
20360
  "$ref": "#/definitions/Property.ColumnCount",
@@ -20382,7 +20402,7 @@
20382
20402
  },
20383
20403
  "WebkitFlexGrow": {
20384
20404
  "$ref": "#/definitions/Property.FlexGrow",
20385
- "description": "The **`flex-grow`** CSS property sets the flex grow factor of a flex item's main size.\n\n**Syntax**: `<number>`\n\n**Initial value**: `0`"
20405
+ "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`"
20386
20406
  },
20387
20407
  "WebkitFlexShrink": {
20388
20408
  "$ref": "#/definitions/Property.FlexShrink",
@@ -20408,10 +20428,6 @@
20408
20428
  "$ref": "#/definitions/Property.FontVariantLigatures",
20409
20429
  "description": "The **`font-variant-ligatures`** CSS property controls which ligatures and contextual forms are used in textual content of the elements it applies to. This leads to more harmonized forms in the resulting text.\n\n**Syntax**: `normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> ]`\n\n**Initial value**: `normal`"
20410
20430
  },
20411
- "WebkitHyphenateCharacter": {
20412
- "$ref": "#/definitions/Property.HyphenateCharacter",
20413
- "description": "The **`hyphenate-character`** CSS property sets the character (or string) used at the end of a line before a hyphenation break.\n\n**Syntax**: `auto | <string>`\n\n**Initial value**: `auto`"
20414
- },
20415
20431
  "WebkitHyphens": {
20416
20432
  "$ref": "#/definitions/Property.Hyphens",
20417
20433
  "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`"
@@ -20474,7 +20490,7 @@
20474
20490
  },
20475
20491
  "WebkitMaskImage": {
20476
20492
  "$ref": "#/definitions/Property.WebkitMaskImage",
20477
- "description": "The **`mask-image`** CSS property sets the image that is used as mask layer for an element. By default this means the alpha channel of the mask image will be multiplied with the alpha channel of the element. This can be controlled with the `mask-mode` property.\n\n**Syntax**: `<mask-reference>#`\n\n**Initial value**: `none`"
20493
+ "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`"
20478
20494
  },
20479
20495
  "WebkitMaskOrigin": {
20480
20496
  "$ref": "#/definitions/Property.WebkitMaskOrigin",
@@ -20510,7 +20526,7 @@
20510
20526
  },
20511
20527
  "WebkitMaxInlineSize": {
20512
20528
  "$ref": "#/definitions/Property.MaxInlineSize%3C(string%7Cnumber)%3E",
20513
- "description": "The **`max-inline-size`** CSS property defines the horizontal or vertical maximum size of an element's block, depending on its writing mode. It corresponds to either the `max-width` or the `max-height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'max-width'>`\n\n**Initial value**: `none`"
20529
+ "description": "The **`max-inline-size`** CSS property defines the horizontal or vertical maximum size of an element's block, depending on its writing mode. It corresponds to either the `max-width` or the `max-height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'max-width'>`\n\n**Initial value**: `0`"
20514
20530
  },
20515
20531
  "WebkitOrder": {
20516
20532
  "$ref": "#/definitions/Property.Order",
@@ -20537,12 +20553,12 @@
20537
20553
  "description": "The **`perspective-origin`** CSS property determines the position at which the viewer is looking. It is used as the _vanishing point_ by the `perspective` property.\n\n**Syntax**: `<position>`\n\n**Initial value**: `50% 50%`"
20538
20554
  },
20539
20555
  "WebkitPrintColorAdjust": {
20540
- "$ref": "#/definitions/Property.PrintColorAdjust",
20541
- "description": "The **`print-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`"
20556
+ "$ref": "#/definitions/Property.ColorAdjust",
20557
+ "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`"
20542
20558
  },
20543
20559
  "WebkitRubyPosition": {
20544
20560
  "$ref": "#/definitions/Property.RubyPosition",
20545
- "description": "The **`ruby-position`** CSS property defines the position of a ruby element relatives to its base element. It can be positioned 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`"
20561
+ "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`"
20546
20562
  },
20547
20563
  "WebkitScrollSnapType": {
20548
20564
  "$ref": "#/definitions/Property.ScrollSnapType",
@@ -20554,7 +20570,7 @@
20554
20570
  },
20555
20571
  "WebkitTapHighlightColor": {
20556
20572
  "$ref": "#/definitions/Property.WebkitTapHighlightColor",
20557
- "description": "**`-webkit-tap-highlight-color`** is a non-standard CSS property that sets the color of the highlight that appears over a link while it's being tapped. The highlighting indicates to the user that their tap is being successfully recognized, and indicates which element they're tapping on.\n\n**Syntax**: `<color>`\n\n**Initial value**: `black`"
20573
+ "description": "**`-webkit-tap-highlight-color`** is a non-standard CSS property that sets the color of the highlight that appears over a link while it's being tapped. The highlighting indicates to the user that their tap is being successfully recognized, and indicates which element they're tapping on.\n\n**Syntax**: `<color>`\n\n**Initial value**: `black`"
20558
20574
  },
20559
20575
  "WebkitTextCombine": {
20560
20576
  "$ref": "#/definitions/Property.TextCombineUpright",
@@ -20570,7 +20586,7 @@
20570
20586
  },
20571
20587
  "WebkitTextDecorationSkip": {
20572
20588
  "$ref": "#/definitions/Property.TextDecorationSkip",
20573
- "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`"
20589
+ "description": "The **`text-decoration-skip`** CSS property sets what parts of an elements 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`"
20574
20590
  },
20575
20591
  "WebkitTextDecorationStyle": {
20576
20592
  "$ref": "#/definitions/Property.TextDecorationStyle",
@@ -20650,7 +20666,7 @@
20650
20666
  },
20651
20667
  "WebkitUserSelect": {
20652
20668
  "$ref": "#/definitions/Property.UserSelect",
20653
- "description": "The **`user-select`** CSS property controls whether the user can select text. This doesn't have any effect on content loaded as part of a browser's user interface (its chrome), except in textboxes.\n\n**Syntax**: `auto | text | none | contain | all`\n\n**Initial value**: `auto`"
20669
+ "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`"
20654
20670
  },
20655
20671
  "WebkitWritingMode": {
20656
20672
  "$ref": "#/definitions/Property.WritingMode",
@@ -20658,7 +20674,7 @@
20658
20674
  },
20659
20675
  "all": {
20660
20676
  "$ref": "#/definitions/Property.All",
20661
- "description": "The **`all`** shorthand CSS property resets all of an element's properties except `unicode-bidi`, `direction`, and CSS Custom Properties. It can set properties to their initial or inherited values, or to the values specified in another stylesheet origin.\n\n**Syntax**: `initial | inherit | unset | revert | revert-layer`\n\n**Initial value**: There is no practical initial value for it.\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-: | | **37** | **27** | **9.1** | **79** | No |"
20677
+ "description": "The `**all**` shorthand CSS property resets all of an element's properties except `unicode-bidi`, `direction`, and CSS Custom Properties. It can set properties to their initial or inherited values, or to the values specified in another stylesheet origin.\n\n**Syntax**: `initial | inherit | unset | revert`\n\n**Initial value**: There is no practical initial value for it.\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-: | | **37** | **27** | **9.1** | **79** | No |"
20662
20678
  },
20663
20679
  "animation": {
20664
20680
  "$ref": "#/definitions/Property.Animation%3Cstring%3E",
@@ -20738,7 +20754,7 @@
20738
20754
  },
20739
20755
  "columnRule": {
20740
20756
  "$ref": "#/definitions/Property.ColumnRule%3C(string%7Cnumber)%3E",
20741
- "description": "The **`column-rule`** shorthand CSS property sets the width, style, and color of the line drawn between columns in a multi-column layout.\n\n**Syntax**: `<'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :-----: | :----: | :----: | | **50** | **52** | **9** | **12** | **10** | | 1 _-x-_ | | 3 _-x-_ | | |"
20757
+ "description": "The **`column-rule`** shorthand CSS property sets the width, style, and color of the line drawn between columns in a multi-column layout.\n\n**Syntax**: `<'column-rule-width'> || <'column-rule-style'> || <'column-rule-color'>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :-----: | :----: | :----: | | **50** | **52** | **9** | **12** | **10** | | 1 _-x-_ | | 3 _-x-_ | | |"
20742
20758
  },
20743
20759
  "columns": {
20744
20760
  "$ref": "#/definitions/Property.Columns%3C(string%7Cnumber)%3E",
@@ -20762,7 +20778,7 @@
20762
20778
  },
20763
20779
  "gridArea": {
20764
20780
  "$ref": "#/definitions/Property.GridArea",
20765
- "description": "The **`grid-area`** CSS shorthand property specifies a grid item's size and location within a grid by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the edges of its grid area.\n\n**Syntax**: `<grid-line> [ / <grid-line> ]{0,3}`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |"
20781
+ "description": "The **`grid-area`** CSS shorthand property specifies a grid items size and location within a grid by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the edges of its grid area.\n\n**Syntax**: `<grid-line> [ / <grid-line> ]{0,3}`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |"
20766
20782
  },
20767
20783
  "gridColumn": {
20768
20784
  "$ref": "#/definitions/Property.GridColumn",
@@ -20770,7 +20786,7 @@
20770
20786
  },
20771
20787
  "gridRow": {
20772
20788
  "$ref": "#/definitions/Property.GridRow",
20773
- "description": "The **`grid-row`** CSS shorthand property specifies a grid item's size and location within the grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-start and inline-end edge of its grid area.\n\n**Syntax**: `<grid-line> [ / <grid-line> ]?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |"
20789
+ "description": "The **`grid-row`** CSS shorthand property specifies a grid items size and location within the grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-start and inline-end edge of its grid area.\n\n**Syntax**: `<grid-line> [ / <grid-line> ]?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |"
20774
20790
  },
20775
20791
  "gridTemplate": {
20776
20792
  "$ref": "#/definitions/Property.GridTemplate",
@@ -20782,11 +20798,11 @@
20782
20798
  },
20783
20799
  "listStyle": {
20784
20800
  "$ref": "#/definitions/Property.ListStyle",
20785
- "description": "The **`list-style`** CSS shorthand property allows you to set all the list style properties at once.\n\n**Syntax**: `<'list-style-type'> || <'list-style-position'> || <'list-style-image'>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **4** |"
20801
+ "description": "The **`list-style`** CSS shorthand property allows you set all the list style properties at once.\n\n**Syntax**: `<'list-style-type'> || <'list-style-position'> || <'list-style-image'>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **4** |"
20786
20802
  },
20787
20803
  "margin": {
20788
20804
  "$ref": "#/definitions/Property.Margin%3C(string%7Cnumber)%3E",
20789
- "description": "The **`margin`** CSS shorthand property sets the margin area on all four sides of an element.\n\n**Syntax**: `[ <length> | <percentage> | auto ]{1,4}`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **3** |"
20805
+ "description": "The **`margin`** CSS property sets the margin area on all four sides of an element. It is a shorthand for `margin-top`, `margin-right`, `margin-bottom`, and `margin-left`.\n\n**Syntax**: `[ <length> | <percentage> | auto ]{1,4}`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **3** |"
20790
20806
  },
20791
20807
  "maskBorder": {
20792
20808
  "$ref": "#/definitions/Property.MaskBorder",
@@ -20822,7 +20838,7 @@
20822
20838
  },
20823
20839
  "textEmphasis": {
20824
20840
  "$ref": "#/definitions/Property.TextEmphasis",
20825
- "description": "The **`text-emphasis`** CSS property applies emphasis marks to text (except spaces and control characters). It is a shorthand for `text-emphasis-style` and `text-emphasis-color`.\n\n**Syntax**: `<'text-emphasis-style'> || <'text-emphasis-color'>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :------: | :-: | | **99** | **46** | **7** | **99** | No | | 25 _-x-_ | | | 79 _-x-_ | |"
20841
+ "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 |"
20826
20842
  },
20827
20843
  "transition": {
20828
20844
  "$ref": "#/definitions/Property.Transition%3Cstring%3E",
@@ -20830,7 +20846,7 @@
20830
20846
  },
20831
20847
  "accentColor": {
20832
20848
  "$ref": "#/definitions/Property.AccentColor",
20833
- "description": "The **`accent-color`** CSS property sets the accent color for user-interface controls generated by some elements.\n\n**Syntax**: `auto | <color>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **93** | **92** | **15.4** | **93** | No |"
20849
+ "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 |"
20834
20850
  },
20835
20851
  "alignContent": {
20836
20852
  "$ref": "#/definitions/Property.AlignContent",
@@ -20842,11 +20858,11 @@
20842
20858
  },
20843
20859
  "alignSelf": {
20844
20860
  "$ref": "#/definitions/Property.AlignSelf",
20845
- "description": "The **`align-self`** CSS property overrides a grid or flex item's `align-items` value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.\n\n**Syntax**: `auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>`\n\n**Initial value**: `auto`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **36** | **20** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :----------: | | **57** | **52** | **10.1** | **16** | **10** _-x-_ |\n\n---"
20861
+ "description": "The **`align-self`** CSS property overrides a grid or flex item's `align-items` value. In Grid, it aligns the item inside the grid area. In Flexbox, it aligns the item on the cross axis.\n\n**Syntax**: `auto | normal | stretch | <baseline-position> | <overflow-position>? <self-position>`\n\n**Initial value**: `auto`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-------: | :----: | :----: | | **36** | **20** | **9** | **12** | **11** | | 21 _-x-_ | | 6.1 _-x-_ | | |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :----------: | | **57** | **52** | **10.1** | **16** | **10** _-x-_ |\n\n---"
20846
20862
  },
20847
20863
  "alignTracks": {
20848
20864
  "$ref": "#/definitions/Property.AlignTracks",
20849
- "description": "The **`align-tracks`** CSS property sets the alignment in the masonry axis for grid containers that have masonry in their block axis.\n\n**Syntax**: `[ normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position> ]#`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | n/a | No | No | No |"
20865
+ "description": "The **`align-tracks`** CSS property sets the alignment in the masonry axis for grid containers that have masonry in their block axis.\n\n**Syntax**: `[ normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position> ]#`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | n/a | No | No | No |"
20850
20866
  },
20851
20867
  "animationDelay": {
20852
20868
  "$ref": "#/definitions/Property.AnimationDelay%3Cstring%3E",
@@ -20876,21 +20892,17 @@
20876
20892
  "$ref": "#/definitions/Property.AnimationPlayState",
20877
20893
  "description": "The **`animation-play-state`** CSS property sets whether an animation is running or paused.\n\n**Syntax**: `<single-animation-play-state>#`\n\n**Initial value**: `running`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :-----: | :----: | :----: | | **43** | **16** | **9** | **12** | **10** | | 3 _-x-_ | 5 _-x-_ | 4 _-x-_ | | |"
20878
20894
  },
20879
- "animationTimeline": {
20880
- "$ref": "#/definitions/Property.AnimationTimeline",
20881
- "description": "The **`animation-timeline`** CSS property specifies the names of one or more `@scroll-timeline` at-rules describing the scroll animations to apply to the element.\n\n**Syntax**: `<single-animation-timeline>#`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | n/a | No | No | No |"
20882
- },
20883
20895
  "animationTimingFunction": {
20884
20896
  "$ref": "#/definitions/Property.AnimationTimingFunction",
20885
20897
  "description": "The **`animation-timing-function`** CSS property sets how an animation progresses through the duration of each cycle.\n\n**Syntax**: `<easing-function>#`\n\n**Initial value**: `ease`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :-----: | :----: | :----: | | **43** | **16** | **9** | **12** | **10** | | 3 _-x-_ | 5 _-x-_ | 4 _-x-_ | | |"
20886
20898
  },
20887
20899
  "appearance": {
20888
20900
  "$ref": "#/definitions/Property.Appearance",
20889
- "description": "The **`appearance`** CSS property is used to display an element using platform-native styling, based on the operating system's theme. The **`-moz-appearance`** and **`-webkit-appearance`** properties are non-standard versions of this property, used (respectively) by Gecko (Firefox) and by WebKit-based (e.g., Safari) and Blink-based (e.g., Chrome, Opera) browsers to achieve the same thing. Note that Firefox and Edge also support **`-webkit-appearance`**, for compatibility reasons.\n\n**Syntax**: `none | auto | textfield | menulist-button | <compat-auto>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :------: | :------: | :-: | | **84** | **80** | **15.4** | **84** | No | | 1 _-x-_ | 1 _-x-_ | 3 _-x-_ | 12 _-x-_ | |"
20901
+ "description": "The `**appearance**` CSS property is used to display an element using platform-native styling, based on the operating system's theme. The **`-moz-appearance`** and **`-webkit-appearance`** properties are non-standard versions of this property, used (respectively) by Gecko (Firefox) and by WebKit-based (e.g., Safari) and Blink-based (e.g., Chrome, Opera) browsers to achieve the same thing. Note that Firefox and Edge also support **`-webkit-appearance`**, for compatibility reasons.\n\n**Syntax**: `none | auto | textfield | menulist-button | <compat-auto>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :---------: | :------: | :-: | | **84** | **80** | **3** _-x-_ | **84** | No | | 1 _-x-_ | 1 _-x-_ | | 12 _-x-_ | |"
20890
20902
  },
20891
20903
  "aspectRatio": {
20892
20904
  "$ref": "#/definitions/Property.AspectRatio",
20893
- "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 |"
20905
+ "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 |"
20894
20906
  },
20895
20907
  "backdropFilter": {
20896
20908
  "$ref": "#/definitions/Property.BackdropFilter",
@@ -20898,7 +20910,7 @@
20898
20910
  },
20899
20911
  "backfaceVisibility": {
20900
20912
  "$ref": "#/definitions/Property.BackfaceVisibility",
20901
- "description": "The **`backface-visibility`** CSS property sets whether the back face of an element is visible when turned towards the user.\n\n**Syntax**: `visible | hidden`\n\n**Initial value**: `visible`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :------: | :-------: | :----: | :----: | | **36** | **16** | **15.4** | **12** | **10** | | 12 _-x-_ | 10 _-x-_ | 5.1 _-x-_ | | |"
20913
+ "description": "The **`backface-visibility`** CSS property sets whether the back face of an element is visible when turned towards the user.\n\n**Syntax**: `visible | hidden`\n\n**Initial value**: `visible`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :------: | :-----------: | :----: | :----: | | **36** | **16** | **5.1** _-x-_ | **12** | **10** | | 12 _-x-_ | 10 _-x-_ | | | |"
20902
20914
  },
20903
20915
  "backgroundAttachment": {
20904
20916
  "$ref": "#/definitions/Property.BackgroundAttachment",
@@ -20910,7 +20922,7 @@
20910
20922
  },
20911
20923
  "backgroundClip": {
20912
20924
  "$ref": "#/definitions/Property.BackgroundClip",
20913
- "description": "The **`background-clip`** CSS property sets whether an element's background extends underneath its border box, padding box, or content box.\n\n**Syntax**: `<box>#`\n\n**Initial value**: `border-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :---: | | **1** | **4** | **14** | **12** | **9** | | | | 3 _-x-_ | | |"
20925
+ "description": "The **`background-clip`** CSS property sets whether an element's background extends underneath its border box, padding box, or content box.\n\n**Syntax**: `<box>#`\n\n**Initial value**: `border-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :---------: | :----: | :---: | | **1** | **4** | **3** _-x-_ | **12** | **9** |"
20914
20926
  },
20915
20927
  "backgroundColor": {
20916
20928
  "$ref": "#/definitions/Property.BackgroundColor",
@@ -20926,11 +20938,11 @@
20926
20938
  },
20927
20939
  "backgroundPositionX": {
20928
20940
  "$ref": "#/definitions/Property.BackgroundPositionX%3C(string%7Cnumber)%3E",
20929
- "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**: `0%`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **49** | **1** | **12** | **6** |"
20941
+ "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** |"
20930
20942
  },
20931
20943
  "backgroundPositionY": {
20932
20944
  "$ref": "#/definitions/Property.BackgroundPositionY%3C(string%7Cnumber)%3E",
20933
- "description": "The **`background-position-y`** CSS property sets the initial vertical position for each background image. The position is relative to the position layer set by `background-origin`.\n\n**Syntax**: `[ center | [ [ top | bottom | y-start | y-end ]? <length-percentage>? ]! ]#`\n\n**Initial value**: `0%`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **49** | **1** | **12** | **6** |"
20945
+ "description": "The **`background-position-y`** CSS property sets the initial vertical position for each background image. The position is relative to the position layer set by `background-origin`.\n\n**Syntax**: `[ center | [ [ top | bottom | y-start | y-end ]? <length-percentage>? ]! ]#`\n\n**Initial value**: `top`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **49** | **1** | **12** | **6** |"
20934
20946
  },
20935
20947
  "backgroundRepeat": {
20936
20948
  "$ref": "#/definitions/Property.BackgroundRepeat",
@@ -20954,7 +20966,7 @@
20954
20966
  },
20955
20967
  "borderBlockEndColor": {
20956
20968
  "$ref": "#/definitions/Property.BorderBlockEndColor",
20957
- "description": "The **`border-block-end-color`** CSS property defines the color of the logical block-end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color`, `border-right-color`, `border-bottom-color`, or `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
20969
+ "description": "The **`border-block-end-color`** CSS property defines the color of the logical block-end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color`, `border-right-color`, `border-bottom-color`, or `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
20958
20970
  },
20959
20971
  "borderBlockEndStyle": {
20960
20972
  "$ref": "#/definitions/Property.BorderBlockEndStyle",
@@ -20962,19 +20974,19 @@
20962
20974
  },
20963
20975
  "borderBlockEndWidth": {
20964
20976
  "$ref": "#/definitions/Property.BorderBlockEndWidth%3C(string%7Cnumber)%3E",
20965
- "description": "The **`border-block-end-width`** CSS property defines the width of the logical block-end border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width`, `border-right-width`, `border-bottom-width`, or `border-left-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
20977
+ "description": "The **`border-block-end-width`** CSS property defines the width of the logical block-end border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width`, `border-right-width`, `border-bottom-width`, or `border-left-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
20966
20978
  },
20967
20979
  "borderBlockStartColor": {
20968
20980
  "$ref": "#/definitions/Property.BorderBlockStartColor",
20969
- "description": "The **`border-block-start-color`** CSS property defines the color of the logical block-start border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color`, `border-right-color`, `border-bottom-color`, or `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
20981
+ "description": "The **`border-block-start-color`** CSS property defines the color of the logical block-start border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color`, `border-right-color`, `border-bottom-color`, or `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
20970
20982
  },
20971
20983
  "borderBlockStartStyle": {
20972
20984
  "$ref": "#/definitions/Property.BorderBlockStartStyle",
20973
- "description": "The **`border-block-start-style`** CSS property defines the style of the logical block start border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style`, `border-right-style`, `border-bottom-style`, or `border-left-style` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-style'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
20985
+ "description": "The **`border-block-start-style`** CSS property defines the style of the logical block start border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style`, `border-right-style`, `border-bottom-style`, or `border-left-style` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-style'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
20974
20986
  },
20975
20987
  "borderBlockStartWidth": {
20976
20988
  "$ref": "#/definitions/Property.BorderBlockStartWidth%3C(string%7Cnumber)%3E",
20977
- "description": "The **`border-block-start-width`** CSS property defines the width of the logical block-start border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width`, `border-right-width`, `border-bottom-width`, or `border-left-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
20989
+ "description": "The **`border-block-start-width`** CSS property defines the width of the logical block-start border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width`, `border-right-width`, `border-bottom-width`, or `border-left-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
20978
20990
  },
20979
20991
  "borderBlockStyle": {
20980
20992
  "$ref": "#/definitions/Property.BorderBlockStyle",
@@ -20982,7 +20994,7 @@
20982
20994
  },
20983
20995
  "borderBlockWidth": {
20984
20996
  "$ref": "#/definitions/Property.BorderBlockWidth%3C(string%7Cnumber)%3E",
20985
- "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 |"
20997
+ "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 |"
20986
20998
  },
20987
20999
  "borderBottomColor": {
20988
21000
  "$ref": "#/definitions/Property.BorderBottomColor",
@@ -21010,11 +21022,11 @@
21010
21022
  },
21011
21023
  "borderEndEndRadius": {
21012
21024
  "$ref": "#/definitions/Property.BorderEndEndRadius%3C(string%7Cnumber)%3E",
21013
- "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 |"
21025
+ "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 |"
21014
21026
  },
21015
21027
  "borderEndStartRadius": {
21016
21028
  "$ref": "#/definitions/Property.BorderEndStartRadius%3C(string%7Cnumber)%3E",
21017
- "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 |"
21029
+ "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 |"
21018
21030
  },
21019
21031
  "borderImageOutset": {
21020
21032
  "$ref": "#/definitions/Property.BorderImageOutset%3C(string%7Cnumber)%3E",
@@ -21066,11 +21078,11 @@
21066
21078
  },
21067
21079
  "borderInlineStyle": {
21068
21080
  "$ref": "#/definitions/Property.BorderInlineStyle",
21069
- "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 |"
21081
+ "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 |"
21070
21082
  },
21071
21083
  "borderInlineWidth": {
21072
21084
  "$ref": "#/definitions/Property.BorderInlineWidth%3C(string%7Cnumber)%3E",
21073
- "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 |"
21085
+ "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 |"
21074
21086
  },
21075
21087
  "borderLeftColor": {
21076
21088
  "$ref": "#/definitions/Property.BorderLeftColor",
@@ -21102,11 +21114,11 @@
21102
21114
  },
21103
21115
  "borderStartEndRadius": {
21104
21116
  "$ref": "#/definitions/Property.BorderStartEndRadius%3C(string%7Cnumber)%3E",
21105
- "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 |"
21117
+ "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 |"
21106
21118
  },
21107
21119
  "borderStartStartRadius": {
21108
21120
  "$ref": "#/definitions/Property.BorderStartStartRadius%3C(string%7Cnumber)%3E",
21109
- "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 |"
21121
+ "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 |"
21110
21122
  },
21111
21123
  "borderTopColor": {
21112
21124
  "$ref": "#/definitions/Property.BorderTopColor",
@@ -21169,12 +21181,12 @@
21169
21181
  "description": "The **`clear`** CSS property sets whether an element must be moved below (cleared) floating elements that precede it. The `clear` property applies to floating and non-floating elements.\n\n**Syntax**: `none | left | right | both | inline-start | inline-end`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **4** |"
21170
21182
  },
21171
21183
  "colorAdjust": {
21172
- "$ref": "#/definitions/Property.PrintColorAdjust",
21173
- "description": "The **`print-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 | | :----------: | :-----------------: | :------: | :----------: | :-: | | **17** _-x-_ | **97** | **15.4** | **79** _-x-_ | No | | | 48 _(color-adjust)_ | 6 _-x-_ | | |"
21184
+ "$ref": "#/definitions/Property.ColorAdjust",
21185
+ "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 |"
21174
21186
  },
21175
21187
  "colorScheme": {
21176
21188
  "$ref": "#/definitions/Property.ColorScheme",
21177
- "description": "The **`color-scheme`** CSS property allows an element to indicate which color schemes it can comfortably be rendered in.\n\n**Syntax**: `normal | [ light | dark | <custom-ident> ]+ && only?`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **81** | **96** | **13** | **81** | No |"
21189
+ "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 |"
21178
21190
  },
21179
21191
  "columnCount": {
21180
21192
  "$ref": "#/definitions/Property.ColumnCount",
@@ -21210,27 +21222,27 @@
21210
21222
  },
21211
21223
  "contain": {
21212
21224
  "$ref": "#/definitions/Property.Contain",
21213
- "description": "The **`contain`** CSS property allows an author to indicate that an element and its contents are, as much as possible, _independent_ of the rest of the document tree. This allows the browser to recalculate layout, style, paint, size, or any combination of them for a limited area of the DOM and not the entire page, leading to obvious performance benefits.\n\n**Syntax**: `none | strict | content | [ size || layout || style || paint ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **52** | **69** | **15.4** | **79** | No |"
21225
+ "description": "The **`contain`** CSS property allows an author to indicate that an element and its contents are, as much as possible, _independent_ of the rest of the document tree. This allows the browser to recalculate layout, style, paint, size, or any combination of them for a limited area of the DOM and not the entire page, leading to obvious performance benefits.\n\n**Syntax**: `none | strict | content | [ size || layout || style || paint ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **52** | **69** | No | **79** | No |"
21214
21226
  },
21215
21227
  "content": {
21216
21228
  "$ref": "#/definitions/Property.Content",
21217
- "description": "The **`content`** CSS property replaces an element with a generated value. Objects inserted using the `content` property are **anonymous replaced elements**.\n\n**Syntax**: `normal | none | [ <content-replacement> | <content-list> ] [/ [ <string> | <counter> ]+ ]?`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **8** |"
21229
+ "description": "The **`content`** CSS property replaces an element with a generated value. Objects inserted using the `content` property are **anonymous replaced elements**_._\n\n**Syntax**: `normal | none | [ <content-replacement> | <content-list> ] [/ <string> ]?`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **8** |"
21218
21230
  },
21219
21231
  "contentVisibility": {
21220
21232
  "$ref": "#/definitions/Property.ContentVisibility",
21221
- "description": "The **`content-visibility`** CSS property controls whether or not an element renders its contents at all, along with forcing a strong set of containments, allowing user agents to potentially omit large swathes of layout and rendering work until it becomes needed. Basically it enables the user agent to skip an element's rendering work (including layout and painting) until it is needed — which makes the initial page load much faster.\n\n**Syntax**: `visible | auto | hidden`\n\n**Initial value**: `visible`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **85** | No | No | **85** | No |"
21233
+ "description": "The **`content-visibility`** CSS property controls whether or not an element renders its contents at all, along with forcing a strong set of containments, allowing user agents to potentially omit large swathes of layout and rendering work until it becomes needed. Basically it enables the user agent to skip an element's rendering work, including layout and painting, until it is needed, makes the initial page load much faster.\n\n**Syntax**: `visible | auto | hidden`\n\n**Initial value**: `visible`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **85** | No | No | **85** | No |"
21222
21234
  },
21223
21235
  "counterIncrement": {
21224
21236
  "$ref": "#/definitions/Property.CounterIncrement",
21225
- "description": "The **`counter-increment`** CSS property increases or decreases the value of a CSS counter by a given value.\n\n**Syntax**: `[ <counter-name> <integer>? ]+ | none`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **2** | **1** | **3** | **12** | **8** |"
21237
+ "description": "The **`counter-increment`** CSS property increases or decreases the value of a CSS counter by a given value.\n\n**Syntax**: `[ <custom-ident> <integer>? ]+ | none`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **2** | **1** | **3** | **12** | **8** |"
21226
21238
  },
21227
21239
  "counterReset": {
21228
21240
  "$ref": "#/definitions/Property.CounterReset",
21229
- "description": "The **`counter-reset`** CSS property resets a CSS counter to a given value. This property will create a new counter or reversed counter with the given name on the specified element.\n\n**Syntax**: `[ <counter-name> <integer>? | <reversed-counter-name> <integer>? ]+ | none`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **2** | **1** | **3** | **12** | **8** |"
21241
+ "description": "The **`counter-reset`** CSS property resets a CSS counter to a given value.\n\n**Syntax**: `[ <custom-ident> <integer>? ]+ | none`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **2** | **1** | **3** | **12** | **8** |"
21230
21242
  },
21231
21243
  "counterSet": {
21232
21244
  "$ref": "#/definitions/Property.CounterSet",
21233
- "description": "The **`counter-set`** CSS property sets a CSS counter to a given value. It manipulates the value of existing counters, and will only create new counters if there isn't already a counter of the given name on the element.\n\n**Syntax**: `[ <counter-name> <integer>? ]+ | none`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **85** | **68** | No | **85** | No |"
21245
+ "description": "The **`counter-set`** CSS property sets a CSS counter to a given value. It manipulates the value of existing counters, and will only create new counters if there isn't already a counter of the given name on the element.\n\n**Syntax**: `[ <custom-ident> <integer>? ]+ | none`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **85** | **68** | No | **85** | No |"
21234
21246
  },
21235
21247
  "emptyCells": {
21236
21248
  "$ref": "#/definitions/Property.EmptyCells",
@@ -21242,11 +21254,11 @@
21242
21254
  },
21243
21255
  "flexDirection": {
21244
21256
  "$ref": "#/definitions/Property.FlexDirection",
21245
- "description": "The **`flex-direction`** CSS property sets how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).\n\n**Syntax**: `row | row-reverse | column | column-reverse`\n\n**Initial value**: `row`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :------: | :-----: | :----: | :------: | | **29** | **81** | **9** | **12** | **11** | | 21 _-x-_ | 49 _-x-_ | 7 _-x-_ | | 10 _-x-_ |"
21257
+ "description": "The **`flex-direction`** CSS property sets how flex items are placed in the flex container defining the main axis and the direction (normal or reversed).\n\n**Syntax**: `row | row-reverse | column | column-reverse`\n\n**Initial value**: `row`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :------: | | **29** | **20** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | 10 _-x-_ |"
21246
21258
  },
21247
21259
  "flexGrow": {
21248
21260
  "$ref": "#/definitions/Property.FlexGrow",
21249
- "description": "The **`flex-grow`** CSS property sets the flex grow factor of a flex item's 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)_ |"
21261
+ "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)_ |"
21250
21262
  },
21251
21263
  "flexShrink": {
21252
21264
  "$ref": "#/definitions/Property.FlexShrink",
@@ -21254,7 +21266,7 @@
21254
21266
  },
21255
21267
  "flexWrap": {
21256
21268
  "$ref": "#/definitions/Property.FlexWrap",
21257
- "description": "The **`flex-wrap`** CSS property sets whether flex items are forced onto one line or can wrap onto multiple lines. If wrapping is allowed, it sets the direction that lines are stacked.\n\n**Syntax**: `nowrap | wrap | wrap-reverse`\n\n**Initial value**: `nowrap`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **29** | **28** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | |"
21269
+ "description": "The **`flex-wrap`** CSS property sets whether flex items are forced onto one line or can wrap onto multiple lines. If wrapping is allowed, it sets the direction that lines are stacked.\n\n**Syntax**: `nowrap | wrap | wrap-reverse`\n\n**Initial value**: `nowrap`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-------: | :----: | :----: | | **29** | **28** | **9** | **12** | **11** | | 21 _-x-_ | | 6.1 _-x-_ | | |"
21258
21270
  },
21259
21271
  "float": {
21260
21272
  "$ref": "#/definitions/Property.Float",
@@ -21282,11 +21294,7 @@
21282
21294
  },
21283
21295
  "fontSynthesis": {
21284
21296
  "$ref": "#/definitions/Property.FontSynthesis",
21285
- "description": "The **`font-synthesis`** CSS property controls which missing typefaces, bold, italic, or small-caps, may be synthesized by the browser.\n\n**Syntax**: `none | [ weight || style || small-caps ]`\n\n**Initial value**: `weight style`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **97** | **34** | **9** | **97** | No |"
21286
- },
21287
- "fontVariantAlternates": {
21288
- "$ref": "#/definitions/Property.FontVariantAlternates",
21289
- "description": "The **`font-variant-alternates`** CSS property controls the usage of alternate glyphs. These alternate glyphs may be referenced by alternative names defined in `@font-feature-values`.\n\n**Syntax**: `normal | [ stylistic( <feature-value-name> ) || historical-forms || styleset( <feature-value-name># ) || character-variant( <feature-value-name># ) || swash( <feature-value-name> ) || ornaments( <feature-value-name> ) || annotation( <feature-value-name> ) ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | No | **34** | **9.1** | No | No |"
21297
+ "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 |"
21290
21298
  },
21291
21299
  "fontVariantCaps": {
21292
21300
  "$ref": "#/definitions/Property.FontVariantCaps",
@@ -21326,23 +21334,23 @@
21326
21334
  },
21327
21335
  "gridAutoRows": {
21328
21336
  "$ref": "#/definitions/Property.GridAutoRows%3C(string%7Cnumber)%3E",
21329
- "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)_ |"
21337
+ "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)_ |"
21330
21338
  },
21331
21339
  "gridColumnEnd": {
21332
21340
  "$ref": "#/definitions/Property.GridColumnEnd",
21333
- "description": "The **`grid-column-end`** CSS property specifies a grid item's end position within the grid column by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the block-end edge of its grid area.\n\n**Syntax**: `<grid-line>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |"
21341
+ "description": "The **`grid-column-end`** CSS property specifies a grid items end position within the grid column by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the block-end edge of its grid area.\n\n**Syntax**: `<grid-line>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |"
21334
21342
  },
21335
21343
  "gridColumnStart": {
21336
21344
  "$ref": "#/definitions/Property.GridColumnStart",
21337
- "description": "The **`grid-column-start`** CSS property specifies a grid item's start position within the grid column by contributing a line, a span, or nothing (automatic) to its grid placement. This start position defines the block-start edge of the grid area.\n\n**Syntax**: `<grid-line>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |"
21345
+ "description": "The **`grid-column-start`** CSS property specifies a grid items start position within the grid column by contributing a line, a span, or nothing (automatic) to its grid placement. This start position defines the block-start edge of the grid area.\n\n**Syntax**: `<grid-line>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |"
21338
21346
  },
21339
21347
  "gridRowEnd": {
21340
21348
  "$ref": "#/definitions/Property.GridRowEnd",
21341
- "description": "The **`grid-row-end`** CSS property specifies a grid item's end position within the grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-end edge of its grid area.\n\n**Syntax**: `<grid-line>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |"
21349
+ "description": "The **`grid-row-end`** CSS property specifies a grid items end position within the grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-end edge of its grid area.\n\n**Syntax**: `<grid-line>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |"
21342
21350
  },
21343
21351
  "gridRowStart": {
21344
21352
  "$ref": "#/definitions/Property.GridRowStart",
21345
- "description": "The **`grid-row-start`** CSS property specifies a grid item's start position within the grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-start edge of its grid area.\n\n**Syntax**: `<grid-line>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |"
21353
+ "description": "The **`grid-row-start`** CSS property specifies a grid items start position within the grid row by contributing a line, a span, or nothing (automatic) to its grid placement, thereby specifying the inline-start edge of its grid area.\n\n**Syntax**: `<grid-line>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |"
21346
21354
  },
21347
21355
  "gridTemplateAreas": {
21348
21356
  "$ref": "#/definitions/Property.GridTemplateAreas",
@@ -21364,17 +21372,13 @@
21364
21372
  "$ref": "#/definitions/Property.Height%3C(string%7Cnumber)%3E",
21365
21373
  "description": "The **`height`** CSS property specifies the height of an element. By default, the property defines the height of the content area. If `box-sizing` is set to `border-box`, however, it instead determines the height of the border area.\n\n**Syntax**: `auto | <length> | <percentage> | min-content | max-content | fit-content | fit-content(<length-percentage>)`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **4** |"
21366
21374
  },
21367
- "hyphenateCharacter": {
21368
- "$ref": "#/definitions/Property.HyphenateCharacter",
21369
- "description": "The **`hyphenate-character`** CSS property sets the character (or string) used at the end of a line before a hyphenation break.\n\n**Syntax**: `auto | <string>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :-----------: | :----------: | :-: | | **6** _-x-_ | **98** | **5.1** _-x-_ | **79** _-x-_ | No |"
21370
- },
21371
21375
  "hyphens": {
21372
21376
  "$ref": "#/definitions/Property.Hyphens",
21373
21377
  "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-_ | | | |"
21374
21378
  },
21375
21379
  "imageOrientation": {
21376
21380
  "$ref": "#/definitions/Property.ImageOrientation",
21377
- "description": "The **`image-orientation`** CSS property specifies a layout-independent correction to the orientation of an image.\n\n**Syntax**: `from-image | <angle> | [ <angle>? flip ]`\n\n**Initial value**: `from-image`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **81** | **26** | **13.1** | **81** | No |"
21381
+ "description": "The **`image-orientation`** CSS property specifies a layout-independent correction to the orientation of an image. It should _not_ be used for any other orientation adjustments; instead, the `transform` property should be used with the `rotate` `<transform-function>`.\n\n**Syntax**: `from-image | <angle> | [ <angle>? flip ]`\n\n**Initial value**: `from-image`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **81** | **26** | **13.1** | **81** | No |"
21378
21382
  },
21379
21383
  "imageResolution": {
21380
21384
  "$ref": "#/definitions/Property.ImageResolution",
@@ -21388,17 +21392,13 @@
21388
21392
  "$ref": "#/definitions/Property.InlineSize%3C(string%7Cnumber)%3E",
21389
21393
  "description": "The **`inline-size`** CSS property defines the horizontal or vertical size of an element's block, depending on its writing mode. It corresponds to either the `width` or the `height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'width'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No |"
21390
21394
  },
21391
- "inputSecurity": {
21392
- "$ref": "#/definitions/Property.InputSecurity",
21393
- "description": "**Syntax**: `auto | none`\n\n**Initial value**: `auto`"
21394
- },
21395
21395
  "inset": {
21396
21396
  "$ref": "#/definitions/Property.Inset%3C(string%7Cnumber)%3E",
21397
- "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 |"
21397
+ "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 |"
21398
21398
  },
21399
21399
  "insetBlock": {
21400
21400
  "$ref": "#/definitions/Property.InsetBlock%3C(string%7Cnumber)%3E",
21401
- "description": "The **`inset-block`** CSS property defines the logical block start and end offsets of an element, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top` and `bottom`, or `right` and `left` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **63** | **14.1** | **87** | No |"
21401
+ "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 |"
21402
21402
  },
21403
21403
  "insetBlockEnd": {
21404
21404
  "$ref": "#/definitions/Property.InsetBlockEnd%3C(string%7Cnumber)%3E",
@@ -21426,7 +21426,7 @@
21426
21426
  },
21427
21427
  "justifyContent": {
21428
21428
  "$ref": "#/definitions/Property.JustifyContent",
21429
- "description": "The CSS **`justify-content`** property defines how the browser distributes space between and around content items along the main-axis of a flex container, and the inline axis of a grid container.\n\n**Syntax**: `normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ]`\n\n**Initial value**: `normal`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **52** | **20** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |\n\n---"
21429
+ "description": "The CSS **`justify-content`** property defines how the browser distributes space between and around content items along the main-axis of a flex container, and the inline axis of a grid container.\n\n**Syntax**: `normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ]`\n\n**Initial value**: `normal`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-------: | :----: | :----: | | **52** | **20** | **9** | **12** | **11** | | 21 _-x-_ | | 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---"
21430
21430
  },
21431
21431
  "justifyItems": {
21432
21432
  "$ref": "#/definitions/Property.JustifyItems",
@@ -21438,7 +21438,7 @@
21438
21438
  },
21439
21439
  "justifyTracks": {
21440
21440
  "$ref": "#/definitions/Property.JustifyTracks",
21441
- "description": "The **`justify-tracks`** CSS property sets the alignment in the masonry axis for grid containers that have masonry in their inline axis.\n\n**Syntax**: `[ normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ] ]#`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | n/a | No | No | No |"
21441
+ "description": "The **`justify-tracks`** CSS property sets the alignment in the masonry axis for grid containers that have masonry in their inline axis.\n\n**Syntax**: `[ normal | <content-distribution> | <overflow-position>? [ <content-position> | left | right ] ]#`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | n/a | No | No | No |"
21442
21442
  },
21443
21443
  "left": {
21444
21444
  "$ref": "#/definitions/Property.Left%3C(string%7Cnumber)%3E",
@@ -21470,11 +21470,11 @@
21470
21470
  },
21471
21471
  "marginBlockEnd": {
21472
21472
  "$ref": "#/definitions/Property.MarginBlockEnd%3C(string%7Cnumber)%3E",
21473
- "description": "The **`margin-block-end`** CSS property defines the logical block end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **41** | **12.1** | **87** | No |"
21473
+ "description": "The **`margin-block-end`** CSS property defines the logical block end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
21474
21474
  },
21475
21475
  "marginBlockStart": {
21476
21476
  "$ref": "#/definitions/Property.MarginBlockStart%3C(string%7Cnumber)%3E",
21477
- "description": "The **`margin-block-start`** CSS property defines the logical block start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **41** | **12.1** | **87** | No |"
21477
+ "description": "The **`margin-block-start`** CSS property defines the logical block start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
21478
21478
  },
21479
21479
  "marginBottom": {
21480
21480
  "$ref": "#/definitions/Property.MarginBottom%3C(string%7Cnumber)%3E",
@@ -21486,11 +21486,11 @@
21486
21486
  },
21487
21487
  "marginInlineEnd": {
21488
21488
  "$ref": "#/definitions/Property.MarginInlineEnd%3C(string%7Cnumber)%3E",
21489
- "description": "The **`margin-inline-end`** CSS property defines the logical inline end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. In other words, it corresponds to the `margin-top`, `margin-right`, `margin-bottom` or `margin-left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------------------: | :-------------------: | :----------------------: | :-----------------------: | :-: | | **87** | **41** | **12.1** | **87** | No | | 2 _(-webkit-margin-end)_ | 3 _(-moz-margin-end)_ | 3 _(-webkit-margin-end)_ | 79 _(-webkit-margin-end)_ | |"
21489
+ "description": "The **`margin-inline-end`** CSS property defines the logical inline end margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. In other words, it corresponds to the `margin-top`, `margin-right`, `margin-bottom` or `margin-left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------------------: | :-------------------: | :----------------------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No | | 2 _(-webkit-margin-end)_ | 3 _(-moz-margin-end)_ | 3 _(-webkit-margin-end)_ | | |"
21490
21490
  },
21491
21491
  "marginInlineStart": {
21492
21492
  "$ref": "#/definitions/Property.MarginInlineStart%3C(string%7Cnumber)%3E",
21493
- "description": "The **`margin-inline-start`** CSS property defines the logical inline start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. It corresponds to the `margin-top`, `margin-right`, `margin-bottom`, or `margin-left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------: | :---------------------: | :------------------------: | :-------------------------: | :-: | | **87** | **41** | **12.1** | **87** | No | | 2 _(-webkit-margin-start)_ | 3 _(-moz-margin-start)_ | 3 _(-webkit-margin-start)_ | 79 _(-webkit-margin-start)_ | |"
21493
+ "description": "The **`margin-inline-start`** CSS property defines the logical inline start margin of an element, which maps to a physical margin depending on the element's writing mode, directionality, and text orientation. It corresponds to the `margin-top`, `margin-right`, `margin-bottom`, or `margin-left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'margin-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------: | :---------------------: | :------------------------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No | | 2 _(-webkit-margin-start)_ | 3 _(-moz-margin-start)_ | 3 _(-webkit-margin-start)_ | | |"
21494
21494
  },
21495
21495
  "marginLeft": {
21496
21496
  "$ref": "#/definitions/Property.MarginLeft%3C(string%7Cnumber)%3E",
@@ -21530,35 +21530,35 @@
21530
21530
  },
21531
21531
  "maskClip": {
21532
21532
  "$ref": "#/definitions/Property.MaskClip",
21533
- "description": "The **`mask-clip`** CSS property determines the area which is affected by a mask. The painted content of an element must be restricted to this area.\n\n**Syntax**: `[ <geometry-box> | no-clip ]#`\n\n**Initial value**: `border-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :------: | :----------: | :-: | | **1** _-x-_ | **53** | **15.4** | **79** _-x-_ | No | | | | 4 _-x-_ | | |"
21533
+ "description": "The **`mask-clip`** CSS property determines the area which is affected by a mask. The painted content of an element must be restricted to this area.\n\n**Syntax**: `[ <geometry-box> | no-clip ]#`\n\n**Initial value**: `border-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :---------: | :----------: | :-: | | **1** _-x-_ | **53** | **4** _-x-_ | **79** _-x-_ | No |"
21534
21534
  },
21535
21535
  "maskComposite": {
21536
21536
  "$ref": "#/definitions/Property.MaskComposite",
21537
- "description": "The **`mask-composite`** CSS property represents a compositing operation used on the current mask layer with the mask layers below it.\n\n**Syntax**: `<compositing-operator>#`\n\n**Initial value**: `add`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :---: | :-: | | No | **53** | **15.4** | 18-79 | No |"
21537
+ "description": "The **`mask-composite`** CSS property represents a compositing operation used on the current mask layer with the mask layers below it.\n\n**Syntax**: `<compositing-operator>#`\n\n**Initial value**: `add`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :---: | :-: | | No | **53** | No | 18-79 | No |"
21538
21538
  },
21539
21539
  "maskImage": {
21540
21540
  "$ref": "#/definitions/Property.MaskImage",
21541
- "description": "The **`mask-image`** CSS property sets the image that is used as mask layer for an element. By default this means the alpha channel of the mask image will be multiplied with the alpha channel of the element. This can be controlled with the `mask-mode` property.\n\n**Syntax**: `<mask-reference>#`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :------: | :---: | :-: | | **1** _-x-_ | **53** | **15.4** | 16-79 | No | | | | 4 _-x-_ | | |"
21541
+ "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 |"
21542
21542
  },
21543
21543
  "maskMode": {
21544
21544
  "$ref": "#/definitions/Property.MaskMode",
21545
- "description": "The **`mask-mode`** CSS property sets whether the mask reference defined by `mask-image` is treated as a luminance or alpha mask.\n\n**Syntax**: `<masking-mode>#`\n\n**Initial value**: `match-source`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | No | **53** | **15.4** | No | No |"
21545
+ "description": "The **`mask-mode`** CSS property sets whether the mask reference defined by `mask-image` is treated as a luminance or alpha mask.\n\n**Syntax**: `<masking-mode>#`\n\n**Initial value**: `match-source`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **53** | No | No | No |"
21546
21546
  },
21547
21547
  "maskOrigin": {
21548
21548
  "$ref": "#/definitions/Property.MaskOrigin",
21549
- "description": "The **`mask-origin`** CSS property sets the origin of a mask.\n\n**Syntax**: `<geometry-box>#`\n\n**Initial value**: `border-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :------: | :----------: | :-: | | **1** _-x-_ | **53** | **15.4** | **79** _-x-_ | No | | | | 4 _-x-_ | | |"
21549
+ "description": "The **`mask-origin`** CSS property sets the origin of a mask.\n\n**Syntax**: `<geometry-box>#`\n\n**Initial value**: `border-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :---------: | :-----: | :---------: | :----------: | :-: | | **1** _-x-_ | **53** | **4** _-x-_ | **79** _-x-_ | No |"
21550
21550
  },
21551
21551
  "maskPosition": {
21552
21552
  "$ref": "#/definitions/Property.MaskPosition%3C(string%7Cnumber)%3E",
21553
- "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** | **15.4** | 18-79 | No | | | | 3.1 _-x-_ | | |"
21553
+ "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 |"
21554
21554
  },
21555
21555
  "maskRepeat": {
21556
21556
  "$ref": "#/definitions/Property.MaskRepeat",
21557
- "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** | **15.4** | 18-79 | No | | | | 3.1 _-x-_ | | |"
21557
+ "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 |"
21558
21558
  },
21559
21559
  "maskSize": {
21560
21560
  "$ref": "#/definitions/Property.MaskSize%3C(string%7Cnumber)%3E",
21561
- "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** | **15.4** | 18-79 | No | | | | 4 _-x-_ | | |"
21561
+ "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 |"
21562
21562
  },
21563
21563
  "maskType": {
21564
21564
  "$ref": "#/definitions/Property.MaskType",
@@ -21566,11 +21566,11 @@
21566
21566
  },
21567
21567
  "mathStyle": {
21568
21568
  "$ref": "#/definitions/Property.MathStyle",
21569
- "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 |"
21569
+ "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 |"
21570
21570
  },
21571
21571
  "maxBlockSize": {
21572
21572
  "$ref": "#/definitions/Property.MaxBlockSize%3C(string%7Cnumber)%3E",
21573
- "description": "The **`max-block-size`** CSS property specifies the maximum size of an element in the direction opposite that of the writing direction as specified by `writing-mode`. That is, if the writing direction is horizontal, then `max-block-size` is equivalent to `max-height`; if the writing direction is vertical, `max-block-size` is the same as `max-width`.\n\n**Syntax**: `<'max-width'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No |"
21573
+ "description": "The `**max-block-size**` CSS property specifies the maximum size of an element in the direction opposite that of the writing direction as specified by `writing-mode`. That is, if the writing direction is horizontal, then `max-block-size` is equivalent to `max-height`; if the writing direction is vertical, `max-block-size` is the same as `max-width`.\n\n**Syntax**: `<'max-width'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No |"
21574
21574
  },
21575
21575
  "maxHeight": {
21576
21576
  "$ref": "#/definitions/Property.MaxHeight%3C(string%7Cnumber)%3E",
@@ -21578,7 +21578,7 @@
21578
21578
  },
21579
21579
  "maxInlineSize": {
21580
21580
  "$ref": "#/definitions/Property.MaxInlineSize%3C(string%7Cnumber)%3E",
21581
- "description": "The **`max-inline-size`** CSS property defines the horizontal or vertical maximum size of an element's block, depending on its writing mode. It corresponds to either the `max-width` or the `max-height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'max-width'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :--------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No | | | | 10.1 _-x-_ | | |"
21581
+ "description": "The **`max-inline-size`** CSS property defines the horizontal or vertical maximum size of an element's block, depending on its writing mode. It corresponds to either the `max-width` or the `max-height` property, depending on the value of `writing-mode`.\n\n**Syntax**: `<'max-width'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :--------: | :----: | :-: | | **57** | **41** | **12.1** | **79** | No | | | | 10.1 _-x-_ | | |"
21582
21582
  },
21583
21583
  "maxLines": {
21584
21584
  "$ref": "#/definitions/Property.MaxLines",
@@ -21606,7 +21606,7 @@
21606
21606
  },
21607
21607
  "mixBlendMode": {
21608
21608
  "$ref": "#/definitions/Property.MixBlendMode",
21609
- "description": "The **`mix-blend-mode`** CSS property sets how an element's content should blend with the content of the element's parent and the element's background.\n\n**Syntax**: `<blend-mode> | plus-lighter`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **41** | **32** | **8** | **79** | No |"
21609
+ "description": "The **`mix-blend-mode`** CSS property sets how an element's content should blend with the content of the element's parent and the element's background.\n\n**Syntax**: `<blend-mode>`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **41** | **32** | **8** | **79** | No |"
21610
21610
  },
21611
21611
  "motionDistance": {
21612
21612
  "$ref": "#/definitions/Property.OffsetDistance%3C(string%7Cnumber)%3E",
@@ -21630,7 +21630,7 @@
21630
21630
  },
21631
21631
  "offsetAnchor": {
21632
21632
  "$ref": "#/definitions/Property.OffsetAnchor%3C(string%7Cnumber)%3E",
21633
- "description": "**Syntax**: `auto | <position>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **72** | No | No | No |"
21633
+ "description": "**Syntax**: `auto | <position>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **79** | **72** | No | **79** | No |"
21634
21634
  },
21635
21635
  "offsetDistance": {
21636
21636
  "$ref": "#/definitions/Property.OffsetDistance%3C(string%7Cnumber)%3E",
@@ -21694,7 +21694,7 @@
21694
21694
  },
21695
21695
  "overflowWrap": {
21696
21696
  "$ref": "#/definitions/Property.OverflowWrap",
21697
- "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)_ | |"
21697
+ "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)_ | |"
21698
21698
  },
21699
21699
  "overflowX": {
21700
21700
  "$ref": "#/definitions/Property.OverflowX",
@@ -21706,11 +21706,11 @@
21706
21706
  },
21707
21707
  "overscrollBehaviorBlock": {
21708
21708
  "$ref": "#/definitions/Property.OverscrollBehaviorBlock",
21709
- "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 |"
21709
+ "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 |"
21710
21710
  },
21711
21711
  "overscrollBehaviorInline": {
21712
21712
  "$ref": "#/definitions/Property.OverscrollBehaviorInline",
21713
- "description": "The **`overscroll-behavior-inline`** CSS property sets the browser's behavior when the inline direction boundary of a scrolling area is reached.\n\n**Syntax**: `contain | none | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **77** | **73** | No | **79** | No |"
21713
+ "description": "The **`overscroll-behavior-inline`** CSS property sets the browser's behavior when the inline direction boundary of a scrolling area is reached.\n\n**Syntax**: `contain | none | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **77** | **73** | No | **79** | No |"
21714
21714
  },
21715
21715
  "overscrollBehaviorX": {
21716
21716
  "$ref": "#/definitions/Property.OverscrollBehaviorX",
@@ -21726,11 +21726,11 @@
21726
21726
  },
21727
21727
  "paddingBlockEnd": {
21728
21728
  "$ref": "#/definitions/Property.PaddingBlockEnd%3C(string%7Cnumber)%3E",
21729
- "description": "The **`padding-block-end`** CSS property defines the logical block end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **41** | **12.1** | **87** | No |"
21729
+ "description": "The **`padding-block-end`** CSS property defines the logical block end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
21730
21730
  },
21731
21731
  "paddingBlockStart": {
21732
21732
  "$ref": "#/definitions/Property.PaddingBlockStart%3C(string%7Cnumber)%3E",
21733
- "description": "The **`padding-block-start`** CSS property defines the logical block start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **41** | **12.1** | **87** | No |"
21733
+ "description": "The **`padding-block-start`** CSS property defines the logical block start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No |"
21734
21734
  },
21735
21735
  "paddingBottom": {
21736
21736
  "$ref": "#/definitions/Property.PaddingBottom%3C(string%7Cnumber)%3E",
@@ -21742,11 +21742,11 @@
21742
21742
  },
21743
21743
  "paddingInlineEnd": {
21744
21744
  "$ref": "#/definitions/Property.PaddingInlineEnd%3C(string%7Cnumber)%3E",
21745
- "description": "The **`padding-inline-end`** CSS property defines the logical inline end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----------------------: | :--------------------: | :-----------------------: | :------------------------: | :-: | | **87** | **41** | **12.1** | **87** | No | | 2 _(-webkit-padding-end)_ | 3 _(-moz-padding-end)_ | 3 _(-webkit-padding-end)_ | 79 _(-webkit-padding-end)_ | |"
21745
+ "description": "The **`padding-inline-end`** CSS property defines the logical inline end padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----------------------: | :--------------------: | :-----------------------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No | | 2 _(-webkit-padding-end)_ | 3 _(-moz-padding-end)_ | 3 _(-webkit-padding-end)_ | | |"
21746
21746
  },
21747
21747
  "paddingInlineStart": {
21748
21748
  "$ref": "#/definitions/Property.PaddingInlineStart%3C(string%7Cnumber)%3E",
21749
- "description": "The **`padding-inline-start`** CSS property defines the logical inline start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------------------: | :----------------------: | :-------------------------: | :--------------------------: | :-: | | **87** | **41** | **12.1** | **87** | No | | 2 _(-webkit-padding-start)_ | 3 _(-moz-padding-start)_ | 3 _(-webkit-padding-start)_ | 79 _(-webkit-padding-start)_ | |"
21749
+ "description": "The **`padding-inline-start`** CSS property defines the logical inline start padding of an element, which maps to a physical padding depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------------------: | :----------------------: | :-------------------------: | :----: | :-: | | **69** | **41** | **12.1** | **79** | No | | 2 _(-webkit-padding-start)_ | 3 _(-moz-padding-start)_ | 3 _(-webkit-padding-start)_ | | |"
21750
21750
  },
21751
21751
  "paddingLeft": {
21752
21752
  "$ref": "#/definitions/Property.PaddingLeft%3C(string%7Cnumber)%3E",
@@ -21782,16 +21782,12 @@
21782
21782
  },
21783
21783
  "placeContent": {
21784
21784
  "$ref": "#/definitions/Property.PlaceContent",
21785
- "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 |"
21785
+ "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 |"
21786
21786
  },
21787
21787
  "position": {
21788
21788
  "$ref": "#/definitions/Property.Position",
21789
21789
  "description": "The **`position`** CSS property sets how an element is positioned in a document. The `top`, `right`, `bottom`, and `left` properties determine the final location of positioned elements.\n\n**Syntax**: `static | relative | absolute | sticky | fixed`\n\n**Initial value**: `static`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **4** |"
21790
21790
  },
21791
- "printColorAdjust": {
21792
- "$ref": "#/definitions/Property.PrintColorAdjust",
21793
- "description": "The **`print-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 | | :----------: | :-----------------: | :------: | :----------: | :-: | | **17** _-x-_ | **97** | **15.4** | **79** _-x-_ | No | | | 48 _(color-adjust)_ | 6 _-x-_ | | |"
21794
- },
21795
21791
  "quotes": {
21796
21792
  "$ref": "#/definitions/Property.Quotes",
21797
21793
  "description": "The **`quotes`** CSS property sets how the browser should render quotation marks that are added using the `open-quotes` or `close-quotes` values of the CSS `content` property.\n\n**Syntax**: `none | auto | [ <string> <string> ]+`\n\n**Initial value**: depends on user agent\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **11** | **1.5** | **9** | **12** | **8** |"
@@ -21814,7 +21810,7 @@
21814
21810
  },
21815
21811
  "rubyAlign": {
21816
21812
  "$ref": "#/definitions/Property.RubyAlign",
21817
- "description": "The **`ruby-align`** CSS property defines the distribution of the different ruby elements over the base.\n\n**Syntax**: `start | center | space-between | space-around`\n\n**Initial value**: `space-around`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **38** | No | No | No |"
21813
+ "description": "The `**ruby-align**` CSS property defines the distribution of the different ruby elements over the base.\n\n**Syntax**: `start | center | space-between | space-around`\n\n**Initial value**: `space-around`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **38** | No | No | No |"
21818
21814
  },
21819
21815
  "rubyMerge": {
21820
21816
  "$ref": "#/definitions/Property.RubyMerge",
@@ -21822,7 +21818,7 @@
21822
21818
  },
21823
21819
  "rubyPosition": {
21824
21820
  "$ref": "#/definitions/Property.RubyPosition",
21825
- "description": "The **`ruby-position`** CSS property defines the position of a ruby element relatives to its base element. It can be positioned 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** | **7** _-x-_ | 12-79 | No | | 1 _-x-_ | | | | |"
21821
+ "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-_ | | | | |"
21826
21822
  },
21827
21823
  "scale": {
21828
21824
  "$ref": "#/definitions/Property.Scale",
@@ -21830,7 +21826,7 @@
21830
21826
  },
21831
21827
  "scrollBehavior": {
21832
21828
  "$ref": "#/definitions/Property.ScrollBehavior",
21833
- "description": "The **`scroll-behavior`** CSS property sets the behavior for a scrolling box when scrolling is triggered by the navigation or CSSOM scrolling APIs.\n\n**Syntax**: `auto | smooth`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **61** | **36** | **15.4** | **79** | No |"
21829
+ "description": "The **`scroll-behavior`** CSS property sets the behavior for a scrolling box when scrolling is triggered by the navigation or CSSOM scrolling APIs.\n\n**Syntax**: `auto | smooth`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **61** | **36** | n/a | **79** | No |"
21834
21830
  },
21835
21831
  "scrollMargin": {
21836
21832
  "$ref": "#/definitions/Property.ScrollMargin%3C(string%7Cnumber)%3E",
@@ -21842,15 +21838,15 @@
21842
21838
  },
21843
21839
  "scrollMarginBlockEnd": {
21844
21840
  "$ref": "#/definitions/Property.ScrollMarginBlockEnd%3C(string%7Cnumber)%3E",
21845
- "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 |"
21841
+ "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 containers 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 |"
21846
21842
  },
21847
21843
  "scrollMarginBlockStart": {
21848
21844
  "$ref": "#/definitions/Property.ScrollMarginBlockStart%3C(string%7Cnumber)%3E",
21849
- "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 |"
21845
+ "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 containers 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 |"
21850
21846
  },
21851
21847
  "scrollMarginBottom": {
21852
21848
  "$ref": "#/definitions/Property.ScrollMarginBottom%3C(string%7Cnumber)%3E",
21853
- "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)_ | | |"
21849
+ "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 containers 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)_ | | |"
21854
21850
  },
21855
21851
  "scrollMarginInline": {
21856
21852
  "$ref": "#/definitions/Property.ScrollMarginInline%3C(string%7Cnumber)%3E",
@@ -21858,23 +21854,23 @@
21858
21854
  },
21859
21855
  "scrollMarginInlineEnd": {
21860
21856
  "$ref": "#/definitions/Property.ScrollMarginInlineEnd%3C(string%7Cnumber)%3E",
21861
- "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 |"
21857
+ "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 containers 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 |"
21862
21858
  },
21863
21859
  "scrollMarginInlineStart": {
21864
21860
  "$ref": "#/definitions/Property.ScrollMarginInlineStart%3C(string%7Cnumber)%3E",
21865
- "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 |"
21861
+ "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 containers 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 |"
21866
21862
  },
21867
21863
  "scrollMarginLeft": {
21868
21864
  "$ref": "#/definitions/Property.ScrollMarginLeft%3C(string%7Cnumber)%3E",
21869
- "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)_ | | |"
21865
+ "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 containers 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)_ | | |"
21870
21866
  },
21871
21867
  "scrollMarginRight": {
21872
21868
  "$ref": "#/definitions/Property.ScrollMarginRight%3C(string%7Cnumber)%3E",
21873
- "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)_ | | |"
21869
+ "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 containers 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)_ | | |"
21874
21870
  },
21875
21871
  "scrollMarginTop": {
21876
21872
  "$ref": "#/definitions/Property.ScrollMarginTop%3C(string%7Cnumber)%3E",
21877
- "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)_ | | |"
21873
+ "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 containers 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)_ | | |"
21878
21874
  },
21879
21875
  "scrollPadding": {
21880
21876
  "$ref": "#/definitions/Property.ScrollPadding%3C(string%7Cnumber)%3E",
@@ -21886,15 +21882,15 @@
21886
21882
  },
21887
21883
  "scrollPaddingBlockEnd": {
21888
21884
  "$ref": "#/definitions/Property.ScrollPaddingBlockEnd%3C(string%7Cnumber)%3E",
21889
- "description": "The `scroll-padding-block-end` property defines offsets for the end edge in the block dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **15** | **79** | No |"
21885
+ "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 |"
21890
21886
  },
21891
21887
  "scrollPaddingBlockStart": {
21892
21888
  "$ref": "#/definitions/Property.ScrollPaddingBlockStart%3C(string%7Cnumber)%3E",
21893
- "description": "The `scroll-padding-block-start` property defines offsets for the start edge in the block dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **15** | **79** | No |"
21889
+ "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 |"
21894
21890
  },
21895
21891
  "scrollPaddingBottom": {
21896
21892
  "$ref": "#/definitions/Property.ScrollPaddingBottom%3C(string%7Cnumber)%3E",
21897
- "description": "The `scroll-padding-bottom` property defines offsets for the bottom of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
21893
+ "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 |"
21898
21894
  },
21899
21895
  "scrollPaddingInline": {
21900
21896
  "$ref": "#/definitions/Property.ScrollPaddingInline%3C(string%7Cnumber)%3E",
@@ -21902,27 +21898,27 @@
21902
21898
  },
21903
21899
  "scrollPaddingInlineEnd": {
21904
21900
  "$ref": "#/definitions/Property.ScrollPaddingInlineEnd%3C(string%7Cnumber)%3E",
21905
- "description": "The `scroll-padding-inline-end` property defines offsets for the end edge in the inline dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **15** | **79** | No |"
21901
+ "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 |"
21906
21902
  },
21907
21903
  "scrollPaddingInlineStart": {
21908
21904
  "$ref": "#/definitions/Property.ScrollPaddingInlineStart%3C(string%7Cnumber)%3E",
21909
- "description": "The `scroll-padding-inline-start` property defines offsets for the start edge in the inline dimension of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **15** | **79** | No |"
21905
+ "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 |"
21910
21906
  },
21911
21907
  "scrollPaddingLeft": {
21912
21908
  "$ref": "#/definitions/Property.ScrollPaddingLeft%3C(string%7Cnumber)%3E",
21913
- "description": "The `scroll-padding-left` property defines offsets for the left of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
21909
+ "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 |"
21914
21910
  },
21915
21911
  "scrollPaddingRight": {
21916
21912
  "$ref": "#/definitions/Property.ScrollPaddingRight%3C(string%7Cnumber)%3E",
21917
- "description": "The `scroll-padding-right` property defines offsets for the right of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
21913
+ "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 |"
21918
21914
  },
21919
21915
  "scrollPaddingTop": {
21920
21916
  "$ref": "#/definitions/Property.ScrollPaddingTop%3C(string%7Cnumber)%3E",
21921
- "description": "The **`scroll-padding-top`** property defines offsets for the top of the _optimal viewing region_ of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or to put more breathing room between a targeted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
21917
+ "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 |"
21922
21918
  },
21923
21919
  "scrollSnapAlign": {
21924
21920
  "$ref": "#/definitions/Property.ScrollSnapAlign",
21925
- "description": "The `scroll-snap-align` property specifies the box's snap position as an alignment of its snap area (as the alignment subject) within its snap container's snapport (as the alignment container). The two values specify the snapping alignment in the block axis and inline axis, respectively. If only one value is specified, the second value defaults to the same value.\n\n**Syntax**: `[ none | start | end | center ]{1,2}`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **11** | **79** | No |"
21921
+ "description": "The `scroll-snap-align` property specifies the boxs snap position as an alignment of its snap area (as the alignment subject) within its snap containers snapport (as the alignment container). The two values specify the snapping alignment in the block axis and inline axis, respectively. If only one value is specified, the second value defaults to the same value.\n\n**Syntax**: `[ none | start | end | center ]{1,2}`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **11** | **79** | No |"
21926
21922
  },
21927
21923
  "scrollSnapMargin": {
21928
21924
  "$ref": "#/definitions/Property.ScrollMargin%3C(string%7Cnumber)%3E",
@@ -21930,19 +21926,19 @@
21930
21926
  },
21931
21927
  "scrollSnapMarginBottom": {
21932
21928
  "$ref": "#/definitions/Property.ScrollMarginBottom%3C(string%7Cnumber)%3E",
21933
- "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)_ | | |"
21929
+ "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 containers 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)_ | | |"
21934
21930
  },
21935
21931
  "scrollSnapMarginLeft": {
21936
21932
  "$ref": "#/definitions/Property.ScrollMarginLeft%3C(string%7Cnumber)%3E",
21937
- "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)_ | | |"
21933
+ "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 containers 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)_ | | |"
21938
21934
  },
21939
21935
  "scrollSnapMarginRight": {
21940
21936
  "$ref": "#/definitions/Property.ScrollMarginRight%3C(string%7Cnumber)%3E",
21941
- "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)_ | | |"
21937
+ "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 containers 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)_ | | |"
21942
21938
  },
21943
21939
  "scrollSnapMarginTop": {
21944
21940
  "$ref": "#/definitions/Property.ScrollMarginTop%3C(string%7Cnumber)%3E",
21945
- "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)_ | | |"
21941
+ "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 containers 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)_ | | |"
21946
21942
  },
21947
21943
  "scrollSnapStop": {
21948
21944
  "$ref": "#/definitions/Property.ScrollSnapStop",
@@ -21958,11 +21954,11 @@
21958
21954
  },
21959
21955
  "scrollbarGutter": {
21960
21956
  "$ref": "#/definitions/Property.ScrollbarGutter",
21961
- "description": "The **`scrollbar-gutter`** CSS property allows authors to reserve space for the scrollbar, preventing unwanted layout changes as the content grows while also avoiding unnecessary visuals when scrolling isn't needed.\n\n**Syntax**: `auto | stable && both-edges?`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **94** | **97** | No | **94** | No |"
21957
+ "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 |"
21962
21958
  },
21963
21959
  "scrollbarWidth": {
21964
21960
  "$ref": "#/definitions/Property.ScrollbarWidth",
21965
- "description": "The **`scrollbar-width`** property allows the author to set the maximum thickness of an element's scrollbars when they are shown.\n\n**Syntax**: `auto | thin | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **64** | No | No | No |"
21961
+ "description": "The **`scrollbar-width`** property allows the author to set the maximum thickness of an elements scrollbars when they are shown.\n\n**Syntax**: `auto | thin | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **64** | No | No | No |"
21966
21962
  },
21967
21963
  "shapeImageThreshold": {
21968
21964
  "$ref": "#/definitions/Property.ShapeImageThreshold",
@@ -21986,7 +21982,7 @@
21986
21982
  },
21987
21983
  "textAlign": {
21988
21984
  "$ref": "#/definitions/Property.TextAlign",
21989
- "description": "The **`text-align`** CSS property sets the horizontal alignment of the content inside a block element or table-cell box. This means it works like `vertical-align` but in the horizontal direction.\n\n**Syntax**: `start | end | left | right | center | justify | match-parent`\n\n**Initial value**: `start`, or a nameless value that acts as `left` if _direction_ is `ltr`, `right` if _direction_ is `rtl` if `start` is not supported by the browser.\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **3** |"
21985
+ "description": "The **`text-align`** CSS property sets the horizontal alignment of a block element or table-cell box. This means it works like `vertical-align` but in the horizontal direction.\n\n**Syntax**: `start | end | left | right | center | justify | match-parent`\n\n**Initial value**: `start`, or a nameless value that acts as `left` if _direction_ is `ltr`, `right` if _direction_ is `rtl` if `start` is not supported by the browser.\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **3** |"
21990
21986
  },
21991
21987
  "textAlignLast": {
21992
21988
  "$ref": "#/definitions/Property.TextAlignLast",
@@ -22006,11 +22002,11 @@
22006
22002
  },
22007
22003
  "textDecorationSkip": {
22008
22004
  "$ref": "#/definitions/Property.TextDecorationSkip",
22009
- "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-_ | | |"
22005
+ "description": "The **`text-decoration-skip`** CSS property sets what parts of an elements 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-_ | | |"
22010
22006
  },
22011
22007
  "textDecorationSkipInk": {
22012
22008
  "$ref": "#/definitions/Property.TextDecorationSkipInk",
22013
- "description": "The **`text-decoration-skip-ink`** CSS property specifies how overlines and underlines are drawn when they pass over glyph ascenders and descenders.\n\n**Syntax**: `auto | all | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **64** | **70** | **15.4** | **79** | No |"
22009
+ "description": "The **`text-decoration-skip-ink`** CSS property specifies how overlines and underlines are drawn when they pass over glyph ascenders and descenders.\n\n**Syntax**: `auto | all | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **64** | **70** | No | **79** | No |"
22014
22010
  },
22015
22011
  "textDecorationStyle": {
22016
22012
  "$ref": "#/definitions/Property.TextDecorationStyle",
@@ -22026,15 +22022,15 @@
22026
22022
  },
22027
22023
  "textEmphasisColor": {
22028
22024
  "$ref": "#/definitions/Property.TextEmphasisColor",
22029
- "description": "The **`text-emphasis-color`** CSS property sets the color of emphasis marks. This value can also be set using the `text-emphasis` shorthand.\n\n**Syntax**: `<color>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :------: | :-: | | **99** | **46** | **7** | **99** | No | | 25 _-x-_ | | | 79 _-x-_ | |"
22025
+ "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 |"
22030
22026
  },
22031
22027
  "textEmphasisPosition": {
22032
22028
  "$ref": "#/definitions/Property.TextEmphasisPosition",
22033
- "description": "The **`text-emphasis-position`** CSS property sets where emphasis marks are drawn. Like ruby text, if there isn't enough room for emphasis marks, the line height is increased.\n\n**Syntax**: `[ over | under ] && [ right | left ]`\n\n**Initial value**: `over right`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :------: | :-: | | **99** | **46** | **7** | **99** | No | | 25 _-x-_ | | | 79 _-x-_ | |"
22029
+ "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 |"
22034
22030
  },
22035
22031
  "textEmphasisStyle": {
22036
22032
  "$ref": "#/definitions/Property.TextEmphasisStyle",
22037
- "description": "The **`text-emphasis-style`** CSS property sets the appearance of emphasis marks. It can also be set, and reset, using the `text-emphasis` shorthand.\n\n**Syntax**: `none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :----: | :------: | :-: | | **99** | **46** | **7** | **99** | No | | 25 _-x-_ | | | 79 _-x-_ | |"
22033
+ "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 |"
22038
22034
  },
22039
22035
  "textIndent": {
22040
22036
  "$ref": "#/definitions/Property.TextIndent%3C(string%7Cnumber)%3E",
@@ -22118,7 +22114,7 @@
22118
22114
  },
22119
22115
  "userSelect": {
22120
22116
  "$ref": "#/definitions/Property.UserSelect",
22121
- "description": "The **`user-select`** CSS property controls whether the user can select text. This doesn't have any effect on content loaded as part of a browser's user interface (its 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-_ | |"
22117
+ "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-_ | |"
22122
22118
  },
22123
22119
  "verticalAlign": {
22124
22120
  "$ref": "#/definitions/Property.VerticalAlign%3C(string%7Cnumber)%3E",
@@ -22142,7 +22138,7 @@
22142
22138
  },
22143
22139
  "wordWrap": {
22144
22140
  "$ref": "#/definitions/Property.WordWrap",
22145
- "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`\n\n**Initial value**: `normal`"
22141
+ "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`\n\n**Initial value**: `normal`"
22146
22142
  },
22147
22143
  "zIndex": {
22148
22144
  "$ref": "#/definitions/Property.ZIndex",
@@ -22150,7 +22146,7 @@
22150
22146
  },
22151
22147
  "zoom": {
22152
22148
  "$ref": "#/definitions/Property.Zoom",
22153
- "description": "The non-standard **_`zoom`_** CSS property can be used to control the magnification level of an element. `transform: scale()` should be used instead of this property, if possible. However, unlike CSS Transforms, `zoom` affects the layout size of the element.\n\n**Syntax**: `normal | reset | <number> | <percentage>`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-----: | | **1** | No | **3.1** | **12** | **5.5** |"
22149
+ "description": "The non-standard **`zoom`** CSS property can be used to control the magnification level of an element. `transform: scale()` should be used instead of this property, if possible. However, unlike CSS Transforms, `zoom` affects the layout size of the element.\n\n**Syntax**: `normal | reset | <number> | <percentage>`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-----: | | **1** | No | **3.1** | **12** | **5.5** |"
22154
22150
  }
22155
22151
  }
22156
22152
  },
@@ -22216,7 +22212,6 @@
22216
22212
  "inherit",
22217
22213
  "initial",
22218
22214
  "revert",
22219
- "revert-layer",
22220
22215
  "unset"
22221
22216
  ]
22222
22217
  },
@@ -24344,6 +24339,24 @@
24344
24339
  }
24345
24340
  ]
24346
24341
  },
24342
+ "Property.FontVariantAlternates": {
24343
+ "anyOf": [
24344
+ {
24345
+ "$ref": "#/definitions/Globals"
24346
+ },
24347
+ {
24348
+ "type": "string",
24349
+ "const": "historical-forms"
24350
+ },
24351
+ {
24352
+ "type": "string",
24353
+ "const": "normal"
24354
+ },
24355
+ {
24356
+ "type": "string"
24357
+ }
24358
+ ]
24359
+ },
24347
24360
  "Property.GridColumnGap<(string|number)>": {
24348
24361
  "anyOf": [
24349
24362
  {
@@ -28366,10 +28379,6 @@
28366
28379
  {
28367
28380
  "type": "number"
28368
28381
  },
28369
- {
28370
- "type": "string",
28371
- "const": "-moz-fit-content"
28372
- },
28373
28382
  {
28374
28383
  "type": "string",
28375
28384
  "const": "-moz-max-content"
@@ -28505,20 +28514,6 @@
28505
28514
  }
28506
28515
  ]
28507
28516
  },
28508
- "Property.HyphenateCharacter": {
28509
- "anyOf": [
28510
- {
28511
- "$ref": "#/definitions/Globals"
28512
- },
28513
- {
28514
- "type": "string",
28515
- "const": "auto"
28516
- },
28517
- {
28518
- "type": "string"
28519
- }
28520
- ]
28521
- },
28522
28517
  "Property.InitialLetter": {
28523
28518
  "anyOf": [
28524
28519
  {
@@ -28977,7 +28972,7 @@
28977
28972
  }
28978
28973
  ]
28979
28974
  },
28980
- "Property.PrintColorAdjust": {
28975
+ "Property.ColorAdjust": {
28981
28976
  "anyOf": [
28982
28977
  {
28983
28978
  "$ref": "#/definitions/Globals"
@@ -29929,22 +29924,6 @@
29929
29924
  }
29930
29925
  ]
29931
29926
  },
29932
- "Property.AnimationTimeline": {
29933
- "anyOf": [
29934
- {
29935
- "$ref": "#/definitions/Globals"
29936
- },
29937
- {
29938
- "$ref": "#/definitions/DataType.SingleAnimationTimeline"
29939
- },
29940
- {
29941
- "type": "string"
29942
- }
29943
- ]
29944
- },
29945
- "DataType.SingleAnimationTimeline": {
29946
- "type": "string"
29947
- },
29948
29927
  "Property.Appearance": {
29949
29928
  "anyOf": [
29950
29929
  {
@@ -31115,24 +31094,6 @@
31115
31094
  }
31116
31095
  ]
31117
31096
  },
31118
- "Property.FontVariantAlternates": {
31119
- "anyOf": [
31120
- {
31121
- "$ref": "#/definitions/Globals"
31122
- },
31123
- {
31124
- "type": "string",
31125
- "const": "historical-forms"
31126
- },
31127
- {
31128
- "type": "string",
31129
- "const": "normal"
31130
- },
31131
- {
31132
- "type": "string"
31133
- }
31134
- ]
31135
- },
31136
31097
  "Property.FontVariantCaps": {
31137
31098
  "anyOf": [
31138
31099
  {
@@ -31583,21 +31544,6 @@
31583
31544
  }
31584
31545
  ]
31585
31546
  },
31586
- "Property.InputSecurity": {
31587
- "anyOf": [
31588
- {
31589
- "$ref": "#/definitions/Globals"
31590
- },
31591
- {
31592
- "type": "string",
31593
- "const": "auto"
31594
- },
31595
- {
31596
- "type": "string",
31597
- "const": "none"
31598
- }
31599
- ]
31600
- },
31601
31547
  "Property.Inset<(string|number)>": {
31602
31548
  "anyOf": [
31603
31549
  {
@@ -32445,10 +32391,6 @@
32445
32391
  },
32446
32392
  {
32447
32393
  "$ref": "#/definitions/DataType.BlendMode"
32448
- },
32449
- {
32450
- "type": "string",
32451
- "const": "plus-lighter"
32452
32394
  }
32453
32395
  ]
32454
32396
  },
@@ -40977,7 +40919,7 @@
40977
40919
  "type"
40978
40920
  ],
40979
40921
  "additionalProperties": false,
40980
- "description": "级联选择框 文档:https://baidu.gitee.io/amis/docs/components/form/chained-select"
40922
+ "description": "链式下拉框 文档:https://baidu.gitee.io/amis/docs/components/form/chained-select"
40981
40923
  },
40982
40924
  "CheckboxControlSchema": {
40983
40925
  "type": "object",
@@ -58885,6 +58827,10 @@
58885
58827
  "type": "string",
58886
58828
  "description": "可以自定义菜单展示。"
58887
58829
  },
58830
+ "showInvalidMatch": {
58831
+ "type": "boolean",
58832
+ "description": "当在value值未匹配到当前options中的选项时,是否value值对应文本飘红显示"
58833
+ },
58888
58834
  "borderMode": {
58889
58835
  "type": "string",
58890
58836
  "enum": [
@@ -58992,6 +58938,7 @@
58992
58938
  }
58993
58939
  },
58994
58940
  "required": [
58941
+ "showInvalidMatch",
58995
58942
  "type"
58996
58943
  ],
58997
58944
  "additionalProperties": false,
@@ -65419,9 +65366,18 @@
65419
65366
  },
65420
65367
  "additionalProperties": false,
65421
65368
  "description": "自动转换值"
65369
+ },
65370
+ "inputControlClassName": {
65371
+ "type": "string",
65372
+ "description": "control节点的CSS类名"
65373
+ },
65374
+ "nativeInputClassName": {
65375
+ "type": "string",
65376
+ "description": "原生input标签的CSS类名"
65422
65377
  }
65423
65378
  },
65424
65379
  "required": [
65380
+ "nativeInputClassName",
65425
65381
  "type"
65426
65382
  ],
65427
65383
  "additionalProperties": false,
@@ -69376,7 +69332,7 @@
69376
69332
  "$ref": "#/definitions/CardSchema",
69377
69333
  "additionalProperties": false,
69378
69334
  "patternProperties": {
69379
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|header|body|media|actions|toolbar|secondary|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
69335
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|header|body|media|actions|toolbar|secondary|useCardLabel|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
69380
69336
  }
69381
69337
  },
69382
69338
  {
@@ -70040,7 +69996,7 @@
70040
69996
  "$ref": "#/definitions/SelectControlSchema",
70041
69997
  "additionalProperties": false,
70042
69998
  "patternProperties": {
70043
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|autoComplete|menuTpl|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|popOver|quickEdit|copyable)$": {}
69999
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|autoComplete|menuTpl|showInvalidMatch|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|popOver|quickEdit|copyable)$": {}
70044
70000
  }
70045
70001
  },
70046
70002
  {
@@ -70089,7 +70045,7 @@
70089
70045
  "$ref": "#/definitions/TextControlSchema",
70090
70046
  "additionalProperties": false,
70091
70047
  "patternProperties": {
70092
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|popOver|quickEdit|copyable)$": {}
70048
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|popOver|quickEdit|copyable)$": {}
70093
70049
  }
70094
70050
  },
70095
70051
  {
@@ -70215,7 +70171,7 @@
70215
70171
  "$ref": "#/definitions/CardSchema",
70216
70172
  "additionalProperties": false,
70217
70173
  "patternProperties": {
70218
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|header|body|media|actions|toolbar|secondary|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
70174
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|header|body|media|actions|toolbar|secondary|useCardLabel|label|labelClassName|name|popOver|quickEdit|copyable)$": {}
70219
70175
  }
70220
70176
  },
70221
70177
  {
@@ -70879,7 +70835,7 @@
70879
70835
  "$ref": "#/definitions/SelectControlSchema",
70880
70836
  "additionalProperties": false,
70881
70837
  "patternProperties": {
70882
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|autoComplete|menuTpl|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|popOver|quickEdit|copyable)$": {}
70838
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|autoComplete|menuTpl|showInvalidMatch|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|popOver|quickEdit|copyable)$": {}
70883
70839
  }
70884
70840
  },
70885
70841
  {
@@ -70928,7 +70884,7 @@
70928
70884
  "$ref": "#/definitions/TextControlSchema",
70929
70885
  "additionalProperties": false,
70930
70886
  "patternProperties": {
70931
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|popOver|quickEdit|copyable)$": {}
70887
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|popOver|quickEdit|copyable)$": {}
70932
70888
  }
70933
70889
  },
70934
70890
  {
@@ -71054,7 +71010,7 @@
71054
71010
  "$ref": "#/definitions/CardSchema",
71055
71011
  "additionalProperties": false,
71056
71012
  "patternProperties": {
71057
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|header|body|media|actions|toolbar|secondary|label|fixed|name|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|labelClassName|filterable|breakpoint|remark|value|unique)$": {}
71013
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|header|body|media|actions|toolbar|secondary|useCardLabel|label|fixed|name|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|labelClassName|filterable|breakpoint|remark|value|unique)$": {}
71058
71014
  }
71059
71015
  },
71060
71016
  {
@@ -71718,7 +71674,7 @@
71718
71674
  "$ref": "#/definitions/SelectControlSchema",
71719
71675
  "additionalProperties": false,
71720
71676
  "patternProperties": {
71721
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|autoComplete|menuTpl|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
71677
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|autoComplete|menuTpl|showInvalidMatch|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
71722
71678
  }
71723
71679
  },
71724
71680
  {
@@ -71767,7 +71723,7 @@
71767
71723
  "$ref": "#/definitions/TextControlSchema",
71768
71724
  "additionalProperties": false,
71769
71725
  "patternProperties": {
71770
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
71726
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
71771
71727
  }
71772
71728
  },
71773
71729
  {
@@ -71893,7 +71849,7 @@
71893
71849
  "$ref": "#/definitions/CardSchema",
71894
71850
  "additionalProperties": false,
71895
71851
  "patternProperties": {
71896
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|header|body|media|actions|toolbar|secondary|x|y|w|h|width|height|align|valign|gridClassName)$": {}
71852
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|header|body|media|actions|toolbar|secondary|useCardLabel|x|y|w|h|width|height|align|valign|gridClassName)$": {}
71897
71853
  }
71898
71854
  },
71899
71855
  {
@@ -72557,7 +72513,7 @@
72557
72513
  "$ref": "#/definitions/SelectControlSchema",
72558
72514
  "additionalProperties": false,
72559
72515
  "patternProperties": {
72560
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|autoComplete|menuTpl|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|x|y|w|h|width|height|align|valign|gridClassName)$": {}
72516
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|autoComplete|menuTpl|showInvalidMatch|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|x|y|w|h|width|height|align|valign|gridClassName)$": {}
72561
72517
  }
72562
72518
  },
72563
72519
  {
@@ -72606,7 +72562,7 @@
72606
72562
  "$ref": "#/definitions/TextControlSchema",
72607
72563
  "additionalProperties": false,
72608
72564
  "patternProperties": {
72609
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|x|y|w|h|width|height|align|valign|gridClassName)$": {}
72565
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|x|y|w|h|width|height|align|valign|gridClassName)$": {}
72610
72566
  }
72611
72567
  },
72612
72568
  {
@@ -72732,7 +72688,7 @@
72732
72688
  "$ref": "#/definitions/CardSchema",
72733
72689
  "additionalProperties": false,
72734
72690
  "patternProperties": {
72735
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|header|body|media|actions|toolbar|secondary|rowClassName|cellClassName)$": {}
72691
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|header|body|media|actions|toolbar|secondary|useCardLabel|rowClassName|cellClassName)$": {}
72736
72692
  }
72737
72693
  },
72738
72694
  {
@@ -73396,7 +73352,7 @@
73396
73352
  "$ref": "#/definitions/SelectControlSchema",
73397
73353
  "additionalProperties": false,
73398
73354
  "patternProperties": {
73399
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|autoComplete|menuTpl|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|rowClassName|cellClassName)$": {}
73355
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|autoComplete|menuTpl|showInvalidMatch|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|rowClassName|cellClassName)$": {}
73400
73356
  }
73401
73357
  },
73402
73358
  {
@@ -73445,7 +73401,7 @@
73445
73401
  "$ref": "#/definitions/TextControlSchema",
73446
73402
  "additionalProperties": false,
73447
73403
  "patternProperties": {
73448
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|rowClassName|cellClassName)$": {}
73404
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|rowClassName|cellClassName)$": {}
73449
73405
  }
73450
73406
  },
73451
73407
  {
@@ -73571,7 +73527,7 @@
73571
73527
  "$ref": "#/definitions/CardSchema",
73572
73528
  "additionalProperties": false,
73573
73529
  "patternProperties": {
73574
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|header|body|media|actions|toolbar|secondary|unique|columnClassName)$": {}
73530
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|header|body|media|actions|toolbar|secondary|useCardLabel|unique|columnClassName)$": {}
73575
73531
  }
73576
73532
  },
73577
73533
  {
@@ -74235,7 +74191,7 @@
74235
74191
  "$ref": "#/definitions/SelectControlSchema",
74236
74192
  "additionalProperties": false,
74237
74193
  "patternProperties": {
74238
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|autoComplete|menuTpl|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|unique|columnClassName)$": {}
74194
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|autoComplete|menuTpl|showInvalidMatch|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|unique|columnClassName)$": {}
74239
74195
  }
74240
74196
  },
74241
74197
  {
@@ -74284,7 +74240,7 @@
74284
74240
  "$ref": "#/definitions/TextControlSchema",
74285
74241
  "additionalProperties": false,
74286
74242
  "patternProperties": {
74287
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|unique|columnClassName)$": {}
74243
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|unique|columnClassName)$": {}
74288
74244
  }
74289
74245
  },
74290
74246
  {
@@ -74410,7 +74366,7 @@
74410
74366
  "$ref": "#/definitions/CardSchema",
74411
74367
  "additionalProperties": false,
74412
74368
  "patternProperties": {
74413
- "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|header|body|media|actions|toolbar|secondary|columnClassName|columnRatio)$": {}
74369
+ "^(className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|type|header|body|media|actions|toolbar|secondary|useCardLabel|columnClassName|columnRatio)$": {}
74414
74370
  }
74415
74371
  },
74416
74372
  {
@@ -75074,7 +75030,7 @@
75074
75030
  "$ref": "#/definitions/SelectControlSchema",
75075
75031
  "additionalProperties": false,
75076
75032
  "patternProperties": {
75077
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|autoComplete|menuTpl|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|columnClassName|columnRatio)$": {}
75033
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|autoComplete|menuTpl|showInvalidMatch|borderMode|selectMode|leftOptions|leftMode|rightMode|searchResultMode|columns|searchResultColumns|searchable|searchApi|itemHeight|virtualThreshold|checkAll|defaultCheckAll|checkAllLabel|maxTagCount|overflowTagPopover|optionClassName|columnClassName|columnRatio)$": {}
75078
75034
  }
75079
75035
  },
75080
75036
  {
@@ -75123,7 +75079,7 @@
75123
75079
  "$ref": "#/definitions/TextControlSchema",
75124
75080
  "additionalProperties": false,
75125
75081
  "patternProperties": {
75126
- "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|columnClassName|columnRatio)$": {}
75082
+ "^(options|source|selectFirst|initFetchOn|initFetch|multiple|joinValues|delimiter|extractValue|clearable|resetValue|deferApi|addApi|addControls|creatable|createBtnLabel|editable|editApi|editControls|removable|deleteApi|deleteConfirmText|autoFill|size|label|labelAlign|labelWidth|labelClassName|name|hint|submitOnChange|readOnly|readOnlyOn|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|id|onEvent|remark|labelRemark|type|addOn|trimContents|autoComplete|borderMode|maxLength|showCounter|prefix|suffix|transform|inputControlClassName|nativeInputClassName|columnClassName|columnRatio)$": {}
75127
75083
  }
75128
75084
  },
75129
75085
  {