amis 1.8.0-beta.2 → 1.8.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Root.js +2 -2
- package/lib/Root.js.map +1 -1
- package/lib/RootRenderer.js +1 -1
- package/lib/RootRenderer.js.map +1 -1
- package/lib/SchemaRenderer.js +4 -4
- package/lib/SchemaRenderer.js.map +2 -2
- package/lib/Scoped.js +1 -1
- package/lib/Scoped.js.map +1 -1
- package/lib/WithRootStore.js +1 -1
- package/lib/WithRootStore.js.map +1 -1
- package/lib/WithStore.js +1 -1
- package/lib/WithStore.js.map +1 -1
- package/lib/actions/AjaxAction.js +1 -1
- package/lib/actions/AjaxAction.js.map +1 -1
- package/lib/actions/Decorators.js +1 -1
- package/lib/actions/Decorators.js.map +1 -1
- package/lib/actions/EmailAction.js +1 -1
- package/lib/actions/EmailAction.js.map +1 -1
- package/lib/actions/LoopAction.js +2 -2
- package/lib/actions/LoopAction.js.map +1 -1
- package/lib/compat.js +1 -1
- package/lib/compat.js.map +1 -1
- package/lib/components/Alert2.js +2 -2
- package/lib/components/Alert2.js.map +1 -1
- package/lib/components/AnchorNav.js +1 -1
- package/lib/components/AnchorNav.js.map +1 -1
- package/lib/components/ArrayInput.js +2 -2
- package/lib/components/ArrayInput.js.map +1 -1
- package/lib/components/AsideNav.js +4 -4
- package/lib/components/AsideNav.js.map +1 -1
- package/lib/components/Avatar.js +3 -3
- package/lib/components/Avatar.js.map +1 -1
- package/lib/components/Badge.js +10 -10
- package/lib/components/Badge.js.map +1 -1
- package/lib/components/BaiduMapPicker.js +1 -1
- package/lib/components/BaiduMapPicker.js.map +1 -1
- package/lib/components/BarCode.js +1 -1
- package/lib/components/BarCode.js.map +2 -2
- package/lib/components/Breadcrumb.js +1 -1
- package/lib/components/Breadcrumb.js.map +1 -1
- package/lib/components/Button.js +3 -3
- package/lib/components/Button.js.map +1 -1
- package/lib/components/CalendarMobile.js +2 -2
- package/lib/components/CalendarMobile.js.map +1 -1
- package/lib/components/Card.js +1 -1
- package/lib/components/Card.js.map +1 -1
- package/lib/components/ChainedSelection.js +1 -1
- package/lib/components/ChainedSelection.js.map +1 -1
- package/lib/components/Checkbox.js +2 -2
- package/lib/components/Checkbox.js.map +1 -1
- package/lib/components/Collapse.js +3 -3
- package/lib/components/Collapse.js.map +1 -1
- package/lib/components/ColorPicker.js +5 -5
- package/lib/components/ColorPicker.js.map +1 -1
- package/lib/components/ContextMenu.js +3 -3
- package/lib/components/ContextMenu.js.map +1 -1
- package/lib/components/DatePicker.js +19 -8
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +92 -84
- package/lib/components/DateRangePicker.js +213 -20
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/Drawer.js +10 -10
- package/lib/components/Drawer.js.map +1 -1
- package/lib/components/Editor.js +3 -3
- package/lib/components/Editor.js.map +1 -1
- package/lib/components/GridNav.js +11 -11
- package/lib/components/GridNav.js.map +1 -1
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBox.js.map +1 -1
- package/lib/components/Layout.js +1 -1
- package/lib/components/Layout.js.map +1 -1
- package/lib/components/ListGroup.js +1 -1
- package/lib/components/ListGroup.js.map +1 -1
- package/lib/components/Modal.js +4 -4
- package/lib/components/Modal.js.map +1 -1
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/MonthRangePicker.js +13 -13
- package/lib/components/MonthRangePicker.js.map +1 -1
- package/lib/components/NumberInput.js +2 -2
- package/lib/components/NumberInput.js.map +1 -1
- package/lib/components/Picker.js +4 -4
- package/lib/components/Picker.js.map +1 -1
- package/lib/components/PickerColumn.js +4 -4
- package/lib/components/PickerColumn.js.map +1 -1
- package/lib/components/PopOver.js +2 -2
- package/lib/components/PopOver.js.map +1 -1
- package/lib/components/PopUp.js +10 -10
- package/lib/components/PopUp.js.map +1 -1
- package/lib/components/Progress.js +5 -5
- package/lib/components/Progress.js.map +1 -1
- package/lib/components/Radios.d.ts +1 -1
- package/lib/components/Radios.js +5 -7
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Range.d.ts +2 -2
- package/lib/components/Range.js +25 -12
- package/lib/components/Range.js.map +2 -2
- package/lib/components/Rating.js +1 -1
- package/lib/components/Rating.js.map +1 -1
- package/lib/components/ResultBox.js +2 -2
- package/lib/components/ResultBox.js.map +1 -1
- package/lib/components/ResultList.js +5 -5
- package/lib/components/ResultList.js.map +1 -1
- package/lib/components/Select.js +7 -7
- package/lib/components/Select.js.map +1 -1
- package/lib/components/SparkLine.js +3 -3
- package/lib/components/SparkLine.js.map +1 -1
- package/lib/components/Spinner.js +2 -2
- package/lib/components/Spinner.js.map +1 -1
- package/lib/components/Steps.d.ts +6 -0
- package/lib/components/Steps.js +13 -9
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/Switch.js +2 -2
- package/lib/components/Switch.js.map +1 -1
- package/lib/components/Tabs.js +5 -5
- package/lib/components/Tabs.js.map +1 -1
- package/lib/components/Timeline.js +1 -1
- package/lib/components/Timeline.js.map +1 -1
- package/lib/components/TimelineItem.js +3 -3
- package/lib/components/TimelineItem.js.map +1 -1
- package/lib/components/Toast.js +3 -3
- package/lib/components/Toast.js.map +1 -1
- package/lib/components/Tooltip.js +1 -1
- package/lib/components/Tooltip.js.map +1 -1
- package/lib/components/Tree.js +5 -5
- package/lib/components/Tree.js.map +1 -1
- package/lib/components/TreeSelection.js +2 -2
- package/lib/components/TreeSelection.js.map +1 -1
- package/lib/components/WithRemoteConfig.js +1 -1
- package/lib/components/WithRemoteConfig.js.map +1 -1
- package/lib/components/WithStore.js +1 -1
- package/lib/components/WithStore.js.map +1 -1
- package/lib/components/calendar/DaysView.js +1 -1
- package/lib/components/calendar/DaysView.js.map +1 -1
- package/lib/components/calendar/QuartersView.js +1 -1
- package/lib/components/calendar/QuartersView.js.map +1 -1
- package/lib/components/calendar/TimeView.js +1 -1
- package/lib/components/calendar/TimeView.js.map +1 -1
- package/lib/components/calendar/YearsView.js +3 -3
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/components/condition-builder/Group.js +2 -2
- package/lib/components/condition-builder/Group.js.map +1 -1
- package/lib/components/condition-builder/GroupOrItem.js +1 -1
- package/lib/components/condition-builder/GroupOrItem.js.map +1 -1
- package/lib/components/formula/Editor.js +3 -3
- package/lib/components/formula/Editor.js.map +1 -1
- package/lib/components/formula/VariableList.js +5 -5
- package/lib/components/formula/VariableList.js.map +1 -1
- package/lib/components/formula/plugin.js +1 -1
- package/lib/components/formula/plugin.js.map +1 -1
- package/lib/components/icons.js +1 -1
- package/lib/components/icons.js.map +1 -1
- package/lib/components/virtual-list/SizeAndPositionManager.js +4 -4
- package/lib/components/virtual-list/SizeAndPositionManager.js.map +1 -1
- package/lib/env.js +1 -1
- package/lib/env.js.map +1 -1
- package/lib/factory.d.ts +4 -0
- package/lib/factory.js +9 -3
- package/lib/factory.js.map +2 -2
- package/lib/index.js +1 -1
- package/lib/locale/de-DE.js +13 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +13 -0
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +13 -0
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/locale.js +1 -1
- package/lib/locale.js.map +1 -1
- package/lib/renderers/AnchorNav.js +1 -1
- package/lib/renderers/AnchorNav.js.map +1 -1
- package/lib/renderers/App.js +2 -2
- package/lib/renderers/App.js.map +1 -1
- package/lib/renderers/Audio.js +2 -2
- package/lib/renderers/Audio.js.map +1 -1
- package/lib/renderers/CRUD.js +8 -8
- package/lib/renderers/CRUD.js.map +1 -1
- package/lib/renderers/Card.js +6 -6
- package/lib/renderers/Card.js.map +1 -1
- package/lib/renderers/Cards.js +10 -10
- package/lib/renderers/Cards.js.map +1 -1
- package/lib/renderers/Carousel.d.ts +1 -0
- package/lib/renderers/Carousel.js +15 -3
- package/lib/renderers/Carousel.js.map +2 -2
- package/lib/renderers/Chart.js +2 -2
- package/lib/renderers/Chart.js.map +1 -1
- package/lib/renderers/Dialog.js +5 -5
- package/lib/renderers/Dialog.js.map +1 -1
- package/lib/renderers/Divider.js +1 -1
- package/lib/renderers/Divider.js.map +1 -1
- package/lib/renderers/Drawer.js +6 -6
- package/lib/renderers/Drawer.js.map +1 -1
- package/lib/renderers/DropDownButton.js +5 -5
- package/lib/renderers/DropDownButton.js.map +1 -1
- package/lib/renderers/Each.js +1 -1
- package/lib/renderers/Each.js.map +1 -1
- package/lib/renderers/Flex.js +2 -2
- package/lib/renderers/Flex.js.map +1 -1
- package/lib/renderers/Form/ButtonGroupSelect.js +4 -4
- package/lib/renderers/Form/ButtonGroupSelect.js.map +1 -1
- package/lib/renderers/Form/ButtonToolbar.js +1 -1
- package/lib/renderers/Form/ButtonToolbar.js.map +1 -1
- package/lib/renderers/Form/ChainedSelect.js +2 -2
- package/lib/renderers/Form/ChainedSelect.js.map +1 -1
- package/lib/renderers/Form/ChartRadios.js +1 -1
- package/lib/renderers/Form/ChartRadios.js.map +1 -1
- package/lib/renderers/Form/Checkbox.js +1 -1
- package/lib/renderers/Form/Checkbox.js.map +1 -1
- package/lib/renderers/Form/Checkboxes.d.ts +2 -2
- package/lib/renderers/Form/Checkboxes.js +2 -6
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/Combo.js +7 -7
- package/lib/renderers/Form/Combo.js.map +1 -1
- package/lib/renderers/Form/DiffEditor.js +2 -2
- package/lib/renderers/Form/DiffEditor.js.map +1 -1
- package/lib/renderers/Form/Editor.js +4 -4
- package/lib/renderers/Form/Editor.js.map +1 -1
- package/lib/renderers/Form/FieldSet.js +1 -1
- package/lib/renderers/Form/FieldSet.js.map +1 -1
- package/lib/renderers/Form/Group.js +4 -4
- package/lib/renderers/Form/Group.js.map +1 -1
- package/lib/renderers/Form/IconPicker.js +2 -2
- package/lib/renderers/Form/IconPicker.js.map +1 -1
- package/lib/renderers/Form/InputCity.d.ts +3 -0
- package/lib/renderers/Form/InputCity.js +44 -2
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.js +1 -1
- package/lib/renderers/Form/InputColor.js.map +1 -1
- package/lib/renderers/Form/InputDateRange.d.ts +5 -0
- package/lib/renderers/Form/InputDateRange.js +1 -1
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFile.js +11 -8
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputGroup.js +1 -1
- package/lib/renderers/Form/InputGroup.js.map +1 -1
- package/lib/renderers/Form/InputImage.js +8 -5
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputMonthRange.js +1 -1
- package/lib/renderers/Form/InputMonthRange.js.map +1 -1
- package/lib/renderers/Form/InputNumber.js +2 -2
- package/lib/renderers/Form/InputNumber.js.map +1 -1
- package/lib/renderers/Form/InputQuarterRange.js +1 -1
- package/lib/renderers/Form/InputQuarterRange.js.map +1 -1
- package/lib/renderers/Form/InputRange.js +15 -16
- package/lib/renderers/Form/InputRange.js.map +2 -2
- package/lib/renderers/Form/InputRepeat.js +2 -2
- package/lib/renderers/Form/InputRepeat.js.map +1 -1
- package/lib/renderers/Form/InputRichText.js +2 -2
- package/lib/renderers/Form/InputRichText.js.map +1 -1
- package/lib/renderers/Form/InputSubForm.js +5 -5
- package/lib/renderers/Form/InputSubForm.js.map +1 -1
- package/lib/renderers/Form/InputTable.js +2 -2
- package/lib/renderers/Form/InputTable.js.map +1 -1
- package/lib/renderers/Form/InputTag.js +1 -1
- package/lib/renderers/Form/InputTag.js.map +1 -1
- package/lib/renderers/Form/InputText.js +9 -9
- package/lib/renderers/Form/InputText.js.map +1 -1
- package/lib/renderers/Form/InputTree.js +1 -1
- package/lib/renderers/Form/InputTree.js.map +1 -1
- package/lib/renderers/Form/InputYearRange.js +1 -1
- package/lib/renderers/Form/InputYearRange.js.map +1 -1
- package/lib/renderers/Form/Item.js +7 -7
- package/lib/renderers/Form/Item.js.map +1 -1
- package/lib/renderers/Form/ListSelect.js +2 -2
- package/lib/renderers/Form/ListSelect.js.map +1 -1
- package/lib/renderers/Form/NestedSelect.js +1 -1
- package/lib/renderers/Form/NestedSelect.js.map +1 -1
- package/lib/renderers/Form/Options.js +2 -2
- package/lib/renderers/Form/Options.js.map +1 -1
- package/lib/renderers/Form/Picker.js +3 -3
- package/lib/renderers/Form/Picker.js.map +1 -1
- package/lib/renderers/Form/Radios.js +1 -1
- package/lib/renderers/Form/Radios.js.map +1 -1
- package/lib/renderers/Form/Select.js +2 -2
- package/lib/renderers/Form/Select.js.map +1 -1
- package/lib/renderers/Form/Static.js +1 -1
- package/lib/renderers/Form/Static.js.map +1 -1
- package/lib/renderers/Form/TabsTransfer.js +1 -1
- package/lib/renderers/Form/TabsTransfer.js.map +1 -1
- package/lib/renderers/Form/TabsTransferPicker.js +1 -1
- package/lib/renderers/Form/TabsTransferPicker.js.map +1 -1
- package/lib/renderers/Form/Textarea.js +2 -2
- package/lib/renderers/Form/Textarea.js.map +1 -1
- package/lib/renderers/Form/Transfer.js +3 -3
- package/lib/renderers/Form/Transfer.js.map +1 -1
- package/lib/renderers/Form/TreeSelect.js +4 -4
- package/lib/renderers/Form/TreeSelect.js.map +1 -1
- package/lib/renderers/Form/index.js +6 -6
- package/lib/renderers/Form/index.js.map +1 -1
- package/lib/renderers/Grid.js +7 -7
- package/lib/renderers/Grid.js.map +1 -1
- package/lib/renderers/Grid2D.js +1 -1
- package/lib/renderers/Grid2D.js.map +1 -1
- package/lib/renderers/HBox.js +5 -5
- package/lib/renderers/HBox.js.map +1 -1
- package/lib/renderers/IFrame.js +1 -1
- package/lib/renderers/IFrame.js.map +1 -1
- package/lib/renderers/Icon.js +2 -2
- package/lib/renderers/Icon.js.map +1 -1
- package/lib/renderers/Image.js +3 -3
- package/lib/renderers/Image.js.map +1 -1
- package/lib/renderers/List.js +14 -14
- package/lib/renderers/List.js.map +1 -1
- package/lib/renderers/Mapping.js +1 -1
- package/lib/renderers/Mapping.js.map +1 -1
- package/lib/renderers/Nav.js +2 -2
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Operation.js +1 -1
- package/lib/renderers/Operation.js.map +1 -1
- package/lib/renderers/Page.js +6 -6
- package/lib/renderers/Page.js.map +1 -1
- package/lib/renderers/Panel.js +2 -2
- package/lib/renderers/Panel.js.map +1 -1
- package/lib/renderers/PopOver.js +2 -2
- package/lib/renderers/PopOver.js.map +1 -1
- package/lib/renderers/Portlet.js +10 -10
- package/lib/renderers/Portlet.js.map +1 -1
- package/lib/renderers/Property.js +3 -3
- package/lib/renderers/Property.js.map +1 -1
- package/lib/renderers/QRCode.js +1 -1
- package/lib/renderers/QRCode.js.map +1 -1
- package/lib/renderers/QuickEdit.js +11 -11
- package/lib/renderers/QuickEdit.js.map +1 -1
- package/lib/renderers/Service.js +2 -2
- package/lib/renderers/Service.js.map +1 -1
- package/lib/renderers/Status.js +1 -1
- package/lib/renderers/Status.js.map +1 -1
- package/lib/renderers/Steps.d.ts +8 -0
- package/lib/renderers/Steps.js +2 -2
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/ColumnToggler.js +5 -5
- package/lib/renderers/Table/ColumnToggler.js.map +1 -1
- package/lib/renderers/Table/HeadCellFilterDropdown.js +2 -2
- package/lib/renderers/Table/HeadCellFilterDropdown.js.map +1 -1
- package/lib/renderers/Table/HeadCellSearchDropdown.js +2 -2
- package/lib/renderers/Table/HeadCellSearchDropdown.js.map +1 -1
- package/lib/renderers/Table/ItemActionsWrapper.js +2 -2
- package/lib/renderers/Table/ItemActionsWrapper.js.map +1 -1
- package/lib/renderers/Table/TableBody.js +3 -3
- package/lib/renderers/Table/TableBody.js.map +1 -1
- package/lib/renderers/Table/TableContent.js +1 -1
- package/lib/renderers/Table/TableContent.js.map +1 -1
- package/lib/renderers/Table/TableRow.js +4 -4
- package/lib/renderers/Table/TableRow.js.map +1 -1
- package/lib/renderers/Table/index.js +35 -31
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/TableView.js +4 -4
- package/lib/renderers/TableView.js.map +1 -1
- package/lib/renderers/Tabs.js +4 -4
- package/lib/renderers/Tabs.js.map +1 -1
- package/lib/renderers/Tasks.js +1 -1
- package/lib/renderers/Tasks.js.map +1 -1
- package/lib/renderers/Tpl.js +1 -1
- package/lib/renderers/Tpl.js.map +1 -1
- package/lib/renderers/VBox.js +2 -2
- package/lib/renderers/VBox.js.map +1 -1
- package/lib/renderers/Video.js +4 -4
- package/lib/renderers/Video.js.map +1 -1
- package/lib/renderers/Wizard.js +7 -7
- package/lib/renderers/Wizard.js.map +1 -1
- package/lib/renderers/Wrapper.js +1 -1
- package/lib/renderers/Wrapper.js.map +1 -1
- package/lib/store/app.js +3 -3
- package/lib/store/app.js.map +1 -1
- package/lib/store/crud.js +1 -1
- package/lib/store/crud.js.map +1 -1
- package/lib/store/form.js +2 -2
- package/lib/store/form.js.map +1 -1
- package/lib/store/formItem.js +3 -3
- package/lib/store/formItem.js.map +1 -1
- package/lib/store/node.js +2 -2
- package/lib/store/node.js.map +1 -1
- package/lib/store/table.js +8 -8
- package/lib/store/table.js.map +2 -2
- package/lib/theme.js +1 -1
- package/lib/theme.js.map +1 -1
- package/lib/themes/ang-ie11.css +163 -18
- package/lib/themes/ang.css +162 -17
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +163 -18
- package/lib/themes/antd.css +162 -17
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +163 -18
- package/lib/themes/cxd.css +162 -17
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +163 -18
- package/lib/themes/dark.css +162 -17
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +163 -18
- package/lib/themes/default.css +162 -17
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/api.js +5 -5
- package/lib/utils/api.js.map +1 -1
- package/lib/utils/autobind.js +2 -2
- package/lib/utils/autobind.js.map +1 -1
- package/lib/utils/columnsSplit.d.ts +1 -0
- package/lib/utils/columnsSplit.js +40 -0
- package/lib/utils/columnsSplit.js.map +13 -0
- package/lib/utils/debug.d.ts +1 -1
- package/lib/utils/debug.js +29 -35
- package/lib/utils/debug.js.map +2 -2
- package/lib/utils/dom.js +1 -1
- package/lib/utils/dom.js.map +1 -1
- package/lib/utils/filter-schema.js +1 -1
- package/lib/utils/filter-schema.js.map +1 -1
- package/lib/utils/helper.js +6 -6
- package/lib/utils/helper.js.map +1 -1
- package/lib/utils/resize-sensor.js +1 -1
- package/lib/utils/resize-sensor.js.map +1 -1
- package/lib/utils/style.js +1 -1
- package/lib/utils/style.js.map +1 -1
- package/lib/utils/tpl-builtin.js +1 -1
- package/lib/utils/tpl-builtin.js.map +1 -1
- package/lib/utils/tpl-lodash.js +1 -1
- package/lib/utils/tpl-lodash.js.map +1 -1
- package/lib/utils/tpl.js +2 -2
- package/lib/utils/tpl.js.map +1 -1
- package/lib/utils/validations.js +2 -2
- package/lib/utils/validations.js.map +1 -1
- package/package.json +1 -1
- package/schema.json +521 -232
- package/scss/_properties.scss +2 -2
- package/scss/components/_barcode.scss +1 -1
- package/scss/components/_carousel.scss +1 -0
- package/scss/components/_debug.scss +3 -3
- package/scss/components/_steps.scss +199 -8
- package/scss/components/form/_date.scss +2 -1
- package/scss/components/form/_editor.scss +2 -1
- package/sdk/ang-ie11.css +197 -19
- package/sdk/ang.css +196 -18
- package/sdk/antd-ie11.css +197 -19
- package/sdk/antd.css +196 -18
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +17 -17
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +3 -3
- package/sdk/cxd-ie11.css +197 -19
- package/sdk/cxd.css +196 -18
- package/sdk/dark-ie11.css +197 -19
- package/sdk/dark.css +196 -18
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +13 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +3 -3
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +17 -17
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +197 -19
- package/sdk/sdk.css +196 -18
- package/sdk/sdk.js +1404 -1306
- package/sdk/thirds/hls.js/hls.js +19 -19
- package/sdk/thirds/mpegts.js/mpegts.js +2 -2
- package/sdk/tinymce.js +57 -57
- package/src/SchemaRenderer.tsx +2 -2
- package/src/components/BarCode.tsx +2 -2
- package/src/components/DatePicker.tsx +21 -4
- package/src/components/DateRangePicker.tsx +198 -4
- package/src/components/Radios.tsx +6 -17
- package/src/components/Range.tsx +26 -12
- package/src/components/Steps.tsx +28 -27
- package/src/components/calendar/YearsView.tsx +3 -4
- package/src/factory.tsx +13 -0
- package/src/locale/de-DE.ts +13 -0
- package/src/locale/en-US.ts +13 -0
- package/src/locale/zh-CN.ts +13 -0
- package/src/renderers/Carousel.tsx +8 -0
- package/src/renderers/Form/Checkboxes.tsx +5 -18
- package/src/renderers/Form/InputCity.tsx +33 -4
- package/src/renderers/Form/InputDateRange.tsx +8 -1
- package/src/renderers/Form/InputFile.tsx +7 -3
- package/src/renderers/Form/InputImage.tsx +7 -3
- package/src/renderers/Form/InputRange.tsx +18 -16
- package/src/renderers/Nav.tsx +1 -1
- package/src/renderers/Steps.tsx +14 -0
- package/src/renderers/Table/index.tsx +11 -2
- package/src/store/table.ts +2 -2
- package/src/utils/columnsSplit.tsx +57 -0
- package/src/utils/debug.tsx +17 -24
package/schema.json
CHANGED
@@ -18424,6 +18424,18 @@
|
|
18424
18424
|
"vertical"
|
18425
18425
|
],
|
18426
18426
|
"description": "展示模式"
|
18427
|
+
},
|
18428
|
+
"labelPlacement": {
|
18429
|
+
"type": "string",
|
18430
|
+
"enum": [
|
18431
|
+
"horizontal",
|
18432
|
+
"vertical"
|
18433
|
+
],
|
18434
|
+
"description": "标签放置位置"
|
18435
|
+
},
|
18436
|
+
"progressDot": {
|
18437
|
+
"type": "boolean",
|
18438
|
+
"description": "点状步骤条"
|
18427
18439
|
}
|
18428
18440
|
},
|
18429
18441
|
"required": [
|
@@ -21525,7 +21537,17 @@
|
|
21525
21537
|
"description": "是否默认全选"
|
21526
21538
|
},
|
21527
21539
|
"columnsCount": {
|
21528
|
-
"
|
21540
|
+
"anyOf": [
|
21541
|
+
{
|
21542
|
+
"type": "number"
|
21543
|
+
},
|
21544
|
+
{
|
21545
|
+
"type": "array",
|
21546
|
+
"items": {
|
21547
|
+
"type": "number"
|
21548
|
+
}
|
21549
|
+
}
|
21550
|
+
],
|
21529
21551
|
"description": "每行显示多少个"
|
21530
21552
|
}
|
21531
21553
|
},
|
@@ -26406,6 +26428,20 @@
|
|
26406
26428
|
"embed": {
|
26407
26429
|
"type": "boolean",
|
26408
26430
|
"description": "开启后变成非弹出模式,即内联模式。"
|
26431
|
+
},
|
26432
|
+
"ranges": {
|
26433
|
+
"anyOf": [
|
26434
|
+
{
|
26435
|
+
"type": "string"
|
26436
|
+
},
|
26437
|
+
{
|
26438
|
+
"type": "array",
|
26439
|
+
"items": {
|
26440
|
+
"$ref": "#/definitions/ShortCuts"
|
26441
|
+
}
|
26442
|
+
}
|
26443
|
+
],
|
26444
|
+
"description": "日期范围快捷键"
|
26409
26445
|
}
|
26410
26446
|
},
|
26411
26447
|
"required": [
|
@@ -26414,6 +26450,95 @@
|
|
26414
26450
|
"additionalProperties": false,
|
26415
26451
|
"description": "DateRange 日期范围控件 文档:https://baidu.gitee.io/amis/docs/components/form/date-range"
|
26416
26452
|
},
|
26453
|
+
"ShortCuts": {
|
26454
|
+
"anyOf": [
|
26455
|
+
{
|
26456
|
+
"type": "object",
|
26457
|
+
"properties": {
|
26458
|
+
"label": {
|
26459
|
+
"type": "string"
|
26460
|
+
},
|
26461
|
+
"value": {
|
26462
|
+
"type": "string"
|
26463
|
+
}
|
26464
|
+
},
|
26465
|
+
"required": [
|
26466
|
+
"label",
|
26467
|
+
"value"
|
26468
|
+
],
|
26469
|
+
"additionalProperties": false
|
26470
|
+
},
|
26471
|
+
{
|
26472
|
+
"$ref": "#/definitions/ShortCutDate"
|
26473
|
+
},
|
26474
|
+
{
|
26475
|
+
"$ref": "#/definitions/ShortCutDateRange"
|
26476
|
+
}
|
26477
|
+
]
|
26478
|
+
},
|
26479
|
+
"ShortCutDate": {
|
26480
|
+
"type": "object",
|
26481
|
+
"properties": {
|
26482
|
+
"label": {
|
26483
|
+
"type": "string"
|
26484
|
+
},
|
26485
|
+
"date": {
|
26486
|
+
"$ref": "#/definitions/moment.Moment"
|
26487
|
+
}
|
26488
|
+
},
|
26489
|
+
"required": [
|
26490
|
+
"label",
|
26491
|
+
"date"
|
26492
|
+
],
|
26493
|
+
"additionalProperties": false
|
26494
|
+
},
|
26495
|
+
"moment.Moment": {
|
26496
|
+
"type": "object",
|
26497
|
+
"additionalProperties": false,
|
26498
|
+
"properties": {
|
26499
|
+
"constructor": {
|
26500
|
+
"type": "object",
|
26501
|
+
"properties": {
|
26502
|
+
"prototype": {},
|
26503
|
+
"length": {
|
26504
|
+
"type": "number"
|
26505
|
+
},
|
26506
|
+
"arguments": {},
|
26507
|
+
"caller": {
|
26508
|
+
"$ref": "#/definitions/interface-2073358172-9821-11285-2073358172-0-212510"
|
26509
|
+
}
|
26510
|
+
},
|
26511
|
+
"required": [
|
26512
|
+
"prototype",
|
26513
|
+
"length",
|
26514
|
+
"arguments",
|
26515
|
+
"caller"
|
26516
|
+
],
|
26517
|
+
"additionalProperties": false
|
26518
|
+
}
|
26519
|
+
},
|
26520
|
+
"required": [
|
26521
|
+
"constructor"
|
26522
|
+
]
|
26523
|
+
},
|
26524
|
+
"ShortCutDateRange": {
|
26525
|
+
"type": "object",
|
26526
|
+
"properties": {
|
26527
|
+
"label": {
|
26528
|
+
"type": "string"
|
26529
|
+
},
|
26530
|
+
"startDate": {
|
26531
|
+
"$ref": "#/definitions/moment.Moment"
|
26532
|
+
},
|
26533
|
+
"endDate": {
|
26534
|
+
"$ref": "#/definitions/moment.Moment"
|
26535
|
+
}
|
26536
|
+
},
|
26537
|
+
"required": [
|
26538
|
+
"label"
|
26539
|
+
],
|
26540
|
+
"additionalProperties": false
|
26541
|
+
},
|
26417
26542
|
"DiffControlSchema": {
|
26418
26543
|
"type": "object",
|
26419
26544
|
"properties": {
|
@@ -32296,6 +32421,20 @@
|
|
32296
32421
|
"type": "boolean",
|
32297
32422
|
"description": "开启后变成非弹出模式,即内联模式。"
|
32298
32423
|
},
|
32424
|
+
"ranges": {
|
32425
|
+
"anyOf": [
|
32426
|
+
{
|
32427
|
+
"type": "string"
|
32428
|
+
},
|
32429
|
+
{
|
32430
|
+
"type": "array",
|
32431
|
+
"items": {
|
32432
|
+
"$ref": "#/definitions/ShortCuts"
|
32433
|
+
}
|
32434
|
+
}
|
32435
|
+
],
|
32436
|
+
"description": "日期范围快捷键"
|
32437
|
+
},
|
32299
32438
|
"size": {
|
32300
32439
|
"type": "string",
|
32301
32440
|
"enum": [
|
@@ -34953,7 +35092,7 @@
|
|
34953
35092
|
},
|
34954
35093
|
"fontSizeAdjust": {
|
34955
35094
|
"$ref": "#/definitions/Property.FontSizeAdjust",
|
34956
|
-
"description": "The **`font-size-adjust`** CSS property sets the size of lower-case letters relative to the current font size (which defines the size of upper-case letters).\n\n**Syntax**: `none | <number
|
35095
|
+
"description": "The **`font-size-adjust`** CSS property sets the size of lower-case letters relative to the current font size (which defines the size of upper-case letters).\n\n**Syntax**: `none | [ ex-height | cap-height | ch-width | ic-width | ic-height ]? [ from-font | <number> ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | n/a | **1** | No | n/a | No |"
|
34957
35096
|
},
|
34958
35097
|
"fontStretch": {
|
34959
35098
|
"$ref": "#/definitions/Property.FontStretch",
|
@@ -35003,7 +35142,7 @@
|
|
35003
35142
|
},
|
35004
35143
|
"mask": {
|
35005
35144
|
"$ref": "#/definitions/Property.Mask%3C(string%7Cnumber)%3E",
|
35006
|
-
"description": "The **`mask`** CSS shorthand property hides an element (partially or fully) by masking or clipping the image at specific points.\n\n**Syntax**: `<mask-layer>#`\n\n| Chrome | Firefox | Safari |
|
35145
|
+
"description": "The **`mask`** CSS shorthand property hides an element (partially or fully) by masking or clipping the image at specific points.\n\n**Syntax**: `<mask-layer>#`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :---: | :-: | | **1** | **2** | **3.1** | 12-79 | No |"
|
35007
35146
|
},
|
35008
35147
|
"opacity": {
|
35009
35148
|
"$ref": "#/definitions/Property.Opacity",
|
@@ -35082,7 +35221,7 @@
|
|
35082
35221
|
},
|
35083
35222
|
"wordSpacing": {
|
35084
35223
|
"$ref": "#/definitions/Property.WordSpacing%3C(string%7Cnumber)%3E",
|
35085
|
-
"description": "The **`word-spacing`** CSS property sets the length of space between words and between tags.\n\n**Syntax**: `normal | <length
|
35224
|
+
"description": "The **`word-spacing`** CSS property sets the length of space between words and between tags.\n\n**Syntax**: `normal | <length>`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **6** |"
|
35086
35225
|
},
|
35087
35226
|
"writingMode": {
|
35088
35227
|
"$ref": "#/definitions/Property.WritingMode",
|
@@ -35196,10 +35335,6 @@
|
|
35196
35335
|
"$ref": "#/definitions/Property.MsScrollbarTrackColor",
|
35197
35336
|
"description": "The **`-ms-scrollbar-track-color`** CSS property is a Microsoft extension that specifies the color of the track element of a scrollbar.\n\n**Syntax**: `<color>`\n\n**Initial value**: `Scrollbar`"
|
35198
35337
|
},
|
35199
|
-
"textCombineHorizontal": {
|
35200
|
-
"$ref": "#/definitions/Property.TextCombineUpright",
|
35201
|
-
"description": "The **`text-combine-upright`** CSS property sets the combination of characters into the space of a single character. If the combined text is wider than 1em, the user agent must fit the contents within 1em. The resulting composition is treated as a single upright glyph for layout and decoration. This property only has an effect in vertical writing modes.\n\n**Syntax**: `none | all | [ digits <integer>? ]`\n\n**Initial value**: `none`"
|
35202
|
-
},
|
35203
35338
|
"KhtmlBoxAlign": {
|
35204
35339
|
"$ref": "#/definitions/Property.BoxAlign",
|
35205
35340
|
"description": "The **`box-align`** CSS property specifies how an element aligns its contents across its layout in a perpendicular direction. The effect of the property is only visible if there is extra space in the box.\n\n**Syntax**: `start | center | end | baseline | stretch`\n\n**Initial value**: `stretch`"
|
@@ -35318,7 +35453,7 @@
|
|
35318
35453
|
},
|
35319
35454
|
"MozForceBrokenImageIcon": {
|
35320
35455
|
"$ref": "#/definitions/Property.MozForceBrokenImageIcon",
|
35321
|
-
"description": "The **`-moz-force-broken-image-icon`** extended CSS property can be used to force the broken image icon to be shown even when a broken image has an `alt` attribute.\n\n**Syntax**:
|
35456
|
+
"description": "The **`-moz-force-broken-image-icon`** extended CSS property can be used to force the broken image icon to be shown even when a broken image has an `alt` attribute.\n\n**Syntax**: `0 | 1`\n\n**Initial value**: `0`"
|
35322
35457
|
},
|
35323
35458
|
"MozOpacity": {
|
35324
35459
|
"$ref": "#/definitions/Property.Opacity",
|
@@ -36280,6 +36415,10 @@
|
|
36280
36415
|
"$ref": "#/definitions/Property.Hyphens",
|
36281
36416
|
"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`"
|
36282
36417
|
},
|
36418
|
+
"WebkitInitialLetter": {
|
36419
|
+
"$ref": "#/definitions/Property.InitialLetter",
|
36420
|
+
"description": "The `initial-letter` CSS property sets styling for dropped, raised, and sunken initial letters.\n\n**Syntax**: `normal | [ <number> <integer>? ]`\n\n**Initial value**: `normal`"
|
36421
|
+
},
|
36283
36422
|
"WebkitJustifyContent": {
|
36284
36423
|
"$ref": "#/definitions/Property.JustifyContent",
|
36285
36424
|
"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`"
|
@@ -36402,7 +36541,7 @@
|
|
36402
36541
|
},
|
36403
36542
|
"WebkitRubyPosition": {
|
36404
36543
|
"$ref": "#/definitions/Property.RubyPosition",
|
36405
|
-
"description": "The `**ruby-position**` CSS property defines the position of a ruby element relatives to its base element. It can be position over the element (`over`), under it (`under`), or between the characters, on their right side (`inter-character`).\n\n**Syntax**: `over | under | inter-character`\n\n**Initial value**: `
|
36544
|
+
"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`"
|
36406
36545
|
},
|
36407
36546
|
"WebkitScrollSnapType": {
|
36408
36547
|
"$ref": "#/definitions/Property.ScrollSnapType",
|
@@ -36528,13 +36667,17 @@
|
|
36528
36667
|
"$ref": "#/definitions/Property.Background%3C(string%7Cnumber)%3E",
|
36529
36668
|
"description": "The **`background`** shorthand CSS property sets all background style properties at once, such as color, image, origin and size, or repeat method.\n\n**Syntax**: `[ <bg-layer> , ]* <final-bg-layer>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **4** |"
|
36530
36669
|
},
|
36670
|
+
"backgroundPosition": {
|
36671
|
+
"$ref": "#/definitions/Property.BackgroundPosition%3C(string%7Cnumber)%3E",
|
36672
|
+
"description": "The **`background-position`** CSS property sets the initial position for each background image. The position is relative to the position layer set by `background-origin`.\n\n**Syntax**: `<bg-position>#`\n\n**Initial value**: `0% 0%`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **4** |"
|
36673
|
+
},
|
36531
36674
|
"border": {
|
36532
36675
|
"$ref": "#/definitions/Property.Border%3C(string%7Cnumber)%3E",
|
36533
36676
|
"description": "The **`border`** shorthand CSS property sets an element's border. It sets the values of `border-width`, `border-style`, and `border-color`.\n\n**Syntax**: `<line-width> || <line-style> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **4** |"
|
36534
36677
|
},
|
36535
36678
|
"borderBlock": {
|
36536
36679
|
"$ref": "#/definitions/Property.BorderBlock%3C(string%7Cnumber)%3E",
|
36537
|
-
"description": "The **`border-block`** CSS property is a shorthand property for setting the individual logical block border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox |
|
36680
|
+
"description": "The **`border-block`** CSS property is a shorthand property for setting the individual logical block border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
|
36538
36681
|
},
|
36539
36682
|
"borderBlockEnd": {
|
36540
36683
|
"$ref": "#/definitions/Property.BorderBlockEnd%3C(string%7Cnumber)%3E",
|
@@ -36558,7 +36701,7 @@
|
|
36558
36701
|
},
|
36559
36702
|
"borderInline": {
|
36560
36703
|
"$ref": "#/definitions/Property.BorderInline%3C(string%7Cnumber)%3E",
|
36561
|
-
"description": "The **`border-inline`** CSS property is a shorthand property for setting the individual logical inline border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox |
|
36704
|
+
"description": "The **`border-inline`** CSS property is a shorthand property for setting the individual logical inline border property values in a single place in the style sheet.\n\n**Syntax**: `<'border-top-width'> || <'border-top-style'> || <color>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
|
36562
36705
|
},
|
36563
36706
|
"borderInlineEnd": {
|
36564
36707
|
"$ref": "#/definitions/Property.BorderInlineEnd%3C(string%7Cnumber)%3E",
|
@@ -36602,15 +36745,15 @@
|
|
36602
36745
|
},
|
36603
36746
|
"flex": {
|
36604
36747
|
"$ref": "#/definitions/Property.Flex%3C(string%7Cnumber)%3E",
|
36605
|
-
"description": "The **`flex`** CSS shorthand property sets how a flex _item_ will grow or shrink to fit the space available in its flex container.\n\n**Syntax**: `none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]`\n\n| Chrome | Firefox |
|
36748
|
+
"description": "The **`flex`** CSS shorthand property sets how a flex _item_ will grow or shrink to fit the space available in its flex container.\n\n**Syntax**: `none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :------: | | **29** | **20** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | 10 _-x-_ |"
|
36606
36749
|
},
|
36607
36750
|
"flexFlow": {
|
36608
36751
|
"$ref": "#/definitions/Property.FlexFlow",
|
36609
|
-
"description": "The **`flex-flow`** CSS shorthand property specifies the direction of a flex container, as well as its wrapping behavior.\n\n**Syntax**: `<'flex-direction'> || <'flex-wrap'>`\n\n| Chrome | Firefox |
|
36752
|
+
"description": "The **`flex-flow`** CSS shorthand property specifies the direction of a flex container, as well as its wrapping behavior.\n\n**Syntax**: `<'flex-direction'> || <'flex-wrap'>`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **29** | **28** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | |"
|
36610
36753
|
},
|
36611
36754
|
"gap": {
|
36612
36755
|
"$ref": "#/definitions/Property.Gap%3C(string%7Cnumber)%3E",
|
36613
|
-
"description": "The **`gap`** CSS property sets the gaps (gutters) between rows and columns. It is a shorthand for `row-gap` and `column-gap`.\n\n**Syntax**: `<'row-gap'> <'column-gap'>?`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox |
|
36756
|
+
"description": "The **`gap`** CSS property sets the gaps (gutters) between rows and columns. It is a shorthand for `row-gap` and `column-gap`.\n\n**Syntax**: `<'row-gap'> <'column-gap'>?`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **84** | **63** | **14.1** | **84** | No |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------: | :-------------: | :---------------: | :----: | :-: | | **66** | **61** | **12** | **16** | No | | 57 _(grid-gap)_ | 52 _(grid-gap)_ | 10.1 _(grid-gap)_ | | |\n\n---\n\n_Supported in Multi-column Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **66** | **61** | No | **16** | No |\n\n---"
|
36614
36757
|
},
|
36615
36758
|
"grid": {
|
36616
36759
|
"$ref": "#/definitions/Property.Grid",
|
@@ -36660,29 +36803,37 @@
|
|
36660
36803
|
"$ref": "#/definitions/Property.Outline%3C(string%7Cnumber)%3E",
|
36661
36804
|
"description": "The **`outline`** CSS shorthand property set all the outline properties in a single declaration.\n\n**Syntax**: `[ <'outline-color'> || <'outline-style'> || <'outline-width'> ]`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :---: | | **1** | **1.5** | **1.2** | **12** | **8** |"
|
36662
36805
|
},
|
36806
|
+
"overscrollBehavior": {
|
36807
|
+
"$ref": "#/definitions/Property.OverscrollBehavior",
|
36808
|
+
"description": "The **`overscroll-behavior`** CSS property sets what a browser does when reaching the boundary of a scrolling area. It's a shorthand for `overscroll-behavior-x` and `overscroll-behavior-y`.\n\n**Syntax**: `[ contain | none | auto ]{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **63** | **59** | No | **18** | No |"
|
36809
|
+
},
|
36663
36810
|
"padding": {
|
36664
36811
|
"$ref": "#/definitions/Property.Padding%3C(string%7Cnumber)%3E",
|
36665
36812
|
"description": "The **`padding`** CSS shorthand property sets the padding area on all four sides of an element at once.\n\n**Syntax**: `[ <length> | <percentage> ]{1,4}`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **4** |"
|
36666
36813
|
},
|
36667
36814
|
"placeItems": {
|
36668
36815
|
"$ref": "#/definitions/Property.PlaceItems",
|
36669
|
-
"description": "The CSS **`place-items`** shorthand property allows you to align items along both the block and inline directions at once (i.e. the `align-items` and `justify-items` properties) in a relevant layout system such as Grid or Flexbox. If the second value is not set, the first value is also used for it.\n\n**Syntax**: `<'align-items'> <'justify-items'>?`\n\n
|
36816
|
+
"description": "The CSS **`place-items`** shorthand property allows you to align items along both the block and inline directions at once (i.e. the `align-items` and `justify-items` properties) in a relevant layout system such as Grid or Flexbox. If the second value is not set, the first value is also used for it.\n\n**Syntax**: `<'align-items'> <'justify-items'>?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **59** | **45** | **11** | **79** | No |"
|
36670
36817
|
},
|
36671
36818
|
"placeSelf": {
|
36672
36819
|
"$ref": "#/definitions/Property.PlaceSelf",
|
36673
|
-
"description": "The **`place-self`** CSS shorthand property allows you to align an individual item in both the block and inline directions at once (i.e. the `align-self` and `justify-self` properties) in a relevant layout system such as Grid or Flexbox. If the second value is not present, the first value is also used for it.\n\n**Syntax**: `<'align-self'> <'justify-self'>?`\n\n
|
36820
|
+
"description": "The **`place-self`** CSS shorthand property allows you to align an individual item in both the block and inline directions at once (i.e. the `align-self` and `justify-self` properties) in a relevant layout system such as Grid or Flexbox. If the second value is not present, the first value is also used for it.\n\n**Syntax**: `<'align-self'> <'justify-self'>?`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **59** | **45** | **11** | **79** | No |"
|
36674
36821
|
},
|
36675
36822
|
"textEmphasis": {
|
36676
36823
|
"$ref": "#/definitions/Property.TextEmphasis",
|
36677
|
-
"description": "The **`text-emphasis`** CSS property applies emphasis marks to text (except spaces and control characters). It is a shorthand for `text-emphasis-style` and `text-emphasis-color`.\n\n**Syntax**: `<'text-emphasis-style'> || <'text-emphasis-color'>`\n\n| Chrome | Firefox | Safari
|
36824
|
+
"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 |"
|
36678
36825
|
},
|
36679
36826
|
"transition": {
|
36680
36827
|
"$ref": "#/definitions/Property.Transition%3Cstring%3E",
|
36681
36828
|
"description": "The **`transition`** CSS property is a shorthand property for `transition-property`, `transition-duration`, `transition-timing-function`, and `transition-delay`.\n\n**Syntax**: `<single-transition>#`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :-------: | :----: | :----: | | **26** | **16** | **9** | **12** | **10** | | 1 _-x-_ | 4 _-x-_ | 3.1 _-x-_ | | |"
|
36682
36829
|
},
|
36830
|
+
"accentColor": {
|
36831
|
+
"$ref": "#/definitions/Property.AccentColor",
|
36832
|
+
"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 |"
|
36833
|
+
},
|
36683
36834
|
"alignContent": {
|
36684
36835
|
"$ref": "#/definitions/Property.AlignContent",
|
36685
|
-
"description": "The CSS **`align-content`** property sets the distribution of space between and around content items along a flexbox's cross-axis or a grid's block axis.\n\n**Syntax**: `normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position>`\n\n**Initial value**: `normal`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox |
|
36836
|
+
"description": "The CSS **`align-content`** property sets the distribution of space between and around content items along a flexbox's cross-axis or a grid's block axis.\n\n**Syntax**: `normal | <baseline-position> | <content-distribution> | <overflow-position>? <content-position>`\n\n**Initial value**: `normal`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :------: | :-----: | :-----: | :----: | :----: | | **29** | **28** | **9** | **12** | **11** | | 21 _-x-_ | | 7 _-x-_ | | |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **57** | **52** | **10.1** | **16** | No |\n\n---"
|
36686
36837
|
},
|
36687
36838
|
"alignItems": {
|
36688
36839
|
"$ref": "#/definitions/Property.AlignItems",
|
@@ -36734,7 +36885,7 @@
|
|
36734
36885
|
},
|
36735
36886
|
"aspectRatio": {
|
36736
36887
|
"$ref": "#/definitions/Property.AspectRatio",
|
36737
|
-
"description": "The **`aspect-ratio`** CSS property sets a **preferred aspect ratio** for the box, which will be used in the calculation of auto sizes and some other layout functions.\n\n**Syntax**: `auto | <ratio>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **88** |
|
36888
|
+
"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 |"
|
36738
36889
|
},
|
36739
36890
|
"backdropFilter": {
|
36740
36891
|
"$ref": "#/definitions/Property.BackdropFilter",
|
@@ -36768,10 +36919,6 @@
|
|
36768
36919
|
"$ref": "#/definitions/Property.BackgroundOrigin",
|
36769
36920
|
"description": "The **`background-origin`** CSS property sets the background's origin: from the border start, inside the border, or inside the padding.\n\n**Syntax**: `<box>#`\n\n**Initial value**: `padding-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **4** | **3** | **12** | **9** |"
|
36770
36921
|
},
|
36771
|
-
"backgroundPosition": {
|
36772
|
-
"$ref": "#/definitions/Property.BackgroundPosition%3C(string%7Cnumber)%3E",
|
36773
|
-
"description": "The **`background-position`** CSS property sets the initial position for each background image. The position is relative to the position layer set by `background-origin`.\n\n**Syntax**: `<bg-position>#`\n\n**Initial value**: `0% 0%`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **1** | **1** | **12** | **4** |"
|
36774
|
-
},
|
36775
36922
|
"backgroundPositionX": {
|
36776
36923
|
"$ref": "#/definitions/Property.BackgroundPositionX%3C(string%7Cnumber)%3E",
|
36777
36924
|
"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** |"
|
@@ -36798,7 +36945,7 @@
|
|
36798
36945
|
},
|
36799
36946
|
"borderBlockColor": {
|
36800
36947
|
"$ref": "#/definitions/Property.BorderBlockColor",
|
36801
|
-
"description": "The **`border-block-color`** CSS property defines the color of the logical block borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color` and `border-bottom-color`, or `border-right-color` and `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>{1,2}`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox |
|
36948
|
+
"description": "The **`border-block-color`** CSS property defines the color of the logical block borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color` and `border-bottom-color`, or `border-right-color` and `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>{1,2}`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
|
36802
36949
|
},
|
36803
36950
|
"borderBlockEndColor": {
|
36804
36951
|
"$ref": "#/definitions/Property.BorderBlockEndColor",
|
@@ -36826,11 +36973,11 @@
|
|
36826
36973
|
},
|
36827
36974
|
"borderBlockStyle": {
|
36828
36975
|
"$ref": "#/definitions/Property.BorderBlockStyle",
|
36829
|
-
"description": "The **`border-block-style`** CSS property defines the style of the logical block borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style` and `border-bottom-style`, or `border-left-style` and `border-right-style` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-style'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox |
|
36976
|
+
"description": "The **`border-block-style`** CSS property defines the style of the logical block borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style` and `border-bottom-style`, or `border-left-style` and `border-right-style` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-style'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
|
36830
36977
|
},
|
36831
36978
|
"borderBlockWidth": {
|
36832
36979
|
"$ref": "#/definitions/Property.BorderBlockWidth%3C(string%7Cnumber)%3E",
|
36833
|
-
"description": "The **`border-block-width`** CSS property defines the width of the logical block borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width` and `border-bottom-width`, or `border-left-width`, and `border-right-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox |
|
36980
|
+
"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 |"
|
36834
36981
|
},
|
36835
36982
|
"borderBottomColor": {
|
36836
36983
|
"$ref": "#/definitions/Property.BorderBottomColor",
|
@@ -36858,11 +37005,11 @@
|
|
36858
37005
|
},
|
36859
37006
|
"borderEndEndRadius": {
|
36860
37007
|
"$ref": "#/definitions/Property.BorderEndEndRadius%3C(string%7Cnumber)%3E",
|
36861
|
-
"description": "The **`border-end-end-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.\n\n**Syntax**: `<length-percentage>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari |
|
37008
|
+
"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 |"
|
36862
37009
|
},
|
36863
37010
|
"borderEndStartRadius": {
|
36864
37011
|
"$ref": "#/definitions/Property.BorderEndStartRadius%3C(string%7Cnumber)%3E",
|
36865
|
-
"description": "The **`border-end-start-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.\n\n**Syntax**: `<length-percentage>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari |
|
37012
|
+
"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 |"
|
36866
37013
|
},
|
36867
37014
|
"borderImageOutset": {
|
36868
37015
|
"$ref": "#/definitions/Property.BorderImageOutset%3C(string%7Cnumber)%3E",
|
@@ -36886,7 +37033,7 @@
|
|
36886
37033
|
},
|
36887
37034
|
"borderInlineColor": {
|
36888
37035
|
"$ref": "#/definitions/Property.BorderInlineColor",
|
36889
|
-
"description": "The **`border-inline-color`** CSS property defines the color of the logical inline borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color` and `border-bottom-color`, or `border-right-color` and `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>{1,2}`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox |
|
37036
|
+
"description": "The **`border-inline-color`** CSS property defines the color of the logical inline borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-color` and `border-bottom-color`, or `border-right-color` and `border-left-color` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-color'>{1,2}`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
|
36890
37037
|
},
|
36891
37038
|
"borderInlineEndColor": {
|
36892
37039
|
"$ref": "#/definitions/Property.BorderInlineEndColor",
|
@@ -36914,11 +37061,11 @@
|
|
36914
37061
|
},
|
36915
37062
|
"borderInlineStyle": {
|
36916
37063
|
"$ref": "#/definitions/Property.BorderInlineStyle",
|
36917
|
-
"description": "The **`border-inline-style`** CSS property defines the style of the logical inline borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-style` and `border-bottom-style`, or `border-left-style` and `border-right-style` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-style'>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox |
|
37064
|
+
"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 |"
|
36918
37065
|
},
|
36919
37066
|
"borderInlineWidth": {
|
36920
37067
|
"$ref": "#/definitions/Property.BorderInlineWidth%3C(string%7Cnumber)%3E",
|
36921
|
-
"description": "The **`border-inline-width`** CSS property defines the width of the logical inline borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the `border-top-width` and `border-bottom-width`, or `border-left-width`, and `border-right-width` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'border-top-width'>`\n\n**Initial value**: `medium`\n\n| Chrome | Firefox |
|
37068
|
+
"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 |"
|
36922
37069
|
},
|
36923
37070
|
"borderLeftColor": {
|
36924
37071
|
"$ref": "#/definitions/Property.BorderLeftColor",
|
@@ -36950,11 +37097,11 @@
|
|
36950
37097
|
},
|
36951
37098
|
"borderStartEndRadius": {
|
36952
37099
|
"$ref": "#/definitions/Property.BorderStartEndRadius%3C(string%7Cnumber)%3E",
|
36953
|
-
"description": "The **`border-start-end-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.\n\n**Syntax**: `<length-percentage>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari |
|
37100
|
+
"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 |"
|
36954
37101
|
},
|
36955
37102
|
"borderStartStartRadius": {
|
36956
37103
|
"$ref": "#/definitions/Property.BorderStartStartRadius%3C(string%7Cnumber)%3E",
|
36957
|
-
"description": "The **`border-start-start-radius`** CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on the element's `writing-mode`, `direction`, and `text-orientation`. This is useful when building styles to work regardless of the text orientation and writing mode.\n\n**Syntax**: `<length-percentage>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari |
|
37104
|
+
"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 |"
|
36958
37105
|
},
|
36959
37106
|
"borderTopColor": {
|
36960
37107
|
"$ref": "#/definitions/Property.BorderTopColor",
|
@@ -36982,7 +37129,7 @@
|
|
36982
37129
|
},
|
36983
37130
|
"boxDecorationBreak": {
|
36984
37131
|
"$ref": "#/definitions/Property.BoxDecorationBreak",
|
36985
|
-
"description": "The **`box-decoration-break`** CSS property specifies how an element's fragments should be rendered when broken across multiple lines, columns, or pages.\n\n**Syntax**: `slice | clone`\n\n**Initial value**: `slice`\n\n| Chrome | Firefox |
|
37132
|
+
"description": "The **`box-decoration-break`** CSS property specifies how an element's fragments should be rendered when broken across multiple lines, columns, or pages.\n\n**Syntax**: `slice | clone`\n\n**Initial value**: `slice`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----------: | :-----: | :---------: | :----------: | :-: | | **22** _-x-_ | **32** | **7** _-x-_ | **79** _-x-_ | No |"
|
36986
37133
|
},
|
36987
37134
|
"boxShadow": {
|
36988
37135
|
"$ref": "#/definitions/Property.BoxShadow",
|
@@ -37020,6 +37167,10 @@
|
|
37020
37167
|
"$ref": "#/definitions/Property.ColorAdjust",
|
37021
37168
|
"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 |"
|
37022
37169
|
},
|
37170
|
+
"colorScheme": {
|
37171
|
+
"$ref": "#/definitions/Property.ColorScheme",
|
37172
|
+
"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 |"
|
37173
|
+
},
|
37023
37174
|
"columnCount": {
|
37024
37175
|
"$ref": "#/definitions/Property.ColumnCount",
|
37025
37176
|
"description": "The **`column-count`** CSS property breaks an element's content into the specified number of columns.\n\n**Syntax**: `<integer> | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :-----: | :----: | :----: | | **50** | **52** | **9** | **12** | **10** | | 1 _-x-_ | | 3 _-x-_ | | |"
|
@@ -37030,7 +37181,7 @@
|
|
37030
37181
|
},
|
37031
37182
|
"columnGap": {
|
37032
37183
|
"$ref": "#/definitions/Property.ColumnGap%3C(string%7Cnumber)%3E",
|
37033
|
-
"description": "The **`column-gap`** CSS property sets the size of the gap (gutter) between an element's columns.\n\n**Syntax**: `normal | <length-percentage>`\n\n**Initial value**: `normal`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox |
|
37184
|
+
"description": "The **`column-gap`** CSS property sets the size of the gap (gutter) between an element's columns.\n\n**Syntax**: `normal | <length-percentage>`\n\n**Initial value**: `normal`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **84** | **63** | **14.1** | **84** | No |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :--------------------: | :--------------------: | :----------------------: | :----: | :-: | | **66** | **61** | **12** | **16** | No | | 57 _(grid-column-gap)_ | 52 _(grid-column-gap)_ | 10.1 _(grid-column-gap)_ | | |\n\n---\n\n_Supported in Multi-column Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----: | :-----: | :-----: | :----: | :----: | | **50** | **52** | **10** | **12** | **10** | | 1 _-x-_ | | 3 _-x-_ | | |\n\n---"
|
37034
37185
|
},
|
37035
37186
|
"columnRuleColor": {
|
37036
37187
|
"$ref": "#/definitions/Property.ColumnRuleColor",
|
@@ -37090,7 +37241,7 @@
|
|
37090
37241
|
},
|
37091
37242
|
"flexGrow": {
|
37092
37243
|
"$ref": "#/definitions/Property.FlexGrow",
|
37093
|
-
"description": "The **`flex-grow`** CSS property sets the flex grow factor of a flex item main size.\n\n**Syntax**: `<number>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37244
|
+
"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)_ |"
|
37094
37245
|
},
|
37095
37246
|
"flexShrink": {
|
37096
37247
|
"$ref": "#/definitions/Property.FlexShrink",
|
@@ -37126,15 +37277,15 @@
|
|
37126
37277
|
},
|
37127
37278
|
"fontSynthesis": {
|
37128
37279
|
"$ref": "#/definitions/Property.FontSynthesis",
|
37129
|
-
"description": "The **`font-synthesis`** CSS property controls which missing typefaces, bold or italic, may be synthesized by the browser.\n\n**Syntax**: `none | [ weight || style ]`\n\n**Initial value**: `weight style`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **34** | **9** | No | No |"
|
37280
|
+
"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 |"
|
37130
37281
|
},
|
37131
37282
|
"fontVariantCaps": {
|
37132
37283
|
"$ref": "#/definitions/Property.FontVariantCaps",
|
37133
|
-
"description": "The **`font-variant-caps`** CSS property controls the use of alternate glyphs for capital letters.\n\n**Syntax**: `normal | small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari
|
37284
|
+
"description": "The **`font-variant-caps`** CSS property controls the use of alternate glyphs for capital letters.\n\n**Syntax**: `normal | small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-: | | **52** | **34** | **9.1** | **79** | No |"
|
37134
37285
|
},
|
37135
37286
|
"fontVariantEastAsian": {
|
37136
37287
|
"$ref": "#/definitions/Property.FontVariantEastAsian",
|
37137
|
-
"description": "The **`font-variant-east-asian`** CSS property controls the use of alternate glyphs for East Asian scripts, like Japanese and Chinese.\n\n**Syntax**: `normal | [ <east-asian-variant-values> || <east-asian-width-values> || ruby ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari
|
37288
|
+
"description": "The **`font-variant-east-asian`** CSS property controls the use of alternate glyphs for East Asian scripts, like Japanese and Chinese.\n\n**Syntax**: `normal | [ <east-asian-variant-values> || <east-asian-width-values> || ruby ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :-: | | **63** | **34** | **9.1** | **79** | No |"
|
37138
37289
|
},
|
37139
37290
|
"fontVariantLigatures": {
|
37140
37291
|
"$ref": "#/definitions/Property.FontVariantLigatures",
|
@@ -37146,7 +37297,7 @@
|
|
37146
37297
|
},
|
37147
37298
|
"fontVariantPosition": {
|
37148
37299
|
"$ref": "#/definitions/Property.FontVariantPosition",
|
37149
|
-
"description": "The **`font-variant-position`** CSS property controls the use of alternate, smaller glyphs that are positioned as superscript or subscript.\n\n**Syntax**: `normal | sub | super`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari
|
37300
|
+
"description": "The **`font-variant-position`** CSS property controls the use of alternate, smaller glyphs that are positioned as superscript or subscript.\n\n**Syntax**: `normal | sub | super`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :--: | :-: | | No | **34** | **9.1** | No | No |"
|
37150
37301
|
},
|
37151
37302
|
"fontVariationSettings": {
|
37152
37303
|
"$ref": "#/definitions/Property.FontVariationSettings",
|
@@ -37154,11 +37305,11 @@
|
|
37154
37305
|
},
|
37155
37306
|
"forcedColorAdjust": {
|
37156
37307
|
"$ref": "#/definitions/Property.ForcedColorAdjust",
|
37157
|
-
"description": "The **`forced-color-adjust`** CSS property allows authors to opt certain elements out of forced colors mode. This then restores the control of those values to CSS.\n\n**Syntax**: `auto | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari |
|
37308
|
+
"description": "The **`forced-color-adjust`** CSS property allows authors to opt certain elements out of forced colors mode. This then restores the control of those values to CSS.\n\n**Syntax**: `auto | none`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :-----------------------------: | :---------------------------------: | | **89** | No | No | **79** | **10** _(-ms-high-contrast-adjust)_ | | | | | 12 _(-ms-high-contrast-adjust)_ | |"
|
37158
37309
|
},
|
37159
37310
|
"gridAutoColumns": {
|
37160
37311
|
"$ref": "#/definitions/Property.GridAutoColumns%3C(string%7Cnumber)%3E",
|
37161
|
-
"description": "The **`grid-auto-columns`** CSS property specifies the size of an implicitly-created grid column track or pattern of tracks.\n\n**Syntax**: `<track-size>+`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari |
|
37312
|
+
"description": "The **`grid-auto-columns`** CSS property specifies the size of an implicitly-created grid column track or pattern of tracks.\n\n**Syntax**: `<track-size>+`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-------------------------: | | **57** | **70** | **10.1** | **16** | **10** _(-ms-grid-columns)_ |"
|
37162
37313
|
},
|
37163
37314
|
"gridAutoFlow": {
|
37164
37315
|
"$ref": "#/definitions/Property.GridAutoFlow",
|
@@ -37166,7 +37317,7 @@
|
|
37166
37317
|
},
|
37167
37318
|
"gridAutoRows": {
|
37168
37319
|
"$ref": "#/definitions/Property.GridAutoRows%3C(string%7Cnumber)%3E",
|
37169
|
-
"description": "The **`grid-auto-rows`** CSS property specifies the size of an implicitly-created grid row track or pattern of tracks.\n\n**Syntax**: `<track-size>+`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari |
|
37320
|
+
"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)_ |"
|
37170
37321
|
},
|
37171
37322
|
"gridColumnEnd": {
|
37172
37323
|
"$ref": "#/definitions/Property.GridColumnEnd",
|
@@ -37206,7 +37357,7 @@
|
|
37206
37357
|
},
|
37207
37358
|
"hyphens": {
|
37208
37359
|
"$ref": "#/definitions/Property.Hyphens",
|
37209
|
-
"description": "The **`hyphens`** CSS property specifies how words should be hyphenated when text wraps across multiple lines. It can prevent hyphenation entirely, hyphenate at manually-specified points within the text, or let the browser automatically insert hyphens where appropriate.\n\n**Syntax**: `none | manual | auto`\n\n**Initial value**: `manual`\n\n| Chrome | Firefox | Safari |
|
37360
|
+
"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-_ | | | |"
|
37210
37361
|
},
|
37211
37362
|
"imageOrientation": {
|
37212
37363
|
"$ref": "#/definitions/Property.ImageOrientation",
|
@@ -37218,7 +37369,7 @@
|
|
37218
37369
|
},
|
37219
37370
|
"initialLetter": {
|
37220
37371
|
"$ref": "#/definitions/Property.InitialLetter",
|
37221
|
-
"description": "The `initial-letter` CSS property sets styling for dropped, raised, and sunken initial letters.\n\n**Syntax**: `normal | [ <number> <integer>? ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox |
|
37372
|
+
"description": "The `initial-letter` CSS property sets styling for dropped, raised, and sunken initial letters.\n\n**Syntax**: `normal | [ <number> <integer>? ]`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :---------: | :--: | :-: | | No | No | **9** _-x-_ | No | No |"
|
37222
37373
|
},
|
37223
37374
|
"inlineSize": {
|
37224
37375
|
"$ref": "#/definitions/Property.InlineSize%3C(string%7Cnumber)%3E",
|
@@ -37226,31 +37377,31 @@
|
|
37226
37377
|
},
|
37227
37378
|
"inset": {
|
37228
37379
|
"$ref": "#/definitions/Property.Inset%3C(string%7Cnumber)%3E",
|
37229
|
-
"description": "The **`inset`** CSS property is a shorthand that corresponds to the `top`, `right`, `bottom`, and/or `left` properties. It has the same multi-value syntax of the `margin` shorthand.\n\n**Syntax**: `<'top'>{1,4}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox |
|
37380
|
+
"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 |"
|
37230
37381
|
},
|
37231
37382
|
"insetBlock": {
|
37232
37383
|
"$ref": "#/definitions/Property.InsetBlock%3C(string%7Cnumber)%3E",
|
37233
|
-
"description": "The **`inset-inline`** CSS property defines the logical start and end offsets of an element in the inline direction, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top` and `bottom`, or `right` and `left` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox |
|
37384
|
+
"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 |"
|
37234
37385
|
},
|
37235
37386
|
"insetBlockEnd": {
|
37236
37387
|
"$ref": "#/definitions/Property.InsetBlockEnd%3C(string%7Cnumber)%3E",
|
37237
|
-
"description": "The **`inset-block-end`** CSS property defines the logical block end offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox |
|
37388
|
+
"description": "The **`inset-block-end`** CSS property defines the logical block end offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **63** | **14.1** | **87** | No |"
|
37238
37389
|
},
|
37239
37390
|
"insetBlockStart": {
|
37240
37391
|
"$ref": "#/definitions/Property.InsetBlockStart%3C(string%7Cnumber)%3E",
|
37241
|
-
"description": "The **`inset-block-start`** CSS property defines the logical block start offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox |
|
37392
|
+
"description": "The **`inset-block-start`** CSS property defines the logical block start offset of an element, which maps to a physical inset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **63** | **14.1** | **87** | No |"
|
37242
37393
|
},
|
37243
37394
|
"insetInline": {
|
37244
37395
|
"$ref": "#/definitions/Property.InsetInline%3C(string%7Cnumber)%3E",
|
37245
|
-
"description": "The **`inset-inline`** CSS property defines the logical start and end offsets of an element in the inline direction, which maps to physical offsets depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top` and `bottom`, or `right` and `left` properties depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox |
|
37396
|
+
"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 |"
|
37246
37397
|
},
|
37247
37398
|
"insetInlineEnd": {
|
37248
37399
|
"$ref": "#/definitions/Property.InsetInlineEnd%3C(string%7Cnumber)%3E",
|
37249
|
-
"description": "The **`inset-inline-end`** CSS property defines the logical inline end inset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox |
|
37400
|
+
"description": "The **`inset-inline-end`** CSS property defines the logical inline end inset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **63** | **14.1** | **87** | No |"
|
37250
37401
|
},
|
37251
37402
|
"insetInlineStart": {
|
37252
37403
|
"$ref": "#/definitions/Property.InsetInlineStart%3C(string%7Cnumber)%3E",
|
37253
|
-
"description": "The **`inset-inline-start`** CSS property defines the logical inline start inset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox |
|
37404
|
+
"description": "The **`inset-inline-start`** CSS property defines the logical inline start inset of an element, which maps to a physical offset depending on the element's writing mode, directionality, and text orientation. It corresponds to the `top`, `right`, `bottom`, or `left` property depending on the values defined for `writing-mode`, `direction`, and `text-orientation`.\n\n**Syntax**: `<'top'>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **63** | **14.1** | **87** | No |"
|
37254
37405
|
},
|
37255
37406
|
"isolation": {
|
37256
37407
|
"$ref": "#/definitions/Property.Isolation",
|
@@ -37298,7 +37449,7 @@
|
|
37298
37449
|
},
|
37299
37450
|
"marginBlock": {
|
37300
37451
|
"$ref": "#/definitions/Property.MarginBlock%3C(string%7Cnumber)%3E",
|
37301
|
-
"description": "The **`margin-block`** CSS shorthand property defines the logical block start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37452
|
+
"description": "The **`margin-block`** CSS shorthand property defines the logical block start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
|
37302
37453
|
},
|
37303
37454
|
"marginBlockEnd": {
|
37304
37455
|
"$ref": "#/definitions/Property.MarginBlockEnd%3C(string%7Cnumber)%3E",
|
@@ -37314,7 +37465,7 @@
|
|
37314
37465
|
},
|
37315
37466
|
"marginInline": {
|
37316
37467
|
"$ref": "#/definitions/Property.MarginInline%3C(string%7Cnumber)%3E",
|
37317
|
-
"description": "The **`margin-inline`** CSS shorthand property is a shorthand property that defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37468
|
+
"description": "The **`margin-inline`** CSS shorthand property is a shorthand property that defines both the logical inline start and end margins of an element, which maps to physical margins depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'margin-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
|
37318
37469
|
},
|
37319
37470
|
"marginInlineEnd": {
|
37320
37471
|
"$ref": "#/definitions/Property.MarginInlineEnd%3C(string%7Cnumber)%3E",
|
@@ -37370,7 +37521,7 @@
|
|
37370
37521
|
},
|
37371
37522
|
"maskImage": {
|
37372
37523
|
"$ref": "#/definitions/Property.MaskImage",
|
37373
|
-
"description": "The **`mask-image`** CSS property sets the image that is used as mask layer for an element.\n\n**Syntax**: `<mask-reference>#`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari |
|
37524
|
+
"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 |"
|
37374
37525
|
},
|
37375
37526
|
"maskMode": {
|
37376
37527
|
"$ref": "#/definitions/Property.MaskMode",
|
@@ -37382,23 +37533,23 @@
|
|
37382
37533
|
},
|
37383
37534
|
"maskPosition": {
|
37384
37535
|
"$ref": "#/definitions/Property.MaskPosition%3C(string%7Cnumber)%3E",
|
37385
|
-
"description": "The **`mask-position`** CSS property sets the initial position, relative to the mask position layer set by `mask-origin`, for each defined mask image.\n\n**Syntax**: `<position>#`\n\n**Initial value**: `center`\n\n| Chrome | Firefox | Safari |
|
37536
|
+
"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 |"
|
37386
37537
|
},
|
37387
37538
|
"maskRepeat": {
|
37388
37539
|
"$ref": "#/definitions/Property.MaskRepeat",
|
37389
|
-
"description": "The **`mask-repeat`** CSS property sets how mask images are repeated. A mask image can be repeated along the horizontal axis, the vertical axis, both axes, or not repeated at all.\n\n**Syntax**: `<repeat-style>#`\n\n**Initial value**: `no-repeat`\n\n| Chrome | Firefox | Safari |
|
37540
|
+
"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 |"
|
37390
37541
|
},
|
37391
37542
|
"maskSize": {
|
37392
37543
|
"$ref": "#/definitions/Property.MaskSize%3C(string%7Cnumber)%3E",
|
37393
|
-
"description": "The **`mask-size`** CSS property specifies the sizes of the mask images. The size of the image can be fully or partially constrained in order to preserve its intrinsic ratio.\n\n**Syntax**: `<bg-size>#`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari |
|
37544
|
+
"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 |"
|
37394
37545
|
},
|
37395
37546
|
"maskType": {
|
37396
37547
|
"$ref": "#/definitions/Property.MaskType",
|
37397
|
-
"description": "The **`mask-type`** CSS property sets whether an SVG `<mask>` element is used as a _luminance_ or an _alpha_ mask. It applies to the `<mask>` element itself.\n\n**Syntax**: `luminance | alpha`\n\n**Initial value**: `luminance`\n\n| Chrome | Firefox | Safari
|
37548
|
+
"description": "The **`mask-type`** CSS property sets whether an SVG `<mask>` element is used as a _luminance_ or an _alpha_ mask. It applies to the `<mask>` element itself.\n\n**Syntax**: `luminance | alpha`\n\n**Initial value**: `luminance`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **24** | **35** | **7** | **79** | No |"
|
37398
37549
|
},
|
37399
37550
|
"mathStyle": {
|
37400
37551
|
"$ref": "#/definitions/Property.MathStyle",
|
37401
|
-
"description": "The `math-style` property indicates whether MathML equations should render with normal or compact height.\n\n**Syntax**: `normal | compact`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox |
|
37552
|
+
"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 |"
|
37402
37553
|
},
|
37403
37554
|
"maxBlockSize": {
|
37404
37555
|
"$ref": "#/definitions/Property.MaxBlockSize%3C(string%7Cnumber)%3E",
|
@@ -37516,13 +37667,17 @@
|
|
37516
37667
|
"$ref": "#/definitions/Property.OverflowClipBox",
|
37517
37668
|
"description": "The **`overflow-clip-box`** CSS property specifies relative to which box the clipping happens when there is an overflow. It is short hand for the `overflow-clip-box-inline` and `overflow-clip-box-block` properties.\n\n**Syntax**: `padding-box | content-box`\n\n**Initial value**: `padding-box`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **29** | No | No | No |"
|
37518
37669
|
},
|
37670
|
+
"overflowClipMargin": {
|
37671
|
+
"$ref": "#/definitions/Property.OverflowClipMargin%3C(string%7Cnumber)%3E",
|
37672
|
+
"description": "**Syntax**: `<visual-box> || <length [0,∞]>`\n\n**Initial value**: `0px`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **90** | No | No | **90** | No |"
|
37673
|
+
},
|
37519
37674
|
"overflowInline": {
|
37520
37675
|
"$ref": "#/definitions/Property.OverflowInline",
|
37521
37676
|
"description": "**Syntax**: `visible | hidden | clip | scroll | auto`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **69** | No | No | No |"
|
37522
37677
|
},
|
37523
37678
|
"overflowWrap": {
|
37524
37679
|
"$ref": "#/definitions/Property.OverflowWrap",
|
37525
|
-
"description": "The `**overflow-wrap**` CSS property applies to inline elements, setting whether the browser should insert line breaks within an otherwise unbreakable string to prevent text from overflowing its line box.\n\n**Syntax**: `normal | break-word | anywhere`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :-------------: | :---------------: | :-------------: | :--------------: | :-------------------: | | **23** | **49** |
|
37680
|
+
"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)_ | |"
|
37526
37681
|
},
|
37527
37682
|
"overflowX": {
|
37528
37683
|
"$ref": "#/definitions/Property.OverflowX",
|
@@ -37532,10 +37687,6 @@
|
|
37532
37687
|
"$ref": "#/definitions/Property.OverflowY",
|
37533
37688
|
"description": "The **`overflow-y`** CSS property sets what shows when content overflows a block-level element's top and bottom edges. This may be nothing, a scroll bar, or the overflow content.\n\n**Syntax**: `visible | hidden | clip | scroll | auto`\n\n**Initial value**: `visible`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :---: | | **1** | **3.5** | **3** | **12** | **5** |"
|
37534
37689
|
},
|
37535
|
-
"overscrollBehavior": {
|
37536
|
-
"$ref": "#/definitions/Property.OverscrollBehavior",
|
37537
|
-
"description": "The **`overscroll-behavior`** CSS property sets what a browser does when reaching the boundary of a scrolling area. It's a shorthand for `overscroll-behavior-x` and `overscroll-behavior-y`.\n\n**Syntax**: `[ contain | none | auto ]{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **63** | **59** | No | **18** | No |"
|
37538
|
-
},
|
37539
37690
|
"overscrollBehaviorBlock": {
|
37540
37691
|
"$ref": "#/definitions/Property.OverscrollBehaviorBlock",
|
37541
37692
|
"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 |"
|
@@ -37554,7 +37705,7 @@
|
|
37554
37705
|
},
|
37555
37706
|
"paddingBlock": {
|
37556
37707
|
"$ref": "#/definitions/Property.PaddingBlock%3C(string%7Cnumber)%3E",
|
37557
|
-
"description": "The **`padding-block`** CSS shorthand property defines the logical block start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37708
|
+
"description": "The **`padding-block`** CSS shorthand property defines the logical block start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
|
37558
37709
|
},
|
37559
37710
|
"paddingBlockEnd": {
|
37560
37711
|
"$ref": "#/definitions/Property.PaddingBlockEnd%3C(string%7Cnumber)%3E",
|
@@ -37570,7 +37721,7 @@
|
|
37570
37721
|
},
|
37571
37722
|
"paddingInline": {
|
37572
37723
|
"$ref": "#/definitions/Property.PaddingInline%3C(string%7Cnumber)%3E",
|
37573
|
-
"description": "The **`padding-inline`** CSS shorthand property defines the logical inline start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37724
|
+
"description": "The **`padding-inline`** CSS shorthand property defines the logical inline start and end padding of an element, which maps to physical padding properties depending on the element's writing mode, directionality, and text orientation.\n\n**Syntax**: `<'padding-left'>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **87** | **66** | **14.1** | **87** | No |"
|
37574
37725
|
},
|
37575
37726
|
"paddingInlineEnd": {
|
37576
37727
|
"$ref": "#/definitions/Property.PaddingInlineEnd%3C(string%7Cnumber)%3E",
|
@@ -37614,7 +37765,7 @@
|
|
37614
37765
|
},
|
37615
37766
|
"placeContent": {
|
37616
37767
|
"$ref": "#/definitions/Property.PlaceContent",
|
37617
|
-
"description": "The `**place-content**` CSS shorthand property allows you to align content along both the block and inline directions at once (i.e. the `align-content` and `justify-content` properties) in a relevant layout system such as Grid or Flexbox.\n\n**Syntax**: `<'align-content'> <'justify-content'>?`\n\n**Initial value**: `normal`\n\n
|
37768
|
+
"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 |"
|
37618
37769
|
},
|
37619
37770
|
"position": {
|
37620
37771
|
"$ref": "#/definitions/Property.Position",
|
@@ -37634,11 +37785,11 @@
|
|
37634
37785
|
},
|
37635
37786
|
"rotate": {
|
37636
37787
|
"$ref": "#/definitions/Property.Rotate",
|
37637
|
-
"description": "The **`rotate`** CSS property allows you to specify rotation transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` property.\n\n**Syntax**: `none | <angle> | [ x | y | z | <number>{3} ] && <angle>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox |
|
37788
|
+
"description": "The **`rotate`** CSS property allows you to specify rotation transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` property.\n\n**Syntax**: `none | <angle> | [ x | y | z | <number>{3} ] && <angle>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | No | **72** | **14.1** | No | No |"
|
37638
37789
|
},
|
37639
37790
|
"rowGap": {
|
37640
37791
|
"$ref": "#/definitions/Property.RowGap%3C(string%7Cnumber)%3E",
|
37641
|
-
"description": "The **`row-gap`** CSS property sets the size of the gap (gutter) between an element's grid rows.\n\n**Syntax**: `normal | <length-percentage>`\n\n**Initial value**: `normal`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox |
|
37792
|
+
"description": "The **`row-gap`** CSS property sets the size of the gap (gutter) between an element's grid rows.\n\n**Syntax**: `normal | <length-percentage>`\n\n**Initial value**: `normal`\n\n---\n\n_Supported in Flex Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **84** | **63** | **14.1** | **84** | No |\n\n---\n\n_Supported in Grid Layout_\n\n| Chrome | Firefox | Safari | Edge | IE | | :-----------------: | :-----------------: | :-------------------: | :----: | :-: | | **66** | **61** | **12** | **16** | No | | 57 _(grid-row-gap)_ | 52 _(grid-row-gap)_ | 10.1 _(grid-row-gap)_ | | |\n\n---"
|
37642
37793
|
},
|
37643
37794
|
"rubyAlign": {
|
37644
37795
|
"$ref": "#/definitions/Property.RubyAlign",
|
@@ -37650,11 +37801,11 @@
|
|
37650
37801
|
},
|
37651
37802
|
"rubyPosition": {
|
37652
37803
|
"$ref": "#/definitions/Property.RubyPosition",
|
37653
|
-
"description": "The `**ruby-position**` CSS property defines the position of a ruby element relatives to its base element. It can be position over the element (`over`), under it (`under`), or between the characters, on their right side (`inter-character`).\n\n**Syntax**: `over | under | inter-character`\n\n**Initial value**: `
|
37804
|
+
"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-_ | | | | |"
|
37654
37805
|
},
|
37655
37806
|
"scale": {
|
37656
37807
|
"$ref": "#/definitions/Property.Scale",
|
37657
|
-
"description": "The **`scale`** CSS property allows you to specify scale transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` value.\n\n**Syntax**: `none | <number>{1,3}`\n\n**Initial value**: `none`\n\n| Chrome | Firefox |
|
37808
|
+
"description": "The **`scale`** CSS property allows you to specify scale transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` value.\n\n**Syntax**: `none | <number>{1,3}`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | No | **72** | **14.1** | No | No |"
|
37658
37809
|
},
|
37659
37810
|
"scrollBehavior": {
|
37660
37811
|
"$ref": "#/definitions/Property.ScrollBehavior",
|
@@ -37662,91 +37813,91 @@
|
|
37662
37813
|
},
|
37663
37814
|
"scrollMargin": {
|
37664
37815
|
"$ref": "#/definitions/Property.ScrollMargin%3C(string%7Cnumber)%3E",
|
37665
|
-
"description": "The **`scroll-margin`** shorthand property sets all of the scroll margins of an element at once, assigning values much like the `margin` property does for margins of an element.\n\n**Syntax**: `<length>{1,4}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37816
|
+
"description": "The **`scroll-margin`** shorthand property sets all of the scroll margins of an element at once, assigning values much like the `margin` property does for margins of an element.\n\n**Syntax**: `<length>{1,4}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----------------------: | :----: | :-: | | **69** | **90** | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin)_ | | |"
|
37666
37817
|
},
|
37667
37818
|
"scrollMarginBlock": {
|
37668
37819
|
"$ref": "#/definitions/Property.ScrollMarginBlock%3C(string%7Cnumber)%3E",
|
37669
|
-
"description": "The `scroll-margin-block` shorthand property sets the scroll margins of an element in the block dimension.\n\n**Syntax**: `<length>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37820
|
+
"description": "The `scroll-margin-block` shorthand property sets the scroll margins of an element in the block dimension.\n\n**Syntax**: `<length>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
|
37670
37821
|
},
|
37671
37822
|
"scrollMarginBlockEnd": {
|
37672
37823
|
"$ref": "#/definitions/Property.ScrollMarginBlockEnd%3C(string%7Cnumber)%3E",
|
37673
|
-
"description": "The `scroll-margin-block-end` property defines the margin of the scroll snap area at the end of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37824
|
+
"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 |"
|
37674
37825
|
},
|
37675
37826
|
"scrollMarginBlockStart": {
|
37676
37827
|
"$ref": "#/definitions/Property.ScrollMarginBlockStart%3C(string%7Cnumber)%3E",
|
37677
|
-
"description": "The `scroll-margin-block-start` property defines the margin of the scroll snap area at the start of the block dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37828
|
+
"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 |"
|
37678
37829
|
},
|
37679
37830
|
"scrollMarginBottom": {
|
37680
37831
|
"$ref": "#/definitions/Property.ScrollMarginBottom%3C(string%7Cnumber)%3E",
|
37681
|
-
"description": "The `scroll-margin-bottom` property defines the bottom margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37832
|
+
"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)_ | | |"
|
37682
37833
|
},
|
37683
37834
|
"scrollMarginInline": {
|
37684
37835
|
"$ref": "#/definitions/Property.ScrollMarginInline%3C(string%7Cnumber)%3E",
|
37685
|
-
"description": "The `scroll-margin-inline` shorthand property sets the scroll margins of an element in the inline dimension.\n\n**Syntax**: `<length>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37836
|
+
"description": "The `scroll-margin-inline` shorthand property sets the scroll margins of an element in the inline dimension.\n\n**Syntax**: `<length>{1,2}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
|
37686
37837
|
},
|
37687
37838
|
"scrollMarginInlineEnd": {
|
37688
37839
|
"$ref": "#/definitions/Property.ScrollMarginInlineEnd%3C(string%7Cnumber)%3E",
|
37689
|
-
"description": "The `scroll-margin-inline-end` property defines the margin of the scroll snap area at the end of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37840
|
+
"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 |"
|
37690
37841
|
},
|
37691
37842
|
"scrollMarginInlineStart": {
|
37692
37843
|
"$ref": "#/definitions/Property.ScrollMarginInlineStart%3C(string%7Cnumber)%3E",
|
37693
|
-
"description": "The `scroll-margin-inline-start` property defines the margin of the scroll snap area at the start of the inline dimension that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37844
|
+
"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 |"
|
37694
37845
|
},
|
37695
37846
|
"scrollMarginLeft": {
|
37696
37847
|
"$ref": "#/definitions/Property.ScrollMarginLeft%3C(string%7Cnumber)%3E",
|
37697
|
-
"description": "The `scroll-margin-left` property defines the left margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37848
|
+
"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)_ | | |"
|
37698
37849
|
},
|
37699
37850
|
"scrollMarginRight": {
|
37700
37851
|
"$ref": "#/definitions/Property.ScrollMarginRight%3C(string%7Cnumber)%3E",
|
37701
|
-
"description": "The `scroll-margin-right` property defines the right margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37852
|
+
"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)_ | | |"
|
37702
37853
|
},
|
37703
37854
|
"scrollMarginTop": {
|
37704
37855
|
"$ref": "#/definitions/Property.ScrollMarginTop%3C(string%7Cnumber)%3E",
|
37705
|
-
"description": "The `scroll-margin-top` property defines the top margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37856
|
+
"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)_ | | |"
|
37706
37857
|
},
|
37707
37858
|
"scrollPadding": {
|
37708
37859
|
"$ref": "#/definitions/Property.ScrollPadding%3C(string%7Cnumber)%3E",
|
37709
|
-
"description": "The **`scroll-padding`** shorthand property sets scroll padding on all sides of an element at once, much like the `padding` property does for padding on an element.\n\n**Syntax**: `[ auto | <length-percentage> ]{1,4}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox |
|
37860
|
+
"description": "The **`scroll-padding`** shorthand property sets scroll padding on all sides of an element at once, much like the `padding` property does for padding on an element.\n\n**Syntax**: `[ auto | <length-percentage> ]{1,4}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **69** | **68** | **14.1** | **79** | No |"
|
37710
37861
|
},
|
37711
37862
|
"scrollPaddingBlock": {
|
37712
37863
|
"$ref": "#/definitions/Property.ScrollPaddingBlock%3C(string%7Cnumber)%3E",
|
37713
|
-
"description": "The `scroll-padding-block` shorthand property sets the scroll padding of an element in the block dimension.\n\n**Syntax**: `[ auto | <length-percentage> ]{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** |
|
37864
|
+
"description": "The `scroll-padding-block` shorthand property sets the scroll padding of an element in the block dimension.\n\n**Syntax**: `[ auto | <length-percentage> ]{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **15** | **79** | No |"
|
37714
37865
|
},
|
37715
37866
|
"scrollPaddingBlockEnd": {
|
37716
37867
|
"$ref": "#/definitions/Property.ScrollPaddingBlockEnd%3C(string%7Cnumber)%3E",
|
37717
|
-
"description": "The `scroll-padding-block-end` property defines offsets for the end edge in the block dimension of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targetted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** |
|
37868
|
+
"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 |"
|
37718
37869
|
},
|
37719
37870
|
"scrollPaddingBlockStart": {
|
37720
37871
|
"$ref": "#/definitions/Property.ScrollPaddingBlockStart%3C(string%7Cnumber)%3E",
|
37721
|
-
"description": "The `scroll-padding-block-start` property defines offsets for the start edge in the block dimension of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targetted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** |
|
37872
|
+
"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 |"
|
37722
37873
|
},
|
37723
37874
|
"scrollPaddingBottom": {
|
37724
37875
|
"$ref": "#/definitions/Property.ScrollPaddingBottom%3C(string%7Cnumber)%3E",
|
37725
|
-
"description": "The `scroll-padding-bottom` property defines offsets for the bottom of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targetted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox |
|
37876
|
+
"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 |"
|
37726
37877
|
},
|
37727
37878
|
"scrollPaddingInline": {
|
37728
37879
|
"$ref": "#/definitions/Property.ScrollPaddingInline%3C(string%7Cnumber)%3E",
|
37729
|
-
"description": "The `scroll-padding-inline` shorthand property sets the scroll padding of an element in the inline dimension.\n\n**Syntax**: `[ auto | <length-percentage> ]{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** |
|
37880
|
+
"description": "The `scroll-padding-inline` shorthand property sets the scroll padding of an element in the inline dimension.\n\n**Syntax**: `[ auto | <length-percentage> ]{1,2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** | **15** | **79** | No |"
|
37730
37881
|
},
|
37731
37882
|
"scrollPaddingInlineEnd": {
|
37732
37883
|
"$ref": "#/definitions/Property.ScrollPaddingInlineEnd%3C(string%7Cnumber)%3E",
|
37733
|
-
"description": "The `scroll-padding-inline-end` property defines offsets for the end edge in the inline dimension of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targetted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** |
|
37884
|
+
"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 |"
|
37734
37885
|
},
|
37735
37886
|
"scrollPaddingInlineStart": {
|
37736
37887
|
"$ref": "#/definitions/Property.ScrollPaddingInlineStart%3C(string%7Cnumber)%3E",
|
37737
|
-
"description": "The `scroll-padding-inline-start` property defines offsets for the start edge in the inline dimension of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targetted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **69** | **68** |
|
37888
|
+
"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 |"
|
37738
37889
|
},
|
37739
37890
|
"scrollPaddingLeft": {
|
37740
37891
|
"$ref": "#/definitions/Property.ScrollPaddingLeft%3C(string%7Cnumber)%3E",
|
37741
|
-
"description": "The `scroll-padding-left` property defines offsets for the left of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targetted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox |
|
37892
|
+
"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 |"
|
37742
37893
|
},
|
37743
37894
|
"scrollPaddingRight": {
|
37744
37895
|
"$ref": "#/definitions/Property.ScrollPaddingRight%3C(string%7Cnumber)%3E",
|
37745
|
-
"description": "The `scroll-padding-right` property defines offsets for the right of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targetted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox |
|
37896
|
+
"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 |"
|
37746
37897
|
},
|
37747
37898
|
"scrollPaddingTop": {
|
37748
37899
|
"$ref": "#/definitions/Property.ScrollPaddingTop%3C(string%7Cnumber)%3E",
|
37749
|
-
"description": "The **`scroll-padding-top`** property defines offsets for the top of the optimal viewing region of the scrollport: the region used as the target region for placing things in view of the user. This allows the author to exclude regions of the scrollport that are obscured by other content (such as fixed-positioned toolbars or sidebars) or simply to put more breathing room between a targetted element and the edges of the scrollport.\n\n**Syntax**: `auto | <length-percentage>`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox |
|
37900
|
+
"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 |"
|
37750
37901
|
},
|
37751
37902
|
"scrollSnapAlign": {
|
37752
37903
|
"$ref": "#/definitions/Property.ScrollSnapAlign",
|
@@ -37754,39 +37905,39 @@
|
|
37754
37905
|
},
|
37755
37906
|
"scrollSnapMargin": {
|
37756
37907
|
"$ref": "#/definitions/Property.ScrollMargin%3C(string%7Cnumber)%3E",
|
37757
|
-
"description": "The **`scroll-margin`** shorthand property sets all of the scroll margins of an element at once, assigning values much like the `margin` property does for margins of an element.\n\n**Syntax**: `<length>{1,4}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37908
|
+
"description": "The **`scroll-margin`** shorthand property sets all of the scroll margins of an element at once, assigning values much like the `margin` property does for margins of an element.\n\n**Syntax**: `<length>{1,4}`\n\n**Initial value**: `0`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----------------------: | :----: | :-: | | **69** | 68-90 | **14.1** | **79** | No | | | | 11 _(scroll-snap-margin)_ | | |"
|
37758
37909
|
},
|
37759
37910
|
"scrollSnapMarginBottom": {
|
37760
37911
|
"$ref": "#/definitions/Property.ScrollMarginBottom%3C(string%7Cnumber)%3E",
|
37761
|
-
"description": "The `scroll-margin-bottom` property defines the bottom margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37912
|
+
"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)_ | | |"
|
37762
37913
|
},
|
37763
37914
|
"scrollSnapMarginLeft": {
|
37764
37915
|
"$ref": "#/definitions/Property.ScrollMarginLeft%3C(string%7Cnumber)%3E",
|
37765
|
-
"description": "The `scroll-margin-left` property defines the left margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37916
|
+
"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)_ | | |"
|
37766
37917
|
},
|
37767
37918
|
"scrollSnapMarginRight": {
|
37768
37919
|
"$ref": "#/definitions/Property.ScrollMarginRight%3C(string%7Cnumber)%3E",
|
37769
|
-
"description": "The `scroll-margin-right` property defines the right margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37920
|
+
"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)_ | | |"
|
37770
37921
|
},
|
37771
37922
|
"scrollSnapMarginTop": {
|
37772
37923
|
"$ref": "#/definitions/Property.ScrollMarginTop%3C(string%7Cnumber)%3E",
|
37773
|
-
"description": "The `scroll-margin-top` property defines the top margin of the scroll snap area that is used for snapping this box to the snapport. The scroll snap area is determined by taking the transformed border box, finding its rectangular bounding box (axis-aligned in the scroll container’s coordinate space), then adding the specified outsets.\n\n**Syntax**: `<length>`\n\n**Initial value**: `0`\n\n| Chrome | Firefox |
|
37924
|
+
"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)_ | | |"
|
37774
37925
|
},
|
37775
37926
|
"scrollSnapStop": {
|
37776
37927
|
"$ref": "#/definitions/Property.ScrollSnapStop",
|
37777
|
-
"description": "The **`scroll-snap-stop`** CSS property defines whether the scroll container is allowed to \"pass over\" possible snap positions.\n\n**Syntax**: `normal | always`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **75** | No |
|
37928
|
+
"description": "The **`scroll-snap-stop`** CSS property defines whether the scroll container is allowed to \"pass over\" possible snap positions.\n\n**Syntax**: `normal | always`\n\n**Initial value**: `normal`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **75** | No | **15** | **79** | No |"
|
37778
37929
|
},
|
37779
37930
|
"scrollSnapType": {
|
37780
37931
|
"$ref": "#/definitions/Property.ScrollSnapType",
|
37781
|
-
"description": "The **`scroll-snap-type`** CSS property sets how strictly snap points are enforced on the scroll container in case there is one.\n\n**Syntax**: `none | [ x | y | block | inline | both ] [ mandatory | proximity ]?`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari |
|
37932
|
+
"description": "The **`scroll-snap-type`** CSS property sets how strictly snap points are enforced on the scroll container in case there is one.\n\n**Syntax**: `none | [ x | y | block | inline | both ] [ mandatory | proximity ]?`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :-----: | :----: | :----------: | | **69** | 39-68 | **11** | **79** | **10** _-x-_ | | | | 9 _-x-_ | | |"
|
37782
37933
|
},
|
37783
37934
|
"scrollbarColor": {
|
37784
37935
|
"$ref": "#/definitions/Property.ScrollbarColor",
|
37785
|
-
"description": "The **`scrollbar-color`** CSS property sets the color of the scrollbar track and thumb.\n\n**Syntax**: `auto |
|
37936
|
+
"description": "The **`scrollbar-color`** CSS property sets the color of the scrollbar track and thumb.\n\n**Syntax**: `auto | <color>{2}`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :--: | :-: | | No | **64** | No | No | No |"
|
37786
37937
|
},
|
37787
37938
|
"scrollbarGutter": {
|
37788
37939
|
"$ref": "#/definitions/Property.ScrollbarGutter",
|
37789
|
-
"description": "The **`scrollbar-gutter`** CSS property allows authors to reserve space for the scrollbar, preventing unwanted layout changes as the content grows while also avoiding unnecessary visuals when scrolling isn't needed.\n\n**Syntax**: `auto |
|
37940
|
+
"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 |"
|
37790
37941
|
},
|
37791
37942
|
"scrollbarWidth": {
|
37792
37943
|
"$ref": "#/definitions/Property.ScrollbarWidth",
|
@@ -37806,7 +37957,7 @@
|
|
37806
37957
|
},
|
37807
37958
|
"tabSize": {
|
37808
37959
|
"$ref": "#/definitions/Property.TabSize%3C(string%7Cnumber)%3E",
|
37809
|
-
"description": "The **`tab-size`** CSS property is used to customize the width of tab characters (U+0009).\n\n**Syntax**: `<integer> | <length>`\n\n**Initial value**: `8`\n\n| Chrome |
|
37960
|
+
"description": "The **`tab-size`** CSS property is used to customize the width of tab characters (U+0009).\n\n**Syntax**: `<integer> | <length>`\n\n**Initial value**: `8`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :----: | :----: | :-: | | **21** | **91** | **7** | **79** | No | | | 4 _-x-_ | | | |"
|
37810
37961
|
},
|
37811
37962
|
"tableLayout": {
|
37812
37963
|
"$ref": "#/definitions/Property.TableLayout",
|
@@ -37822,7 +37973,7 @@
|
|
37822
37973
|
},
|
37823
37974
|
"textCombineUpright": {
|
37824
37975
|
"$ref": "#/definitions/Property.TextCombineUpright",
|
37825
|
-
"description": "The **`text-combine-upright`** CSS property sets the combination of characters into the space of a single character. If the combined text is wider than 1em, the user agent must fit the contents within 1em. The resulting composition is treated as a single upright glyph for layout and decoration. This property only has an effect in vertical writing modes.\n\n**Syntax**: `none | all | [ digits <integer>? ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari |
|
37976
|
+
"description": "The **`text-combine-upright`** CSS property sets the combination of characters into the space of a single character. If the combined text is wider than 1em, the user agent must fit the contents within 1em. The resulting composition is treated as a single upright glyph for layout and decoration. This property only has an effect in vertical writing modes.\n\n**Syntax**: `none | all | [ digits <integer>? ]`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :------------------------: | :-----: | :------------------------------: | :---: | :------------------------------------: | | **48** | **48** | **5.1** _(-webkit-text-combine)_ | 15-79 | **11** _(-ms-text-combine-horizontal)_ | | 9 _(-webkit-text-combine)_ | | | | |"
|
37826
37977
|
},
|
37827
37978
|
"textDecorationColor": {
|
37828
37979
|
"$ref": "#/definitions/Property.TextDecorationColor",
|
@@ -37834,7 +37985,7 @@
|
|
37834
37985
|
},
|
37835
37986
|
"textDecorationSkip": {
|
37836
37987
|
"$ref": "#/definitions/Property.TextDecorationSkip",
|
37837
|
-
"description": "The **`text-decoration-skip`** CSS property sets what parts of an element’s content any text decoration affecting the element must skip over. It controls all text decoration lines drawn by the element and also any text decoration lines drawn by its ancestors.\n\n**Syntax**: `none | [ objects || [ spaces | [ leading-spaces || trailing-spaces ] ] || edges || box-decoration ]`\n\n**Initial value**: `objects`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | 57-64 | No | **12.1** | No | No | | | |
|
37988
|
+
"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-_ | | |"
|
37838
37989
|
},
|
37839
37990
|
"textDecorationSkipInk": {
|
37840
37991
|
"$ref": "#/definitions/Property.TextDecorationSkipInk",
|
@@ -37846,23 +37997,23 @@
|
|
37846
37997
|
},
|
37847
37998
|
"textDecorationThickness": {
|
37848
37999
|
"$ref": "#/definitions/Property.TextDecorationThickness%3C(string%7Cnumber)%3E",
|
37849
|
-
"description": "The **`text-decoration-thickness`** CSS property sets the stroke thickness of the decoration line that is used on text in an element, such as a line-through, underline, or overline.\n\n**Syntax**: `auto | from-font | <length> | <percentage> `\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **
|
38000
|
+
"description": "The **`text-decoration-thickness`** CSS property sets the stroke thickness of the decoration line that is used on text in an element, such as a line-through, underline, or overline.\n\n**Syntax**: `auto | from-font | <length> | <percentage> `\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :----: | :-: | | **89** | **70** | **12.1** | **89** | No |"
|
37850
38001
|
},
|
37851
38002
|
"textDecorationWidth": {
|
37852
38003
|
"$ref": "#/definitions/Property.TextDecorationThickness%3C(string%7Cnumber)%3E",
|
37853
|
-
"description": "The **`text-decoration-thickness`** CSS property sets the stroke thickness of the decoration line that is used on text in an element, such as a line-through, underline, or overline.\n\n**Syntax**: `auto | from-font | <length> | <percentage> `\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari |
|
38004
|
+
"description": "The **`text-decoration-thickness`** CSS property sets the stroke thickness of the decoration line that is used on text in an element, such as a line-through, underline, or overline.\n\n**Syntax**: `auto | from-font | <length> | <percentage> `\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :---: | :-: | | 87-89 | **70** | **12.1** | 87-89 | No |"
|
37854
38005
|
},
|
37855
38006
|
"textEmphasisColor": {
|
37856
38007
|
"$ref": "#/definitions/Property.TextEmphasisColor",
|
37857
|
-
"description": "The **`text-emphasis-color`** CSS property sets the color of emphasis marks. This value can also be set using the `text-emphasis` shorthand.\n\n**Syntax**: `<color>`\n\n**Initial value**: `currentcolor`\n\n| Chrome | Firefox | Safari
|
38008
|
+
"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 |"
|
37858
38009
|
},
|
37859
38010
|
"textEmphasisPosition": {
|
37860
38011
|
"$ref": "#/definitions/Property.TextEmphasisPosition",
|
37861
|
-
"description": "The **`text-emphasis-position`** CSS property sets where emphasis marks are drawn. Like ruby text, if there isn't enough room for emphasis marks, the line height is increased.\n\n**Syntax**: `[ over | under ] && [ right | left ]`\n\n**Initial value**: `over right`\n\n| Chrome | Firefox | Safari
|
38012
|
+
"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 |"
|
37862
38013
|
},
|
37863
38014
|
"textEmphasisStyle": {
|
37864
38015
|
"$ref": "#/definitions/Property.TextEmphasisStyle",
|
37865
|
-
"description": "The **`text-emphasis-style`** CSS property sets the appearance of emphasis marks. It can also be set, and reset, using the `text-emphasis` shorthand.\n\n**Syntax**: `none | [ [ filled | open ] || [ dot | circle | double-circle | triangle | sesame ] ] | <string>`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari
|
38016
|
+
"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 |"
|
37866
38017
|
},
|
37867
38018
|
"textIndent": {
|
37868
38019
|
"$ref": "#/definitions/Property.TextIndent%3C(string%7Cnumber)%3E",
|
@@ -37942,11 +38093,11 @@
|
|
37942
38093
|
},
|
37943
38094
|
"translate": {
|
37944
38095
|
"$ref": "#/definitions/Property.Translate%3C(string%7Cnumber)%3E",
|
37945
|
-
"description": "The **`translate`** CSS property allows you to specify translation transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` value.\n\n**Syntax**: `none | <length-percentage> [ <length-percentage> <length>? ]?`\n\n**Initial value**: `none`\n\n| Chrome | Firefox |
|
38096
|
+
"description": "The **`translate`** CSS property allows you to specify translation transforms individually and independently of the `transform` property. This maps better to typical user interface usage, and saves having to remember the exact order of transform functions to specify in the `transform` value.\n\n**Syntax**: `none | <length-percentage> [ <length-percentage> <length>? ]?`\n\n**Initial value**: `none`\n\n| Chrome | Firefox | Safari | Edge | IE | | :----: | :-----: | :------: | :--: | :-: | | No | **72** | **14.1** | No | No |"
|
37946
38097
|
},
|
37947
38098
|
"userSelect": {
|
37948
38099
|
"$ref": "#/definitions/Property.UserSelect",
|
37949
|
-
"description": "The `**user-select**` CSS property controls whether the user can select text. This doesn't have any effect on content loaded as chrome, except in textboxes.\n\n**Syntax**: `auto | text | none | contain | all`\n\n**Initial value**: `auto`\n\n| Chrome | Firefox | Safari |
|
38100
|
+
"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-_ | |"
|
37950
38101
|
},
|
37951
38102
|
"verticalAlign": {
|
37952
38103
|
"$ref": "#/definitions/Property.VerticalAlign%3C(string%7Cnumber)%3E",
|
@@ -38762,6 +38913,9 @@
|
|
38762
38913
|
},
|
38763
38914
|
{
|
38764
38915
|
"type": "number"
|
38916
|
+
},
|
38917
|
+
{
|
38918
|
+
"type": "string"
|
38765
38919
|
}
|
38766
38920
|
]
|
38767
38921
|
},
|
@@ -38815,6 +38969,9 @@
|
|
38815
38969
|
},
|
38816
38970
|
{
|
38817
38971
|
"type": "number"
|
38972
|
+
},
|
38973
|
+
{
|
38974
|
+
"type": "string"
|
38818
38975
|
}
|
38819
38976
|
]
|
38820
38977
|
},
|
@@ -38917,10 +39074,17 @@
|
|
38917
39074
|
{
|
38918
39075
|
"$ref": "#/definitions/Globals"
|
38919
39076
|
},
|
39077
|
+
{
|
39078
|
+
"type": "string",
|
39079
|
+
"const": "from-font"
|
39080
|
+
},
|
38920
39081
|
{
|
38921
39082
|
"type": "string",
|
38922
39083
|
"const": "none"
|
38923
39084
|
},
|
39085
|
+
{
|
39086
|
+
"type": "string"
|
39087
|
+
},
|
38924
39088
|
{
|
38925
39089
|
"type": "number"
|
38926
39090
|
}
|
@@ -39127,6 +39291,9 @@
|
|
39127
39291
|
},
|
39128
39292
|
{
|
39129
39293
|
"type": "number"
|
39294
|
+
},
|
39295
|
+
{
|
39296
|
+
"type": "string"
|
39130
39297
|
}
|
39131
39298
|
]
|
39132
39299
|
},
|
@@ -39539,6 +39706,9 @@
|
|
39539
39706
|
},
|
39540
39707
|
{
|
39541
39708
|
"type": "number"
|
39709
|
+
},
|
39710
|
+
{
|
39711
|
+
"type": "string"
|
39542
39712
|
}
|
39543
39713
|
]
|
39544
39714
|
},
|
@@ -39630,6 +39800,9 @@
|
|
39630
39800
|
},
|
39631
39801
|
{
|
39632
39802
|
"type": "number"
|
39803
|
+
},
|
39804
|
+
{
|
39805
|
+
"type": "string"
|
39633
39806
|
}
|
39634
39807
|
]
|
39635
39808
|
},
|
@@ -39640,6 +39813,9 @@
|
|
39640
39813
|
},
|
39641
39814
|
{
|
39642
39815
|
"type": "number"
|
39816
|
+
},
|
39817
|
+
{
|
39818
|
+
"type": "string"
|
39643
39819
|
}
|
39644
39820
|
]
|
39645
39821
|
},
|
@@ -39791,6 +39967,14 @@
|
|
39791
39967
|
"type": "string",
|
39792
39968
|
"const": "-webkit-isolate"
|
39793
39969
|
},
|
39970
|
+
{
|
39971
|
+
"type": "string",
|
39972
|
+
"const": "-webkit-isolate-override"
|
39973
|
+
},
|
39974
|
+
{
|
39975
|
+
"type": "string",
|
39976
|
+
"const": "-webkit-plaintext"
|
39977
|
+
},
|
39794
39978
|
{
|
39795
39979
|
"type": "string",
|
39796
39980
|
"const": "bidi-override"
|
@@ -40041,6 +40225,9 @@
|
|
40041
40225
|
},
|
40042
40226
|
{
|
40043
40227
|
"type": "number"
|
40228
|
+
},
|
40229
|
+
{
|
40230
|
+
"type": "string"
|
40044
40231
|
}
|
40045
40232
|
]
|
40046
40233
|
},
|
@@ -40051,6 +40238,9 @@
|
|
40051
40238
|
},
|
40052
40239
|
{
|
40053
40240
|
"type": "number"
|
40241
|
+
},
|
40242
|
+
{
|
40243
|
+
"type": "string"
|
40054
40244
|
}
|
40055
40245
|
]
|
40056
40246
|
},
|
@@ -40076,6 +40266,9 @@
|
|
40076
40266
|
},
|
40077
40267
|
{
|
40078
40268
|
"type": "number"
|
40269
|
+
},
|
40270
|
+
{
|
40271
|
+
"type": "string"
|
40079
40272
|
}
|
40080
40273
|
]
|
40081
40274
|
},
|
@@ -40418,32 +40611,6 @@
|
|
40418
40611
|
}
|
40419
40612
|
]
|
40420
40613
|
},
|
40421
|
-
"Property.TextCombineUpright": {
|
40422
|
-
"anyOf": [
|
40423
|
-
{
|
40424
|
-
"$ref": "#/definitions/Globals"
|
40425
|
-
},
|
40426
|
-
{
|
40427
|
-
"type": "string",
|
40428
|
-
"const": "-ms-text-combine-horizontal"
|
40429
|
-
},
|
40430
|
-
{
|
40431
|
-
"type": "string",
|
40432
|
-
"const": "all"
|
40433
|
-
},
|
40434
|
-
{
|
40435
|
-
"type": "string",
|
40436
|
-
"const": "digits"
|
40437
|
-
},
|
40438
|
-
{
|
40439
|
-
"type": "string",
|
40440
|
-
"const": "none"
|
40441
|
-
},
|
40442
|
-
{
|
40443
|
-
"type": "string"
|
40444
|
-
}
|
40445
|
-
]
|
40446
|
-
},
|
40447
40614
|
"Property.LineBreak": {
|
40448
40615
|
"anyOf": [
|
40449
40616
|
{
|
@@ -40704,7 +40871,15 @@
|
|
40704
40871
|
"$ref": "#/definitions/Globals"
|
40705
40872
|
},
|
40706
40873
|
{
|
40707
|
-
"type": "number"
|
40874
|
+
"type": "number",
|
40875
|
+
"const": 0
|
40876
|
+
},
|
40877
|
+
{
|
40878
|
+
"type": "string"
|
40879
|
+
},
|
40880
|
+
{
|
40881
|
+
"type": "number",
|
40882
|
+
"const": 1
|
40708
40883
|
}
|
40709
40884
|
]
|
40710
40885
|
},
|
@@ -42374,6 +42549,9 @@
|
|
42374
42549
|
},
|
42375
42550
|
{
|
42376
42551
|
"type": "number"
|
42552
|
+
},
|
42553
|
+
{
|
42554
|
+
"type": "string"
|
42377
42555
|
}
|
42378
42556
|
]
|
42379
42557
|
},
|
@@ -42389,6 +42567,10 @@
|
|
42389
42567
|
{
|
42390
42568
|
"type": "string",
|
42391
42569
|
"const": "balance"
|
42570
|
+
},
|
42571
|
+
{
|
42572
|
+
"type": "string",
|
42573
|
+
"const": "balance-all"
|
42392
42574
|
}
|
42393
42575
|
]
|
42394
42576
|
},
|
@@ -43052,6 +43234,9 @@
|
|
43052
43234
|
},
|
43053
43235
|
{
|
43054
43236
|
"type": "number"
|
43237
|
+
},
|
43238
|
+
{
|
43239
|
+
"type": "string"
|
43055
43240
|
}
|
43056
43241
|
]
|
43057
43242
|
},
|
@@ -43182,6 +43367,9 @@
|
|
43182
43367
|
},
|
43183
43368
|
{
|
43184
43369
|
"type": "number"
|
43370
|
+
},
|
43371
|
+
{
|
43372
|
+
"type": "string"
|
43185
43373
|
}
|
43186
43374
|
]
|
43187
43375
|
},
|
@@ -43257,6 +43445,9 @@
|
|
43257
43445
|
},
|
43258
43446
|
{
|
43259
43447
|
"type": "number"
|
43448
|
+
},
|
43449
|
+
{
|
43450
|
+
"type": "string"
|
43260
43451
|
}
|
43261
43452
|
]
|
43262
43453
|
},
|
@@ -43586,6 +43777,24 @@
|
|
43586
43777
|
}
|
43587
43778
|
]
|
43588
43779
|
},
|
43780
|
+
"Property.TextCombineUpright": {
|
43781
|
+
"anyOf": [
|
43782
|
+
{
|
43783
|
+
"$ref": "#/definitions/Globals"
|
43784
|
+
},
|
43785
|
+
{
|
43786
|
+
"type": "string",
|
43787
|
+
"const": "all"
|
43788
|
+
},
|
43789
|
+
{
|
43790
|
+
"type": "string",
|
43791
|
+
"const": "none"
|
43792
|
+
},
|
43793
|
+
{
|
43794
|
+
"type": "string"
|
43795
|
+
}
|
43796
|
+
]
|
43797
|
+
},
|
43589
43798
|
"Property.TouchAction": {
|
43590
43799
|
"anyOf": [
|
43591
43800
|
{
|
@@ -44194,6 +44403,9 @@
|
|
44194
44403
|
},
|
44195
44404
|
{
|
44196
44405
|
"type": "number"
|
44406
|
+
},
|
44407
|
+
{
|
44408
|
+
"type": "string"
|
44197
44409
|
}
|
44198
44410
|
]
|
44199
44411
|
},
|
@@ -44285,6 +44497,23 @@
|
|
44285
44497
|
}
|
44286
44498
|
]
|
44287
44499
|
},
|
44500
|
+
"Property.InitialLetter": {
|
44501
|
+
"anyOf": [
|
44502
|
+
{
|
44503
|
+
"$ref": "#/definitions/Globals"
|
44504
|
+
},
|
44505
|
+
{
|
44506
|
+
"type": "string",
|
44507
|
+
"const": "normal"
|
44508
|
+
},
|
44509
|
+
{
|
44510
|
+
"type": "string"
|
44511
|
+
},
|
44512
|
+
{
|
44513
|
+
"type": "number"
|
44514
|
+
}
|
44515
|
+
]
|
44516
|
+
},
|
44288
44517
|
"Property.JustifyContent": {
|
44289
44518
|
"anyOf": [
|
44290
44519
|
{
|
@@ -44324,6 +44553,9 @@
|
|
44324
44553
|
},
|
44325
44554
|
{
|
44326
44555
|
"type": "number"
|
44556
|
+
},
|
44557
|
+
{
|
44558
|
+
"type": "string"
|
44327
44559
|
}
|
44328
44560
|
]
|
44329
44561
|
},
|
@@ -44743,6 +44975,14 @@
|
|
44743
44975
|
{
|
44744
44976
|
"$ref": "#/definitions/Globals"
|
44745
44977
|
},
|
44978
|
+
{
|
44979
|
+
"type": "string",
|
44980
|
+
"const": "alternate"
|
44981
|
+
},
|
44982
|
+
{
|
44983
|
+
"type": "string",
|
44984
|
+
"const": "inter-character"
|
44985
|
+
},
|
44746
44986
|
{
|
44747
44987
|
"type": "string",
|
44748
44988
|
"const": "over"
|
@@ -44750,6 +44990,9 @@
|
|
44750
44990
|
{
|
44751
44991
|
"type": "string",
|
44752
44992
|
"const": "under"
|
44993
|
+
},
|
44994
|
+
{
|
44995
|
+
"type": "string"
|
44753
44996
|
}
|
44754
44997
|
]
|
44755
44998
|
},
|
@@ -45098,6 +45341,19 @@
|
|
45098
45341
|
}
|
45099
45342
|
]
|
45100
45343
|
},
|
45344
|
+
"Property.BackgroundPosition<(string|number)>": {
|
45345
|
+
"anyOf": [
|
45346
|
+
{
|
45347
|
+
"$ref": "#/definitions/Globals"
|
45348
|
+
},
|
45349
|
+
{
|
45350
|
+
"$ref": "#/definitions/DataType.BgPosition%3C(string%7Cnumber)%3E"
|
45351
|
+
},
|
45352
|
+
{
|
45353
|
+
"type": "string"
|
45354
|
+
}
|
45355
|
+
]
|
45356
|
+
},
|
45101
45357
|
"Property.Border<(string|number)>": {
|
45102
45358
|
"anyOf": [
|
45103
45359
|
{
|
@@ -45455,6 +45711,9 @@
|
|
45455
45711
|
},
|
45456
45712
|
{
|
45457
45713
|
"type": "number"
|
45714
|
+
},
|
45715
|
+
{
|
45716
|
+
"type": "string"
|
45458
45717
|
}
|
45459
45718
|
]
|
45460
45719
|
},
|
@@ -45521,6 +45780,28 @@
|
|
45521
45780
|
}
|
45522
45781
|
]
|
45523
45782
|
},
|
45783
|
+
"Property.OverscrollBehavior": {
|
45784
|
+
"anyOf": [
|
45785
|
+
{
|
45786
|
+
"$ref": "#/definitions/Globals"
|
45787
|
+
},
|
45788
|
+
{
|
45789
|
+
"type": "string",
|
45790
|
+
"const": "auto"
|
45791
|
+
},
|
45792
|
+
{
|
45793
|
+
"type": "string",
|
45794
|
+
"const": "contain"
|
45795
|
+
},
|
45796
|
+
{
|
45797
|
+
"type": "string",
|
45798
|
+
"const": "none"
|
45799
|
+
},
|
45800
|
+
{
|
45801
|
+
"type": "string"
|
45802
|
+
}
|
45803
|
+
]
|
45804
|
+
},
|
45524
45805
|
"Property.Padding<(string|number)>": {
|
45525
45806
|
"anyOf": [
|
45526
45807
|
{
|
@@ -45588,6 +45869,20 @@
|
|
45588
45869
|
}
|
45589
45870
|
]
|
45590
45871
|
},
|
45872
|
+
"Property.AccentColor": {
|
45873
|
+
"anyOf": [
|
45874
|
+
{
|
45875
|
+
"$ref": "#/definitions/Globals"
|
45876
|
+
},
|
45877
|
+
{
|
45878
|
+
"$ref": "#/definitions/DataType.Color"
|
45879
|
+
},
|
45880
|
+
{
|
45881
|
+
"type": "string",
|
45882
|
+
"const": "auto"
|
45883
|
+
}
|
45884
|
+
]
|
45885
|
+
},
|
45591
45886
|
"Property.AlignTracks": {
|
45592
45887
|
"anyOf": [
|
45593
45888
|
{
|
@@ -45740,19 +46035,6 @@
|
|
45740
46035
|
}
|
45741
46036
|
]
|
45742
46037
|
},
|
45743
|
-
"Property.BackgroundPosition<(string|number)>": {
|
45744
|
-
"anyOf": [
|
45745
|
-
{
|
45746
|
-
"$ref": "#/definitions/Globals"
|
45747
|
-
},
|
45748
|
-
{
|
45749
|
-
"$ref": "#/definitions/DataType.BgPosition%3C(string%7Cnumber)%3E"
|
45750
|
-
},
|
45751
|
-
{
|
45752
|
-
"type": "string"
|
45753
|
-
}
|
45754
|
-
]
|
45755
|
-
},
|
45756
46038
|
"Property.BackgroundPositionX<(string|number)>": {
|
45757
46039
|
"anyOf": [
|
45758
46040
|
{
|
@@ -46547,6 +46829,28 @@
|
|
46547
46829
|
}
|
46548
46830
|
]
|
46549
46831
|
},
|
46832
|
+
"Property.ColorScheme": {
|
46833
|
+
"anyOf": [
|
46834
|
+
{
|
46835
|
+
"$ref": "#/definitions/Globals"
|
46836
|
+
},
|
46837
|
+
{
|
46838
|
+
"type": "string",
|
46839
|
+
"const": "dark"
|
46840
|
+
},
|
46841
|
+
{
|
46842
|
+
"type": "string",
|
46843
|
+
"const": "light"
|
46844
|
+
},
|
46845
|
+
{
|
46846
|
+
"type": "string",
|
46847
|
+
"const": "normal"
|
46848
|
+
},
|
46849
|
+
{
|
46850
|
+
"type": "string"
|
46851
|
+
}
|
46852
|
+
]
|
46853
|
+
},
|
46550
46854
|
"Property.Contain": {
|
46551
46855
|
"anyOf": [
|
46552
46856
|
{
|
@@ -46756,6 +47060,10 @@
|
|
46756
47060
|
"type": "string",
|
46757
47061
|
"const": "none"
|
46758
47062
|
},
|
47063
|
+
{
|
47064
|
+
"type": "string",
|
47065
|
+
"const": "small-caps"
|
47066
|
+
},
|
46759
47067
|
{
|
46760
47068
|
"type": "string",
|
46761
47069
|
"const": "style"
|
@@ -47174,23 +47482,6 @@
|
|
47174
47482
|
}
|
47175
47483
|
]
|
47176
47484
|
},
|
47177
|
-
"Property.InitialLetter": {
|
47178
|
-
"anyOf": [
|
47179
|
-
{
|
47180
|
-
"$ref": "#/definitions/Globals"
|
47181
|
-
},
|
47182
|
-
{
|
47183
|
-
"type": "string",
|
47184
|
-
"const": "normal"
|
47185
|
-
},
|
47186
|
-
{
|
47187
|
-
"type": "string"
|
47188
|
-
},
|
47189
|
-
{
|
47190
|
-
"type": "number"
|
47191
|
-
}
|
47192
|
-
]
|
47193
|
-
},
|
47194
47485
|
"Property.InlineSize<(string|number)>": {
|
47195
47486
|
"anyOf": [
|
47196
47487
|
{
|
@@ -47620,11 +47911,7 @@
|
|
47620
47911
|
"$ref": "#/definitions/Globals"
|
47621
47912
|
},
|
47622
47913
|
{
|
47623
|
-
"$ref": "#/definitions/DataType.
|
47624
|
-
},
|
47625
|
-
{
|
47626
|
-
"type": "string",
|
47627
|
-
"const": "margin-box"
|
47914
|
+
"$ref": "#/definitions/DataType.GeometryBox"
|
47628
47915
|
},
|
47629
47916
|
{
|
47630
47917
|
"type": "string"
|
@@ -47809,6 +48096,9 @@
|
|
47809
48096
|
},
|
47810
48097
|
{
|
47811
48098
|
"type": "number"
|
48099
|
+
},
|
48100
|
+
{
|
48101
|
+
"type": "string"
|
47812
48102
|
}
|
47813
48103
|
]
|
47814
48104
|
},
|
@@ -48156,6 +48446,9 @@
|
|
48156
48446
|
},
|
48157
48447
|
{
|
48158
48448
|
"type": "number"
|
48449
|
+
},
|
48450
|
+
{
|
48451
|
+
"type": "string"
|
48159
48452
|
}
|
48160
48453
|
]
|
48161
48454
|
},
|
@@ -48229,6 +48522,30 @@
|
|
48229
48522
|
}
|
48230
48523
|
]
|
48231
48524
|
},
|
48525
|
+
"Property.OverflowClipMargin<(string|number)>": {
|
48526
|
+
"anyOf": [
|
48527
|
+
{
|
48528
|
+
"$ref": "#/definitions/Globals"
|
48529
|
+
},
|
48530
|
+
{
|
48531
|
+
"$ref": "#/definitions/DataType.VisualBox"
|
48532
|
+
},
|
48533
|
+
{
|
48534
|
+
"type": "string"
|
48535
|
+
},
|
48536
|
+
{
|
48537
|
+
"type": "number"
|
48538
|
+
}
|
48539
|
+
]
|
48540
|
+
},
|
48541
|
+
"DataType.VisualBox": {
|
48542
|
+
"type": "string",
|
48543
|
+
"enum": [
|
48544
|
+
"border-box",
|
48545
|
+
"content-box",
|
48546
|
+
"padding-box"
|
48547
|
+
]
|
48548
|
+
},
|
48232
48549
|
"Property.OverflowInline": {
|
48233
48550
|
"anyOf": [
|
48234
48551
|
{
|
@@ -48275,28 +48592,6 @@
|
|
48275
48592
|
}
|
48276
48593
|
]
|
48277
48594
|
},
|
48278
|
-
"Property.OverscrollBehavior": {
|
48279
|
-
"anyOf": [
|
48280
|
-
{
|
48281
|
-
"$ref": "#/definitions/Globals"
|
48282
|
-
},
|
48283
|
-
{
|
48284
|
-
"type": "string",
|
48285
|
-
"const": "auto"
|
48286
|
-
},
|
48287
|
-
{
|
48288
|
-
"type": "string",
|
48289
|
-
"const": "contain"
|
48290
|
-
},
|
48291
|
-
{
|
48292
|
-
"type": "string",
|
48293
|
-
"const": "none"
|
48294
|
-
},
|
48295
|
-
{
|
48296
|
-
"type": "string"
|
48297
|
-
}
|
48298
|
-
]
|
48299
|
-
},
|
48300
48595
|
"Property.OverscrollBehaviorBlock": {
|
48301
48596
|
"anyOf": [
|
48302
48597
|
{
|
@@ -49164,20 +49459,12 @@
|
|
49164
49459
|
{
|
49165
49460
|
"$ref": "#/definitions/Globals"
|
49166
49461
|
},
|
49167
|
-
{
|
49168
|
-
"$ref": "#/definitions/DataType.Color"
|
49169
|
-
},
|
49170
49462
|
{
|
49171
49463
|
"type": "string",
|
49172
49464
|
"const": "auto"
|
49173
49465
|
},
|
49174
49466
|
{
|
49175
|
-
"type": "string"
|
49176
|
-
"const": "dark"
|
49177
|
-
},
|
49178
|
-
{
|
49179
|
-
"type": "string",
|
49180
|
-
"const": "light"
|
49467
|
+
"type": "string"
|
49181
49468
|
}
|
49182
49469
|
]
|
49183
49470
|
},
|
@@ -49186,10 +49473,6 @@
|
|
49186
49473
|
{
|
49187
49474
|
"$ref": "#/definitions/Globals"
|
49188
49475
|
},
|
49189
|
-
{
|
49190
|
-
"type": "string",
|
49191
|
-
"const": "always"
|
49192
|
-
},
|
49193
49476
|
{
|
49194
49477
|
"type": "string",
|
49195
49478
|
"const": "auto"
|
@@ -49557,6 +49840,9 @@
|
|
49557
49840
|
},
|
49558
49841
|
{
|
49559
49842
|
"type": "number"
|
49843
|
+
},
|
49844
|
+
{
|
49845
|
+
"type": "string"
|
49560
49846
|
}
|
49561
49847
|
]
|
49562
49848
|
},
|
@@ -49663,6 +49949,9 @@
|
|
49663
49949
|
},
|
49664
49950
|
{
|
49665
49951
|
"type": "number"
|
49952
|
+
},
|
49953
|
+
{
|
49954
|
+
"type": "string"
|
49666
49955
|
}
|
49667
49956
|
]
|
49668
49957
|
},
|
@@ -60539,7 +60828,7 @@
|
|
60539
60828
|
"$ref": "#/definitions/StepsSchema",
|
60540
60829
|
"additionalProperties": false,
|
60541
60830
|
"patternProperties": {
|
60542
|
-
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|steps|source|value|name|status|mode|label|labelClassName|popOver|quickEdit|copyable)$": {}
|
60831
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|steps|source|value|name|status|mode|labelPlacement|progressDot|label|labelClassName|popOver|quickEdit|copyable)$": {}
|
60543
60832
|
}
|
60544
60833
|
},
|
60545
60834
|
{
|
@@ -60672,7 +60961,7 @@
|
|
60672
60961
|
"$ref": "#/definitions/DateRangeControlSchema",
|
60673
60962
|
"additionalProperties": false,
|
60674
60963
|
"patternProperties": {
|
60675
|
-
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|borderMode|embed|popOver|quickEdit|copyable)$": {}
|
60964
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|borderMode|embed|ranges|popOver|quickEdit|copyable)$": {}
|
60676
60965
|
}
|
60677
60966
|
},
|
60678
60967
|
{
|
@@ -60784,7 +61073,7 @@
|
|
60784
61073
|
"$ref": "#/definitions/QuarterRangeControlSchema",
|
60785
61074
|
"additionalProperties": false,
|
60786
61075
|
"patternProperties": {
|
60787
|
-
"^(delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|value|borderMode|embed|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|onEvent|type|popOver|quickEdit|copyable)$": {}
|
61076
|
+
"^(delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|value|borderMode|embed|ranges|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|onEvent|type|popOver|quickEdit|copyable)$": {}
|
60788
61077
|
}
|
60789
61078
|
},
|
60790
61079
|
{
|
@@ -61347,7 +61636,7 @@
|
|
61347
61636
|
"$ref": "#/definitions/StepsSchema",
|
61348
61637
|
"additionalProperties": false,
|
61349
61638
|
"patternProperties": {
|
61350
|
-
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|steps|source|value|name|status|mode|label|labelClassName|popOver|quickEdit|copyable)$": {}
|
61639
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|steps|source|value|name|status|mode|labelPlacement|progressDot|label|labelClassName|popOver|quickEdit|copyable)$": {}
|
61351
61640
|
}
|
61352
61641
|
},
|
61353
61642
|
{
|
@@ -61480,7 +61769,7 @@
|
|
61480
61769
|
"$ref": "#/definitions/DateRangeControlSchema",
|
61481
61770
|
"additionalProperties": false,
|
61482
61771
|
"patternProperties": {
|
61483
|
-
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|borderMode|embed|popOver|quickEdit|copyable)$": {}
|
61772
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|borderMode|embed|ranges|popOver|quickEdit|copyable)$": {}
|
61484
61773
|
}
|
61485
61774
|
},
|
61486
61775
|
{
|
@@ -61592,7 +61881,7 @@
|
|
61592
61881
|
"$ref": "#/definitions/QuarterRangeControlSchema",
|
61593
61882
|
"additionalProperties": false,
|
61594
61883
|
"patternProperties": {
|
61595
|
-
"^(delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|value|borderMode|embed|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|onEvent|type|popOver|quickEdit|copyable)$": {}
|
61884
|
+
"^(delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|value|borderMode|embed|ranges|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|onEvent|type|popOver|quickEdit|copyable)$": {}
|
61596
61885
|
}
|
61597
61886
|
},
|
61598
61887
|
{
|
@@ -62155,7 +62444,7 @@
|
|
62155
62444
|
"$ref": "#/definitions/StepsSchema",
|
62156
62445
|
"additionalProperties": false,
|
62157
62446
|
"patternProperties": {
|
62158
|
-
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|steps|source|value|name|status|mode|label|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|labelClassName|filterable|breakpoint|remark|unique)$": {}
|
62447
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|steps|source|value|name|status|mode|labelPlacement|progressDot|label|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|labelClassName|filterable|breakpoint|remark|unique)$": {}
|
62159
62448
|
}
|
62160
62449
|
},
|
62161
62450
|
{
|
@@ -62288,7 +62577,7 @@
|
|
62288
62577
|
"$ref": "#/definitions/DateRangeControlSchema",
|
62289
62578
|
"additionalProperties": false,
|
62290
62579
|
"patternProperties": {
|
62291
|
-
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|borderMode|embed|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
|
62580
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|borderMode|embed|ranges|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
|
62292
62581
|
}
|
62293
62582
|
},
|
62294
62583
|
{
|
@@ -62400,7 +62689,7 @@
|
|
62400
62689
|
"$ref": "#/definitions/QuarterRangeControlSchema",
|
62401
62690
|
"additionalProperties": false,
|
62402
62691
|
"patternProperties": {
|
62403
|
-
"^(delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|value|borderMode|embed|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|onEvent|type|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
|
62692
|
+
"^(delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|value|borderMode|embed|ranges|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|onEvent|type|fixed|popOver|quickEdit|quickEditOnUpdate|copyable|sortable|searchable|toggled|width|align|classNameExpr|filterable|breakpoint|unique)$": {}
|
62404
62693
|
}
|
62405
62694
|
},
|
62406
62695
|
{
|
@@ -62963,7 +63252,7 @@
|
|
62963
63252
|
"$ref": "#/definitions/StepsSchema",
|
62964
63253
|
"additionalProperties": false,
|
62965
63254
|
"patternProperties": {
|
62966
|
-
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|steps|source|value|name|status|mode|x|y|w|h|width|height|align|valign|gridClassName)$": {}
|
63255
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|steps|source|value|name|status|mode|labelPlacement|progressDot|x|y|w|h|width|height|align|valign|gridClassName)$": {}
|
62967
63256
|
}
|
62968
63257
|
},
|
62969
63258
|
{
|
@@ -63096,7 +63385,7 @@
|
|
63096
63385
|
"$ref": "#/definitions/DateRangeControlSchema",
|
63097
63386
|
"additionalProperties": false,
|
63098
63387
|
"patternProperties": {
|
63099
|
-
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|borderMode|embed|x|y|w|h|width|height|align|valign|gridClassName)$": {}
|
63388
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|borderMode|embed|ranges|x|y|w|h|width|height|align|valign|gridClassName)$": {}
|
63100
63389
|
}
|
63101
63390
|
},
|
63102
63391
|
{
|
@@ -63208,7 +63497,7 @@
|
|
63208
63497
|
"$ref": "#/definitions/QuarterRangeControlSchema",
|
63209
63498
|
"additionalProperties": false,
|
63210
63499
|
"patternProperties": {
|
63211
|
-
"^(delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|value|borderMode|embed|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|onEvent|type|x|y|w|h|width|height|align|valign|gridClassName)$": {}
|
63500
|
+
"^(delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|value|borderMode|embed|ranges|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|onEvent|type|x|y|w|h|width|height|align|valign|gridClassName)$": {}
|
63212
63501
|
}
|
63213
63502
|
},
|
63214
63503
|
{
|
@@ -63771,7 +64060,7 @@
|
|
63771
64060
|
"$ref": "#/definitions/StepsSchema",
|
63772
64061
|
"additionalProperties": false,
|
63773
64062
|
"patternProperties": {
|
63774
|
-
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|steps|source|value|name|status|mode|rowClassName|cellClassName)$": {}
|
64063
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|steps|source|value|name|status|mode|labelPlacement|progressDot|rowClassName|cellClassName)$": {}
|
63775
64064
|
}
|
63776
64065
|
},
|
63777
64066
|
{
|
@@ -63904,7 +64193,7 @@
|
|
63904
64193
|
"$ref": "#/definitions/DateRangeControlSchema",
|
63905
64194
|
"additionalProperties": false,
|
63906
64195
|
"patternProperties": {
|
63907
|
-
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|borderMode|embed|rowClassName|cellClassName)$": {}
|
64196
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|borderMode|embed|ranges|rowClassName|cellClassName)$": {}
|
63908
64197
|
}
|
63909
64198
|
},
|
63910
64199
|
{
|
@@ -64016,7 +64305,7 @@
|
|
64016
64305
|
"$ref": "#/definitions/QuarterRangeControlSchema",
|
64017
64306
|
"additionalProperties": false,
|
64018
64307
|
"patternProperties": {
|
64019
|
-
"^(delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|value|borderMode|embed|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|onEvent|type|rowClassName|cellClassName)$": {}
|
64308
|
+
"^(delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|value|borderMode|embed|ranges|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|onEvent|type|rowClassName|cellClassName)$": {}
|
64020
64309
|
}
|
64021
64310
|
},
|
64022
64311
|
{
|
@@ -64579,7 +64868,7 @@
|
|
64579
64868
|
"$ref": "#/definitions/StepsSchema",
|
64580
64869
|
"additionalProperties": false,
|
64581
64870
|
"patternProperties": {
|
64582
|
-
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|steps|source|value|name|status|mode|unique|columnClassName)$": {}
|
64871
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|steps|source|value|name|status|mode|labelPlacement|progressDot|unique|columnClassName)$": {}
|
64583
64872
|
}
|
64584
64873
|
},
|
64585
64874
|
{
|
@@ -64712,7 +65001,7 @@
|
|
64712
65001
|
"$ref": "#/definitions/DateRangeControlSchema",
|
64713
65002
|
"additionalProperties": false,
|
64714
65003
|
"patternProperties": {
|
64715
|
-
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|borderMode|embed|unique|columnClassName)$": {}
|
65004
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|borderMode|embed|ranges|unique|columnClassName)$": {}
|
64716
65005
|
}
|
64717
65006
|
},
|
64718
65007
|
{
|
@@ -64824,7 +65113,7 @@
|
|
64824
65113
|
"$ref": "#/definitions/QuarterRangeControlSchema",
|
64825
65114
|
"additionalProperties": false,
|
64826
65115
|
"patternProperties": {
|
64827
|
-
"^(delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|value|borderMode|embed|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|onEvent|type|unique|columnClassName)$": {}
|
65116
|
+
"^(delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|value|borderMode|embed|ranges|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|onEvent|type|unique|columnClassName)$": {}
|
64828
65117
|
}
|
64829
65118
|
},
|
64830
65119
|
{
|
@@ -65387,7 +65676,7 @@
|
|
65387
65676
|
"$ref": "#/definitions/StepsSchema",
|
65388
65677
|
"additionalProperties": false,
|
65389
65678
|
"patternProperties": {
|
65390
|
-
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|steps|source|value|name|status|mode|columnClassName|columnRatio)$": {}
|
65679
|
+
"^(type|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|steps|source|value|name|status|mode|labelPlacement|progressDot|columnClassName|columnRatio)$": {}
|
65391
65680
|
}
|
65392
65681
|
},
|
65393
65682
|
{
|
@@ -65520,7 +65809,7 @@
|
|
65520
65809
|
"$ref": "#/definitions/DateRangeControlSchema",
|
65521
65810
|
"additionalProperties": false,
|
65522
65811
|
"patternProperties": {
|
65523
|
-
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|borderMode|embed|columnClassName|columnRatio)$": {}
|
65812
|
+
"^(onEvent|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|type|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|value|clearValueOnHidden|validateApi|delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|borderMode|embed|ranges|columnClassName|columnRatio)$": {}
|
65524
65813
|
}
|
65525
65814
|
},
|
65526
65815
|
{
|
@@ -65632,7 +65921,7 @@
|
|
65632
65921
|
"$ref": "#/definitions/QuarterRangeControlSchema",
|
65633
65922
|
"additionalProperties": false,
|
65634
65923
|
"patternProperties": {
|
65635
|
-
"^(delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|value|borderMode|embed|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|onEvent|type|columnClassName|columnRatio)$": {}
|
65924
|
+
"^(delimiter|format|inputFormat|joinValues|maxDate|minDate|maxDuration|minDuration|value|borderMode|embed|ranges|size|label|labelClassName|name|remark|labelRemark|hint|submitOnChange|readOnly|validateOnChange|description|desc|descriptionClassName|mode|horizontal|inline|inputClassName|placeholder|required|validationErrors|validations|clearValueOnHidden|validateApi|className|$ref|disabled|disabledOn|hidden|hiddenOn|visible|visibleOn|onEvent|type|columnClassName|columnRatio)$": {}
|
65636
65925
|
}
|
65637
65926
|
},
|
65638
65927
|
{
|