@wix/patterns 1.370.0 → 1.372.0
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/dist/cjs/components/ArchivedItemsPanel/ArchivedItemsCTAButton.js +10 -9
- package/dist/cjs/components/ArchivedItemsPanel/ArchivedItemsCTAButton.js.map +1 -1
- package/dist/cjs/components/ArchivedItemsPanel/ArchivedItemsListItem.js +50 -13
- package/dist/cjs/components/ArchivedItemsPanel/ArchivedItemsListItem.js.map +1 -1
- package/dist/cjs/components/ArchivedItemsPanel/types.js.map +1 -1
- package/dist/cjs/components/CardContainer/CardContainer.st.css.js +2 -2
- package/dist/cjs/components/CardContainer/CardContainer.st.css.js.map +1 -1
- package/dist/cjs/components/Collapse/Collapse.st.css.js +3 -3
- package/dist/cjs/components/Collapse/Collapse.st.css.js.map +1 -1
- package/dist/cjs/components/CollectionPageNew/CollectionPage.st.css.js +2 -2
- package/dist/cjs/components/CollectionPageNew/CollectionPage.st.css.js.map +1 -1
- package/dist/cjs/components/CollectionSectionHeader/CollectionSectionHeader.st.css.js +3 -3
- package/dist/cjs/components/CollectionSectionHeader/CollectionSectionHeader.st.css.js.map +1 -1
- package/dist/cjs/components/CollectionTable/CollectionTable.st.css.js +2 -2
- package/dist/cjs/components/CollectionTable/CollectionTable.st.css.js.map +1 -1
- package/dist/cjs/components/CollectionToolbar/CollectionToolbar.st.css.js +5 -5
- package/dist/cjs/components/CollectionToolbar/CollectionToolbar.st.css.js.map +1 -1
- package/dist/cjs/components/CollectionToolbar/SearchOrCustomFilter.st.css.js +4 -4
- package/dist/cjs/components/CollectionToolbar/SearchOrCustomFilter.st.css.js.map +1 -1
- package/dist/cjs/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js +2 -2
- package/dist/cjs/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js.map +1 -1
- package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.js +20 -23
- package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.js.map +1 -1
- package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.st.css.js +2 -2
- package/dist/cjs/components/CollectionViewsDropdown/ViewsDropdown.st.css.js.map +1 -1
- package/dist/cjs/components/CustomColumnsPanel/ColumnListTableListItem.js +51 -15
- package/dist/cjs/components/CustomColumnsPanel/ColumnListTableListItem.js.map +1 -1
- package/dist/cjs/components/CustomColumnsPanel/CustomColumnsPanel.js +2 -5
- package/dist/cjs/components/CustomColumnsPanel/CustomColumnsPanel.js.map +1 -1
- package/dist/cjs/components/CustomColumnsPanel/FieldIndications.js +160 -0
- package/dist/cjs/components/CustomColumnsPanel/FieldIndications.js.map +1 -0
- package/dist/cjs/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.js +0 -8
- package/dist/cjs/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.js.map +1 -1
- package/dist/cjs/components/DragHandle/DragHandle.st.css.js +2 -2
- package/dist/cjs/components/DragHandle/DragHandle.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/EditableCell.js +16 -7
- package/dist/cjs/components/EditableTable/EditableCell.js.map +1 -1
- package/dist/cjs/components/EditableTable/EditableCell.st.css.js +3 -3
- package/dist/cjs/components/EditableTable/EditableCell.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/CellViewLayout.js +23 -0
- package/dist/cjs/components/EditableTable/cellTypes/CellViewLayout.js.map +1 -0
- package/dist/cjs/components/EditableTable/cellTypes/CellViewLayout.st.css +14 -0
- package/dist/cjs/components/EditableTable/cellTypes/CellViewLayout.st.css.js +22 -0
- package/dist/cjs/components/EditableTable/cellTypes/CellViewLayout.st.css.js.map +1 -0
- package/dist/cjs/components/EditableTable/cellTypes/boolean/Edit.js +7 -7
- package/dist/cjs/components/EditableTable/cellTypes/boolean/Edit.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/boolean/Edit.st.css.js +3 -3
- package/dist/cjs/components/EditableTable/cellTypes/boolean/Edit.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/boolean/View.js +6 -22
- package/dist/cjs/components/EditableTable/cellTypes/boolean/View.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/boolean/View.st.css.js +3 -3
- package/dist/cjs/components/EditableTable/cellTypes/boolean/View.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/date/Edit.js +12 -3
- package/dist/cjs/components/EditableTable/cellTypes/date/Edit.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/date/Edit.st.css.js +3 -3
- package/dist/cjs/components/EditableTable/cellTypes/date/Edit.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/date/View.js +12 -6
- package/dist/cjs/components/EditableTable/cellTypes/date/View.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/date/View.st.css +1 -4
- package/dist/cjs/components/EditableTable/cellTypes/date/View.st.css.js +2 -3
- package/dist/cjs/components/EditableTable/cellTypes/date/View.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/email/Edit.st.css.js +3 -3
- package/dist/cjs/components/EditableTable/cellTypes/email/Edit.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/email/View.js +11 -5
- package/dist/cjs/components/EditableTable/cellTypes/email/View.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/email/View.st.css +1 -4
- package/dist/cjs/components/EditableTable/cellTypes/email/View.st.css.js +2 -3
- package/dist/cjs/components/EditableTable/cellTypes/email/View.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/number/Edit.st.css.js +3 -3
- package/dist/cjs/components/EditableTable/cellTypes/number/Edit.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/number/View.js +12 -4
- package/dist/cjs/components/EditableTable/cellTypes/number/View.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/number/View.st.css +0 -1
- package/dist/cjs/components/EditableTable/cellTypes/number/View.st.css.js +3 -3
- package/dist/cjs/components/EditableTable/cellTypes/number/View.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/object/Edit.st.css.js +3 -3
- package/dist/cjs/components/EditableTable/cellTypes/object/Edit.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/object/View.js +2 -3
- package/dist/cjs/components/EditableTable/cellTypes/object/View.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/object/View.st.css +1 -4
- package/dist/cjs/components/EditableTable/cellTypes/object/View.st.css.js +2 -3
- package/dist/cjs/components/EditableTable/cellTypes/object/View.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/select/Edit.js +18 -2
- package/dist/cjs/components/EditableTable/cellTypes/select/Edit.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/select/Edit.st.css.js +3 -3
- package/dist/cjs/components/EditableTable/cellTypes/select/Edit.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/select/View.js +12 -6
- package/dist/cjs/components/EditableTable/cellTypes/select/View.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/select/View.st.css +1 -4
- package/dist/cjs/components/EditableTable/cellTypes/select/View.st.css.js +2 -3
- package/dist/cjs/components/EditableTable/cellTypes/select/View.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/text/Edit.st.css.js +4 -4
- package/dist/cjs/components/EditableTable/cellTypes/text/Edit.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/text/View.js +12 -6
- package/dist/cjs/components/EditableTable/cellTypes/text/View.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/text/View.st.css +1 -4
- package/dist/cjs/components/EditableTable/cellTypes/text/View.st.css.js +2 -3
- package/dist/cjs/components/EditableTable/cellTypes/text/View.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/url/Edit.st.css.js +3 -3
- package/dist/cjs/components/EditableTable/cellTypes/url/Edit.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/cellTypes/url/View.st.css.js +5 -5
- package/dist/cjs/components/EditableTable/cellTypes/url/View.st.css.js.map +1 -1
- package/dist/cjs/components/EditableTable/useCloseOnAncestorScroll.js +27 -0
- package/dist/cjs/components/EditableTable/useCloseOnAncestorScroll.js.map +1 -0
- package/dist/cjs/components/EntityPage/EntityPagePlain.st.css.js +2 -2
- package/dist/cjs/components/EntityPage/EntityPagePlain.st.css.js.map +1 -1
- package/dist/cjs/components/Fade/Fade.st.css.js +2 -2
- package/dist/cjs/components/Fade/Fade.st.css.js.map +1 -1
- package/dist/cjs/components/Heading/Heading.st.css.js +2 -2
- package/dist/cjs/components/Heading/Heading.st.css.js.map +1 -1
- package/dist/cjs/components/ImportButton/ImportStepUpload.st.css.js +3 -3
- package/dist/cjs/components/ImportButton/ImportStepUpload.st.css.js.map +1 -1
- package/dist/cjs/components/InputOverflow/InputOverflow.st.css.js +2 -2
- package/dist/cjs/components/InputOverflow/InputOverflow.st.css.js.map +1 -1
- package/dist/cjs/components/LoadingRow/LoadingRow.st.css.js +3 -3
- package/dist/cjs/components/LoadingRow/LoadingRow.st.css.js.map +1 -1
- package/dist/cjs/components/MaxHeightText/MaxHeightText.st.css.js +2 -2
- package/dist/cjs/components/MaxHeightText/MaxHeightText.st.css.js.map +1 -1
- package/dist/cjs/components/MaxLines/MaxLines.st.css.js +2 -2
- package/dist/cjs/components/MaxLines/MaxLines.st.css.js.map +1 -1
- package/dist/cjs/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js +5 -5
- package/dist/cjs/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js.map +1 -1
- package/dist/cjs/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js +2 -2
- package/dist/cjs/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js.map +1 -1
- package/dist/cjs/components/NestedTable/NestedTableRow.st.css.js +5 -5
- package/dist/cjs/components/NestedTable/NestedTableRow.st.css.js.map +1 -1
- package/dist/cjs/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js +2 -2
- package/dist/cjs/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js.map +1 -1
- package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js +2 -2
- package/dist/cjs/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js.map +1 -1
- package/dist/cjs/components/PickerContent/PickerContent.st.css.js +2 -2
- package/dist/cjs/components/PickerContent/PickerContent.st.css.js.map +1 -1
- package/dist/cjs/components/PickerContent/PickerContentAdditionalStep.st.css.js +4 -4
- package/dist/cjs/components/PickerContent/PickerContentAdditionalStep.st.css.js.map +1 -1
- package/dist/cjs/components/PickerTableListItem/PickerTableListItem.st.css.js +2 -2
- package/dist/cjs/components/PickerTableListItem/PickerTableListItem.st.css.js.map +1 -1
- package/dist/cjs/components/ScrollableContent/ScrollableContent.st.css.js +2 -2
- package/dist/cjs/components/ScrollableContent/ScrollableContent.st.css.js.map +1 -1
- package/dist/cjs/components/SkeletonCard/SkeletonCard.st.css.js +3 -3
- package/dist/cjs/components/SkeletonCard/SkeletonCard.st.css.js.map +1 -1
- package/dist/cjs/components/SlidingModal/SlidingModal.st.css.js +2 -2
- package/dist/cjs/components/SlidingModal/SlidingModal.st.css.js.map +1 -1
- package/dist/cjs/components/TabsFilter/TabsFilter.st.css.js +3 -3
- package/dist/cjs/components/TabsFilter/TabsFilter.st.css.js.map +1 -1
- package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.js +28 -33
- package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.js.map +1 -1
- package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js +2 -2
- package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js.map +1 -1
- package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.uni.driver.js +12 -2
- package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.uni.driver.js.map +1 -1
- package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsNotification.js +40 -60
- package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsNotification.js.map +1 -1
- package/dist/cjs/components/TagsWidget/TagsWidget.js +18 -18
- package/dist/cjs/components/TagsWidget/TagsWidget.js.map +1 -1
- package/dist/cjs/components/TagsWidget/TagsWidgetContent.js +14 -12
- package/dist/cjs/components/TagsWidget/TagsWidgetContent.js.map +1 -1
- package/dist/cjs/components/ToolbarItem/ToolbarItem.st.css.js +2 -2
- package/dist/cjs/components/ToolbarItem/ToolbarItem.st.css.js.map +1 -1
- package/dist/cjs/components/ToolbarItemBox/ToolbarItemBox.st.css.js +2 -2
- package/dist/cjs/components/ToolbarItemBox/ToolbarItemBox.st.css.js.map +1 -1
- package/dist/cjs/components/common.st.css.js +4 -4
- package/dist/cjs/components/common.st.css.js.map +1 -1
- package/dist/cjs/model/tableColumn.js.map +1 -1
- package/dist/cjs/state/CollectionPage/CollectionPageHeader.st.css.js +2 -2
- package/dist/cjs/state/CollectionPage/CollectionPageHeader.st.css.js.map +1 -1
- package/dist/cjs/state/FormPage/FormPageHeader.st.css.js +2 -2
- package/dist/cjs/state/FormPage/FormPageHeader.st.css.js.map +1 -1
- package/dist/cjs/state/ToolbarCollectionState.js +10 -2
- package/dist/cjs/state/ToolbarCollectionState.js.map +1 -1
- package/dist/cjs/state/simplifyExtendedColumns.js +7 -2
- package/dist/cjs/state/simplifyExtendedColumns.js.map +1 -1
- package/dist/cjs/styles.global.css +1 -1
- package/dist/cjs/test-utils/TagsMocks.js +4 -0
- package/dist/cjs/test-utils/TagsMocks.js.map +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/cjs/version.js.map +1 -1
- package/dist/docs/ActionCellProps.md +9 -0
- package/dist/docs/AutoCompleteFilter.md +2 -0
- package/dist/docs/MultiAutoInlineCheckboxFilter.md +798 -739
- package/dist/docs/MultiInlineCheckboxFilter.md +798 -739
- package/dist/docs/MultiSelectCheckboxFilter.md +2 -0
- package/dist/docs/MultiSelectCollectionFilter.md +2 -0
- package/dist/docs/SingleSelectFilter.md +2 -0
- package/dist/docs/TableColumn.md +4 -0
- package/dist/docs/TagsWidget.md +1 -0
- package/dist/docs/index.json +22 -22
- package/dist/esm/components/ArchivedItemsPanel/ArchivedItemsCTAButton.js +2 -2
- package/dist/esm/components/ArchivedItemsPanel/ArchivedItemsCTAButton.js.map +1 -1
- package/dist/esm/components/ArchivedItemsPanel/ArchivedItemsListItem.js +8 -3
- package/dist/esm/components/ArchivedItemsPanel/ArchivedItemsListItem.js.map +1 -1
- package/dist/esm/components/CardContainer/CardContainer.st.css.js +2 -2
- package/dist/esm/components/CardContainer/CardContainer.st.css.js.map +1 -1
- package/dist/esm/components/Collapse/Collapse.st.css.js +2 -2
- package/dist/esm/components/CollectionPageNew/CollectionPage.st.css.js +2 -2
- package/dist/esm/components/CollectionSectionHeader/CollectionSectionHeader.st.css.js +2 -2
- package/dist/esm/components/CollectionTable/CollectionTable.st.css.js +2 -2
- package/dist/esm/components/CollectionToolbar/CollectionToolbar.st.css.js +2 -2
- package/dist/esm/components/CollectionToolbar/CollectionToolbar.st.css.js.map +1 -1
- package/dist/esm/components/CollectionToolbar/SearchOrCustomFilter.st.css.js +2 -2
- package/dist/esm/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js +2 -2
- package/dist/esm/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.js.map +1 -1
- package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.js +7 -7
- package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.js.map +1 -1
- package/dist/esm/components/CollectionViewsDropdown/ViewsDropdown.st.css.js +2 -2
- package/dist/esm/components/CustomColumnsPanel/ColumnListTableListItem.js +24 -8
- package/dist/esm/components/CustomColumnsPanel/ColumnListTableListItem.js.map +1 -1
- package/dist/esm/components/CustomColumnsPanel/CustomColumnsPanel.js +1 -1
- package/dist/esm/components/CustomColumnsPanel/CustomColumnsPanel.js.map +1 -1
- package/dist/esm/components/CustomColumnsPanel/FieldIndications.js +31 -0
- package/dist/esm/components/CustomColumnsPanel/FieldIndications.js.map +1 -0
- package/dist/esm/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.js +1 -2
- package/dist/esm/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.js.map +1 -1
- package/dist/esm/components/DragHandle/DragHandle.st.css.js +2 -2
- package/dist/esm/components/EditableTable/EditableCell.js +9 -1
- package/dist/esm/components/EditableTable/EditableCell.js.map +1 -1
- package/dist/esm/components/EditableTable/EditableCell.st.css.js +2 -2
- package/dist/esm/components/EditableTable/EditableCell.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/CellViewLayout.js +6 -0
- package/dist/esm/components/EditableTable/cellTypes/CellViewLayout.js.map +1 -0
- package/dist/esm/components/EditableTable/cellTypes/CellViewLayout.st.css +14 -0
- package/dist/esm/components/EditableTable/cellTypes/CellViewLayout.st.css.js +15 -0
- package/dist/esm/components/EditableTable/cellTypes/CellViewLayout.st.css.js.map +1 -0
- package/dist/esm/components/EditableTable/cellTypes/boolean/Edit.js +5 -5
- package/dist/esm/components/EditableTable/cellTypes/boolean/Edit.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/boolean/Edit.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/boolean/Edit.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/boolean/View.js +2 -4
- package/dist/esm/components/EditableTable/cellTypes/boolean/View.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/boolean/View.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/date/Edit.js +6 -1
- package/dist/esm/components/EditableTable/cellTypes/date/Edit.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/date/Edit.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/date/View.js +3 -2
- package/dist/esm/components/EditableTable/cellTypes/date/View.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/date/View.st.css +1 -4
- package/dist/esm/components/EditableTable/cellTypes/date/View.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/date/View.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/email/Edit.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/email/View.js +3 -2
- package/dist/esm/components/EditableTable/cellTypes/email/View.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/email/View.st.css +1 -4
- package/dist/esm/components/EditableTable/cellTypes/email/View.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/email/View.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/number/Edit.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/number/View.js +3 -1
- package/dist/esm/components/EditableTable/cellTypes/number/View.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/number/View.st.css +0 -1
- package/dist/esm/components/EditableTable/cellTypes/number/View.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/object/Edit.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/object/Edit.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/object/View.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/object/View.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/object/View.st.css +1 -4
- package/dist/esm/components/EditableTable/cellTypes/object/View.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/object/View.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/select/Edit.js +12 -2
- package/dist/esm/components/EditableTable/cellTypes/select/Edit.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/select/Edit.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/select/View.js +3 -2
- package/dist/esm/components/EditableTable/cellTypes/select/View.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/select/View.st.css +1 -4
- package/dist/esm/components/EditableTable/cellTypes/select/View.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/select/View.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/text/Edit.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/text/Edit.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/text/View.js +3 -2
- package/dist/esm/components/EditableTable/cellTypes/text/View.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/text/View.st.css +1 -4
- package/dist/esm/components/EditableTable/cellTypes/text/View.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/text/View.st.css.js.map +1 -1
- package/dist/esm/components/EditableTable/cellTypes/url/Edit.st.css.js +2 -2
- package/dist/esm/components/EditableTable/cellTypes/url/View.st.css.js +2 -2
- package/dist/esm/components/EditableTable/useCloseOnAncestorScroll.js +23 -0
- package/dist/esm/components/EditableTable/useCloseOnAncestorScroll.js.map +1 -0
- package/dist/esm/components/EntityPage/EntityPagePlain.st.css.js +2 -2
- package/dist/esm/components/EntityPage/EntityPagePlain.st.css.js.map +1 -1
- package/dist/esm/components/Fade/Fade.st.css.js +2 -2
- package/dist/esm/components/Heading/Heading.st.css.js +2 -2
- package/dist/esm/components/Heading/Heading.st.css.js.map +1 -1
- package/dist/esm/components/ImportButton/ImportStepUpload.st.css.js +2 -2
- package/dist/esm/components/ImportButton/ImportStepUpload.st.css.js.map +1 -1
- package/dist/esm/components/InputOverflow/InputOverflow.st.css.js +2 -2
- package/dist/esm/components/LoadingRow/LoadingRow.st.css.js +3 -3
- package/dist/esm/components/MaxHeightText/MaxHeightText.st.css.js +2 -2
- package/dist/esm/components/MaxLines/MaxLines.st.css.js +2 -2
- package/dist/esm/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js +2 -2
- package/dist/esm/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js +2 -2
- package/dist/esm/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js.map +1 -1
- package/dist/esm/components/NestedTable/NestedTableRow.st.css.js +2 -2
- package/dist/esm/components/NestedTable/NestedTableRow.st.css.js.map +1 -1
- package/dist/esm/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js +2 -2
- package/dist/esm/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.js.map +1 -1
- package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js +2 -2
- package/dist/esm/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.js.map +1 -1
- package/dist/esm/components/PickerContent/PickerContent.st.css.js +2 -2
- package/dist/esm/components/PickerContent/PickerContentAdditionalStep.st.css.js +2 -2
- package/dist/esm/components/PickerTableListItem/PickerTableListItem.st.css.js +2 -2
- package/dist/esm/components/PickerTableListItem/PickerTableListItem.st.css.js.map +1 -1
- package/dist/esm/components/ScrollableContent/ScrollableContent.st.css.js +2 -2
- package/dist/esm/components/SkeletonCard/SkeletonCard.st.css.js +2 -2
- package/dist/esm/components/SlidingModal/SlidingModal.st.css.js +2 -2
- package/dist/esm/components/TabsFilter/TabsFilter.st.css.js +2 -2
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.js +2 -3
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.js.map +1 -1
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js +2 -2
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js.map +1 -1
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.uni.driver.js +15 -3
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.uni.driver.js.map +1 -1
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsNotification.js +15 -35
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsNotification.js.map +1 -1
- package/dist/esm/components/TagsWidget/TagsWidget.js.map +1 -1
- package/dist/esm/components/TagsWidget/TagsWidgetContent.js +2 -2
- package/dist/esm/components/TagsWidget/TagsWidgetContent.js.map +1 -1
- package/dist/esm/components/ToolbarItem/ToolbarItem.st.css.js +2 -2
- package/dist/esm/components/ToolbarItemBox/ToolbarItemBox.st.css.js +2 -2
- package/dist/esm/components/common.st.css.js +2 -2
- package/dist/esm/components/common.st.css.js.map +1 -1
- package/dist/esm/model/tableColumn.js.map +1 -1
- package/dist/esm/state/CollectionPage/CollectionPageHeader.st.css.js +2 -2
- package/dist/esm/state/CollectionPage/CollectionPageHeader.st.css.js.map +1 -1
- package/dist/esm/state/FormPage/FormPageHeader.st.css.js +2 -2
- package/dist/esm/state/FormPage/FormPageHeader.st.css.js.map +1 -1
- package/dist/esm/state/ToolbarCollectionState.js +12 -0
- package/dist/esm/state/ToolbarCollectionState.js.map +1 -1
- package/dist/esm/state/simplifyExtendedColumns.js +4 -1
- package/dist/esm/state/simplifyExtendedColumns.js.map +1 -1
- package/dist/esm/styles.global.css +1 -1
- package/dist/esm/test-utils/TagsMocks.js +3 -0
- package/dist/esm/test-utils/TagsMocks.js.map +1 -1
- package/dist/esm/version.js +1 -1
- package/dist/types/components/ArchivedItemsPanel/ArchivedItemsCTAButton.d.ts.map +1 -1
- package/dist/types/components/ArchivedItemsPanel/ArchivedItemsListItem.d.ts.map +1 -1
- package/dist/types/components/ArchivedItemsPanel/types.d.ts +1 -1
- package/dist/types/components/ArchivedItemsPanel/types.d.ts.map +1 -1
- package/dist/types/components/CardContainer/CardContainer.st.css.d.ts.map +1 -1
- package/dist/types/components/CollectionItemActions/CollectionItemActions.uni.driver.d.ts +36 -18
- package/dist/types/components/CollectionItemActions/CollectionItemActions.uni.driver.d.ts.map +1 -1
- package/dist/types/components/CollectionPageNew/CollectionPage.uni.driver.d.ts +5 -1
- package/dist/types/components/CollectionPageNew/CollectionPage.uni.driver.d.ts.map +1 -1
- package/dist/types/components/CollectionTable/CollectionTable.uni.driver.d.ts +224 -239
- package/dist/types/components/CollectionTable/CollectionTable.uni.driver.d.ts.map +1 -1
- package/dist/types/components/CollectionToolbar/CollectionToolbar.st.css.d.ts.map +1 -1
- package/dist/types/components/CollectionToolbar/CollectionToolbar.uni.driver.d.ts +26 -16
- package/dist/types/components/CollectionToolbar/CollectionToolbar.uni.driver.d.ts.map +1 -1
- package/dist/types/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.d.ts.map +1 -1
- package/dist/types/components/CollectionViewsDropdown/ViewsDropdown.d.ts.map +1 -1
- package/dist/types/components/CustomColumnsPanel/ColumnListTableListItem.d.ts.map +1 -1
- package/dist/types/components/CustomColumnsPanel/CustomColumnsPanel.d.ts.map +1 -1
- package/dist/types/components/CustomColumnsPanel/FieldIndications.d.ts +11 -0
- package/dist/types/components/CustomColumnsPanel/FieldIndications.d.ts.map +1 -0
- package/dist/types/components/CustomFieldModal/CustomFieldModal.uni.driver.d.ts +2 -2
- package/dist/types/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.d.ts.map +1 -1
- package/dist/types/components/CustomFieldsWidget/CustomFieldsWidget.uni.driver.d.ts +7 -7
- package/dist/types/components/CustomFieldsWidget/CustomFieldsWidget.uni.driver.d.ts.map +1 -1
- package/dist/types/components/DropdownFilter/CollectionDropdownFilter.uni.driver.d.ts +3 -1
- package/dist/types/components/DropdownFilter/CollectionDropdownFilter.uni.driver.d.ts.map +1 -1
- package/dist/types/components/EditableTable/EditableCell.d.ts.map +1 -1
- package/dist/types/components/EditableTable/EditableCell.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/CellViewLayout.d.ts +7 -0
- package/dist/types/components/EditableTable/cellTypes/CellViewLayout.d.ts.map +1 -0
- package/dist/types/components/EditableTable/cellTypes/CellViewLayout.st.css.d.ts +13 -0
- package/dist/types/components/EditableTable/cellTypes/CellViewLayout.st.css.d.ts.map +1 -0
- package/dist/types/components/EditableTable/cellTypes/boolean/Edit.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/boolean/Edit.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/boolean/View.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/date/Edit.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/date/View.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/date/View.st.css.d.ts +0 -1
- package/dist/types/components/EditableTable/cellTypes/date/View.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/email/View.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/email/View.st.css.d.ts +0 -1
- package/dist/types/components/EditableTable/cellTypes/email/View.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/number/View.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/object/Edit.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/object/View.st.css.d.ts +0 -1
- package/dist/types/components/EditableTable/cellTypes/object/View.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/select/Edit.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/select/View.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/select/View.st.css.d.ts +0 -1
- package/dist/types/components/EditableTable/cellTypes/select/View.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/text/Edit.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/text/View.d.ts.map +1 -1
- package/dist/types/components/EditableTable/cellTypes/text/View.st.css.d.ts +0 -1
- package/dist/types/components/EditableTable/cellTypes/text/View.st.css.d.ts.map +1 -1
- package/dist/types/components/EditableTable/useCloseOnAncestorScroll.d.ts +9 -0
- package/dist/types/components/EditableTable/useCloseOnAncestorScroll.d.ts.map +1 -0
- package/dist/types/components/EmptyState/CollectionEmptyState.uni.driver.d.ts +3 -1
- package/dist/types/components/EmptyState/CollectionEmptyState.uni.driver.d.ts.map +1 -1
- package/dist/types/components/EmptyState/EmptyState.uni.driver.d.ts +3 -1
- package/dist/types/components/EmptyState/EmptyState.uni.driver.d.ts.map +1 -1
- package/dist/types/components/EntityPage/EntityPagePlain.st.css.d.ts.map +1 -1
- package/dist/types/components/ExportButton/ExportButton.uni.driver.d.ts +1 -1
- package/dist/types/components/ExportButton/ExportButton.uni.driver.d.ts.map +1 -1
- package/dist/types/components/ExportButton/ExportModal.uni.driver.d.ts +1 -1
- package/dist/types/components/ExportButton/ExportModal.uni.driver.d.ts.map +1 -1
- package/dist/types/components/FiltersPanel/FiltersPanel.uni.driver.d.ts +6 -4
- package/dist/types/components/FiltersPanel/FiltersPanel.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Grid/Grid.uni.driver.d.ts +37 -25
- package/dist/types/components/Grid/Grid.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Grid/GridFolders.uni.driver.d.ts +175 -159
- package/dist/types/components/Grid/GridFolders.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Grid/GridFoldersSection.uni.driver.d.ts +53 -55
- package/dist/types/components/Grid/GridFoldersSection.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Heading/Heading.st.css.d.ts.map +1 -1
- package/dist/types/components/ImportButton/ImportButton.uni.driver.d.ts +3 -3
- package/dist/types/components/ImportButton/ImportButton.uni.driver.d.ts.map +1 -1
- package/dist/types/components/ImportButton/ImportStepUpload.st.css.d.ts.map +1 -1
- package/dist/types/components/Kanban/Kanban.uni.driver.d.ts +42 -21
- package/dist/types/components/Kanban/Kanban.uni.driver.d.ts.map +1 -1
- package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts +221 -286
- package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts.map +1 -1
- package/dist/types/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.d.ts.map +1 -1
- package/dist/types/components/NestedTable/NestedTableRow.st.css.d.ts.map +1 -1
- package/dist/types/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.d.ts.map +1 -1
- package/dist/types/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.d.ts.map +1 -1
- package/dist/types/components/PickerTableListItem/PickerTableListItem.st.css.d.ts.map +1 -1
- package/dist/types/components/SettingsPage/SettingsPage.uni.driver.d.ts +2 -2
- package/dist/types/components/SettingsPage/SettingsPage.uni.driver.d.ts.map +1 -1
- package/dist/types/components/SummaryBar/SummaryBar.uni.driver.d.ts +1 -1
- package/dist/types/components/Table/Table.uni.driver.d.ts +164 -65
- package/dist/types/components/Table/Table.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts +255 -114
- package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts +289 -209
- package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TabsFilter/TabsFilter.uni.driver.d.ts +3 -1
- package/dist/types/components/TabsFilter/TabsFilter.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Tags/BulkAssignTagsPopover/AsyncJobProgressModal.uni.driver.d.ts +38 -1
- package/dist/types/components/Tags/BulkAssignTagsPopover/AsyncJobProgressModal.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Tags/BulkAssignTagsPopover/BulkAssignTagsPopover.uni.driver.d.ts +59 -11
- package/dist/types/components/Tags/BulkAssignTagsPopover/BulkAssignTagsPopover.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.d.ts.map +1 -1
- package/dist/types/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.d.ts.map +1 -1
- package/dist/types/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.uni.driver.d.ts +21 -10
- package/dist/types/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.uni.driver.d.ts.map +1 -1
- package/dist/types/components/Tags/ManageTags/ManageTagsModal/ManageTagsNotification.d.ts.map +1 -1
- package/dist/types/components/TagsAssignButton/TagsAssignButton.uni.driver.d.ts +59 -11
- package/dist/types/components/TagsAssignButton/TagsAssignButton.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TagsWidget/TagsWidget.d.ts +5 -0
- package/dist/types/components/TagsWidget/TagsWidget.d.ts.map +1 -1
- package/dist/types/components/TagsWidget/TagsWidget.uni.driver.d.ts +24 -14
- package/dist/types/components/TagsWidget/TagsWidget.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TagsWidget/TagsWidgetContent.d.ts +1 -1
- package/dist/types/components/TagsWidget/TagsWidgetContent.d.ts.map +1 -1
- package/dist/types/components/common.st.css.d.ts.map +1 -1
- package/dist/types/model/tableColumn.d.ts +42 -0
- package/dist/types/model/tableColumn.d.ts.map +1 -1
- package/dist/types/state/CollectionPage/CollectionPageHeader.st.css.d.ts.map +1 -1
- package/dist/types/state/FormPage/FormPageHeader.st.css.d.ts.map +1 -1
- package/dist/types/state/ToolbarCollectionState.d.ts.map +1 -1
- package/dist/types/state/simplifyExtendedColumns.d.ts +2 -1
- package/dist/types/state/simplifyExtendedColumns.d.ts.map +1 -1
- package/dist/types/test-utils/TagsMocks.d.ts.map +1 -1
- package/dist/types/testkit/enzyme.d.ts +860 -368
- package/dist/types/testkit/enzyme.d.ts.map +1 -1
- package/dist/types/testkit/jsdom.d.ts +927 -401
- package/dist/types/testkit/jsdom.d.ts.map +1 -1
- package/dist/types/testkit/playwright.d.ts +881 -378
- package/dist/types/testkit/playwright.d.ts.map +1 -1
- package/dist/types/testkit/puppeteer.d.ts +923 -399
- package/dist/types/testkit/puppeteer.d.ts.map +1 -1
- package/dist/types/version.d.ts +1 -1
- package/package.json +7 -7
- package/src/components/ArchivedItemsPanel/ArchivedItemsCTAButton.tsx +2 -1
- package/src/components/ArchivedItemsPanel/ArchivedItemsListItem.tsx +23 -4
- package/src/components/ArchivedItemsPanel/types.ts +1 -2
- package/src/components/CardContainer/CardContainer.st.css.ts +2 -2
- package/src/components/Collapse/Collapse.st.css.ts +2 -2
- package/src/components/CollectionPageNew/CollectionPage.st.css.ts +2 -2
- package/src/components/CollectionSectionHeader/CollectionSectionHeader.st.css.ts +2 -2
- package/src/components/CollectionTable/CollectionTable.st.css.ts +2 -2
- package/src/components/CollectionToolbar/CollectionToolbar.st.css.ts +2 -2
- package/src/components/CollectionToolbar/SearchOrCustomFilter.st.css.ts +2 -2
- package/src/components/CollectionViewsDropdown/AutoCompleteReadonly.st.css.ts +2 -2
- package/src/components/CollectionViewsDropdown/ViewsDropdown.st.css.ts +2 -2
- package/src/components/CollectionViewsDropdown/ViewsDropdown.tsx +9 -7
- package/src/components/CustomColumnsPanel/ColumnListTableListItem.tsx +43 -9
- package/src/components/CustomColumnsPanel/CustomColumnsPanel.tsx +0 -1
- package/src/components/CustomColumnsPanel/FieldIndications.tsx +105 -0
- package/src/components/CustomFieldsPanel/CustomColumnsEditCustomFieldCTAButton.tsx +0 -1
- package/src/components/DragHandle/DragHandle.st.css.ts +2 -2
- package/src/components/EditableTable/EditableCell.st.css.ts +2 -2
- package/src/components/EditableTable/EditableCell.tsx +10 -2
- package/src/components/EditableTable/cellTypes/CellViewLayout.st.css +14 -0
- package/src/components/EditableTable/cellTypes/CellViewLayout.st.css.ts +25 -0
- package/src/components/EditableTable/cellTypes/CellViewLayout.tsx +8 -0
- package/src/components/EditableTable/cellTypes/boolean/Edit.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/boolean/Edit.tsx +9 -6
- package/src/components/EditableTable/cellTypes/boolean/View.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/boolean/View.tsx +6 -9
- package/src/components/EditableTable/cellTypes/date/Edit.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/date/Edit.tsx +10 -0
- package/src/components/EditableTable/cellTypes/date/View.st.css +1 -4
- package/src/components/EditableTable/cellTypes/date/View.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/date/View.tsx +6 -4
- package/src/components/EditableTable/cellTypes/email/Edit.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/email/View.st.css +1 -4
- package/src/components/EditableTable/cellTypes/email/View.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/email/View.tsx +4 -2
- package/src/components/EditableTable/cellTypes/number/Edit.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/number/View.st.css +0 -1
- package/src/components/EditableTable/cellTypes/number/View.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/number/View.tsx +4 -1
- package/src/components/EditableTable/cellTypes/object/Edit.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/object/View.st.css +1 -4
- package/src/components/EditableTable/cellTypes/object/View.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/object/View.tsx +3 -3
- package/src/components/EditableTable/cellTypes/select/Edit.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/select/Edit.tsx +21 -0
- package/src/components/EditableTable/cellTypes/select/View.st.css +1 -4
- package/src/components/EditableTable/cellTypes/select/View.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/select/View.tsx +6 -4
- package/src/components/EditableTable/cellTypes/text/Edit.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/text/View.st.css +1 -4
- package/src/components/EditableTable/cellTypes/text/View.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/text/View.tsx +6 -4
- package/src/components/EditableTable/cellTypes/url/Edit.st.css.ts +2 -2
- package/src/components/EditableTable/cellTypes/url/View.st.css.ts +2 -2
- package/src/components/EditableTable/useCloseOnAncestorScroll.ts +27 -0
- package/src/components/EntityPage/EntityPagePlain.st.css.ts +2 -2
- package/src/components/Fade/Fade.st.css.ts +2 -2
- package/src/components/Heading/Heading.st.css.ts +2 -2
- package/src/components/ImportButton/ImportStepUpload.st.css.ts +2 -2
- package/src/components/InputOverflow/InputOverflow.st.css.ts +2 -2
- package/src/components/LoadingRow/LoadingRow.st.css.ts +3 -3
- package/src/components/MaxHeightText/MaxHeightText.st.css.ts +2 -2
- package/src/components/MaxLines/MaxLines.st.css.ts +2 -2
- package/src/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.ts +2 -2
- package/src/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.ts +2 -2
- package/src/components/NestedTable/NestedTableRow.st.css.ts +2 -2
- package/src/components/NestedTableDragAndDrop/MultipleDragOverlayEffect.st.css.ts +2 -2
- package/src/components/NestedTableDragAndDrop/NestedTableDragAndDropRow.st.css.ts +2 -2
- package/src/components/PickerContent/PickerContent.st.css.ts +2 -2
- package/src/components/PickerContent/PickerContentAdditionalStep.st.css.ts +2 -2
- package/src/components/PickerTableListItem/PickerTableListItem.st.css.ts +2 -2
- package/src/components/ScrollableContent/ScrollableContent.st.css.ts +2 -2
- package/src/components/SkeletonCard/SkeletonCard.st.css.ts +2 -2
- package/src/components/SlidingModal/SlidingModal.st.css.ts +2 -2
- package/src/components/TabsFilter/TabsFilter.st.css.ts +2 -2
- package/src/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.ts +2 -2
- package/src/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.tsx +5 -10
- package/src/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.uni.driver.ts +19 -5
- package/src/components/Tags/ManageTags/ManageTagsModal/ManageTagsNotification.tsx +36 -55
- package/src/components/TagsWidget/TagsWidget.tsx +5 -0
- package/src/components/TagsWidget/TagsWidgetContent.tsx +2 -0
- package/src/components/ToolbarItem/ToolbarItem.st.css.ts +2 -2
- package/src/components/ToolbarItemBox/ToolbarItemBox.st.css.ts +2 -2
- package/src/components/common.st.css.ts +2 -2
- package/src/model/tableColumn.ts +42 -1
- package/src/state/CollectionPage/CollectionPageHeader.st.css.ts +2 -2
- package/src/state/FormPage/FormPageHeader.st.css.ts +2 -2
- package/src/state/ToolbarCollectionState.ts +13 -0
- package/src/state/simplifyExtendedColumns.tsx +8 -0
- package/src/styles.global.css +1 -1
- package/src/test-utils/TagsMocks.ts +2 -0
- package/src/version.ts +1 -1
|
@@ -49,801 +49,860 @@ import { MultiAutoInlineCheckboxFilter } from '@wix/patterns';
|
|
|
49
49
|
| `sectionTitle` | `string` | No | - | Title for the section in the accordion. |
|
|
50
50
|
| `dataHook` | `string` | No | - | Accepts HTML attributes that can be used in the tests |
|
|
51
51
|
| `className` | `string` | No | - | Specifies a CSS class name to be appended to the component’s root element. |
|
|
52
|
-
| `overflow` | `Overflow` | No | - |
|
|
52
|
+
| `overflow` | `Overflow` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `[ visible \| hidden \| clip \| scroll \| auto ]{1,2}` **Initial value**: `visible` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/overflow |
|
|
53
53
|
| `children` | `ReactNode` | No | - | Allows to render any component as a child item |
|
|
54
54
|
| `role` | `AriaRole` | No | - | Sets the WAI-ARIA role attribute for accessibility. When set to 'button' or 'link', the box automatically receives tabIndex=0 for keyboard navigation. |
|
|
55
55
|
| `ariaLabel` | `string` | No | - | Sets the WAI-ARIA label attribute, providing an accessible name for assistive technologies like screen readers. |
|
|
56
|
-
| `border` | `string` | No | - | Enables a border and sets its width and style. This prop does not include WSR color variable keys.
|
|
57
|
-
| `textOverflow` | `TextOverflow` | No | - |
|
|
58
|
-
| `overlay` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - |
|
|
56
|
+
| `border` | `string` | No | - | Enables a border and sets its width and style. This prop does not include WSR color variable keys. This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<line-width> \|\| <line-style> \|\| <color>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border |
|
|
57
|
+
| `textOverflow` | `TextOverflow` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `[ clip \| ellipsis \| <string> ]{1,2}` **Initial value**: `clip` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :---: \| \| **1** \| **7** \| **1.3** \| **12** \| **6** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-overflow |
|
|
58
|
+
| `overlay` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `none \| auto` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **117** \| No \| No \| **117** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/overlay |
|
|
59
59
|
| `clip` | `Clip` | No | - | The **`clip`** CSS property defines a visible portion of an element. The `clip` property applies only to absolutely positioned elements — that is, elements with `position:absolute` or `position:fixed`. **Syntax**: `<shape> \| auto` **Initial value**: `auto` @deprecated |
|
|
60
|
-
| `top` | `Top<string \| number>` | No | - |
|
|
61
|
-
| `right` | `Right<string \| number>` | No | - |
|
|
62
|
-
| `bottom` | `Bottom<string \| number>` | No | - |
|
|
63
|
-
| `left` | `Left<string \| number>` | No | - |
|
|
64
|
-
| `maxWidth` | `any` | No | - | Sets the maximum width of the box in pixels
|
|
60
|
+
| `top` | `Top<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `auto \| <length-percentage> \| <anchor()> \| <anchor-size()>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **5** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/top |
|
|
61
|
+
| `right` | `Right<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `auto \| <length-percentage> \| <anchor()> \| <anchor-size()>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-----: \| \| **1** \| **1** \| **1** \| **12** \| **5.5** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/right |
|
|
62
|
+
| `bottom` | `Bottom<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `auto \| <length-percentage> \| <anchor()> \| <anchor-size()>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **5** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/bottom |
|
|
63
|
+
| `left` | `Left<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `auto \| <length-percentage> \| <anchor()> \| <anchor-size()>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-----: \| \| **1** \| **1** \| **1** \| **12** \| **5.5** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/left |
|
|
64
|
+
| `maxWidth` | `any` | No | - | Sets the maximum width of the box in pixels This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `none \| <length-percentage [0,∞]> \| min-content \| max-content \| fit-content \| fit-content(<length-percentage [0,∞]>) \| <calc-size()> \| <anchor-size()>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **7** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/max-width |
|
|
65
65
|
| `align` | `"right" \| "left" \| "center" \| "space-between"` | No | - | Defines how the children are aligned according to the X axis |
|
|
66
|
-
| `page` | `Page` | No | - |
|
|
66
|
+
| `page` | `Page` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since February 2023. **Syntax**: `auto \| <custom-ident>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **85** \| **110** \| **1** \| **85** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/page |
|
|
67
67
|
| `inline` | `boolean` | No | - | Defines if the box behaves as an inline element |
|
|
68
|
-
| `width` | `any` | No | - | Sets the width of the box in pixels
|
|
69
|
-
| `zIndex` | `ZIndex` | No | - |
|
|
70
|
-
| `minHeight` | `any` | No | - | Sets the minimum height of the box in pixels
|
|
71
|
-
| `grid` | `Grid` | No | - |
|
|
72
|
-
| `
|
|
68
|
+
| `width` | `any` | No | - | Sets the width of the box in pixels This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `auto \| <length-percentage [0,∞]> \| min-content \| max-content \| fit-content \| fit-content(<length-percentage [0,∞]>) \| <calc-size()> \| <anchor-size()>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/width |
|
|
69
|
+
| `zIndex` | `ZIndex` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `auto \| <integer>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/z-index |
|
|
70
|
+
| `minHeight` | `any` | No | - | Sets the minimum height of the box in pixels This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `auto \| <length-percentage [0,∞]> \| min-content \| max-content \| fit-content \| fit-content(<length-percentage [0,∞]>) \| <calc-size()> \| <anchor-size()>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :---: \| \| **1** \| **3** \| **1.3** \| **12** \| **7** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/min-height |
|
|
71
|
+
| `grid` | `Grid` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017. **Syntax**: `<'grid-template'> \| <'grid-template-rows'> / [ auto-flow && dense? ] <'grid-auto-columns'>? \| [ auto-flow && dense? ] <'grid-auto-rows'>? / <'grid-template-columns'>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **57** \| **52** \| **10.1** \| **16** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/grid |
|
|
72
|
+
| `fill` | `Fill` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `<paint>` **Initial value**: `black` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :-----: \| :-: \| \| **1** \| **3** \| **4** \| **≤15** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/fill |
|
|
73
|
+
| `container` | `Container` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since February 2023. **Syntax**: `<'container-name'> [ / <'container-type'> ]?` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **105** \| **110** \| **16** \| **105** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/container |
|
|
73
74
|
| `direction` | `"horizontal" \| "vertical"` | No | - | Defines how the children are ordered (horizontally or vertically) |
|
|
74
|
-
| `accentColor` | `AccentColor` | No | - |
|
|
75
|
-
| `alignContent` | `AlignContent` | No | - |
|
|
76
|
-
| `alignSelf` | `AlignSelf` | No | - |
|
|
77
|
-
| `alignTracks` | `AlignTracks` | No | - |
|
|
78
|
-
| `
|
|
79
|
-
| `
|
|
80
|
-
| `
|
|
81
|
-
| `
|
|
82
|
-
| `
|
|
83
|
-
| `
|
|
84
|
-
| `
|
|
85
|
-
| `
|
|
86
|
-
| `
|
|
87
|
-
| `
|
|
88
|
-
| `
|
|
89
|
-
| `
|
|
90
|
-
| `
|
|
91
|
-
| `
|
|
92
|
-
| `
|
|
93
|
-
| `
|
|
94
|
-
| `
|
|
95
|
-
| `
|
|
96
|
-
| `
|
|
97
|
-
| `
|
|
98
|
-
| `
|
|
99
|
-
| `
|
|
100
|
-
| `
|
|
101
|
-
| `
|
|
102
|
-
| `
|
|
103
|
-
| `
|
|
104
|
-
| `
|
|
105
|
-
| `
|
|
106
|
-
| `
|
|
107
|
-
| `
|
|
108
|
-
| `
|
|
109
|
-
| `
|
|
110
|
-
| `
|
|
111
|
-
| `
|
|
112
|
-
| `
|
|
113
|
-
| `
|
|
114
|
-
| `
|
|
115
|
-
| `borderBottomColor` | `string` | No | - | Sets a border bottom color by a key from the color palette or natively supported value (Hex, RGB, etc.)
|
|
116
|
-
| `borderBottomLeftRadius` | `BorderBottomLeftRadius<string \| number>` | No | - |
|
|
117
|
-
| `borderBottomRightRadius` | `BorderBottomRightRadius<string \| number>` | No | - |
|
|
118
|
-
| `borderBottomStyle` | `"hidden" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "inset" \| "dashed" \| "dotted" \| "double" \| "groove" \| "outset" \| "ridge" \| "solid"` | No | - |
|
|
119
|
-
| `borderBottomWidth` | `BorderBottomWidth<string \| number>` | No | - |
|
|
120
|
-
| `borderCollapse` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "collapse" \| "separate"` | No | - |
|
|
121
|
-
| `borderEndEndRadius` | `BorderEndEndRadius<string \| number>` | No | - |
|
|
122
|
-
| `borderEndStartRadius` | `BorderEndStartRadius<string \| number>` | No | - |
|
|
123
|
-
| `borderImageOutset` | `BorderImageOutset<string \| number>` | No | - |
|
|
124
|
-
| `borderImageRepeat` | `BorderImageRepeat` | No | - |
|
|
125
|
-
| `borderImageSlice` | `BorderImageSlice` | No | - |
|
|
126
|
-
| `borderImageSource` | `BorderImageSource` | No | - |
|
|
127
|
-
| `borderImageWidth` | `BorderImageWidth<string \| number>` | No | - |
|
|
128
|
-
| `
|
|
129
|
-
| `
|
|
130
|
-
| `
|
|
131
|
-
| `
|
|
132
|
-
| `
|
|
133
|
-
| `
|
|
134
|
-
| `
|
|
135
|
-
| `
|
|
136
|
-
| `
|
|
137
|
-
| `
|
|
138
|
-
| `
|
|
139
|
-
| `
|
|
140
|
-
| `
|
|
141
|
-
| `
|
|
142
|
-
| `
|
|
143
|
-
| `
|
|
144
|
-
| `
|
|
145
|
-
| `
|
|
146
|
-
| `
|
|
147
|
-
| `
|
|
148
|
-
| `
|
|
149
|
-
| `
|
|
150
|
-
| `
|
|
151
|
-
| `
|
|
152
|
-
| `
|
|
153
|
-
| `
|
|
154
|
-
| `
|
|
155
|
-
| `
|
|
156
|
-
| `
|
|
157
|
-
| `
|
|
158
|
-
| `
|
|
159
|
-
| `
|
|
160
|
-
| `
|
|
161
|
-
| `
|
|
162
|
-
| `
|
|
163
|
-
| `
|
|
164
|
-
| `
|
|
165
|
-
| `
|
|
166
|
-
| `
|
|
167
|
-
| `
|
|
168
|
-
| `
|
|
169
|
-
| `
|
|
170
|
-
| `
|
|
171
|
-
| `
|
|
172
|
-
| `
|
|
173
|
-
| `
|
|
174
|
-
| `
|
|
175
|
-
| `
|
|
176
|
-
| `
|
|
177
|
-
| `
|
|
178
|
-
| `
|
|
179
|
-
| `
|
|
180
|
-
| `
|
|
181
|
-
| `
|
|
182
|
-
| `
|
|
183
|
-
| `
|
|
184
|
-
| `
|
|
185
|
-
| `
|
|
186
|
-
| `
|
|
187
|
-
| `
|
|
188
|
-
| `
|
|
189
|
-
| `
|
|
190
|
-
| `
|
|
191
|
-
| `
|
|
192
|
-
| `
|
|
193
|
-
| `
|
|
194
|
-
| `
|
|
195
|
-
| `
|
|
196
|
-
| `
|
|
197
|
-
| `
|
|
198
|
-
| `
|
|
199
|
-
| `
|
|
200
|
-
| `
|
|
201
|
-
| `
|
|
202
|
-
| `
|
|
203
|
-
| `
|
|
204
|
-
| `
|
|
205
|
-
| `
|
|
206
|
-
| `
|
|
207
|
-
| `
|
|
208
|
-
| `
|
|
209
|
-
| `
|
|
210
|
-
| `
|
|
211
|
-
| `
|
|
212
|
-
| `
|
|
213
|
-
| `
|
|
214
|
-
| `
|
|
215
|
-
| `
|
|
216
|
-
| `
|
|
217
|
-
| `
|
|
218
|
-
| `
|
|
219
|
-
| `
|
|
220
|
-
| `
|
|
221
|
-
| `
|
|
222
|
-
| `
|
|
223
|
-
| `
|
|
224
|
-
| `
|
|
225
|
-
| `
|
|
226
|
-
| `
|
|
227
|
-
| `
|
|
228
|
-
| `
|
|
229
|
-
| `
|
|
230
|
-
| `
|
|
231
|
-
| `
|
|
232
|
-
| `
|
|
233
|
-
| `
|
|
234
|
-
| `
|
|
235
|
-
| `
|
|
236
|
-
| `
|
|
237
|
-
| `
|
|
238
|
-
| `
|
|
239
|
-
| `
|
|
240
|
-
| `
|
|
241
|
-
| `
|
|
242
|
-
| `
|
|
243
|
-
| `
|
|
244
|
-
| `
|
|
245
|
-
| `
|
|
246
|
-
| `
|
|
247
|
-
| `
|
|
248
|
-
| `
|
|
249
|
-
| `
|
|
250
|
-
| `
|
|
251
|
-
| `
|
|
252
|
-
| `
|
|
253
|
-
| `
|
|
254
|
-
| `
|
|
255
|
-
| `
|
|
256
|
-
| `
|
|
257
|
-
| `
|
|
258
|
-
| `
|
|
259
|
-
| `
|
|
260
|
-
| `
|
|
261
|
-
| `
|
|
262
|
-
| `
|
|
263
|
-
| `
|
|
264
|
-
| `
|
|
75
|
+
| `accentColor` | `AccentColor` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `auto \| <color>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **93** \| **92** \| **15.4** \| **93** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/accent-color |
|
|
76
|
+
| `alignContent` | `AlignContent` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `normal \| <baseline-position> \| <content-distribution> \| <overflow-position>? <content-position>` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :-----: \| :-----: \| :----: \| :----: \| \| **29** \| **28** \| **9** \| **12** \| **11** \| \| 21 _-x-_ \| \| 7 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/align-content |
|
|
77
|
+
| `alignSelf` | `AlignSelf` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `auto \| normal \| stretch \| <baseline-position> \| <overflow-position>? <self-position> \| anchor-center` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :-----: \| :-----: \| :----: \| :----: \| \| **29** \| **20** \| **9** \| **12** \| **10** \| \| 21 _-x-_ \| \| 7 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/align-self |
|
|
78
|
+
| `alignTracks` | `AlignTracks` | No | - | **Syntax**: `[ normal \| <baseline-position> \| <content-distribution> \| <overflow-position>? <content-position> ]#` **Initial value**: `normal` |
|
|
79
|
+
| `alignmentBaseline` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "middle" \| "baseline" \| "alphabetic" \| "central" \| "ideographic" \| "mathematical" \| "text-after-edge" \| "text-before-edge"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `baseline \| alphabetic \| ideographic \| middle \| central \| mathematical \| text-before-edge \| text-after-edge` **Initial value**: `baseline` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :-: \| \| **1** \| No \| **5.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/alignment-baseline |
|
|
80
|
+
| `anchorName` | `AnchorName` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `none \| <dashed-ident>#` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :---------: \| :----: \| :-----: \| :-: \| \| **125** \| **preview** \| **26** \| **125** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/anchor-name |
|
|
81
|
+
| `anchorScope` | `AnchorScope` | No | - | **Syntax**: `none \| all \| <dashed-ident>#` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :---------: \| :----: \| :-----: \| :-: \| \| **131** \| **preview** \| **26** \| **131** \| No \| |
|
|
82
|
+
| `animationComposition` | `AnimationComposition` | No | - | Since July 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `<single-animation-composition>#` **Initial value**: `replace` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **112** \| **115** \| **16** \| **112** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-composition |
|
|
83
|
+
| `animationDelay` | `AnimationDelay<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<time>#` **Initial value**: `0s` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :----: \| \| **43** \| **16** \| **9** \| **12** \| **10** \| \| 3 _-x-_ \| 5 _-x-_ \| 4 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-delay |
|
|
84
|
+
| `animationDirection` | `AnimationDirection` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-animation-direction>#` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :----: \| \| **43** \| **16** \| **9** \| **12** \| **10** \| \| 3 _-x-_ \| 5 _-x-_ \| 4 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-direction |
|
|
85
|
+
| `animationDuration` | `AnimationDuration<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `[ auto \| <time [0s,∞]> ]#` **Initial value**: `0s` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :----: \| \| **43** \| **16** \| **9** \| **12** \| **10** \| \| 3 _-x-_ \| 5 _-x-_ \| 4 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-duration |
|
|
86
|
+
| `animationFillMode` | `AnimationFillMode` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-animation-fill-mode>#` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :----: \| \| **43** \| **16** \| **9** \| **12** \| **10** \| \| 3 _-x-_ \| 5 _-x-_ \| 5 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-fill-mode |
|
|
87
|
+
| `animationIterationCount` | `AnimationIterationCount` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-animation-iteration-count>#` **Initial value**: `1` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :----: \| \| **43** \| **16** \| **9** \| **12** \| **10** \| \| 3 _-x-_ \| 5 _-x-_ \| 4 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-iteration-count |
|
|
88
|
+
| `animationName` | `AnimationName` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `[ none \| <keyframes-name> ]#` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :----: \| \| **43** \| **16** \| **9** \| **12** \| **10** \| \| 3 _-x-_ \| 5 _-x-_ \| 4 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-name |
|
|
89
|
+
| `animationPlayState` | `AnimationPlayState` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-animation-play-state>#` **Initial value**: `running` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :----: \| \| **43** \| **16** \| **9** \| **12** \| **10** \| \| 3 _-x-_ \| 5 _-x-_ \| 4 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-play-state |
|
|
90
|
+
| `animationRangeEnd` | `AnimationRangeEnd<string \| number>` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `[ normal \| <length-percentage> \| <timeline-range-name> <length-percentage>? ]#` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **115** \| No \| **26** \| **115** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-end |
|
|
91
|
+
| `animationRangeStart` | `AnimationRangeStart<string \| number>` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `[ normal \| <length-percentage> \| <timeline-range-name> <length-percentage>? ]#` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **115** \| No \| **26** \| **115** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-start |
|
|
92
|
+
| `animationTimeline` | `AnimationTimeline` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `<single-animation-timeline>#` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **115** \| No \| **26** \| **115** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-timeline |
|
|
93
|
+
| `animationTimingFunction` | `AnimationTimingFunction` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<easing-function>#` **Initial value**: `ease` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :----: \| \| **43** \| **16** \| **9** \| **12** \| **10** \| \| 3 _-x-_ \| 5 _-x-_ \| 4 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-timing-function |
|
|
94
|
+
| `appearance` | `"auto" \| "none" \| "button" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "checkbox" \| "listbox" \| "radio" \| "menulist" \| "meter" \| "progress-bar" \| "searchfield" \| "textarea" \| "menulist-button" \| "textfield"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `none \| auto \| <compat-auto> \| <compat-special>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :------: \| :-: \| \| **84** \| **80** \| **15.4** \| **84** \| No \| \| 1 _-x-_ \| 1 _-x-_ \| 3 _-x-_ \| 12 _-x-_ \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/appearance |
|
|
95
|
+
| `aspectRatio` | `AspectRatio` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021. **Syntax**: `auto \|\| <ratio>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **88** \| **89** \| **15** \| **88** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/aspect-ratio |
|
|
96
|
+
| `backdropFilter` | `BackdropFilter` | No | - | Since September 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `none \| <filter-value-list>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :-: \| \| **76** \| **103** \| **18** \| **79** \| No \| \| \| \| 9 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/backdrop-filter |
|
|
97
|
+
| `backfaceVisibility` | `"visible" \| "hidden" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `visible \| hidden` **Initial value**: `visible` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :------: \| :-------: \| :----: \| :----: \| \| **36** \| **16** \| **15.4** \| **12** \| **10** \| \| 12 _-x-_ \| 10 _-x-_ \| 5.1 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/backface-visibility |
|
|
98
|
+
| `backgroundAttachment` | `BackgroundAttachment` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<attachment>#` **Initial value**: `scroll` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background-attachment |
|
|
99
|
+
| `backgroundBlendMode` | `BackgroundBlendMode` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<blend-mode>#` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **35** \| **30** \| **8** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background-blend-mode |
|
|
100
|
+
| `backgroundClip` | `BackgroundClip` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<bg-clip>#` **Initial value**: `border-box` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :---: \| \| **1** \| **4** \| **5** \| **12** \| **9** \| \| \| \| 3 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background-clip |
|
|
101
|
+
| `backgroundColor` | `string` | No | - | Sets a background color by a key from the color palette or natively supported value (Hex, RGB, etc.) This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<color>` **Initial value**: `transparent` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background-color |
|
|
102
|
+
| `backgroundImage` | `BackgroundImage` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<bg-image>#` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background-image |
|
|
103
|
+
| `backgroundOrigin` | `BackgroundOrigin` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<visual-box>#` **Initial value**: `padding-box` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **4** \| **3** \| **12** \| **9** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background-origin |
|
|
104
|
+
| `backgroundPositionX` | `BackgroundPositionX<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2016. **Syntax**: `[ center \| [ [ left \| right \| x-start \| x-end ]? <length-percentage>? ]! ]#` **Initial value**: `0%` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **49** \| **1** \| **12** \| **6** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background-position-x |
|
|
105
|
+
| `backgroundPositionY` | `BackgroundPositionY<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2016. **Syntax**: `[ center \| [ [ top \| bottom \| y-start \| y-end ]? <length-percentage>? ]! ]#` **Initial value**: `0%` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **49** \| **1** \| **12** \| **6** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background-position-y |
|
|
106
|
+
| `backgroundRepeat` | `BackgroundRepeat` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<repeat-style>#` **Initial value**: `repeat` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background-repeat |
|
|
107
|
+
| `backgroundSize` | `BackgroundSize<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<bg-size>#` **Initial value**: `auto auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :---: \| \| **3** \| **4** \| **5** \| **12** \| **9** \| \| 1 _-x-_ \| \| 3 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background-size |
|
|
108
|
+
| `baselineShift` | `BaselineShift<string \| number>` | No | - | **Syntax**: `<length-percentage> \| sub \| super \| baseline` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **1** \| No \| **4** \| **79** \| No \| |
|
|
109
|
+
| `blockSize` | `BlockSize<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'width'>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :--------------------------: \| :-----: \| :----------------------------: \| :----: \| :-: \| \| **57** \| **41** \| **12.1** \| **79** \| No \| \| 8 _(-webkit-logical-height)_ \| \| 5.1 _(-webkit-logical-height)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/block-size |
|
|
110
|
+
| `borderBlockEndColor` | `BorderBlockEndColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-color'>` **Initial value**: `currentcolor` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-end-color |
|
|
111
|
+
| `borderBlockEndStyle` | `"hidden" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "inset" \| "dashed" \| "dotted" \| "double" \| "groove" \| "outset" \| "ridge" \| "solid"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-style'>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-end-style |
|
|
112
|
+
| `borderBlockEndWidth` | `BorderBlockEndWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-width'>` **Initial value**: `medium` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-end-width |
|
|
113
|
+
| `borderBlockStartColor` | `BorderBlockStartColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-color'>` **Initial value**: `currentcolor` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-start-color |
|
|
114
|
+
| `borderBlockStartStyle` | `"hidden" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "inset" \| "dashed" \| "dotted" \| "double" \| "groove" \| "outset" \| "ridge" \| "solid"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-style'>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-start-style |
|
|
115
|
+
| `borderBlockStartWidth` | `BorderBlockStartWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-width'>` **Initial value**: `medium` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-start-width |
|
|
116
|
+
| `borderBottomColor` | `string` | No | - | Sets a border bottom color by a key from the color palette or natively supported value (Hex, RGB, etc.) This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<'border-top-color'>` **Initial value**: `currentcolor` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-bottom-color |
|
|
117
|
+
| `borderBottomLeftRadius` | `BorderBottomLeftRadius<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage [0,∞]>{1,2}` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :---: \| \| **4** \| **4** \| **5** \| **12** \| **9** \| \| 1 _-x-_ \| \| 3 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-bottom-left-radius |
|
|
118
|
+
| `borderBottomRightRadius` | `BorderBottomRightRadius<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage [0,∞]>{1,2}` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :---: \| \| **4** \| **4** \| **5** \| **12** \| **9** \| \| 1 _-x-_ \| \| 3 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-bottom-right-radius |
|
|
119
|
+
| `borderBottomStyle` | `"hidden" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "inset" \| "dashed" \| "dotted" \| "double" \| "groove" \| "outset" \| "ridge" \| "solid"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<line-style>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-----: \| \| **1** \| **1** \| **1** \| **12** \| **5.5** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-bottom-style |
|
|
120
|
+
| `borderBottomWidth` | `BorderBottomWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<line-width>` **Initial value**: `medium` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-bottom-width |
|
|
121
|
+
| `borderCollapse` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "collapse" \| "separate"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `separate \| collapse` **Initial value**: `separate` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :---: \| \| **1** \| **1** \| **1.1** \| **12** \| **5** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-collapse |
|
|
122
|
+
| `borderEndEndRadius` | `BorderEndEndRadius<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021. **Syntax**: `<'border-top-left-radius'>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **89** \| **66** \| **15** \| **89** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-end-end-radius |
|
|
123
|
+
| `borderEndStartRadius` | `BorderEndStartRadius<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021. **Syntax**: `<'border-top-left-radius'>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **89** \| **66** \| **15** \| **89** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-end-start-radius |
|
|
124
|
+
| `borderImageOutset` | `BorderImageOutset<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `[ <length [0,∞]> \| <number [0,∞]> ]{1,4} ` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :----: \| \| **15** \| **15** \| **6** \| **12** \| **11** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-image-outset |
|
|
125
|
+
| `borderImageRepeat` | `BorderImageRepeat` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2016. **Syntax**: `[ stretch \| repeat \| round \| space ]{1,2}` **Initial value**: `stretch` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :----: \| \| **15** \| **15** \| **6** \| **12** \| **11** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-image-repeat |
|
|
126
|
+
| `borderImageSlice` | `BorderImageSlice` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `[ <number [0,∞]> \| <percentage [0,∞]> ]{1,4} && fill?` **Initial value**: `100%` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :----: \| \| **15** \| **15** \| **6** \| **12** \| **11** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-image-slice |
|
|
127
|
+
| `borderImageSource` | `BorderImageSource` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `none \| <image>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :----: \| \| **15** \| **15** \| **6** \| **12** \| **11** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-image-source |
|
|
128
|
+
| `borderImageWidth` | `BorderImageWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `[ <length-percentage [0,∞]> \| <number [0,∞]> \| auto ]{1,4}` **Initial value**: `1` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :----: \| \| **16** \| **13** \| **6** \| **12** \| **11** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-image-width |
|
|
129
|
+
| `borderInlineEndColor` | `BorderInlineEndColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-color'>` **Initial value**: `currentcolor` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-------------------------: \| :------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| \| \| 3 _(-moz-border-end-color)_ \| \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-end-color |
|
|
130
|
+
| `borderInlineEndStyle` | `"hidden" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "inset" \| "dashed" \| "dotted" \| "double" \| "groove" \| "outset" \| "ridge" \| "solid"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-style'>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-------------------------: \| :------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| \| \| 3 _(-moz-border-end-style)_ \| \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-end-style |
|
|
131
|
+
| `borderInlineEndWidth` | `BorderInlineEndWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-width'>` **Initial value**: `medium` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-------------------------: \| :------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| \| \| 3 _(-moz-border-end-width)_ \| \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-end-width |
|
|
132
|
+
| `borderInlineStartColor` | `BorderInlineStartColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-color'>` **Initial value**: `currentcolor` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :---------------------------: \| :------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| \| \| 3 _(-moz-border-start-color)_ \| \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-start-color |
|
|
133
|
+
| `borderInlineStartStyle` | `"hidden" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "inset" \| "dashed" \| "dotted" \| "double" \| "groove" \| "outset" \| "ridge" \| "solid"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-style'>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :---------------------------: \| :------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| \| \| 3 _(-moz-border-start-style)_ \| \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-start-style |
|
|
134
|
+
| `borderInlineStartWidth` | `BorderInlineStartWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-width'>` **Initial value**: `medium` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-start-width |
|
|
135
|
+
| `borderLeftColor` | `string` | No | - | Sets a border left color by a key from the color palette or natively supported value (Hex, RGB, etc.) This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<color>` **Initial value**: `currentcolor` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-left-color |
|
|
136
|
+
| `borderLeftStyle` | `"hidden" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "inset" \| "dashed" \| "dotted" \| "double" \| "groove" \| "outset" \| "ridge" \| "solid"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<line-style>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-----: \| \| **1** \| **1** \| **1** \| **12** \| **5.5** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-left-style |
|
|
137
|
+
| `borderLeftWidth` | `BorderLeftWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<line-width>` **Initial value**: `medium` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-left-width |
|
|
138
|
+
| `borderRightColor` | `string` | No | - | Sets a border right color by a key from the color palette or natively supported value (Hex, RGB, etc.) This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<color>` **Initial value**: `currentcolor` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-right-color |
|
|
139
|
+
| `borderRightStyle` | `"hidden" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "inset" \| "dashed" \| "dotted" \| "double" \| "groove" \| "outset" \| "ridge" \| "solid"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<line-style>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-----: \| \| **1** \| **1** \| **1** \| **12** \| **5.5** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-right-style |
|
|
140
|
+
| `borderRightWidth` | `BorderRightWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<line-width>` **Initial value**: `medium` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-right-width |
|
|
141
|
+
| `borderSpacing` | `BorderSpacing<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length>{1,2}` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **8** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-spacing |
|
|
142
|
+
| `borderStartEndRadius` | `BorderStartEndRadius<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021. **Syntax**: `<'border-top-left-radius'>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **89** \| **66** \| **15** \| **89** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-start-end-radius |
|
|
143
|
+
| `borderStartStartRadius` | `BorderStartStartRadius<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021. **Syntax**: `<'border-top-left-radius'>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **89** \| **66** \| **15** \| **89** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-start-start-radius |
|
|
144
|
+
| `borderTopColor` | `string` | No | - | Sets a border top color by a key from the color palette or natively supported value (Hex, RGB, etc.) This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<color>` **Initial value**: `currentcolor` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-top-color |
|
|
145
|
+
| `borderTopLeftRadius` | `BorderTopLeftRadius<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage [0,∞]>{1,2}` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :---: \| \| **4** \| **4** \| **5** \| **12** \| **9** \| \| 1 _-x-_ \| \| 3 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-top-left-radius |
|
|
146
|
+
| `borderTopRightRadius` | `BorderTopRightRadius<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage [0,∞]>{1,2}` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :---: \| \| **4** \| **4** \| **5** \| **12** \| **9** \| \| 1 _-x-_ \| \| 3 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-top-right-radius |
|
|
147
|
+
| `borderTopStyle` | `"hidden" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "inset" \| "dashed" \| "dotted" \| "double" \| "groove" \| "outset" \| "ridge" \| "solid"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<line-style>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-----: \| \| **1** \| **1** \| **1** \| **12** \| **5.5** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-top-style |
|
|
148
|
+
| `borderTopWidth` | `BorderTopWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<line-width>` **Initial value**: `medium` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-top-width |
|
|
149
|
+
| `boxDecorationBreak` | `"slice" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "clone"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `slice \| clone` **Initial value**: `slice` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :-----: \| :---------: \| :------: \| :-: \| \| **130** \| **32** \| **7** _-x-_ \| **130** \| No \| \| 22 _-x-_ \| \| \| 79 _-x-_ \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/box-decoration-break |
|
|
150
|
+
| `boxShadow` | `BoxShadow` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `none \| <shadow>#` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :---: \| \| **10** \| **4** \| **5.1** \| **12** \| **9** \| \| 1 _-x-_ \| \| 3 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/box-shadow |
|
|
151
|
+
| `boxSizing` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "border-box" \| "content-box"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `content-box \| border-box` **Initial value**: `content-box` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :---: \| \| **10** \| **29** \| **5.1** \| **12** \| **8** \| \| 1 _-x-_ \| 1 _-x-_ \| 3 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/box-sizing |
|
|
152
|
+
| `breakAfter` | `"auto" \| "right" \| "left" \| "page" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "all" \| "region" \| "always" \| "avoid" \| "avoid-column" \| "avoid-page" \| "avoid-region" \| "column" \| "recto" \| "verso"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2019. **Syntax**: `auto \| avoid \| always \| all \| avoid-page \| page \| left \| right \| recto \| verso \| avoid-column \| column \| avoid-region \| region` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :----: \| \| **50** \| **65** \| **10** \| **12** \| **10** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/break-after |
|
|
153
|
+
| `breakBefore` | `"auto" \| "right" \| "left" \| "page" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "all" \| "region" \| "always" \| "avoid" \| "avoid-column" \| "avoid-page" \| "avoid-region" \| "column" \| "recto" \| "verso"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2019. **Syntax**: `auto \| avoid \| always \| all \| avoid-page \| page \| left \| right \| recto \| verso \| avoid-column \| column \| avoid-region \| region` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :----: \| \| **50** \| **65** \| **10** \| **12** \| **10** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/break-before |
|
|
154
|
+
| `breakInside` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "avoid" \| "avoid-column" \| "avoid-page" \| "avoid-region"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2019. **Syntax**: `auto \| avoid \| avoid-page \| avoid-column \| avoid-region` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :----: \| \| **50** \| **65** \| **10** \| **12** \| **10** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/break-inside |
|
|
155
|
+
| `captionSide` | `"top" \| "bottom" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `top \| bottom` **Initial value**: `top` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **8** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/caption-side |
|
|
156
|
+
| `caretColor` | `CaretColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `auto \| <color>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **57** \| **53** \| **11.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/caret-color |
|
|
157
|
+
| `caretShape` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "bar" \| "block" \| "underscore"` | No | - | **Syntax**: `auto \| bar \| block \| underscore` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :--: \| :-: \| \| No \| No \| No \| No \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/caret-shape |
|
|
158
|
+
| `clear` | `"none" \| "right" \| "left" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "both" \| "inline-end" \| "inline-start"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `none \| left \| right \| both \| inline-start \| inline-end` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/clear |
|
|
159
|
+
| `clipPath` | `ClipPath` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<clip-source> \| [ <basic-shape> \|\| <geometry-box> ] \| none` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :-----: \| :-----: \| :----: \| :----: \| \| **55** \| **3.5** \| **9.1** \| **79** \| **10** \| \| 23 _-x-_ \| \| 7 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/clip-path |
|
|
160
|
+
| `clipRule` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "evenodd" \| "nonzero"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `nonzero \| evenodd` **Initial value**: `nonzero` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :----: \| :-: \| \| **≤15** \| **3.5** \| **≤5** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/clip-rule |
|
|
161
|
+
| `color` | `string` | No | - | Sets a text color by a key from the color palette or natively supported value (Hex, RGB, etc.) This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<color>` **Initial value**: `canvastext` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **3** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/color |
|
|
162
|
+
| `colorAdjust` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "economy" \| "exact"` | No | - | Since May 2025, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `economy \| exact` **Initial value**: `economy` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :-----------------: \| :------: \| :------: \| :-: \| \| **136** \| **97** \| **15.4** \| **136** \| No \| \| 17 _-x-_ \| 48 _(color-adjust)_ \| 6 _-x-_ \| 79 _-x-_ \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/print-color-adjust |
|
|
163
|
+
| `colorInterpolationFilters` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "linearRGB" \| "sRGB"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `auto \| sRGB \| linearRGB` **Initial value**: `linearRGB` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **1** \| **3** \| **3** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/color-interpolation-filters |
|
|
164
|
+
| `colorScheme` | `ColorScheme` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2022. **Syntax**: `normal \| [ light \| dark \| <custom-ident> ]+ && only?` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **81** \| **96** \| **13** \| **81** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/color-scheme |
|
|
165
|
+
| `columnCount` | `ColumnCount` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `<integer> \| auto` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :----: \| \| **50** \| **52** \| **9** \| **12** \| **10** \| \| 1 _-x-_ \| \| 3 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/column-count |
|
|
166
|
+
| `columnFill` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "balance"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `auto \| balance` **Initial value**: `balance` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :----: \| \| **50** \| **52** \| **9** \| **12** \| **10** \| \| \| \| 8 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/column-fill |
|
|
167
|
+
| `columnGap` | `ColumnGap<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `normal \| <length-percentage>` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :----: \| \| **1** \| **1.5** \| **3** \| **12** \| **10** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/column-gap |
|
|
168
|
+
| `columnRuleColor` | `ColumnRuleColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `<color>` **Initial value**: `currentcolor` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :----: \| \| **50** \| **52** \| **9** \| **12** \| **10** \| \| 1 _-x-_ \| \| 3 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/column-rule-color |
|
|
169
|
+
| `columnRuleStyle` | `ColumnRuleStyle` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `<'border-style'>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :----: \| \| **50** \| **52** \| **9** \| **12** \| **10** \| \| 1 _-x-_ \| \| 3 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/column-rule-style |
|
|
170
|
+
| `columnRuleWidth` | `ColumnRuleWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `<'border-width'>` **Initial value**: `medium` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :----: \| \| **50** \| **52** \| **9** \| **12** \| **10** \| \| 1 _-x-_ \| \| 3 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/column-rule-width |
|
|
171
|
+
| `columnSpan` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "all"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020. **Syntax**: `none \| all` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-------: \| :----: \| :----: \| \| **50** \| **71** \| **9** \| **12** \| **10** \| \| 6 _-x-_ \| \| 5.1 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/column-span |
|
|
172
|
+
| `columnWidth` | `ColumnWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since November 2016. **Syntax**: `<length> \| auto` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :----: \| \| **50** \| **50** \| **9** \| **12** \| **10** \| \| 1 _-x-_ \| \| 3 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/column-width |
|
|
173
|
+
| `contain` | `Contain` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `none \| strict \| content \| [ [ size \|\| inline-size ] \|\| layout \|\| style \|\| paint ]` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **52** \| **69** \| **15.4** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/contain |
|
|
174
|
+
| `containIntrinsicBlockSize` | `ContainIntrinsicBlockSize<string \| number>` | No | - | Since September 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `auto? [ none \| <length> ]` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **95** \| **107** \| **17** \| **95** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/contain-intrinsic-block-size |
|
|
175
|
+
| `containIntrinsicHeight` | `ContainIntrinsicHeight<string \| number>` | No | - | Since September 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `auto? [ none \| <length> ]` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **95** \| **107** \| **17** \| **95** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/contain-intrinsic-height |
|
|
176
|
+
| `containIntrinsicInlineSize` | `ContainIntrinsicInlineSize<string \| number>` | No | - | Since September 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `auto? [ none \| <length> ]` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **95** \| **107** \| **17** \| **95** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/contain-intrinsic-inline-size |
|
|
177
|
+
| `containIntrinsicWidth` | `ContainIntrinsicWidth<string \| number>` | No | - | Since September 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `auto? [ none \| <length> ]` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **95** \| **107** \| **17** \| **95** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/contain-intrinsic-width |
|
|
178
|
+
| `containerName` | `ContainerName` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since February 2023. **Syntax**: `none \| <custom-ident>+` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **105** \| **110** \| **16** \| **105** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/container-name |
|
|
179
|
+
| `containerType` | `ContainerType` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since February 2023. **Syntax**: `normal \| [ [ size \| inline-size ] \|\| scroll-state ]` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **105** \| **110** \| **16** \| **105** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/container-type |
|
|
180
|
+
| `content` | `Content` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `normal \| none \| [ <content-replacement> \| <content-list> ] [ / [ <string> \| <counter> \| <attr()> ]+ ]?` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **8** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/content |
|
|
181
|
+
| `contentVisibility` | `"visible" \| "hidden" \| "auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | Since September 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `visible \| auto \| hidden` **Initial value**: `visible` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **85** \| **125** \| **18** \| **85** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/content-visibility |
|
|
182
|
+
| `counterIncrement` | `CounterIncrement` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `[ <counter-name> <integer>? ]+ \| none` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **2** \| **1** \| **3** \| **12** \| **8** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/counter-increment |
|
|
183
|
+
| `counterReset` | `CounterReset` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `[ <counter-name> <integer>? \| <reversed-counter-name> <integer>? ]+ \| none` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **2** \| **1** \| **3** \| **12** \| **8** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/counter-reset |
|
|
184
|
+
| `counterSet` | `CounterSet` | No | - | Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `[ <counter-name> <integer>? ]+ \| none` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **85** \| **68** \| **17.2** \| **85** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/counter-set |
|
|
185
|
+
| `cursor` | `Cursor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since December 2021. **Syntax**: `[ [ <url> [ <x> <y> ]? , ]* <cursor-predefined> ]` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :---: \| \| **1** \| **1** \| **1.2** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/cursor |
|
|
186
|
+
| `cx` | `Cx<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020. **Syntax**: `<length> \| <percentage>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **43** \| **69** \| **9** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/cx |
|
|
187
|
+
| `cy` | `Cy<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020. **Syntax**: `<length> \| <percentage>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **43** \| **69** \| **9** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/cy |
|
|
188
|
+
| `d` | `D` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `none \| path(<string>)` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **52** \| **97** \| No \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/d |
|
|
189
|
+
| `display` | `Display` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `[ <display-outside> \|\| <display-inside> ] \| <display-listitem> \| <display-internal> \| <display-box> \| <display-legacy>` **Initial value**: `inline` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/display |
|
|
190
|
+
| `dominantBaseline` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "middle" \| "text-bottom" \| "text-top" \| "alphabetic" \| "central" \| "ideographic" \| "mathematical" \| "hanging"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `auto \| text-bottom \| alphabetic \| ideographic \| middle \| central \| mathematical \| hanging \| text-top` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **1** \| **1** \| **4** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/dominant-baseline |
|
|
191
|
+
| `emptyCells` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "hide" \| "show"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `show \| hide` **Initial value**: `show` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :---: \| \| **1** \| **1** \| **1.2** \| **12** \| **8** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/empty-cells |
|
|
192
|
+
| `fieldSizing` | `"fixed" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "content"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `content \| fixed` **Initial value**: `fixed` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :---------: \| :-----: \| :-: \| \| **123** \| No \| **preview** \| **123** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/field-sizing |
|
|
193
|
+
| `fillOpacity` | `FillOpacity` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `<'opacity'>` **Initial value**: `1` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :-----: \| :-: \| \| **1** \| **1** \| **4** \| **≤15** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/fill-opacity |
|
|
194
|
+
| `fillRule` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "evenodd" \| "nonzero"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `nonzero \| evenodd` **Initial value**: `nonzero` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :-----: \| :-: \| \| **1** \| **3** \| **4** \| **≤15** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/fill-rule |
|
|
195
|
+
| `flexBasis` | `FlexBasis<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `content \| <'width'>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :-----: \| :-----: \| :----: \| :----: \| \| **29** \| **22** \| **9** \| **12** \| **11** \| \| 22 _-x-_ \| \| 7 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/flex-basis |
|
|
196
|
+
| `flexGrow` | `FlexGrow` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<number>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :-----: \| :-----: \| :----: \| :----------------------: \| \| **29** \| **20** \| **9** \| **12** \| **11** \| \| 22 _-x-_ \| \| 7 _-x-_ \| \| 10 _(-ms-flex-positive)_ \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/flex-grow |
|
|
197
|
+
| `flexShrink` | `FlexShrink` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<number>` **Initial value**: `1` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :-----: \| :-----: \| :----: \| :----: \| \| **29** \| **20** \| **9** \| **12** \| **10** \| \| 22 _-x-_ \| \| 8 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/flex-shrink |
|
|
198
|
+
| `flexWrap` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "nowrap" \| "wrap" \| "wrap-reverse"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `nowrap \| wrap \| wrap-reverse` **Initial value**: `nowrap` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :-----: \| :-----: \| :----: \| :----: \| \| **29** \| **28** \| **9** \| **12** \| **11** \| \| 21 _-x-_ \| \| 7 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/flex-wrap |
|
|
199
|
+
| `float` | `"none" \| "right" \| "left" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "inline-end" \| "inline-start"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `left \| right \| none \| inline-start \| inline-end` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/float |
|
|
200
|
+
| `floodColor` | `FloodColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<color>` **Initial value**: `black` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-----: \| \| **5** \| **3** \| **6** \| **12** \| **≤11** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/flood-color |
|
|
201
|
+
| `floodOpacity` | `FloodOpacity` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<'opacity'>` **Initial value**: `black` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-----: \| \| **5** \| **3** \| **6** \| **12** \| **≤11** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/flood-opacity |
|
|
202
|
+
| `fontFamily` | `FontFamily` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `[ <family-name> \| <generic-family> ]#` **Initial value**: depends on user agent \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **3** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-family |
|
|
203
|
+
| `fontFeatureSettings` | `FontFeatureSettings` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `normal \| <feature-tag-value>#` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :------: \| :-----: \| :----: \| :----: \| \| **48** \| **34** \| **9.1** \| **15** \| **10** \| \| 16 _-x-_ \| 15 _-x-_ \| \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-feature-settings |
|
|
204
|
+
| `fontKerning` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `auto \| normal \| none` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :-: \| \| **33** \| **32** \| **9** \| **79** \| No \| \| \| \| 6 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-kerning |
|
|
205
|
+
| `fontLanguageOverride` | `FontLanguageOverride` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `normal \| <string>` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **143** \| **34** \| No \| **143** \| No \| \| \| 4 _-x-_ \| \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-language-override |
|
|
206
|
+
| `fontOpticalSizing` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2020. **Syntax**: `auto \| none` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **79** \| **62** \| **13.1** \| **17** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-optical-sizing |
|
|
207
|
+
| `fontPalette` | `FontPalette` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since November 2022. **Syntax**: `normal \| light \| dark \| <palette-identifier> \| <palette-mix()>` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :-----: \| :-: \| \| **101** \| **107** \| **15.4** \| **101** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-palette |
|
|
208
|
+
| `fontSize` | `FontSize<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<absolute-size> \| <relative-size> \| <length-percentage [0,∞]> \| math` **Initial value**: `medium` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-----: \| \| **1** \| **1** \| **1** \| **12** \| **5.5** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-size |
|
|
209
|
+
| `fontSizeAdjust` | `FontSizeAdjust` | No | - | Since July 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `none \| [ ex-height \| cap-height \| ch-width \| ic-width \| ic-height ]? [ from-font \| <number> ]` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :-----: \| :-: \| \| **127** \| **3** \| **16.4** \| **127** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-size-adjust |
|
|
210
|
+
| `fontSmooth` | `FontSmooth<string \| number>` | No | - | The **`font-smooth`** CSS property controls the application of anti-aliasing when fonts are rendered. **Syntax**: `auto \| never \| always \| <absolute-size> \| <length>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------------------------------: \| :--------------------------------: \| :------------------------------: \| :-------------------------------: \| :-: \| \| **5** _(-webkit-font-smoothing)_ \| **25** _(-moz-osx-font-smoothing)_ \| **4** _(-webkit-font-smoothing)_ \| **79** _(-webkit-font-smoothing)_ \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-smooth |
|
|
211
|
+
| `fontStyle` | `FontStyle` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `normal \| italic \| oblique <angle>?` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-style |
|
|
212
|
+
| `fontSynthesis` | `FontSynthesis` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2022. **Syntax**: `none \| [ weight \|\| style \|\| small-caps \|\| position]` **Initial value**: `weight style small-caps position ` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **97** \| **34** \| **9** \| **97** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-synthesis |
|
|
213
|
+
| `fontSynthesisPosition` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `auto \| none` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :--: \| :-: \| \| No \| **118** \| No \| No \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-synthesis-position |
|
|
214
|
+
| `fontSynthesisSmallCaps` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2023. **Syntax**: `auto \| none` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **97** \| **111** \| **16.4** \| **97** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-synthesis-small-caps |
|
|
215
|
+
| `fontSynthesisStyle` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2023. **Syntax**: `auto \| none` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **97** \| **111** \| **16.4** \| **97** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-synthesis-style |
|
|
216
|
+
| `fontSynthesisWeight` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2023. **Syntax**: `auto \| none` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **97** \| **111** \| **16.4** \| **97** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-synthesis-weight |
|
|
217
|
+
| `fontVariant` | `FontVariant` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `normal \| none \| [ <common-lig-values> \|\| <discretionary-lig-values> \|\| <historical-lig-values> \|\| <contextual-alt-values> \|\| stylistic( <feature-value-name> ) \|\| historical-forms \|\| styleset( <feature-value-name># ) \|\| character-variant( <feature-value-name># ) \|\| swash( <feature-value-name> ) \|\| ornaments( <feature-value-name> ) \|\| annotation( <feature-value-name> ) \|\| [ small-caps \| all-small-caps \| petite-caps \| all-petite-caps \| unicase \| titling-caps ] \|\| <numeric-figure-values> \|\| <numeric-spacing-values> \|\| <numeric-fraction-values> \|\| ordinal \|\| slashed-zero \|\| <east-asian-variant-values> \|\| <east-asian-width-values> \|\| ruby ]` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-variant |
|
|
218
|
+
| `fontVariantAlternates` | `FontVariantAlternates` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2023. **Syntax**: `normal \| [ stylistic( <feature-value-name> ) \|\| historical-forms \|\| styleset( <feature-value-name># ) \|\| character-variant( <feature-value-name># ) \|\| swash( <feature-value-name> ) \|\| ornaments( <feature-value-name> ) \|\| annotation( <feature-value-name> ) ]` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :-----: \| :-: \| \| **111** \| **34** \| **9.1** \| **111** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-variant-alternates |
|
|
219
|
+
| `fontVariantCaps` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "small-caps" \| "all-petite-caps" \| "all-small-caps" \| "petite-caps" \| "titling-caps" \| "unicase"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `normal \| small-caps \| all-small-caps \| petite-caps \| all-petite-caps \| unicase \| titling-caps` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :-: \| \| **52** \| **34** \| **9.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-variant-caps |
|
|
220
|
+
| `fontVariantEastAsian` | `FontVariantEastAsian` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `normal \| [ <east-asian-variant-values> \|\| <east-asian-width-values> \|\| ruby ]` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :-: \| \| **63** \| **34** \| **9.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-variant-east-asian |
|
|
221
|
+
| `fontVariantEmoji` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "text" \| "normal" \| "emoji" \| "unicode"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `normal \| text \| emoji \| unicode` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **131** \| **141** \| No \| **131** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-variant-emoji |
|
|
222
|
+
| `fontVariantLigatures` | `FontVariantLigatures` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `normal \| none \| [ <common-lig-values> \|\| <discretionary-lig-values> \|\| <historical-lig-values> \|\| <contextual-alt-values> ]` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :-----: \| :-----: \| :----: \| :-: \| \| **34** \| **34** \| **9.1** \| **79** \| No \| \| 31 _-x-_ \| \| 7 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-variant-ligatures |
|
|
223
|
+
| `fontVariantNumeric` | `FontVariantNumeric` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `normal \| [ <numeric-figure-values> \|\| <numeric-spacing-values> \|\| <numeric-fraction-values> \|\| ordinal \|\| slashed-zero ]` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :-: \| \| **52** \| **34** \| **9.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-variant-numeric |
|
|
224
|
+
| `fontVariantPosition` | `"sub" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "super" \| "normal"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `normal \| sub \| super` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :--: \| :-: \| \| No \| **34** \| **9.1** \| No \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-variant-position |
|
|
225
|
+
| `fontVariationSettings` | `FontVariationSettings` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2018. **Syntax**: `normal \| [ <string> <number> ]#` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **62** \| **62** \| **11** \| **17** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-variation-settings |
|
|
226
|
+
| `fontWeight` | `FontWeight` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<font-weight-absolute> \| bolder \| lighter` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **2** \| **1** \| **1** \| **12** \| **3** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font-weight |
|
|
227
|
+
| `fontWidth` | `FontWidth` | No | - | **Syntax**: `normal \| <percentage [0,∞]> \| ultra-condensed \| extra-condensed \| condensed \| semi-condensed \| semi-expanded \| expanded \| extra-expanded \| ultra-expanded` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :--: \| :-: \| \| No \| No \| **18.4** \| No \| No \| |
|
|
228
|
+
| `forcedColorAdjust` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "preserve-parent-color"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `auto \| none \| preserve-parent-color` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :-----------------------------: \| :---------------------------------: \| \| **89** \| **113** \| No \| **79** \| **10** _(-ms-high-contrast-adjust)_ \| \| \| \| \| 12 _(-ms-high-contrast-adjust)_ \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/forced-color-adjust |
|
|
229
|
+
| `gridAutoColumns` | `GridAutoColumns<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020. **Syntax**: `<track-size>+` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-------------------------: \| \| **57** \| **70** \| **10.1** \| **16** \| **10** _(-ms-grid-columns)_ \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/grid-auto-columns |
|
|
230
|
+
| `gridAutoFlow` | `GridAutoFlow` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017. **Syntax**: `[ row \| column ] \|\| dense` **Initial value**: `row` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **57** \| **52** \| **10.1** \| **16** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/grid-auto-flow |
|
|
231
|
+
| `gridAutoRows` | `GridAutoRows<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020. **Syntax**: `<track-size>+` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :----------------------: \| \| **57** \| **70** \| **10.1** \| **16** \| **10** _(-ms-grid-rows)_ \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/grid-auto-rows |
|
|
232
|
+
| `gridColumnEnd` | `GridColumnEnd` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017. **Syntax**: `<grid-line>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **57** \| **52** \| **10.1** \| **16** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/grid-column-end |
|
|
233
|
+
| `gridColumnStart` | `GridColumnStart` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017. **Syntax**: `<grid-line>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **57** \| **52** \| **10.1** \| **16** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/grid-column-start |
|
|
234
|
+
| `gridRowEnd` | `GridRowEnd` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017. **Syntax**: `<grid-line>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **57** \| **52** \| **10.1** \| **16** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/grid-row-end |
|
|
235
|
+
| `gridRowStart` | `GridRowStart` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017. **Syntax**: `<grid-line>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **57** \| **52** \| **10.1** \| **16** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/grid-row-start |
|
|
236
|
+
| `gridTemplateAreas` | `GridTemplateAreas` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017. **Syntax**: `none \| <string>+` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **57** \| **52** \| **10.1** \| **16** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/grid-template-areas |
|
|
237
|
+
| `gridTemplateColumns` | `GridTemplateColumns<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017. **Syntax**: `none \| <track-list> \| <auto-track-list> \| subgrid <line-name-list>?` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-------------------------: \| \| **57** \| **52** \| **10.1** \| **16** \| **10** _(-ms-grid-columns)_ \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/grid-template-columns |
|
|
238
|
+
| `gridTemplateRows` | `GridTemplateRows<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017. **Syntax**: `none \| <track-list> \| <auto-track-list> \| subgrid <line-name-list>?` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :----------------------: \| \| **57** \| **52** \| **10.1** \| **16** \| **10** _(-ms-grid-rows)_ \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/grid-template-rows |
|
|
239
|
+
| `hangingPunctuation` | `HangingPunctuation` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `none \| [ first \|\| [ force-end \| allow-end ] \|\| last ]` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :--: \| :-: \| \| No \| No \| **10** \| No \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/hanging-punctuation |
|
|
240
|
+
| `height` | `any` | No | - | Sets the height of the box in pixels This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `auto \| <length-percentage [0,∞]> \| min-content \| max-content \| fit-content \| fit-content(<length-percentage [0,∞]>) \| <calc-size()> \| <anchor-size()>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/height |
|
|
241
|
+
| `hyphenateCharacter` | `HyphenateCharacter` | No | - | Since September 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `auto \| <string>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-------: \| :------: \| :-: \| \| **106** \| **98** \| **17** \| **106** \| No \| \| 6 _-x-_ \| \| 5.1 _-x-_ \| 79 _-x-_ \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/hyphenate-character |
|
|
242
|
+
| `hyphenateLimitChars` | `HyphenateLimitChars` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `[ auto \| <integer> ]{1,3}` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **109** \| **137** \| No \| **109** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/hyphenate-limit-chars |
|
|
243
|
+
| `hyphens` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "manual"` | No | - | Since September 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `none \| manual \| auto` **Initial value**: `manual` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :-----: \| :-------: \| :----: \| :----------: \| \| **55** \| **43** \| **17** \| **79** \| **10** _-x-_ \| \| 13 _-x-_ \| 6 _-x-_ \| 5.1 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/hyphens |
|
|
244
|
+
| `imageOrientation` | `ImageOrientation` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2020. **Syntax**: `from-image \| <angle> \| [ <angle>? flip ]` **Initial value**: `from-image` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **81** \| **26** \| **13.1** \| **81** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/image-orientation |
|
|
245
|
+
| `imageRendering` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "-moz-crisp-edges" \| "-webkit-optimize-contrast" \| "crisp-edges" \| "pixelated" \| "smooth"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `auto \| crisp-edges \| pixelated \| smooth` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **13** \| **3.6** \| **6** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/image-rendering |
|
|
246
|
+
| `imageResolution` | `ImageResolution` | No | - | The **`image-resolution`** CSS property specifies the intrinsic resolution of all raster images used in or on the element. It affects content images such as replaced elements and generated content, and decorative images such as `background-image` images. **Syntax**: `[ from-image \|\| <resolution> ] && snap?` **Initial value**: `1dppx` |
|
|
247
|
+
| `initialLetter` | `InitialLetter` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `normal \| [ <number> <integer>? ]` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :---------: \| :-----: \| :-: \| \| **110** \| No \| **9** _-x-_ \| **110** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/initial-letter |
|
|
248
|
+
| `initialLetterAlign` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "alphabetic" \| "ideographic" \| "hanging"` | No | - | **Syntax**: `[ auto \| alphabetic \| hanging \| ideographic ]` **Initial value**: `auto` |
|
|
249
|
+
| `inlineSize` | `InlineSize<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'width'>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-------------------------: \| :-----: \| :---------------------------: \| :----: \| :-: \| \| **57** \| **41** \| **12.1** \| **79** \| No \| \| 8 _(-webkit-logical-width)_ \| \| 5.1 _(-webkit-logical-width)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/inline-size |
|
|
250
|
+
| `insetBlockEnd` | `InsetBlockEnd<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'top'>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **87** \| **63** \| **14.1** \| **87** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/inset-block-end |
|
|
251
|
+
| `insetBlockStart` | `InsetBlockStart<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'top'>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **87** \| **63** \| **14.1** \| **87** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/inset-block-start |
|
|
252
|
+
| `insetInlineEnd` | `InsetInlineEnd<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'top'>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **87** \| **63** \| **14.1** \| **87** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/inset-inline-end |
|
|
253
|
+
| `insetInlineStart` | `InsetInlineStart<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'top'>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **87** \| **63** \| **14.1** \| **87** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/inset-inline-start |
|
|
254
|
+
| `interpolateSize` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "allow-keywords" \| "numeric-only"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `numeric-only \| allow-keywords` **Initial value**: `numeric-only` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **129** \| No \| No \| **129** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/interpolate-size |
|
|
255
|
+
| `isolation` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "isolate"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `auto \| isolate` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **41** \| **36** \| **8** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/isolation |
|
|
256
|
+
| `justifyItems` | `JustifyItems` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2016. **Syntax**: `normal \| stretch \| <baseline-position> \| <overflow-position>? [ <self-position> \| left \| right ] \| legacy \| legacy && [ left \| right \| center ] \| anchor-center` **Initial value**: `legacy` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :----: \| \| **52** \| **20** \| **9** \| **12** \| **11** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/justify-items |
|
|
257
|
+
| `justifySelf` | `JustifySelf` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017. **Syntax**: `auto \| normal \| stretch \| <baseline-position> \| <overflow-position>? [ <self-position> \| left \| right ] \| anchor-center` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :----: \| \| **57** \| **45** \| **10.1** \| **16** \| **10** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/justify-self |
|
|
258
|
+
| `justifyTracks` | `JustifyTracks` | No | - | **Syntax**: `[ normal \| <content-distribution> \| <overflow-position>? [ <content-position> \| left \| right ] ]#` **Initial value**: `normal` |
|
|
259
|
+
| `letterSpacing` | `LetterSpacing<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `normal \| <length>` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/letter-spacing |
|
|
260
|
+
| `lightingColor` | `LightingColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<color>` **Initial value**: `white` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-----: \| \| **5** \| **3** \| **6** \| **12** \| **≤11** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/lighting-color |
|
|
261
|
+
| `lineBreak` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "strict" \| "anywhere" \| "loose"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020. **Syntax**: `auto \| loose \| normal \| strict \| anywhere` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :-----: \| \| **58** \| **69** \| **11** \| **14** \| **5.5** \| \| 1 _-x-_ \| \| 3 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/line-break |
|
|
262
|
+
| `lineHeight` | `LineHeight<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `normal \| <number> \| <length> \| <percentage>` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/line-height |
|
|
263
|
+
| `lineHeightStep` | `LineHeightStep<string \| number>` | No | - | The **`line-height-step`** CSS property sets the step unit for line box heights. When the property is set, line box heights are rounded up to the closest multiple of the unit. **Syntax**: `<length>` **Initial value**: `0` |
|
|
264
|
+
| `listStyleImage` | `ListStyleImage` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<image> \| none` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/list-style-image |
|
|
265
|
+
| `listStylePosition` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "inside" \| "outside"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `inside \| outside` **Initial value**: `outside` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/list-style-position |
|
|
266
|
+
| `listStyleType` | `ListStyleType` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<counter-style> \| <string> \| none` **Initial value**: `disc` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/list-style-type |
|
|
267
|
+
| `marginBlockEnd` | `MarginBlockEnd<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'margin-top'>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-block-end |
|
|
268
|
+
| `marginBlockStart` | `MarginBlockStart<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'margin-top'>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-block-start |
|
|
269
|
+
| `marginBottom` | `any` | No | - | Sets margin on the bottom. Accepts a numeric value (multiplied by spacing unit), predefined spacing value (tiny, small, etc.) a spacing token (SP1, SP2, etc.) or a value in pixels This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage> \| auto \| <anchor-size()>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **3** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-bottom |
|
|
270
|
+
| `marginInlineEnd` | `MarginInlineEnd<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'margin-top'>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----------------------: \| :-------------------: \| :----------------------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| \| 2 _(-webkit-margin-end)_ \| 3 _(-moz-margin-end)_ \| 3 _(-webkit-margin-end)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-inline-end |
|
|
271
|
+
| `marginInlineStart` | `MarginInlineStart<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'margin-top'>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------------------------: \| :---------------------: \| :------------------------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| \| 2 _(-webkit-margin-start)_ \| 3 _(-moz-margin-start)_ \| 3 _(-webkit-margin-start)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-inline-start |
|
|
272
|
+
| `marginLeft` | `any` | No | - | Sets margin on the left. Accepts a numeric value (multiplied by spacing unit), predefined spacing value (tiny, small, etc.) a spacing token (SP1, SP2, etc.) or a value in pixels This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage> \| auto \| <anchor-size()>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **3** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-left |
|
|
273
|
+
| `marginRight` | `any` | No | - | Sets margin on the right. Accepts a numeric value (multiplied by spacing unit), predefined spacing value (tiny, small, etc.) a spacing token (SP1, SP2, etc.) or a value in pixels This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage> \| auto \| <anchor-size()>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **3** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-right |
|
|
274
|
+
| `marginTop` | `any` | No | - | Sets margin on the top. Accepts a numeric value (multiplied by spacing unit), predefined spacing value (tiny, small, etc.) a spacing token (SP1, SP2, etc.) or a value in pixels This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage> \| auto \| <anchor-size()>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **3** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-top |
|
|
275
|
+
| `marginTrim` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "all" \| "in-flow"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `none \| in-flow \| all` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :--: \| :-: \| \| No \| No \| **16.4** \| No \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-trim |
|
|
276
|
+
| `marker` | `Marker` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `none \| <url>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :-----: \| :-: \| \| **1** \| **3** \| **4** \| **≤15** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/marker |
|
|
277
|
+
| `markerEnd` | `MarkerEnd` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `none \| <url>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :-----: \| :-: \| \| **1** \| **3** \| **4** \| **≤15** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/marker-end |
|
|
278
|
+
| `markerMid` | `MarkerMid` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `none \| <url>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :-----: \| :-: \| \| **1** \| **3** \| **4** \| **≤15** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/marker-mid |
|
|
279
|
+
| `markerStart` | `MarkerStart` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `none \| <url>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :-----: \| :-: \| \| **1** \| **3** \| **4** \| **≤15** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/marker-start |
|
|
265
280
|
| `maskBorderMode` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "alpha" \| "luminance"` | No | - | The **`mask-border-mode`** CSS property specifies the blending mode used in a mask border. **Syntax**: `luminance \| alpha` **Initial value**: `alpha` |
|
|
266
|
-
| `maskBorderOutset` | `MaskBorderOutset<string \| number>` | No | - |
|
|
267
|
-
| `maskBorderRepeat` | `MaskBorderRepeat` | No | - |
|
|
268
|
-
| `maskBorderSlice` | `MaskBorderSlice` | No | - |
|
|
269
|
-
| `maskBorderSource` | `MaskBorderSource` | No | - |
|
|
270
|
-
| `maskBorderWidth` | `MaskBorderWidth<string \| number>` | No | - |
|
|
271
|
-
| `maskClip` | `MaskClip` | No | - |
|
|
272
|
-
| `maskComposite` | `MaskComposite` | No | - |
|
|
273
|
-
| `maskImage` | `MaskImage` | No | - |
|
|
274
|
-
| `maskMode` | `MaskMode` | No | - |
|
|
275
|
-
| `maskOrigin` | `MaskOrigin` | No | - |
|
|
276
|
-
| `maskPosition` | `MaskPosition<string \| number>` | No | - |
|
|
277
|
-
| `maskRepeat` | `MaskRepeat` | No | - |
|
|
278
|
-
| `maskSize` | `MaskSize<string \| number>` | No | - |
|
|
279
|
-
| `maskType` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "alpha" \| "luminance"` | No | - |
|
|
280
|
-
| `masonryAutoFlow` | `MasonryAutoFlow` | No | - | This feature is
|
|
281
|
-
| `mathDepth` | `MathDepth` | No | - |
|
|
282
|
-
| `mathShift` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "compact"` | No | - |
|
|
283
|
-
| `mathStyle` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "compact"` | No | - |
|
|
284
|
-
| `maxBlockSize` | `MaxBlockSize<string \| number>` | No | - |
|
|
285
|
-
| `maxHeight` | `any` | No | - | Sets the maximum height of the box in pixels
|
|
286
|
-
| `maxInlineSize` | `MaxInlineSize<string \| number>` | No | - |
|
|
281
|
+
| `maskBorderOutset` | `MaskBorderOutset<string \| number>` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `[ <length> \| <number> ]{1,4}` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-------------------------------------: \| :-----: \| :-----------------------------------: \| :--------------------------------------: \| :-: \| \| **1** _(-webkit-mask-box-image-outset)_ \| No \| **17.2** \| **79** _(-webkit-mask-box-image-outset)_ \| No \| \| \| \| 3.1 _(-webkit-mask-box-image-outset)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-border-outset |
|
|
282
|
+
| `maskBorderRepeat` | `MaskBorderRepeat` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `[ stretch \| repeat \| round \| space ]{1,2}` **Initial value**: `stretch` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-------------------------------------: \| :-----: \| :-----------------------------------: \| :--------------------------------------: \| :-: \| \| **1** _(-webkit-mask-box-image-repeat)_ \| No \| **17.2** \| **79** _(-webkit-mask-box-image-repeat)_ \| No \| \| \| \| 3.1 _(-webkit-mask-box-image-repeat)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-border-repeat |
|
|
283
|
+
| `maskBorderSlice` | `MaskBorderSlice` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `<number-percentage>{1,4} fill?` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------------------------------------: \| :-----: \| :----------------------------------: \| :-------------------------------------: \| :-: \| \| **1** _(-webkit-mask-box-image-slice)_ \| No \| **17.2** \| **79** _(-webkit-mask-box-image-slice)_ \| No \| \| \| \| 3.1 _(-webkit-mask-box-image-slice)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-border-slice |
|
|
284
|
+
| `maskBorderSource` | `MaskBorderSource` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `none \| <image>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-------------------------------------: \| :-----: \| :-----------------------------------: \| :--------------------------------------: \| :-: \| \| **1** _(-webkit-mask-box-image-source)_ \| No \| **17.2** \| **79** _(-webkit-mask-box-image-source)_ \| No \| \| \| \| 3.1 _(-webkit-mask-box-image-source)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-border-source |
|
|
285
|
+
| `maskBorderWidth` | `MaskBorderWidth<string \| number>` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `[ <length-percentage> \| <number> \| auto ]{1,4}` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------------------------------------: \| :-----: \| :----------------------------------: \| :-------------------------------------: \| :-: \| \| **1** _(-webkit-mask-box-image-width)_ \| No \| **17.2** \| **79** _(-webkit-mask-box-image-width)_ \| No \| \| \| \| 3.1 _(-webkit-mask-box-image-width)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-border-width |
|
|
286
|
+
| `maskClip` | `MaskClip` | No | - | Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `[ <coord-box> \| no-clip ]#` **Initial value**: `border-box` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :------: \| :-: \| \| **120** \| **53** \| **15.4** \| **120** \| No \| \| 1 _-x-_ \| \| 4 _-x-_ \| 79 _-x-_ \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-clip |
|
|
287
|
+
| `maskComposite` | `MaskComposite` | No | - | Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `<compositing-operator>#` **Initial value**: `add` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :---: \| :-: \| \| **120** \| **53** \| **15.4** \| 18-79 \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-composite |
|
|
288
|
+
| `maskImage` | `MaskImage` | No | - | Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `<mask-reference>#` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :---: \| :-: \| \| **120** \| **53** \| **15.4** \| 16-79 \| No \| \| 1 _-x-_ \| \| 4 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-image |
|
|
289
|
+
| `maskMode` | `MaskMode` | No | - | Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `<masking-mode>#` **Initial value**: `match-source` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :-----: \| :-: \| \| **120** \| **53** \| **15.4** \| **120** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-mode |
|
|
290
|
+
| `maskOrigin` | `MaskOrigin` | No | - | Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `<coord-box>#` **Initial value**: `border-box` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :------: \| :-: \| \| **120** \| **53** \| **15.4** \| **120** \| No \| \| 1 _-x-_ \| \| 4 _-x-_ \| 79 _-x-_ \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-origin |
|
|
291
|
+
| `maskPosition` | `MaskPosition<string \| number>` | No | - | Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `<position>#` **Initial value**: `0% 0%` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-------: \| :---: \| :-: \| \| **120** \| **53** \| **15.4** \| 18-79 \| No \| \| 1 _-x-_ \| \| 3.1 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-position |
|
|
292
|
+
| `maskRepeat` | `MaskRepeat` | No | - | Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `<repeat-style>#` **Initial value**: `repeat` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-------: \| :---: \| :-: \| \| **120** \| **53** \| **15.4** \| 18-79 \| No \| \| 1 _-x-_ \| \| 3.1 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-repeat |
|
|
293
|
+
| `maskSize` | `MaskSize<string \| number>` | No | - | Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `<bg-size>#` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :---: \| :-: \| \| **120** \| **53** \| **15.4** \| 18-79 \| No \| \| 4 _-x-_ \| \| 4 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-size |
|
|
294
|
+
| `maskType` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "alpha" \| "luminance"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `luminance \| alpha` **Initial value**: `luminance` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **24** \| **35** \| **7** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-type |
|
|
295
|
+
| `masonryAutoFlow` | `MasonryAutoFlow` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017. **Syntax**: `[ pack \| next ] \|\| [ definite-first \| ordered ]` **Initial value**: `pack` |
|
|
296
|
+
| `mathDepth` | `MathDepth` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `auto-add \| add(<integer>) \| <integer>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **109** \| **117** \| No \| **109** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/math-depth |
|
|
297
|
+
| `mathShift` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "compact"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `normal \| compact` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **109** \| No \| No \| **109** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/math-shift |
|
|
298
|
+
| `mathStyle` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "compact"` | No | - | Since August 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `normal \| compact` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :-----: \| :-: \| \| **109** \| **117** \| **14.1** \| **109** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/math-style |
|
|
299
|
+
| `maxBlockSize` | `MaxBlockSize<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'max-width'>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **57** \| **41** \| **12.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/max-block-size |
|
|
300
|
+
| `maxHeight` | `any` | No | - | Sets the maximum height of the box in pixels This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `none \| <length-percentage [0,∞]> \| min-content \| max-content \| fit-content \| fit-content(<length-percentage [0,∞]>) \| <calc-size()> \| <anchor-size()>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :---: \| \| **1** \| **1** \| **1.3** \| **12** \| **7** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/max-height |
|
|
301
|
+
| `maxInlineSize` | `MaxInlineSize<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'max-width'>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :--------: \| :----: \| :-: \| \| **57** \| **41** \| **12.1** \| **79** \| No \| \| \| \| 10.1 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/max-inline-size |
|
|
287
302
|
| `maxLines` | `MaxLines` | No | - | **Syntax**: `none \| <integer>` **Initial value**: `none` |
|
|
288
|
-
| `minBlockSize` | `MinBlockSize<string \| number>` | No | - |
|
|
289
|
-
| `minInlineSize` | `MinInlineSize<string \| number>` | No | - |
|
|
290
|
-
| `minWidth` | `any` | No | - | Sets the minimum width of the box in pixels
|
|
291
|
-
| `mixBlendMode` | `"overlay" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "color" \| "normal" \| "color-burn" \| "color-dodge" \| "darken" \| "difference" \| "exclusion" \| "hard-light" \| "hue" \| "lighten" \| "luminosity" \| "multiply" \| "saturation" \| "screen" \| "soft-light" \| "plus-lighter"` | No | - |
|
|
292
|
-
| `motionDistance` | `OffsetDistance<string \| number>` | No | - |
|
|
293
|
-
| `motionPath` | `OffsetPath` | No | - |
|
|
294
|
-
| `motionRotation` | `OffsetRotate` | No | - |
|
|
295
|
-
| `objectFit` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "fill" \| "contain" \| "cover" \| "scale-down"` | No | - |
|
|
296
|
-
| `objectPosition` | `ObjectPosition<string \| number>` | No | - |
|
|
297
|
-
| `
|
|
298
|
-
| `
|
|
299
|
-
| `
|
|
300
|
-
| `
|
|
301
|
-
| `
|
|
302
|
-
| `
|
|
303
|
-
| `
|
|
304
|
-
| `
|
|
305
|
-
| `
|
|
306
|
-
| `
|
|
307
|
-
| `
|
|
308
|
-
| `
|
|
309
|
-
| `
|
|
310
|
-
| `
|
|
311
|
-
| `
|
|
312
|
-
| `
|
|
313
|
-
| `
|
|
314
|
-
| `
|
|
315
|
-
| `
|
|
316
|
-
| `
|
|
317
|
-
| `
|
|
318
|
-
| `
|
|
319
|
-
| `
|
|
320
|
-
| `
|
|
321
|
-
| `
|
|
322
|
-
| `
|
|
323
|
-
| `
|
|
324
|
-
| `
|
|
325
|
-
| `
|
|
326
|
-
| `
|
|
327
|
-
| `
|
|
328
|
-
| `
|
|
329
|
-
| `
|
|
330
|
-
| `
|
|
331
|
-
| `
|
|
332
|
-
| `
|
|
333
|
-
| `
|
|
334
|
-
| `
|
|
335
|
-
| `
|
|
336
|
-
| `
|
|
337
|
-
| `
|
|
338
|
-
| `
|
|
339
|
-
| `
|
|
340
|
-
| `
|
|
341
|
-
| `
|
|
342
|
-
| `
|
|
343
|
-
| `
|
|
303
|
+
| `minBlockSize` | `MinBlockSize<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'min-width'>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **57** \| **41** \| **12.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/min-block-size |
|
|
304
|
+
| `minInlineSize` | `MinInlineSize<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'min-width'>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **57** \| **41** \| **12.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/min-inline-size |
|
|
305
|
+
| `minWidth` | `any` | No | - | Sets the minimum width of the box in pixels This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `auto \| <length-percentage [0,∞]> \| min-content \| max-content \| fit-content \| fit-content(<length-percentage [0,∞]>) \| <calc-size()> \| <anchor-size()>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **7** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/min-width |
|
|
306
|
+
| `mixBlendMode` | `"overlay" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "color" \| "normal" \| "color-burn" \| "color-dodge" \| "darken" \| "difference" \| "exclusion" \| "hard-light" \| "hue" \| "lighten" \| "luminosity" \| "multiply" \| "saturation" \| "screen" \| "soft-light" \| "plus-darker" \| "plus-lighter"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<blend-mode> \| plus-darker \| plus-lighter` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **41** \| **32** \| **8** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mix-blend-mode |
|
|
307
|
+
| `motionDistance` | `OffsetDistance<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2022. **Syntax**: `<length-percentage>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :--------------------: \| :-----: \| :----: \| :----: \| :-: \| \| **55** \| **72** \| **16** \| **79** \| No \| \| 46 _(motion-distance)_ \| \| \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/offset-distance |
|
|
308
|
+
| `motionPath` | `OffsetPath` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `none \| <offset-path> \|\| <coord-box>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----------------: \| :-----: \| :------: \| :----: \| :-: \| \| **55** \| **72** \| **15.4** \| **79** \| No \| \| 46 _(motion-path)_ \| \| \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/offset-path |
|
|
309
|
+
| `motionRotation` | `OffsetRotate` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2022. **Syntax**: `[ auto \| reverse ] \|\| <angle>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :--------------------: \| :-----: \| :----: \| :----: \| :-: \| \| **56** \| **72** \| **16** \| **79** \| No \| \| 46 _(motion-rotation)_ \| \| \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/offset-rotate |
|
|
310
|
+
| `objectFit` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "fill" \| "contain" \| "cover" \| "scale-down"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `fill \| contain \| cover \| none \| scale-down` **Initial value**: `fill` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **32** \| **36** \| **10** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/object-fit |
|
|
311
|
+
| `objectPosition` | `ObjectPosition<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<position>` **Initial value**: `50% 50%` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **32** \| **36** \| **10** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/object-position |
|
|
312
|
+
| `objectViewBox` | `ObjectViewBox` | No | - | **Syntax**: `none \| <basic-shape-rect>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **104** \| No \| No \| **104** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/object-view-box |
|
|
313
|
+
| `offsetAnchor` | `OffsetAnchor<string \| number>` | No | - | Since August 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `auto \| <position>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **116** \| **72** \| **16** \| **116** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/offset-anchor |
|
|
314
|
+
| `offsetDistance` | `OffsetDistance<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2022. **Syntax**: `<length-percentage>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :--------------------: \| :-----: \| :----: \| :----: \| :-: \| \| **55** \| **72** \| **16** \| **79** \| No \| \| 46 _(motion-distance)_ \| \| \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/offset-distance |
|
|
315
|
+
| `offsetPath` | `OffsetPath` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `none \| <offset-path> \|\| <coord-box>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----------------: \| :-----: \| :------: \| :----: \| :-: \| \| **55** \| **72** \| **15.4** \| **79** \| No \| \| 46 _(motion-path)_ \| \| \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/offset-path |
|
|
316
|
+
| `offsetPosition` | `OffsetPosition<string \| number>` | No | - | Since January 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `normal \| auto \| <position>` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **116** \| **122** \| **16** \| **116** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/offset-position |
|
|
317
|
+
| `offsetRotate` | `OffsetRotate` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2022. **Syntax**: `[ auto \| reverse ] \|\| <angle>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :--------------------: \| :-----: \| :----: \| :----: \| :-: \| \| **56** \| **72** \| **16** \| **79** \| No \| \| 46 _(motion-rotation)_ \| \| \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/offset-rotate |
|
|
318
|
+
| `offsetRotation` | `OffsetRotate` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2022. **Syntax**: `[ auto \| reverse ] \|\| <angle>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :--------------------: \| :-----: \| :----: \| :----: \| :-: \| \| **56** \| **72** \| **16** \| **79** \| No \| \| 46 _(motion-rotation)_ \| \| \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/offset-rotate |
|
|
319
|
+
| `opacity` | `Opacity` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<opacity-value>` **Initial value**: `1` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **2** \| **12** \| **9** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/opacity |
|
|
320
|
+
| `order` | `Order` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<integer>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :-----: \| :-----: \| :----: \| :------: \| \| **29** \| **20** \| **9** \| **12** \| **11** \| \| 21 _-x-_ \| \| 7 _-x-_ \| \| 10 _-x-_ \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/order |
|
|
321
|
+
| `orphans` | `Orphans` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `<integer>` **Initial value**: `2` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :---: \| \| **25** \| No \| **1.3** \| **12** \| **8** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/orphans |
|
|
322
|
+
| `outlineColor` | `OutlineColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `auto \| <color>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :---: \| \| **1** \| **1.5** \| **1.2** \| **12** \| **8** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/outline-color |
|
|
323
|
+
| `outlineOffset` | `OutlineOffset<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `<length>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :-: \| \| **1** \| **1.5** \| **1.2** \| **15** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/outline-offset |
|
|
324
|
+
| `outlineStyle` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "inset" \| "dashed" \| "dotted" \| "double" \| "groove" \| "outset" \| "ridge" \| "solid"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `auto \| <outline-line-style>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :---: \| \| **1** \| **1.5** \| **1.2** \| **12** \| **8** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/outline-style |
|
|
325
|
+
| `outlineWidth` | `OutlineWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<line-width>` **Initial value**: `medium` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :---: \| \| **1** \| **1.5** \| **1.2** \| **12** \| **8** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/outline-width |
|
|
326
|
+
| `overflowAnchor` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `auto \| none` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :---------: \| :----: \| :-: \| \| **56** \| **66** \| **preview** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/overflow-anchor |
|
|
327
|
+
| `overflowBlock` | `"visible" \| "hidden" \| "scroll" \| "auto" \| "clip" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | Since September 2025, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `visible \| hidden \| clip \| scroll \| auto` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **135** \| **69** \| **26** \| **135** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/overflow-block |
|
|
328
|
+
| `overflowClipBox` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "content-box" \| "padding-box"` | No | - | **Syntax**: `padding-box \| content-box` **Initial value**: `padding-box` |
|
|
329
|
+
| `overflowClipMargin` | `OverflowClipMargin<string \| number>` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `<visual-box> \|\| <length [0,∞]>` **Initial value**: `0px` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **90** \| **102** \| No \| **90** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/overflow-clip-margin |
|
|
330
|
+
| `overflowInline` | `"visible" \| "hidden" \| "scroll" \| "auto" \| "clip" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | Since September 2025, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `visible \| hidden \| clip \| scroll \| auto` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **135** \| **69** \| **26** \| **135** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/overflow-inline |
|
|
331
|
+
| `overflowWrap` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "anywhere" \| "break-word"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2018. **Syntax**: `normal \| break-word \| anywhere` **Initial value**: `normal` \| 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)_ \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/overflow-wrap |
|
|
332
|
+
| `overflowX` | `"visible" \| "hidden" \| "scroll" \| "auto" \| "overlay" \| "clip" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "-moz-hidden-unscrollable"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `visible \| hidden \| clip \| scroll \| auto` **Initial value**: `visible` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **3.5** \| **3** \| **12** \| **5** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/overflow-x |
|
|
333
|
+
| `overflowY` | `"visible" \| "hidden" \| "scroll" \| "auto" \| "overlay" \| "clip" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "-moz-hidden-unscrollable"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `visible \| hidden \| clip \| scroll \| auto` **Initial value**: `visible` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **3.5** \| **3** \| **12** \| **5** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/overflow-y |
|
|
334
|
+
| `overscrollBehaviorBlock` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "contain"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2022. **Syntax**: `contain \| none \| auto` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **77** \| **73** \| **16** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/overscroll-behavior-block |
|
|
335
|
+
| `overscrollBehaviorInline` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "contain"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2022. **Syntax**: `contain \| none \| auto` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **77** \| **73** \| **16** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/overscroll-behavior-inline |
|
|
336
|
+
| `overscrollBehaviorX` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "contain"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2022. **Syntax**: `contain \| none \| auto` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **63** \| **59** \| **16** \| **18** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/overscroll-behavior-x |
|
|
337
|
+
| `overscrollBehaviorY` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "contain"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2022. **Syntax**: `contain \| none \| auto` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **63** \| **59** \| **16** \| **18** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/overscroll-behavior-y |
|
|
338
|
+
| `paddingBlockEnd` | `PaddingBlockEnd<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'padding-top'>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/padding-block-end |
|
|
339
|
+
| `paddingBlockStart` | `PaddingBlockStart<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'padding-top'>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/padding-block-start |
|
|
340
|
+
| `paddingBottom` | `any` | No | - | Sets padding on the bottom. Accepts a numeric value (multiplied by spacing unit), predefined spacing value (tiny, small, etc.) a spacing token (SP1, SP2, etc.) or a value in pixels This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage [0,∞]>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/padding-bottom |
|
|
341
|
+
| `paddingInlineEnd` | `PaddingInlineEnd<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'padding-top'>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----------------------: \| :--------------------: \| :-----------------------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| \| 2 _(-webkit-padding-end)_ \| 3 _(-moz-padding-end)_ \| 3 _(-webkit-padding-end)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/padding-inline-end |
|
|
342
|
+
| `paddingInlineStart` | `PaddingInlineStart<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'padding-top'>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-------------------------: \| :----------------------: \| :-------------------------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| \| 2 _(-webkit-padding-start)_ \| 3 _(-moz-padding-start)_ \| 3 _(-webkit-padding-start)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/padding-inline-start |
|
|
343
|
+
| `paddingLeft` | `any` | No | - | Sets padding on the left. Accepts a numeric value (multiplied by spacing unit), predefined spacing value (tiny, small, etc.) a spacing token (SP1, SP2, etc.) or a value in pixels This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage [0,∞]>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/padding-left |
|
|
344
|
+
| `paddingRight` | `any` | No | - | Sets padding on the right. Accepts a numeric value (multiplied by spacing unit), predefined spacing value (tiny, small, etc.) a spacing token (SP1, SP2, etc.) or a value in pixels This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage [0,∞]>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/padding-right |
|
|
345
|
+
| `paddingTop` | `any` | No | - | Sets padding on the top. Accepts a numeric value (multiplied by spacing unit), predefined spacing value (tiny, small, etc.) a spacing token (SP1, SP2, etc.) or a value in pixels This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage [0,∞]>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/padding-top |
|
|
346
|
+
| `paintOrder` | `PaintOrder` | No | - | Since March 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `normal \| [ fill \|\| stroke \|\| markers ]` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **123** \| **60** \| **11** \| **123** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/paint-order |
|
|
347
|
+
| `perspective` | `Perspective<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `none \| <length>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :------: \| :-----: \| :----: \| :----: \| \| **36** \| **16** \| **9** \| **12** \| **10** \| \| 12 _-x-_ \| 10 _-x-_ \| 4 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/perspective |
|
|
348
|
+
| `perspectiveOrigin` | `PerspectiveOrigin<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<position>` **Initial value**: `50% 50%` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :------: \| :-----: \| :----: \| :----: \| \| **36** \| **16** \| **9** \| **12** \| **10** \| \| 12 _-x-_ \| 10 _-x-_ \| 4 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/perspective-origin |
|
|
349
|
+
| `pointerEvents` | `"visible" \| "auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "fill" \| "stroke" \| "all" \| "painted" \| "visibleFill" \| "visiblePainted" \| "visibleStroke"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `auto \| none \| visiblePainted \| visibleFill \| visibleStroke \| visible \| painted \| fill \| stroke \| all \| inherit` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :----: \| \| **1** \| **1.5** \| **4** \| **12** \| **11** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/pointer-events |
|
|
350
|
+
| `position` | `"fixed" \| "sticky" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "-webkit-sticky" \| "absolute" \| "relative" \| "static"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `static \| relative \| absolute \| sticky \| fixed` **Initial value**: `static` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/position |
|
|
351
|
+
| `positionAnchor` | `PositionAnchor` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `auto \| <anchor-name>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :---------: \| :----: \| :-----: \| :-: \| \| **125** \| **preview** \| **26** \| **125** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/position-anchor |
|
|
352
|
+
| `positionArea` | `PositionArea` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `none \| <position-area>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :---------: \| :----: \| :-----: \| :-: \| \| **129** \| **preview** \| **26** \| **129** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/position-area |
|
|
353
|
+
| `positionTryFallbacks` | `PositionTryFallbacks` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `none \| [ [<dashed-ident> \|\| <try-tactic>] \| <'position-area'> ]#` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :---------: \| :----: \| :-----: \| :-: \| \| **128** \| **preview** \| **26** \| **128** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/position-try-fallbacks |
|
|
354
|
+
| `positionTryOrder` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "most-block-size" \| "most-height" \| "most-inline-size" \| "most-width"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `normal \| <try-size>` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **125** \| No \| **26** \| **125** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/position-try-order |
|
|
355
|
+
| `positionVisibility` | `PositionVisibility` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `always \| [ anchors-valid \|\| anchors-visible \|\| no-overflow ]` **Initial value**: `anchors-visible` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :---------: \| :----: \| :-----: \| :-: \| \| **125** \| **preview** \| No \| **125** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/position-visibility |
|
|
356
|
+
| `printColorAdjust` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "economy" \| "exact"` | No | - | Since May 2025, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `economy \| exact` **Initial value**: `economy` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :-----------------: \| :------: \| :------: \| :-: \| \| **136** \| **97** \| **15.4** \| **136** \| No \| \| 17 _-x-_ \| 48 _(color-adjust)_ \| 6 _-x-_ \| 79 _-x-_ \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/print-color-adjust |
|
|
357
|
+
| `quotes` | `Quotes` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `none \| auto \| [ <string> <string> ]+` **Initial value**: depends on user agent \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **11** \| **1.5** \| **9** \| **12** \| **8** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/quotes |
|
|
358
|
+
| `r` | `R<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020. **Syntax**: `<length> \| <percentage>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **43** \| **69** \| **9** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/r |
|
|
359
|
+
| `resize` | `"none" \| "inline" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "horizontal" \| "vertical" \| "both" \| "block"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `none \| both \| horizontal \| vertical \| block \| inline` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **1** \| **4** \| **3** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/resize |
|
|
360
|
+
| `rotate` | `Rotate` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since August 2022. **Syntax**: `none \| <angle> \| [ x \| y \| z \| <number>{3} ] && <angle>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :-----: \| :-: \| \| **104** \| **72** \| **14.1** \| **104** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/rotate |
|
|
361
|
+
| `rowGap` | `RowGap<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017. **Syntax**: `normal \| <length-percentage>` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **47** \| **52** \| **10.1** \| **16** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/row-gap |
|
|
362
|
+
| `rubyAlign` | `"start" \| "center" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "space-between" \| "space-around"` | No | - | Since December 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `start \| center \| space-between \| space-around` **Initial value**: `space-around` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :-----: \| :-: \| \| **128** \| **38** \| **18.2** \| **128** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/ruby-align |
|
|
344
363
|
| `rubyMerge` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "collapse" \| "separate"` | No | - | **Syntax**: `separate \| collapse \| auto` **Initial value**: `separate` |
|
|
345
|
-
| `
|
|
346
|
-
| `
|
|
347
|
-
| `
|
|
348
|
-
| `
|
|
349
|
-
| `
|
|
350
|
-
| `
|
|
351
|
-
| `
|
|
352
|
-
| `
|
|
353
|
-
| `
|
|
354
|
-
| `
|
|
355
|
-
| `
|
|
356
|
-
| `
|
|
357
|
-
| `
|
|
358
|
-
| `
|
|
359
|
-
| `
|
|
360
|
-
| `
|
|
361
|
-
| `
|
|
362
|
-
| `
|
|
363
|
-
| `
|
|
364
|
-
| `
|
|
365
|
-
| `
|
|
366
|
-
| `
|
|
367
|
-
| `
|
|
368
|
-
| `
|
|
369
|
-
| `
|
|
370
|
-
| `
|
|
371
|
-
| `
|
|
372
|
-
| `
|
|
373
|
-
| `
|
|
374
|
-
| `
|
|
375
|
-
| `
|
|
376
|
-
| `
|
|
377
|
-
| `
|
|
378
|
-
| `
|
|
379
|
-
| `
|
|
380
|
-
| `
|
|
381
|
-
| `
|
|
382
|
-
| `
|
|
383
|
-
| `
|
|
384
|
-
| `
|
|
385
|
-
| `
|
|
386
|
-
| `
|
|
387
|
-
| `
|
|
388
|
-
| `
|
|
389
|
-
| `
|
|
390
|
-
| `
|
|
391
|
-
| `
|
|
392
|
-
| `
|
|
393
|
-
| `
|
|
394
|
-
| `
|
|
395
|
-
| `
|
|
396
|
-
| `
|
|
397
|
-
| `
|
|
398
|
-
| `
|
|
399
|
-
| `
|
|
400
|
-
| `
|
|
401
|
-
| `
|
|
402
|
-
| `
|
|
403
|
-
| `
|
|
404
|
-
| `
|
|
405
|
-
| `
|
|
406
|
-
| `
|
|
407
|
-
| `
|
|
408
|
-
| `
|
|
409
|
-
| `
|
|
410
|
-
| `
|
|
411
|
-
| `
|
|
412
|
-
| `
|
|
413
|
-
| `
|
|
414
|
-
| `
|
|
415
|
-
| `
|
|
416
|
-
| `
|
|
417
|
-
| `
|
|
418
|
-
| `
|
|
419
|
-
| `
|
|
420
|
-
| `
|
|
421
|
-
| `
|
|
422
|
-
| `
|
|
423
|
-
| `
|
|
424
|
-
| `
|
|
425
|
-
| `
|
|
426
|
-
| `
|
|
427
|
-
| `
|
|
428
|
-
| `
|
|
429
|
-
| `
|
|
430
|
-
| `
|
|
431
|
-
| `
|
|
432
|
-
| `
|
|
433
|
-
| `
|
|
434
|
-
| `
|
|
435
|
-
| `
|
|
436
|
-
| `
|
|
437
|
-
| `
|
|
438
|
-
| `
|
|
439
|
-
| `
|
|
440
|
-
| `
|
|
441
|
-
| `
|
|
442
|
-
| `
|
|
443
|
-
| `
|
|
444
|
-
| `
|
|
445
|
-
| `
|
|
446
|
-
| `
|
|
447
|
-
| `
|
|
448
|
-
| `
|
|
449
|
-
| `
|
|
450
|
-
| `
|
|
451
|
-
| `
|
|
452
|
-
| `
|
|
364
|
+
| `rubyOverhang` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | **Syntax**: `auto \| none` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :--: \| :-: \| \| No \| No \| **18.2** \| No \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/ruby-overhang |
|
|
365
|
+
| `rubyPosition` | `RubyPosition` | No | - | Since December 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `[ alternate \|\| [ over \| under ] ] \| inter-character` **Initial value**: `alternate` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :---: \| :-: \| \| **84** \| **38** \| **18.2** \| 12-79 \| No \| \| 1 _-x-_ \| \| 7 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/ruby-position |
|
|
366
|
+
| `rx` | `Rx<string \| number>` | No | - | Since March 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `<length> \| <percentage>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **43** \| **69** \| **17.4** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/rx |
|
|
367
|
+
| `ry` | `Ry<string \| number>` | No | - | Since March 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `<length> \| <percentage>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **43** \| **69** \| **17.4** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/ry |
|
|
368
|
+
| `scale` | `Scale` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since August 2022. **Syntax**: `none \| [ <number> \| <percentage> ]{1,3}` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :-----: \| :-: \| \| **104** \| **72** \| **14.1** \| **104** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scale |
|
|
369
|
+
| `scrollBehavior` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "smooth"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `auto \| smooth` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **61** \| **36** \| **15.4** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-behavior |
|
|
370
|
+
| `scrollInitialTarget` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "nearest"` | No | - | **Syntax**: `none \| nearest` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **133** \| No \| No \| **133** \| No \| |
|
|
371
|
+
| `scrollMarginBlockEnd` | `ScrollMarginBlockEnd<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021. **Syntax**: `<length>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **69** \| **68** \| **15** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-margin-block-end |
|
|
372
|
+
| `scrollMarginBlockStart` | `ScrollMarginBlockStart<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021. **Syntax**: `<length>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **69** \| **68** \| **15** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-margin-block-start |
|
|
373
|
+
| `scrollMarginBottom` | `ScrollMarginBottom<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<length>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------------------------------: \| :----: \| :-: \| \| **69** \| **68** \| **14.1** \| **79** \| No \| \| \| \| 11 _(scroll-snap-margin-bottom)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-margin-bottom |
|
|
374
|
+
| `scrollMarginInlineEnd` | `ScrollMarginInlineEnd<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021. **Syntax**: `<length>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **69** \| **68** \| **15** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-margin-inline-end |
|
|
375
|
+
| `scrollMarginInlineStart` | `ScrollMarginInlineStart<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021. **Syntax**: `<length>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **69** \| **68** \| **15** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-margin-inline-start |
|
|
376
|
+
| `scrollMarginLeft` | `ScrollMarginLeft<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<length>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----------------------------: \| :----: \| :-: \| \| **69** \| **68** \| **14.1** \| **79** \| No \| \| \| \| 11 _(scroll-snap-margin-left)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-margin-left |
|
|
377
|
+
| `scrollMarginRight` | `ScrollMarginRight<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<length>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----------------------------: \| :----: \| :-: \| \| **69** \| **68** \| **14.1** \| **79** \| No \| \| \| \| 11 _(scroll-snap-margin-right)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-margin-right |
|
|
378
|
+
| `scrollMarginTop` | `ScrollMarginTop<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<length>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :---------------------------: \| :----: \| :-: \| \| **69** \| **68** \| **14.1** \| **79** \| No \| \| \| \| 11 _(scroll-snap-margin-top)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-margin-top |
|
|
379
|
+
| `scrollPaddingBlockEnd` | `ScrollPaddingBlockEnd<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021. **Syntax**: `auto \| <length-percentage>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **69** \| **68** \| **15** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding-block-end |
|
|
380
|
+
| `scrollPaddingBlockStart` | `ScrollPaddingBlockStart<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021. **Syntax**: `auto \| <length-percentage>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **69** \| **68** \| **15** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding-block-start |
|
|
381
|
+
| `scrollPaddingBottom` | `ScrollPaddingBottom<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `auto \| <length-percentage>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **69** \| **68** \| **14.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding-bottom |
|
|
382
|
+
| `scrollPaddingInlineEnd` | `ScrollPaddingInlineEnd<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021. **Syntax**: `auto \| <length-percentage>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **69** \| **68** \| **15** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding-inline-end |
|
|
383
|
+
| `scrollPaddingInlineStart` | `ScrollPaddingInlineStart<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021. **Syntax**: `auto \| <length-percentage>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **69** \| **68** \| **15** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding-inline-start |
|
|
384
|
+
| `scrollPaddingLeft` | `ScrollPaddingLeft<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `auto \| <length-percentage>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **69** \| **68** \| **14.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding-left |
|
|
385
|
+
| `scrollPaddingRight` | `ScrollPaddingRight<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `auto \| <length-percentage>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **69** \| **68** \| **14.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding-right |
|
|
386
|
+
| `scrollPaddingTop` | `ScrollPaddingTop<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `auto \| <length-percentage>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **69** \| **68** \| **14.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding-top |
|
|
387
|
+
| `scrollSnapAlign` | `ScrollSnapAlign` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `[ none \| start \| end \| center ]{1,2}` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **69** \| **68** \| **11** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-snap-align |
|
|
388
|
+
| `scrollSnapMarginBottom` | `ScrollMarginBottom<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<length>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------------------------------: \| :----: \| :-: \| \| **69** \| **68** \| **14.1** \| **79** \| No \| \| \| \| 11 _(scroll-snap-margin-bottom)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-margin-bottom |
|
|
389
|
+
| `scrollSnapMarginLeft` | `ScrollMarginLeft<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<length>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----------------------------: \| :----: \| :-: \| \| **69** \| **68** \| **14.1** \| **79** \| No \| \| \| \| 11 _(scroll-snap-margin-left)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-margin-left |
|
|
390
|
+
| `scrollSnapMarginRight` | `ScrollMarginRight<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<length>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----------------------------: \| :----: \| :-: \| \| **69** \| **68** \| **14.1** \| **79** \| No \| \| \| \| 11 _(scroll-snap-margin-right)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-margin-right |
|
|
391
|
+
| `scrollSnapMarginTop` | `ScrollMarginTop<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<length>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :---------------------------: \| :----: \| :-: \| \| **69** \| **68** \| **14.1** \| **79** \| No \| \| \| \| 11 _(scroll-snap-margin-top)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-margin-top |
|
|
392
|
+
| `scrollSnapStop` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "always"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2022. **Syntax**: `normal \| always` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **75** \| **103** \| **15** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-snap-stop |
|
|
393
|
+
| `scrollSnapType` | `ScrollSnapType` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2022. **Syntax**: `none \| [ x \| y \| block \| inline \| both ] [ mandatory \| proximity ]?` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :----------: \| \| **69** \| 39-68 \| **11** \| **79** \| **10** _-x-_ \| \| \| \| 9 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-snap-type |
|
|
394
|
+
| `scrollTimelineAxis` | `ScrollTimelineAxis` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `[ block \| inline \| x \| y ]#` **Initial value**: `block` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **115** \| No \| **26** \| **115** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-timeline-axis |
|
|
395
|
+
| `scrollTimelineName` | `ScrollTimelineName` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `[ none \| <dashed-ident> ]#` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **115** \| No \| **26** \| **115** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-timeline-name |
|
|
396
|
+
| `scrollbarColor` | `ScrollbarColor` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `auto \| <color>{2}` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **121** \| **64** \| No \| **121** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scrollbar-color |
|
|
397
|
+
| `scrollbarGutter` | `ScrollbarGutter` | No | - | Since December 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `auto \| stable && both-edges?` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **94** \| **97** \| **18.2** \| **94** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scrollbar-gutter |
|
|
398
|
+
| `scrollbarWidth` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "thin"` | No | - | Since December 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `auto \| thin \| none` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :-----: \| :-: \| \| **121** \| **64** \| **18.2** \| **121** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scrollbar-width |
|
|
399
|
+
| `shapeImageThreshold` | `ShapeImageThreshold` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<opacity-value>` **Initial value**: `0.0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **37** \| **62** \| **10.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/shape-image-threshold |
|
|
400
|
+
| `shapeMargin` | `ShapeMargin<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<length-percentage>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **37** \| **62** \| **10.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/shape-margin |
|
|
401
|
+
| `shapeOutside` | `ShapeOutside` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `none \| [ <shape-box> \|\| <basic-shape> ] \| <image>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **37** \| **62** \| **10.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/shape-outside |
|
|
402
|
+
| `shapeRendering` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "crispEdges" \| "geometricPrecision" \| "optimizeSpeed"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `auto \| optimizeSpeed \| crispEdges \| geometricPrecision` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **1** \| **3** \| **4** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/shape-rendering |
|
|
403
|
+
| `speakAs` | `SpeakAs` | No | - | **Syntax**: `normal \| spell-out \|\| digits \|\| [ literal-punctuation \| no-punctuation ]` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :--: \| :-: \| \| No \| No \| **11.1** \| No \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/speak-as |
|
|
404
|
+
| `stopColor` | `StopColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `<'color'>` **Initial value**: `black` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :-----: \| :-: \| \| **1** \| **3** \| **4** \| **≤15** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/stop-color |
|
|
405
|
+
| `stopOpacity` | `StopOpacity` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `<'opacity'>` **Initial value**: `black` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :-----: \| :-: \| \| **1** \| **3** \| **4** \| **≤15** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/stop-opacity |
|
|
406
|
+
| `stroke` | `Stroke` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `<paint>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :-----: \| :-: \| \| **1** \| **1.5** \| **4** \| **≤15** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/stroke |
|
|
407
|
+
| `strokeColor` | `StrokeColor` | No | - | **Syntax**: `<color>` **Initial value**: `transparent` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :--: \| :-: \| \| No \| No \| **11.1** \| No \| No \| |
|
|
408
|
+
| `strokeDasharray` | `StrokeDasharray<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `none \| <dasharray>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :-----: \| :-: \| \| **1** \| **1.5** \| **4** \| **≤15** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/stroke-dasharray |
|
|
409
|
+
| `strokeDashoffset` | `StrokeDashoffset<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `<length-percentage> \| <number>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :-----: \| :-: \| \| **1** \| **1.5** \| **4** \| **≤15** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/stroke-dashoffset |
|
|
410
|
+
| `strokeLinecap` | `"round" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "butt" \| "square"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `butt \| round \| square` **Initial value**: `butt` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :-----: \| :-: \| \| **1** \| **1.5** \| **4** \| **≤15** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/stroke-linecap |
|
|
411
|
+
| `strokeLinejoin` | `"round" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "arcs" \| "bevel" \| "miter" \| "miter-clip"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `miter \| miter-clip \| round \| bevel \| arcs` **Initial value**: `miter` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :-----: \| :-: \| \| **1** \| **1.5** \| **4** \| **≤15** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/stroke-linejoin |
|
|
412
|
+
| `strokeMiterlimit` | `StrokeMiterlimit` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `<number>` **Initial value**: `4` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :-----: \| :-: \| \| **1** \| **1.5** \| **4** \| **≤15** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/stroke-miterlimit |
|
|
413
|
+
| `strokeOpacity` | `StrokeOpacity` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `<'opacity'>` **Initial value**: `1` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :-----: \| :-: \| \| **1** \| **1.5** \| **4** \| **≤15** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/stroke-opacity |
|
|
414
|
+
| `strokeWidth` | `StrokeWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `<length-percentage> \| <number>` **Initial value**: `1px` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :-----: \| :-: \| \| **1** \| **1.5** \| **4** \| **≤15** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/stroke-width |
|
|
415
|
+
| `tabSize` | `TabSize<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since August 2021. **Syntax**: `<integer> \| <length>` **Initial value**: `8` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **21** \| **91** \| **7** \| **79** \| No \| \| \| 4 _-x-_ \| \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/tab-size |
|
|
416
|
+
| `tableLayout` | `"fixed" \| "auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `auto \| fixed` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **14** \| **1** \| **1** \| **12** \| **5** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/table-layout |
|
|
417
|
+
| `textAlign` | `"right" \| "left" \| "start" \| "center" \| "end" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "-khtml-center" \| "-khtml-left" \| "-khtml-right" \| "-moz-center" \| "-moz-left" \| "-moz-right" \| "-webkit-center" \| "-webkit-left" \| "-webkit-match-parent" \| "-webkit-right" \| "justify" \| "match-parent"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `start \| end \| left \| right \| center \| justify \| match-parent` **Initial value**: `start`, or a nameless value that acts as `left` if _direction_ is `ltr`, `right` if _direction_ is `rtl` if `start` is not supported by the browser. \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **3** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-align |
|
|
418
|
+
| `textAlignLast` | `"auto" \| "right" \| "left" \| "start" \| "center" \| "end" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "justify"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2022. **Syntax**: `auto \| start \| end \| left \| right \| center \| justify` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-----: \| \| **47** \| **49** \| **16** \| **12** \| **5.5** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-align-last |
|
|
419
|
+
| `textAnchor` | `"start" \| "end" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "middle"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since August 2016. **Syntax**: `start \| middle \| end` **Initial value**: `start` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :-----: \| :-: \| \| **1** \| **3** \| **4** \| **≤14** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-anchor |
|
|
420
|
+
| `textAutospace` | `TextAutospace` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `normal \| <autospace> \| auto` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :-----: \| :-: \| \| **140** \| **145** \| **18.4** \| **140** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-autospace |
|
|
421
|
+
| `textBox` | `TextBox` | No | - | **Syntax**: `normal \| <'text-box-trim'> \|\| <'text-box-edge'>` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :-----: \| :-: \| \| **133** \| No \| **18.2** \| **133** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-box |
|
|
422
|
+
| `textBoxEdge` | `TextBoxEdge` | No | - | **Syntax**: `auto \| <text-edge>` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :-----: \| :-: \| \| **133** \| No \| **18.2** \| **133** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-box-edge |
|
|
423
|
+
| `textBoxTrim` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "trim-both" \| "trim-end" \| "trim-start"` | No | - | **Syntax**: `none \| trim-start \| trim-end \| trim-both` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :-----: \| :-: \| \| **133** \| No \| **18.2** \| **133** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-box-trim |
|
|
424
|
+
| `textCombineUpright` | `TextCombineUpright` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `none \| all \| [ digits <integer>? ]` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------------------------: \| :-----: \| :--------------------------: \| :----: \| :------------------------------------: \| \| **48** \| **48** \| **15.4** \| **79** \| **11** _(-ms-text-combine-horizontal)_ \| \| 9 _(-webkit-text-combine)_ \| \| 5.1 _(-webkit-text-combine)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-combine-upright |
|
|
425
|
+
| `textDecorationColor` | `TextDecorationColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<color>` **Initial value**: `currentcolor` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **57** \| **36** \| **12.1** \| **79** \| No \| \| \| \| 8 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-decoration-color |
|
|
426
|
+
| `textDecorationLine` | `TextDecorationLine` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `none \| [ underline \|\| overline \|\| line-through \|\| blink ] \| spelling-error \| grammar-error` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **57** \| **36** \| **12.1** \| **79** \| No \| \| \| \| 8 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-decoration-line |
|
|
427
|
+
| `textDecorationSkip` | `TextDecorationSkip` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `none \| [ objects \|\| [ spaces \| [ leading-spaces \|\| trailing-spaces ] ] \|\| edges \|\| box-decoration ]` **Initial value**: `objects` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :--: \| :-: \| \| 57-64 \| No \| **12.1** \| No \| No \| \| \| \| 7 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-decoration-skip |
|
|
428
|
+
| `textDecorationSkipInk` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "all"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `auto \| all \| none` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **64** \| **70** \| **15.4** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-decoration-skip-ink |
|
|
429
|
+
| `textDecorationStyle` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "dashed" \| "dotted" \| "double" \| "solid" \| "wavy"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `solid \| double \| dotted \| dashed \| wavy` **Initial value**: `solid` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **57** \| **36** \| **12.1** \| **79** \| No \| \| \| \| 8 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-decoration-style |
|
|
430
|
+
| `textDecorationThickness` | `TextDecorationThickness<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2021. **Syntax**: `auto \| from-font \| <length> \| <percentage> ` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **89** \| **70** \| **12.1** \| **89** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-decoration-thickness |
|
|
431
|
+
| `textEmphasisColor` | `TextEmphasisColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `<color>` **Initial value**: `currentcolor` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :-----: \| :----: \| :------: \| :-: \| \| **99** \| **46** \| **7** \| **99** \| No \| \| 25 _-x-_ \| \| \| 79 _-x-_ \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-emphasis-color |
|
|
432
|
+
| `textEmphasisPosition` | `TextEmphasisPosition` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `auto \| [ over \| under ] && [ right \| left ]?` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :-----: \| :----: \| :------: \| :-: \| \| **99** \| **46** \| **7** \| **99** \| No \| \| 25 _-x-_ \| \| \| 79 _-x-_ \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-emphasis-position |
|
|
433
|
+
| `textEmphasisStyle` | `TextEmphasisStyle` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `none \| [ [ filled \| open ] \|\| [ dot \| circle \| double-circle \| triangle \| sesame ] ] \| <string>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :-----: \| :----: \| :------: \| :-: \| \| **99** \| **46** \| **7** \| **99** \| No \| \| 25 _-x-_ \| \| \| 79 _-x-_ \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-emphasis-style |
|
|
434
|
+
| `textIndent` | `TextIndent<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage> && hanging? && each-line?` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **3** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-indent |
|
|
435
|
+
| `textJustify` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "inter-character" \| "distribute" \| "inter-word"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `auto \| inter-character \| inter-word \| none` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :---: \| :----: \| \| No \| **55** \| No \| 12-79 \| **11** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-justify |
|
|
436
|
+
| `textOrientation` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "mixed" \| "sideways" \| "sideways-right" \| "upright"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2020. **Syntax**: `mixed \| upright \| sideways` **Initial value**: `mixed` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :-----: \| :-------: \| :----: \| :-: \| \| **48** \| **41** \| **14** \| **79** \| No \| \| 12 _-x-_ \| \| 5.1 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-orientation |
|
|
437
|
+
| `textRendering` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "geometricPrecision" \| "optimizeSpeed" \| "optimizeLegibility"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `auto \| optimizeSpeed \| optimizeLegibility \| geometricPrecision` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **4** \| **1** \| **5** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-rendering |
|
|
438
|
+
| `textShadow` | `TextShadow` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `none \| <shadow-t>#` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :----: \| \| **2** \| **3.5** \| **1.1** \| **12** \| **10** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-shadow |
|
|
439
|
+
| `textSizeAdjust` | `TextSizeAdjust` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `none \| auto \| <percentage>` **Initial value**: `auto` for smartphone browsers supporting inflation, `none` in other cases (and then not modifiable). \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **54** \| No \| No \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-size-adjust |
|
|
440
|
+
| `textSpacingTrim` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "trim-start" \| "space-all" \| "space-first"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `space-all \| normal \| space-first \| trim-start` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **123** \| No \| No \| **123** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-spacing-trim |
|
|
441
|
+
| `textTransform` | `TextTransform` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `none \| [ capitalize \| uppercase \| lowercase ] \|\| full-width \|\| full-size-kana \| math-auto` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-transform |
|
|
442
|
+
| `textUnderlineOffset` | `TextUnderlineOffset<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since November 2020. **Syntax**: `auto \| <length> \| <percentage> ` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **87** \| **70** \| **12.1** \| **87** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-underline-offset |
|
|
443
|
+
| `textUnderlinePosition` | `TextUnderlinePosition` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020. **Syntax**: `auto \| from-font \| [ under \|\| [ left \| right ] ]` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :---: \| \| **33** \| **74** \| **12.1** \| **12** \| **6** \| \| \| \| 9 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-underline-position |
|
|
444
|
+
| `textWrapMode` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "nowrap" \| "wrap"` | No | - | Since October 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `wrap \| nowrap` **Initial value**: `wrap` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :-----: \| :-: \| \| **130** \| **124** \| **17.4** \| **130** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-wrap-mode |
|
|
445
|
+
| `textWrapStyle` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "balance" \| "stable" \| "pretty"` | No | - | Since October 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `auto \| balance \| stable \| pretty` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :-----: \| :-: \| \| **130** \| **124** \| **17.5** \| **130** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-wrap-style |
|
|
446
|
+
| `timelineScope` | `TimelineScope` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `none \| <dashed-ident>#` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **116** \| No \| **26** \| **116** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/timeline-scope |
|
|
447
|
+
| `touchAction` | `TouchAction` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2019. **Syntax**: `auto \| none \| [ [ pan-x \| pan-left \| pan-right ] \|\| [ pan-y \| pan-up \| pan-down ] \|\| pinch-zoom ] \| manipulation` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :------: \| \| **36** \| **52** \| **13** \| **12** \| **11** \| \| \| \| \| \| 10 _-x-_ \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/touch-action |
|
|
448
|
+
| `transform` | `Transform` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `none \| <transform-list>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-------: \| :-------: \| :----: \| :-----: \| \| **36** \| **16** \| **9** \| **12** \| **10** \| \| 1 _-x-_ \| 3.5 _-x-_ \| 3.1 _-x-_ \| \| 9 _-x-_ \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/transform |
|
|
449
|
+
| `transformBox` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "border-box" \| "content-box" \| "fill-box" \| "stroke-box" \| "view-box"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `content-box \| border-box \| fill-box \| stroke-box \| view-box` **Initial value**: `view-box` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **64** \| **55** \| **11** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/transform-box |
|
|
450
|
+
| `transformOrigin` | `TransformOrigin<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `[ <length-percentage> \| left \| center \| right \| top \| bottom ] \| [ [ <length-percentage> \| left \| center \| right ] && [ <length-percentage> \| top \| center \| bottom ] ] <length>?` **Initial value**: `50% 50% 0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-------: \| :-----: \| :----: \| :-----: \| \| **36** \| **16** \| **9** \| **12** \| **10** \| \| 1 _-x-_ \| 3.5 _-x-_ \| 2 _-x-_ \| \| 9 _-x-_ \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/transform-origin |
|
|
451
|
+
| `transformStyle` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "flat" \| "preserve-3d"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `flat \| preserve-3d` **Initial value**: `flat` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :------: \| :-----: \| :----: \| :-: \| \| **36** \| **16** \| **9** \| **12** \| No \| \| 12 _-x-_ \| 10 _-x-_ \| 4 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/transform-style |
|
|
452
|
+
| `transitionBehavior` | `TransitionBehavior` | No | - | Since August 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `<transition-behavior-value>#` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :-----: \| :-: \| \| **117** \| **129** \| **17.4** \| **117** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/transition-behavior |
|
|
453
|
+
| `transitionDelay` | `TransitionDelay<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<time>#` **Initial value**: `0s` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :----: \| \| **26** \| **16** \| **9** \| **12** \| **10** \| \| 1 _-x-_ \| \| 4 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/transition-delay |
|
|
454
|
+
| `transitionDuration` | `TransitionDuration<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<time>#` **Initial value**: `0s` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-------: \| :----: \| :----: \| \| **26** \| **16** \| **9** \| **12** \| **10** \| \| 1 _-x-_ \| \| 3.1 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/transition-duration |
|
|
455
|
+
| `transitionProperty` | `TransitionProperty` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `none \| <single-transition-property>#` **Initial value**: all \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-------: \| :----: \| :----: \| \| **26** \| **16** \| **9** \| **12** \| **10** \| \| 1 _-x-_ \| \| 3.1 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/transition-property |
|
|
456
|
+
| `transitionTimingFunction` | `TransitionTimingFunction` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<easing-function>#` **Initial value**: `ease` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-------: \| :----: \| :----: \| \| **26** \| **16** \| **9** \| **12** \| **10** \| \| 1 _-x-_ \| \| 3.1 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/transition-timing-function |
|
|
457
|
+
| `translate` | `Translate<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since August 2022. **Syntax**: `none \| <length-percentage> [ <length-percentage> <length>? ]?` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :-----: \| :-: \| \| **104** \| **72** \| **14.1** \| **104** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/translate |
|
|
458
|
+
| `unicodeBidi` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "isolate" \| "-moz-isolate" \| "-moz-isolate-override" \| "-moz-plaintext" \| "-webkit-isolate" \| "-webkit-isolate-override" \| "-webkit-plaintext" \| "bidi-override" \| "embed" \| "isolate-override" \| "plaintext"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `normal \| embed \| isolate \| bidi-override \| isolate-override \| plaintext` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :-----: \| \| **2** \| **1** \| **1.3** \| **12** \| **5.5** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/unicode-bidi |
|
|
459
|
+
| `userSelect` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "text" \| "all" \| "-moz-none"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `auto \| text \| none \| all` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :---------: \| :------: \| :----------: \| \| **54** \| **69** \| **3** _-x-_ \| **79** \| **10** _-x-_ \| \| 1 _-x-_ \| 1 _-x-_ \| \| 12 _-x-_ \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/user-select |
|
|
460
|
+
| `vectorEffect` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "fixed-position" \| "non-rotation" \| "non-scaling-size" \| "non-scaling-stroke"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `none \| non-scaling-stroke \| non-scaling-size \| non-rotation \| fixed-position` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :-: \| \| **6** \| **15** \| **5.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/vector-effect |
|
|
461
|
+
| `verticalAlign` | `"top" \| "bottom" \| "middle" \| "space-between"` | No | - | Defines how the children are aligned according to the Y axis This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `baseline \| sub \| super \| text-top \| text-bottom \| middle \| top \| bottom \| <percentage> \| <length>` **Initial value**: `baseline` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/vertical-align |
|
|
462
|
+
| `viewTimelineAxis` | `ViewTimelineAxis` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `[ block \| inline \| x \| y ]#` **Initial value**: `block` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **115** \| No \| **26** \| **115** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis |
|
|
463
|
+
| `viewTimelineInset` | `ViewTimelineInset<string \| number>` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `[ [ auto \| <length-percentage> ]{1,2} ]#` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **115** \| No \| **26** \| **115** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-inset |
|
|
464
|
+
| `viewTimelineName` | `ViewTimelineName` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `[ none \| <dashed-ident> ]#` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **115** \| No \| **26** \| **115** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-name |
|
|
465
|
+
| `viewTransitionClass` | `ViewTransitionClass` | No | - | **Syntax**: `none \| <custom-ident>+` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :-----: \| :-: \| \| **125** \| **144** \| **18.2** \| **125** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-transition-class |
|
|
466
|
+
| `viewTransitionName` | `ViewTransitionName` | No | - | Since October 2025, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `none \| <custom-ident> \| match-element` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **111** \| **144** \| **18** \| **111** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-transition-name |
|
|
467
|
+
| `visibility` | `"visible" \| "hidden" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "collapse"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `visible \| hidden \| collapse` **Initial value**: `visible` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/visibility |
|
|
468
|
+
| `whiteSpace` | `WhiteSpace` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `normal \| pre \| pre-wrap \| pre-line \| <'white-space-collapse'> \|\| <'text-wrap-mode'>` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-----: \| \| **1** \| **1** \| **1** \| **12** \| **5.5** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/white-space |
|
|
469
|
+
| `whiteSpaceCollapse` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "collapse" \| "break-spaces" \| "preserve" \| "preserve-breaks" \| "preserve-spaces"` | No | - | Since March 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `collapse \| preserve \| preserve-breaks \| preserve-spaces \| break-spaces` **Initial value**: `collapse` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :-----: \| :-: \| \| **114** \| **124** \| **17.4** \| **114** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/white-space-collapse |
|
|
470
|
+
| `widows` | `Widows` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `<integer>` **Initial value**: `2` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :---: \| \| **25** \| No \| **1.3** \| **12** \| **8** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/widows |
|
|
471
|
+
| `willChange` | `WillChange` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `auto \| <animateable-feature>#` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :-: \| \| **36** \| **36** \| **9.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/will-change |
|
|
472
|
+
| `wordBreak` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "break-word" \| "auto-phrase" \| "break-all" \| "keep-all"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `normal \| break-all \| keep-all \| break-word \| auto-phrase` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-----: \| \| **1** \| **15** \| **3** \| **12** \| **5.5** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/word-break |
|
|
473
|
+
| `wordSpacing` | `WordSpacing<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `normal \| <length>` **Initial value**: `normal` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **6** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/word-spacing |
|
|
474
|
+
| `wordWrap` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "break-word"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2018. **Syntax**: `normal \| break-word` **Initial value**: `normal` |
|
|
475
|
+
| `writingMode` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "horizontal-tb" \| "sideways-lr" \| "sideways-rl" \| "vertical-lr" \| "vertical-rl"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `horizontal-tb \| vertical-rl \| vertical-lr \| sideways-rl \| sideways-lr` **Initial value**: `horizontal-tb` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-------: \| :----: \| :---: \| \| **48** \| **41** \| **10.1** \| **12** \| **9** \| \| 8 _-x-_ \| \| 5.1 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/writing-mode |
|
|
476
|
+
| `x` | `X<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020. **Syntax**: `<length> \| <percentage>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **42** \| **69** \| **9** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/x |
|
|
477
|
+
| `y` | `Y<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020. **Syntax**: `<length> \| <percentage>` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **42** \| **69** \| **9** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/y |
|
|
478
|
+
| `zoom` | `Zoom` | No | - | Since May 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `normal \| reset \| <number [0,∞]> \|\| <percentage [0,∞]>` **Initial value**: `1` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :-----: \| \| **1** \| **126** \| **3.1** \| **12** \| **5.5** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/zoom |
|
|
479
|
+
| `all` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `initial \| inherit \| unset \| revert \| revert-layer` **Initial value**: There is no practical initial value for it. \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :-: \| \| **37** \| **27** \| **9.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/all |
|
|
480
|
+
| `animation` | `Animation<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-animation>#` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :----: \| \| **43** \| **16** \| **9** \| **12** \| **10** \| \| 3 _-x-_ \| 5 _-x-_ \| 4 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation |
|
|
481
|
+
| `animationRange` | `AnimationRange<string \| number>` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `[ <'animation-range-start'> <'animation-range-end'>? ]#` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **115** \| No \| **26** \| **115** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range |
|
|
482
|
+
| `background` | `Background<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<bg-layer>#? , <final-bg-layer>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background |
|
|
483
|
+
| `backgroundPosition` | `BackgroundPosition<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<bg-position>#` **Initial value**: `0% 0%` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/background-position |
|
|
484
|
+
| `borderBlock` | `BorderBlock<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'border-block-start'>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **87** \| **66** \| **14.1** \| **87** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block |
|
|
485
|
+
| `borderBlockColor` | `BorderBlockColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'border-top-color'>{1,2}` **Initial value**: `currentcolor` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **87** \| **66** \| **14.1** \| **87** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-color |
|
|
486
|
+
| `borderBlockEnd` | `BorderBlockEnd<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-width'> \|\| <'border-top-style'> \|\| <color>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-end |
|
|
487
|
+
| `borderBlockStart` | `BorderBlockStart<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-width'> \|\| <'border-top-style'> \|\| <color>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-start |
|
|
488
|
+
| `borderBlockStyle` | `BorderBlockStyle` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'border-top-style'>{1,2}` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **87** \| **66** \| **14.1** \| **87** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-style |
|
|
489
|
+
| `borderBlockWidth` | `BorderBlockWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'border-top-width'>{1,2}` **Initial value**: `medium` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **87** \| **66** \| **14.1** \| **87** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-block-width |
|
|
490
|
+
| `borderBottom` | `BorderBottom<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<line-width> \|\| <line-style> \|\| <color>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-bottom |
|
|
491
|
+
| `borderColor` | `string` | No | - | Sets a border color by a key from the color palette or natively supported value (Hex, RGB, etc.) This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<color>{1,4}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-color |
|
|
492
|
+
| `borderImage` | `BorderImage` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<'border-image-source'> \|\| <'border-image-slice'> [ / <'border-image-width'> \| / <'border-image-width'>? / <'border-image-outset'> ]? \|\| <'border-image-repeat'>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-------: \| :-----: \| :----: \| :----: \| \| **16** \| **15** \| **6** \| **12** \| **11** \| \| 7 _-x-_ \| 3.5 _-x-_ \| 3 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-image |
|
|
493
|
+
| `borderInline` | `BorderInline<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'border-block-start'>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **87** \| **66** \| **14.1** \| **87** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline |
|
|
494
|
+
| `borderInlineColor` | `BorderInlineColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'border-top-color'>{1,2}` **Initial value**: `currentcolor` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **87** \| **66** \| **14.1** \| **87** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-color |
|
|
495
|
+
| `borderInlineEnd` | `BorderInlineEnd<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-width'> \|\| <'border-top-style'> \|\| <color>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-end |
|
|
496
|
+
| `borderInlineStart` | `BorderInlineStart<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-width'> \|\| <'border-top-style'> \|\| <color>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **69** \| **41** \| **12.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-start |
|
|
497
|
+
| `borderInlineStyle` | `BorderInlineStyle` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'border-top-style'>{1,2}` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **87** \| **66** \| **14.1** \| **87** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-style |
|
|
498
|
+
| `borderInlineWidth` | `BorderInlineWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'border-top-width'>{1,2}` **Initial value**: `medium` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **87** \| **66** \| **14.1** \| **87** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-inline-width |
|
|
499
|
+
| `borderLeft` | `BorderLeft<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<line-width> \|\| <line-style> \|\| <color>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-left |
|
|
500
|
+
| `borderRadius` | `BorderRadius<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage [0,∞]>{1,4} [ / <length-percentage [0,∞]>{1,4} ]?` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :---: \| \| **4** \| **4** \| **5** \| **12** \| **9** \| \| 1 _-x-_ \| \| 3 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-radius |
|
|
501
|
+
| `borderRight` | `BorderRight<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<line-width> \|\| <line-style> \|\| <color>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-----: \| \| **1** \| **1** \| **1** \| **12** \| **5.5** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-right |
|
|
502
|
+
| `borderStyle` | `BorderStyle` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<line-style>{1,4}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-style |
|
|
503
|
+
| `borderTop` | `BorderTop<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<line-width> \|\| <line-style> \|\| <color>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-top |
|
|
504
|
+
| `borderWidth` | `BorderWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<line-width>{1,4}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/border-width |
|
|
453
505
|
| `caret` | `Caret` | No | - | **Syntax**: `<'caret-color'> \|\| <'caret-shape'>` |
|
|
454
|
-
| `columnRule` | `ColumnRule<string \| number>` | No | - |
|
|
455
|
-
| `columns` | `Columns<string \| number>` | No | - |
|
|
456
|
-
| `containIntrinsicSize` | `ContainIntrinsicSize<string \| number>` | No | - |
|
|
457
|
-
| `flex` | `Flex<string \| number>` | No | - |
|
|
458
|
-
| `flexFlow` | `FlexFlow` | No | - |
|
|
459
|
-
| `font` | `Font` | No | - |
|
|
460
|
-
| `gap` | `any` | No | - | Sets the gaps/gutters between flex items. Accepts a numeric value (multiplied by spacing unit), predefined spacing value (tiny, small, etc.) a spacing token (SP1, SP2, etc.)
|
|
461
|
-
| `gridArea` | `GridArea` | No | - |
|
|
462
|
-
| `gridColumn` | `GridColumn` | No | - |
|
|
463
|
-
| `gridRow` | `GridRow` | No | - |
|
|
464
|
-
| `gridTemplate` | `GridTemplate` | No | - |
|
|
465
|
-
| `inset` | `Inset<string \| number>` | No | - |
|
|
466
|
-
| `insetBlock` | `InsetBlock<string \| number>` | No | - |
|
|
467
|
-
| `insetInline` | `InsetInline<string \| number>` | No | - |
|
|
468
|
-
| `lineClamp` | `LineClamp` | No | - | **Syntax**: `none \| <integer>` **Initial value**: `none` |
|
|
469
|
-
| `listStyle` | `ListStyle` | No | - |
|
|
470
|
-
| `margin` | `any` | No | - | Sets margin on all sides. Accepts a numeric value (multiplied by spacing unit), predefined spacing value (tiny, small, etc.) a spacing token (SP1, SP2, etc.) or a string of space-separated values ("3px 3px")
|
|
471
|
-
| `marginBlock` | `MarginBlock<string \| number>` | No | - |
|
|
472
|
-
| `marginInline` | `MarginInline<string \| number>` | No | - |
|
|
473
|
-
| `mask` | `Mask<string \| number>` | No | - |
|
|
474
|
-
| `maskBorder` | `MaskBorder` | No | - |
|
|
475
|
-
| `motion` | `Offset<string \| number>` | No | - |
|
|
476
|
-
| `offset` | `Offset<string \| number>` | No | - |
|
|
477
|
-
| `outline` | `Outline<string \| number>` | No | - |
|
|
478
|
-
| `overscrollBehavior` | `OverscrollBehavior` | No | - |
|
|
479
|
-
| `padding` | `any` | No | - | Sets padding on all sides. Accepts a numeric value (multiplied by spacing unit), predefined spacing value (tiny, small, etc.) a spacing token (SP1, SP2, etc.) or a string of space-separated values ("3px 3px")
|
|
480
|
-
| `paddingBlock` | `PaddingBlock<string \| number>` | No | - |
|
|
481
|
-
| `paddingInline` | `PaddingInline<string \| number>` | No | - |
|
|
482
|
-
| `placeContent` | `PlaceContent` | No | - |
|
|
483
|
-
| `placeItems` | `PlaceItems` | No | - |
|
|
484
|
-
| `placeSelf` | `PlaceSelf` | No | - |
|
|
485
|
-
| `
|
|
486
|
-
| `
|
|
487
|
-
| `
|
|
488
|
-
| `
|
|
489
|
-
| `
|
|
490
|
-
| `
|
|
491
|
-
| `
|
|
492
|
-
| `
|
|
493
|
-
| `
|
|
494
|
-
| `
|
|
495
|
-
| `
|
|
496
|
-
| `
|
|
497
|
-
| `
|
|
498
|
-
| `
|
|
499
|
-
| `
|
|
500
|
-
| `
|
|
501
|
-
| `
|
|
502
|
-
| `
|
|
503
|
-
| `
|
|
504
|
-
| `
|
|
505
|
-
| `
|
|
506
|
-
| `
|
|
507
|
-
| `
|
|
508
|
-
| `
|
|
509
|
-
| `
|
|
510
|
-
| `
|
|
511
|
-
| `
|
|
512
|
-
| `
|
|
513
|
-
| `
|
|
514
|
-
| `
|
|
515
|
-
| `
|
|
516
|
-
| `
|
|
517
|
-
| `
|
|
518
|
-
| `
|
|
519
|
-
| `
|
|
520
|
-
| `
|
|
521
|
-
| `
|
|
522
|
-
| `
|
|
523
|
-
| `
|
|
524
|
-
| `
|
|
525
|
-
| `
|
|
526
|
-
| `
|
|
527
|
-
| `
|
|
528
|
-
| `MozMarginEnd` | `MarginInlineEnd<string \| number>` | No | - |
|
|
529
|
-
| `MozMarginStart` | `MarginInlineStart<string \| number>` | No | - |
|
|
506
|
+
| `columnRule` | `ColumnRule<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `<'column-rule-width'> \|\| <'column-rule-style'> \|\| <'column-rule-color'>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-----: \| :----: \| :----: \| \| **50** \| **52** \| **9** \| **12** \| **10** \| \| 1 _-x-_ \| \| 3 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/column-rule |
|
|
507
|
+
| `columns` | `Columns<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `<'column-width'> \|\| <'column-count'>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----: \| :----: \| :----: \| \| **50** \| **52** \| **9** \| **12** \| **10** \| \| \| \| 3 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/columns |
|
|
508
|
+
| `containIntrinsicSize` | `ContainIntrinsicSize<string \| number>` | No | - | Since September 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `[ auto? [ none \| <length> ] ]{1,2}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **83** \| **107** \| **17** \| **83** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/contain-intrinsic-size |
|
|
509
|
+
| `flex` | `Flex<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `none \| [ <'flex-grow'> <'flex-shrink'>? \|\| <'flex-basis'> ]` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :-----: \| :-----: \| :----: \| :------: \| \| **29** \| **22** \| **9** \| **12** \| **11** \| \| 21 _-x-_ \| \| 7 _-x-_ \| \| 10 _-x-_ \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/flex |
|
|
510
|
+
| `flexFlow` | `FlexFlow` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<'flex-direction'> \|\| <'flex-wrap'>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :-----: \| :-----: \| :----: \| :----: \| \| **29** \| **28** \| **9** \| **12** \| **11** \| \| 21 _-x-_ \| \| 7 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/flex-flow |
|
|
511
|
+
| `font` | `Font` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `[ [ <'font-style'> \|\| <font-variant-css2> \|\| <'font-weight'> \|\| <font-width-css3> ]? <'font-size'> [ / <'line-height'> ]? <'font-family'># ] \| <system-family-name>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **3** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/font |
|
|
512
|
+
| `gap` | `any` | No | - | Sets the gaps/gutters between flex items. Accepts a numeric value (multiplied by spacing unit), predefined spacing value (tiny, small, etc.) a spacing token (SP1, SP2, etc.) This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017. **Syntax**: `<'row-gap'> <'column-gap'>?` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **57** \| **52** \| **10.1** \| **16** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/gap |
|
|
513
|
+
| `gridArea` | `GridArea` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017. **Syntax**: `<grid-line> [ / <grid-line> ]{0,3}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **57** \| **52** \| **10.1** \| **16** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/grid-area |
|
|
514
|
+
| `gridColumn` | `GridColumn` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017. **Syntax**: `<grid-line> [ / <grid-line> ]?` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **57** \| **52** \| **10.1** \| **16** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/grid-column |
|
|
515
|
+
| `gridRow` | `GridRow` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017. **Syntax**: `<grid-line> [ / <grid-line> ]?` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **57** \| **52** \| **10.1** \| **16** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/grid-row |
|
|
516
|
+
| `gridTemplate` | `GridTemplate` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017. **Syntax**: `none \| [ <'grid-template-rows'> / <'grid-template-columns'> ] \| [ <line-names>? <string> <track-size>? <line-names>? ]+ [ / <explicit-track-list> ]?` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **57** \| **52** \| **10.1** \| **16** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/grid-template |
|
|
517
|
+
| `inset` | `Inset<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'top'>{1,4}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **87** \| **66** \| **14.1** \| **87** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/inset |
|
|
518
|
+
| `insetBlock` | `InsetBlock<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'top'>{1,2}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **87** \| **63** \| **14.1** \| **87** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/inset-block |
|
|
519
|
+
| `insetInline` | `InsetInline<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'top'>{1,2}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **87** \| **63** \| **14.1** \| **87** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/inset-inline |
|
|
520
|
+
| `lineClamp` | `LineClamp` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `none \| <integer>` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :---------: \| :----------: \| :-------: \| :----------: \| :-: \| \| **6** _-x-_ \| **68** _-x-_ \| 18.2-18.4 \| **17** _-x-_ \| No \| \| \| \| 5 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/line-clamp |
|
|
521
|
+
| `listStyle` | `ListStyle` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<'list-style-type'> \|\| <'list-style-position'> \|\| <'list-style-image'>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/list-style |
|
|
522
|
+
| `margin` | `any` | No | - | Sets margin on all sides. Accepts a numeric value (multiplied by spacing unit), predefined spacing value (tiny, small, etc.) a spacing token (SP1, SP2, etc.) or a string of space-separated values ("3px 3px") This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<'margin-top'>{1,4}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **3** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin |
|
|
523
|
+
| `marginBlock` | `MarginBlock<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'margin-top'>{1,2}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **87** \| **66** \| **14.1** \| **87** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-block |
|
|
524
|
+
| `marginInline` | `MarginInline<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'margin-top'>{1,2}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **87** \| **66** \| **14.1** \| **87** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/margin-inline |
|
|
525
|
+
| `mask` | `Mask<string \| number>` | No | - | Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `<mask-layer>#` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-------: \| :---: \| :-: \| \| **120** \| **53** \| **15.4** \| 12-79 \| No \| \| 1 _-x-_ \| \| 3.1 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask |
|
|
526
|
+
| `maskBorder` | `MaskBorder` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `<'mask-border-source'> \|\| <'mask-border-slice'> [ / <'mask-border-width'>? [ / <'mask-border-outset'> ]? ]? \|\| <'mask-border-repeat'> \|\| <'mask-border-mode'>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------------------------------: \| :-----: \| :----------------------------: \| :-------------------------------: \| :-: \| \| **1** _(-webkit-mask-box-image)_ \| No \| **17.2** \| **79** _(-webkit-mask-box-image)_ \| No \| \| \| \| 3.1 _(-webkit-mask-box-image)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/mask-border |
|
|
527
|
+
| `motion` | `Offset<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2022. **Syntax**: `[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> \|\| <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----------: \| :-----: \| :----: \| :----: \| :-: \| \| **55** \| **72** \| **16** \| **79** \| No \| \| 46 _(motion)_ \| \| \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/offset |
|
|
528
|
+
| `offset` | `Offset<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2022. **Syntax**: `[ <'offset-position'>? [ <'offset-path'> [ <'offset-distance'> \|\| <'offset-rotate'> ]? ]? ]! [ / <'offset-anchor'> ]?` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----------: \| :-----: \| :----: \| :----: \| :-: \| \| **55** \| **72** \| **16** \| **79** \| No \| \| 46 _(motion)_ \| \| \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/offset |
|
|
529
|
+
| `outline` | `Outline<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2023. **Syntax**: `<'outline-width'> \|\| <'outline-style'> \|\| <'outline-color'>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :---: \| \| **94** \| **88** \| **16.4** \| **94** \| **8** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/outline |
|
|
530
|
+
| `overscrollBehavior` | `OverscrollBehavior` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2022. **Syntax**: `[ contain \| none \| auto ]{1,2}` **Initial value**: `auto` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **63** \| **59** \| **16** \| **18** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/overscroll-behavior |
|
|
531
|
+
| `padding` | `any` | No | - | Sets padding on all sides. Accepts a numeric value (multiplied by spacing unit), predefined spacing value (tiny, small, etc.) a spacing token (SP1, SP2, etc.) or a string of space-separated values ("3px 3px") This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<'padding-top'>{1,4}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **4** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/padding |
|
|
532
|
+
| `paddingBlock` | `PaddingBlock<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'padding-top'>{1,2}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **87** \| **66** \| **14.1** \| **87** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/padding-block |
|
|
533
|
+
| `paddingInline` | `PaddingInline<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'padding-top'>{1,2}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **87** \| **66** \| **14.1** \| **87** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/padding-inline |
|
|
534
|
+
| `placeContent` | `PlaceContent` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'align-content'> <'justify-content'>?` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **59** \| **45** \| **9** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/place-content |
|
|
535
|
+
| `placeItems` | `PlaceItems` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'align-items'> <'justify-items'>?` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **59** \| **45** \| **11** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/place-items |
|
|
536
|
+
| `placeSelf` | `PlaceSelf` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'align-self'> <'justify-self'>?` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **59** \| **45** \| **11** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/place-self |
|
|
537
|
+
| `positionTry` | `PositionTry` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `<'position-try-order'>? <'position-try-fallbacks'>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :---------: \| :----: \| :-----: \| :-: \| \| **125** \| **preview** \| **26** \| **125** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/position-try |
|
|
538
|
+
| `scrollMargin` | `ScrollMargin<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2021. **Syntax**: `<length>{1,4}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----------------------: \| :----: \| :-: \| \| **69** \| **90** \| **14.1** \| **79** \| No \| \| \| \| 11 _(scroll-snap-margin)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-margin |
|
|
539
|
+
| `scrollMarginBlock` | `ScrollMarginBlock<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021. **Syntax**: `<length>{1,2}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **69** \| **68** \| **15** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-margin-block |
|
|
540
|
+
| `scrollMarginInline` | `ScrollMarginInline<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021. **Syntax**: `<length>{1,2}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **69** \| **68** \| **15** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-margin-inline |
|
|
541
|
+
| `scrollPadding` | `ScrollPadding<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `[ auto \| <length-percentage> ]{1,4}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :----: \| :-: \| \| **69** \| **68** \| **14.1** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding |
|
|
542
|
+
| `scrollPaddingBlock` | `ScrollPaddingBlock<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021. **Syntax**: `[ auto \| <length-percentage> ]{1,2}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **69** \| **68** \| **15** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding-block |
|
|
543
|
+
| `scrollPaddingInline` | `ScrollPaddingInline<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021. **Syntax**: `[ auto \| <length-percentage> ]{1,2}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **69** \| **68** \| **15** \| **79** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding-inline |
|
|
544
|
+
| `scrollSnapMargin` | `ScrollMargin<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2021. **Syntax**: `<length>{1,4}` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :-----------------------: \| :----: \| :-: \| \| **69** \| 68-90 \| **14.1** \| **79** \| No \| \| \| \| 11 _(scroll-snap-margin)_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-margin |
|
|
545
|
+
| `scrollTimeline` | `ScrollTimeline` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `[ <'scroll-timeline-name'> <'scroll-timeline-axis'>? ]#` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **115** \| No \| **26** \| **115** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-timeline |
|
|
546
|
+
| `textDecoration` | `TextDecoration<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<'text-decoration-line'> \|\| <'text-decoration-style'> \|\| <'text-decoration-color'> \|\| <'text-decoration-thickness'>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :---: \| \| **1** \| **1** \| **1** \| **12** \| **3** \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-decoration |
|
|
547
|
+
| `textEmphasis` | `TextEmphasis` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `<'text-emphasis-style'> \|\| <'text-emphasis-color'>` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :------: \| :-----: \| :----: \| :------: \| :-: \| \| **99** \| **46** \| **7** \| **99** \| No \| \| 25 _-x-_ \| \| \| 79 _-x-_ \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-emphasis |
|
|
548
|
+
| `textWrap` | `TextWrap` | No | - | Since March 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `<'text-wrap-mode'> \|\| <'text-wrap-style'>` **Initial value**: `wrap` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :------: \| :-----: \| :-: \| \| **114** \| **121** \| **17.4** \| **114** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-wrap |
|
|
549
|
+
| `transition` | `Transition<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-transition>#` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :-------: \| :----: \| :----: \| \| **26** \| **16** \| **9** \| **12** \| **10** \| \| 1 _-x-_ \| \| 3.1 _-x-_ \| \| \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/transition |
|
|
550
|
+
| `viewTimeline` | `ViewTimeline` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `[ <'view-timeline-name'> [ <'view-timeline-axis'> \|\| <'view-timeline-inset'> ]? ]#` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :-----: \| :----: \| :-----: \| :-: \| \| **115** \| No \| **26** \| **115** \| No \| @see https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline |
|
|
551
|
+
| `MozAnimationDelay` | `AnimationDelay<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<time>#` **Initial value**: `0s` |
|
|
552
|
+
| `MozAnimationDirection` | `AnimationDirection` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-animation-direction>#` **Initial value**: `normal` |
|
|
553
|
+
| `MozAnimationDuration` | `AnimationDuration<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `[ auto \| <time [0s,∞]> ]#` **Initial value**: `0s` |
|
|
554
|
+
| `MozAnimationFillMode` | `AnimationFillMode` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-animation-fill-mode>#` **Initial value**: `none` |
|
|
555
|
+
| `MozAnimationIterationCount` | `AnimationIterationCount` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-animation-iteration-count>#` **Initial value**: `1` |
|
|
556
|
+
| `MozAnimationName` | `AnimationName` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `[ none \| <keyframes-name> ]#` **Initial value**: `none` |
|
|
557
|
+
| `MozAnimationPlayState` | `AnimationPlayState` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-animation-play-state>#` **Initial value**: `running` |
|
|
558
|
+
| `MozAnimationTimingFunction` | `AnimationTimingFunction` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<easing-function>#` **Initial value**: `ease` |
|
|
559
|
+
| `MozAppearance` | `"none" \| "button" \| "range" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "caret" \| "checkbox" \| "listbox" \| "listitem" \| "menubar" \| "menuitem" \| "progressbar" \| "radio" \| "separator" \| "tab" \| "tabpanel" \| "toolbar" \| "tooltip" \| "treeitem" \| "menulist" \| "searchfield" \| "menulist-button" \| "textfield" \| "-moz-mac-unified-toolbar" \| "-moz-win-borderless-glass" \| "-moz-win-browsertabbar-toolbox" \| "-moz-win-communications-toolbox" \| "-moz-win-communicationstext" \| "-moz-win-exclude-glass" \| "-moz-win-glass" \| "-moz-win-media-toolbox" \| "-moz-win-mediatext" \| "-moz-window-button-box" \| "-moz-window-button-box-maximized" \| "-moz-window-button-close" \| "-moz-window-button-maximize" \| "-moz-window-button-minimize" \| "-moz-window-button-restore" \| "-moz-window-frame-bottom" \| "-moz-window-frame-left" \| "-moz-window-frame-right" \| "-moz-window-titlebar" \| "-moz-window-titlebar-maximized" \| "button-arrow-down" \| "button-arrow-next" \| "button-arrow-previous" \| "button-arrow-up" \| "button-bevel" \| "button-focus" \| "checkbox-container" \| "checkbox-label" \| "checkmenuitem" \| "dualbutton" \| "groupbox" \| "menuarrow" \| "menucheckbox" \| "menuimage" \| "menuitemtext" \| "menulist-text" \| "menulist-textfield" \| "menupopup" \| "menuradio" \| "menuseparator" \| "meterbar" \| "meterchunk" \| "progressbar-vertical" \| "progresschunk" \| "progresschunk-vertical" \| "radio-container" \| "radio-label" \| "radiomenuitem" \| "range-thumb" \| "resizer" \| "resizerpanel" \| "scale-horizontal" \| "scale-vertical" \| "scalethumb-horizontal" \| "scalethumb-vertical" \| "scalethumbend" \| "scalethumbstart" \| "scalethumbtick" \| "scrollbarbutton-down" \| "scrollbarbutton-left" \| "scrollbarbutton-right" \| "scrollbarbutton-up" \| "scrollbarthumb-horizontal" \| "scrollbarthumb-vertical" \| "scrollbartrack-horizontal" \| "scrollbartrack-vertical" \| "sheet" \| "spinner" \| "spinner-downbutton" \| "spinner-textfield" \| "spinner-upbutton" \| "splitter" \| "statusbar" \| "statusbarpanel" \| "tab-scroll-arrow-back" \| "tab-scroll-arrow-forward" \| "tabpanels" \| "textfield-multiline" \| "toolbarbutton" \| "toolbarbutton-dropdown" \| "toolbargripper" \| "toolbox" \| "treeheader" \| "treeheadercell" \| "treeheadersortarrow" \| "treeline" \| "treetwisty" \| "treetwistyopen" \| "treeview"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `none \| button \| button-arrow-down \| button-arrow-next \| button-arrow-previous \| button-arrow-up \| button-bevel \| button-focus \| caret \| checkbox \| checkbox-container \| checkbox-label \| checkmenuitem \| dualbutton \| groupbox \| listbox \| listitem \| menuarrow \| menubar \| menucheckbox \| menuimage \| menuitem \| menuitemtext \| menulist \| menulist-button \| menulist-text \| menulist-textfield \| menupopup \| menuradio \| menuseparator \| meterbar \| meterchunk \| progressbar \| progressbar-vertical \| progresschunk \| progresschunk-vertical \| radio \| radio-container \| radio-label \| radiomenuitem \| range \| range-thumb \| resizer \| resizerpanel \| scale-horizontal \| scalethumbend \| scalethumb-horizontal \| scalethumbstart \| scalethumbtick \| scalethumb-vertical \| scale-vertical \| scrollbarbutton-down \| scrollbarbutton-left \| scrollbarbutton-right \| scrollbarbutton-up \| scrollbarthumb-horizontal \| scrollbarthumb-vertical \| scrollbartrack-horizontal \| scrollbartrack-vertical \| searchfield \| separator \| sheet \| spinner \| spinner-downbutton \| spinner-textfield \| spinner-upbutton \| splitter \| statusbar \| statusbarpanel \| tab \| tabpanel \| tabpanels \| tab-scroll-arrow-back \| tab-scroll-arrow-forward \| textfield \| textfield-multiline \| toolbar \| toolbarbutton \| toolbarbutton-dropdown \| toolbargripper \| toolbox \| tooltip \| treeheader \| treeheadercell \| treeheadersortarrow \| treeitem \| treeline \| treetwisty \| treetwistyopen \| treeview \| -moz-mac-unified-toolbar \| -moz-win-borderless-glass \| -moz-win-browsertabbar-toolbox \| -moz-win-communicationstext \| -moz-win-communications-toolbox \| -moz-win-exclude-glass \| -moz-win-glass \| -moz-win-mediatext \| -moz-win-media-toolbox \| -moz-window-button-box \| -moz-window-button-box-maximized \| -moz-window-button-close \| -moz-window-button-maximize \| -moz-window-button-minimize \| -moz-window-button-restore \| -moz-window-frame-bottom \| -moz-window-frame-left \| -moz-window-frame-right \| -moz-window-titlebar \| -moz-window-titlebar-maximized` **Initial value**: `none` (but this value is overridden in the user agent CSS) |
|
|
560
|
+
| `MozBackfaceVisibility` | `"visible" \| "hidden" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `visible \| hidden` **Initial value**: `visible` |
|
|
561
|
+
| `MozBinding` | `MozBinding` | No | - | **Syntax**: `<url> \| none` **Initial value**: `none` |
|
|
562
|
+
| `MozBorderBottomColors` | `MozBorderBottomColors` | No | - | **Syntax**: `<color>+ \| none` **Initial value**: `none` |
|
|
563
|
+
| `MozBorderEndColor` | `BorderInlineEndColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-color'>` **Initial value**: `currentcolor` |
|
|
564
|
+
| `MozBorderEndStyle` | `"hidden" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "inset" \| "dashed" \| "dotted" \| "double" \| "groove" \| "outset" \| "ridge" \| "solid"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-style'>` **Initial value**: `none` |
|
|
565
|
+
| `MozBorderEndWidth` | `BorderInlineEndWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-width'>` **Initial value**: `medium` |
|
|
566
|
+
| `MozBorderLeftColors` | `MozBorderLeftColors` | No | - | **Syntax**: `<color>+ \| none` **Initial value**: `none` |
|
|
567
|
+
| `MozBorderRightColors` | `MozBorderRightColors` | No | - | **Syntax**: `<color>+ \| none` **Initial value**: `none` |
|
|
568
|
+
| `MozBorderStartColor` | `BorderInlineStartColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-color'>` **Initial value**: `currentcolor` |
|
|
569
|
+
| `MozBorderStartStyle` | `"hidden" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "inset" \| "dashed" \| "dotted" \| "double" \| "groove" \| "outset" \| "ridge" \| "solid"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'border-top-style'>` **Initial value**: `none` |
|
|
570
|
+
| `MozBorderTopColors` | `MozBorderTopColors` | No | - | **Syntax**: `<color>+ \| none` **Initial value**: `none` |
|
|
571
|
+
| `MozBoxSizing` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "border-box" \| "content-box"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `content-box \| border-box` **Initial value**: `content-box` |
|
|
572
|
+
| `MozColumnRuleColor` | `ColumnRuleColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `<color>` **Initial value**: `currentcolor` |
|
|
573
|
+
| `MozColumnRuleStyle` | `ColumnRuleStyle` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `<'border-style'>` **Initial value**: `none` |
|
|
574
|
+
| `MozColumnRuleWidth` | `ColumnRuleWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `<'border-width'>` **Initial value**: `medium` |
|
|
575
|
+
| `MozColumnWidth` | `ColumnWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since November 2016. **Syntax**: `<length> \| auto` **Initial value**: `auto` |
|
|
576
|
+
| `MozContextProperties` | `MozContextProperties` | No | - | **Syntax**: `none \| [ fill \| fill-opacity \| stroke \| stroke-opacity ]#` **Initial value**: `none` |
|
|
577
|
+
| `MozFontFeatureSettings` | `FontFeatureSettings` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `normal \| <feature-tag-value>#` **Initial value**: `normal` |
|
|
578
|
+
| `MozFontLanguageOverride` | `FontLanguageOverride` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `normal \| <string>` **Initial value**: `normal` |
|
|
579
|
+
| `MozHyphens` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "manual"` | No | - | Since September 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `none \| manual \| auto` **Initial value**: `manual` |
|
|
580
|
+
| `MozMarginEnd` | `MarginInlineEnd<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'margin-top'>` **Initial value**: `0` |
|
|
581
|
+
| `MozMarginStart` | `MarginInlineStart<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'margin-top'>` **Initial value**: `0` |
|
|
530
582
|
| `MozOrient` | `"inline" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "horizontal" \| "vertical" \| "block"` | No | - | The **`-moz-orient`** CSS property specifies the orientation of the element to which it's applied. **Syntax**: `inline \| block \| horizontal \| vertical` **Initial value**: `inline` |
|
|
531
583
|
| `MozOsxFontSmoothing` | `FontSmooth<string \| number>` | No | - | The **`font-smooth`** CSS property controls the application of anti-aliasing when fonts are rendered. **Syntax**: `auto \| never \| always \| <absolute-size> \| <length>` **Initial value**: `auto` |
|
|
532
|
-
| `MozOutlineRadiusBottomleft` | `MozOutlineRadiusBottomleft<string \| number>` | No | - |
|
|
533
|
-
| `MozOutlineRadiusBottomright` | `MozOutlineRadiusBottomright<string \| number>` | No | - |
|
|
534
|
-
| `MozOutlineRadiusTopleft` | `MozOutlineRadiusTopleft<string \| number>` | No | - |
|
|
535
|
-
| `MozOutlineRadiusTopright` | `MozOutlineRadiusTopright<string \| number>` | No | - |
|
|
536
|
-
| `MozPaddingEnd` | `PaddingInlineEnd<string \| number>` | No | - |
|
|
537
|
-
| `MozPaddingStart` | `PaddingInlineStart<string \| number>` | No | - |
|
|
538
|
-
| `
|
|
539
|
-
| `
|
|
540
|
-
| `
|
|
541
|
-
| `
|
|
542
|
-
| `
|
|
584
|
+
| `MozOutlineRadiusBottomleft` | `MozOutlineRadiusBottomleft<string \| number>` | No | - | **Syntax**: `<outline-radius>` **Initial value**: `0` |
|
|
585
|
+
| `MozOutlineRadiusBottomright` | `MozOutlineRadiusBottomright<string \| number>` | No | - | **Syntax**: `<outline-radius>` **Initial value**: `0` |
|
|
586
|
+
| `MozOutlineRadiusTopleft` | `MozOutlineRadiusTopleft<string \| number>` | No | - | **Syntax**: `<outline-radius>` **Initial value**: `0` |
|
|
587
|
+
| `MozOutlineRadiusTopright` | `MozOutlineRadiusTopright<string \| number>` | No | - | **Syntax**: `<outline-radius>` **Initial value**: `0` |
|
|
588
|
+
| `MozPaddingEnd` | `PaddingInlineEnd<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'padding-top'>` **Initial value**: `0` |
|
|
589
|
+
| `MozPaddingStart` | `PaddingInlineStart<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'padding-top'>` **Initial value**: `0` |
|
|
590
|
+
| `MozPerspective` | `Perspective<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `none \| <length>` **Initial value**: `none` |
|
|
591
|
+
| `MozPerspectiveOrigin` | `PerspectiveOrigin<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<position>` **Initial value**: `50% 50%` |
|
|
592
|
+
| `MozStackSizing` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "ignore" \| "stretch-to-fit"` | No | - | **Syntax**: `ignore \| stretch-to-fit` **Initial value**: `stretch-to-fit` |
|
|
593
|
+
| `MozTabSize` | `TabSize<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since August 2021. **Syntax**: `<integer> \| <length>` **Initial value**: `8` |
|
|
594
|
+
| `MozTextBlink` | `"blink" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | **Syntax**: `none \| blink` **Initial value**: `none` |
|
|
595
|
+
| `MozTextSizeAdjust` | `TextSizeAdjust` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `none \| auto \| <percentage>` **Initial value**: `auto` for smartphone browsers supporting inflation, `none` in other cases (and then not modifiable). |
|
|
596
|
+
| `MozTransform` | `Transform` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `none \| <transform-list>` **Initial value**: `none` |
|
|
597
|
+
| `MozTransformOrigin` | `TransformOrigin<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `[ <length-percentage> \| left \| center \| right \| top \| bottom ] \| [ [ <length-percentage> \| left \| center \| right ] && [ <length-percentage> \| top \| center \| bottom ] ] <length>?` **Initial value**: `50% 50% 0` |
|
|
598
|
+
| `MozTransformStyle` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "flat" \| "preserve-3d"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `flat \| preserve-3d` **Initial value**: `flat` |
|
|
543
599
|
| `MozUserModify` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "read-only" \| "read-write" \| "write-only"` | No | - | The **`user-modify`** property has no effect in Firefox. It was originally planned to determine whether or not the content of an element can be edited by a user. **Syntax**: `read-only \| read-write \| write-only` **Initial value**: `read-only` |
|
|
544
|
-
| `MozUserSelect` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "text" \| "
|
|
545
|
-
| `MozWindowDragging` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "drag" \| "no-drag"` | No | - |
|
|
546
|
-
| `MozWindowShadow` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "menu" \| "tooltip" \| "default" \| "sheet"` | No | - |
|
|
547
|
-
| `msAccelerator` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "false" \| "true"` | No | - |
|
|
548
|
-
| `msBlockProgression` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "bt" \| "lr" \| "rl" \| "tb"` | No | - |
|
|
549
|
-
| `msContentZoomChaining` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "chained"` | No | - |
|
|
550
|
-
| `msContentZoomLimitMax` | `MsContentZoomLimitMax` | No | - |
|
|
551
|
-
| `msContentZoomLimitMin` | `MsContentZoomLimitMin` | No | - |
|
|
552
|
-
| `msContentZoomSnapPoints` | `MsContentZoomSnapPoints` | No | - |
|
|
553
|
-
| `msContentZoomSnapType` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "mandatory" \| "proximity"` | No | - |
|
|
554
|
-
| `msContentZooming` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "zoom"` | No | - |
|
|
555
|
-
| `msFilter` | `MsFilter` | No | - |
|
|
556
|
-
| `msFlexDirection` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "row" \| "column" \| "column-reverse" \| "row-reverse"` | No | - |
|
|
557
|
-
| `msFlexPositive` | `FlexGrow` | No | - |
|
|
558
|
-
| `msFlowFrom` | `MsFlowFrom` | No | - |
|
|
559
|
-
| `msFlowInto` | `MsFlowInto` | No | - |
|
|
560
|
-
| `msGridColumns` | `MsGridColumns<string \| number>` | No | - |
|
|
561
|
-
| `msGridRows` | `MsGridRows<string \| number>` | No | - |
|
|
562
|
-
| `msHighContrastAdjust` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - |
|
|
563
|
-
| `msHyphenateLimitChars` | `MsHyphenateLimitChars` | No | - |
|
|
564
|
-
| `msHyphenateLimitLines` | `MsHyphenateLimitLines` | No | - |
|
|
565
|
-
| `msHyphenateLimitZone` | `MsHyphenateLimitZone<string \| number>` | No | - |
|
|
566
|
-
| `msHyphens` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "manual"` | No | - |
|
|
567
|
-
| `msImeAlign` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "after"` | No | - |
|
|
568
|
-
| `msLineBreak` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "strict" \| "anywhere" \| "loose"` | No | - |
|
|
569
|
-
| `msOrder` | `Order` | No | - |
|
|
570
|
-
| `msOverflowStyle` | `"scrollbar" \| "auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "-ms-autohiding-scrollbar"` | No | - |
|
|
571
|
-
| `msOverflowX` | `"visible" \| "hidden" \| "scroll" \| "auto" \| "clip" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "-moz-hidden-unscrollable"` | No | - |
|
|
572
|
-
| `msOverflowY` | `"visible" \| "hidden" \| "scroll" \| "auto" \| "clip" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "-moz-hidden-unscrollable"` | No | - |
|
|
573
|
-
| `msScrollChaining` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "chained"` | No | - |
|
|
574
|
-
| `msScrollLimitXMax` | `MsScrollLimitXMax<string \| number>` | No | - |
|
|
575
|
-
| `msScrollLimitXMin` | `MsScrollLimitXMin<string \| number>` | No | - |
|
|
576
|
-
| `msScrollLimitYMax` | `MsScrollLimitYMax<string \| number>` | No | - |
|
|
577
|
-
| `msScrollLimitYMin` | `MsScrollLimitYMin<string \| number>` | No | - |
|
|
578
|
-
| `msScrollRails` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "railed"` | No | - |
|
|
579
|
-
| `msScrollSnapPointsX` | `MsScrollSnapPointsX` | No | - |
|
|
580
|
-
| `msScrollSnapPointsY` | `MsScrollSnapPointsY` | No | - |
|
|
581
|
-
| `msScrollSnapType` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "mandatory" \| "proximity"` | No | - |
|
|
582
|
-
| `msScrollTranslation` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "vertical-to-horizontal"` | No | - |
|
|
583
|
-
| `msScrollbar3dlightColor` | `MsScrollbar3dlightColor` | No | - |
|
|
584
|
-
| `msScrollbarArrowColor` | `MsScrollbarArrowColor` | No | - |
|
|
585
|
-
| `msScrollbarBaseColor` | `MsScrollbarBaseColor` | No | - |
|
|
586
|
-
| `msScrollbarDarkshadowColor` | `MsScrollbarDarkshadowColor` | No | - |
|
|
587
|
-
| `msScrollbarFaceColor` | `MsScrollbarFaceColor` | No | - |
|
|
588
|
-
| `msScrollbarHighlightColor` | `MsScrollbarHighlightColor` | No | - |
|
|
589
|
-
| `msScrollbarShadowColor` | `MsScrollbarShadowColor` | No | - |
|
|
590
|
-
| `msScrollbarTrackColor` | `MsScrollbarTrackColor` | No | - |
|
|
591
|
-
| `msTextAutospace` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "ideograph-alpha" \| "ideograph-numeric" \| "ideograph-parenthesis" \| "ideograph-space"` | No | - |
|
|
592
|
-
| `msTextCombineHorizontal` | `TextCombineUpright` | No | - |
|
|
593
|
-
| `msTextOverflow` | `TextOverflow` | No | - |
|
|
594
|
-
| `msTouchAction` | `TouchAction` | No | - |
|
|
595
|
-
| `msTouchSelect` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "grippers"` | No | - |
|
|
596
|
-
| `msTransform` | `Transform` | No | - |
|
|
597
|
-
| `msTransformOrigin` | `TransformOrigin<string \| number>` | No | - |
|
|
598
|
-
| `msTransitionDelay` | `TransitionDelay<string & {}>` | No | - |
|
|
599
|
-
| `msTransitionDuration` | `TransitionDuration<string & {}>` | No | - |
|
|
600
|
-
| `msTransitionProperty` | `TransitionProperty` | No | - |
|
|
601
|
-
| `msTransitionTimingFunction` | `TransitionTimingFunction` | No | - |
|
|
602
|
-
| `msUserSelect` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "text" \| "element"` | No | - |
|
|
603
|
-
| `msWordBreak` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "break-word" \| "break-all" \| "keep-all"` | No | - |
|
|
604
|
-
| `msWrapFlow` | `"auto" \| "start" \| "end" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "clear" \| "both" \| "maximum"` | No | - |
|
|
605
|
-
| `msWrapMargin` | `MsWrapMargin<string \| number>` | No | - |
|
|
606
|
-
| `msWrapThrough` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "wrap"` | No | - |
|
|
607
|
-
| `msWritingMode` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "horizontal-tb" \| "sideways-lr" \| "sideways-rl" \| "vertical-lr" \| "vertical-rl"` | No | - |
|
|
608
|
-
| `WebkitAlignContent` | `AlignContent` | No | - |
|
|
609
|
-
| `WebkitAlignItems` | `AlignItems` | No | - |
|
|
610
|
-
| `WebkitAlignSelf` | `AlignSelf` | No | - |
|
|
611
|
-
| `WebkitAnimationDelay` | `AnimationDelay<string & {}>` | No | - |
|
|
612
|
-
| `WebkitAnimationDirection` | `AnimationDirection` | No | - |
|
|
613
|
-
| `WebkitAnimationDuration` | `AnimationDuration<string & {}>` | No | - |
|
|
614
|
-
| `WebkitAnimationFillMode` | `AnimationFillMode` | No | - |
|
|
615
|
-
| `WebkitAnimationIterationCount` | `AnimationIterationCount` | No | - |
|
|
616
|
-
| `WebkitAnimationName` | `AnimationName` | No | - |
|
|
617
|
-
| `WebkitAnimationPlayState` | `AnimationPlayState` | No | - |
|
|
618
|
-
| `WebkitAnimationTimingFunction` | `AnimationTimingFunction` | No | - |
|
|
619
|
-
| `WebkitAppearance` | `"none" \| "button" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "caret" \| "checkbox" \| "listbox" \| "listitem" \| "radio" \| "menulist" \| "meter" \| "progress-bar" \| "
|
|
620
|
-
| `WebkitBackdropFilter` | `BackdropFilter` | No | - |
|
|
621
|
-
| `WebkitBackfaceVisibility` | `"visible" \| "hidden" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - |
|
|
622
|
-
| `WebkitBackgroundClip` | `BackgroundClip` | No | - |
|
|
623
|
-
| `WebkitBackgroundOrigin` | `BackgroundOrigin` | No | - |
|
|
624
|
-
| `WebkitBackgroundSize` | `BackgroundSize<string \| number>` | No | - |
|
|
600
|
+
| `MozUserSelect` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "text" \| "all" \| "-moz-none"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `auto \| text \| none \| all` **Initial value**: `auto` |
|
|
601
|
+
| `MozWindowDragging` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "drag" \| "no-drag"` | No | - | **Syntax**: `drag \| no-drag` **Initial value**: `drag` |
|
|
602
|
+
| `MozWindowShadow` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "menu" \| "tooltip" \| "default" \| "sheet"` | No | - | **Syntax**: `default \| menu \| tooltip \| sheet \| none` **Initial value**: `default` |
|
|
603
|
+
| `msAccelerator` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "false" \| "true"` | No | - | **Syntax**: `false \| true` **Initial value**: `false` |
|
|
604
|
+
| `msBlockProgression` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "bt" \| "lr" \| "rl" \| "tb"` | No | - | **Syntax**: `tb \| rl \| bt \| lr` **Initial value**: `tb` |
|
|
605
|
+
| `msContentZoomChaining` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "chained"` | No | - | **Syntax**: `none \| chained` **Initial value**: `none` |
|
|
606
|
+
| `msContentZoomLimitMax` | `MsContentZoomLimitMax` | No | - | **Syntax**: `<percentage>` **Initial value**: `400%` |
|
|
607
|
+
| `msContentZoomLimitMin` | `MsContentZoomLimitMin` | No | - | **Syntax**: `<percentage>` **Initial value**: `100%` |
|
|
608
|
+
| `msContentZoomSnapPoints` | `MsContentZoomSnapPoints` | No | - | **Syntax**: `snapInterval( <percentage>, <percentage> ) \| snapList( <percentage># )` **Initial value**: `snapInterval(0%, 100%)` |
|
|
609
|
+
| `msContentZoomSnapType` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "mandatory" \| "proximity"` | No | - | **Syntax**: `none \| proximity \| mandatory` **Initial value**: `none` |
|
|
610
|
+
| `msContentZooming` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "zoom"` | No | - | **Syntax**: `none \| zoom` **Initial value**: zoom for the top level element, none for all other elements |
|
|
611
|
+
| `msFilter` | `MsFilter` | No | - | **Syntax**: `<string>` **Initial value**: "" (the empty string) |
|
|
612
|
+
| `msFlexDirection` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "row" \| "column" \| "column-reverse" \| "row-reverse"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `row \| row-reverse \| column \| column-reverse` **Initial value**: `row` |
|
|
613
|
+
| `msFlexPositive` | `FlexGrow` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<number>` **Initial value**: `0` |
|
|
614
|
+
| `msFlowFrom` | `MsFlowFrom` | No | - | **Syntax**: `[ none \| <custom-ident> ]#` **Initial value**: `none` |
|
|
615
|
+
| `msFlowInto` | `MsFlowInto` | No | - | **Syntax**: `[ none \| <custom-ident> ]#` **Initial value**: `none` |
|
|
616
|
+
| `msGridColumns` | `MsGridColumns<string \| number>` | No | - | **Syntax**: `none \| <track-list> \| <auto-track-list>` **Initial value**: `none` |
|
|
617
|
+
| `msGridRows` | `MsGridRows<string \| number>` | No | - | **Syntax**: `none \| <track-list> \| <auto-track-list>` **Initial value**: `none` |
|
|
618
|
+
| `msHighContrastAdjust` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | **Syntax**: `auto \| none` **Initial value**: `auto` |
|
|
619
|
+
| `msHyphenateLimitChars` | `MsHyphenateLimitChars` | No | - | **Syntax**: `auto \| <integer>{1,3}` **Initial value**: `auto` |
|
|
620
|
+
| `msHyphenateLimitLines` | `MsHyphenateLimitLines` | No | - | **Syntax**: `no-limit \| <integer>` **Initial value**: `no-limit` |
|
|
621
|
+
| `msHyphenateLimitZone` | `MsHyphenateLimitZone<string \| number>` | No | - | **Syntax**: `<percentage> \| <length>` **Initial value**: `0` |
|
|
622
|
+
| `msHyphens` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "manual"` | No | - | Since September 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `none \| manual \| auto` **Initial value**: `manual` |
|
|
623
|
+
| `msImeAlign` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "after"` | No | - | **Syntax**: `auto \| after` **Initial value**: `auto` |
|
|
624
|
+
| `msLineBreak` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "strict" \| "anywhere" \| "loose"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020. **Syntax**: `auto \| loose \| normal \| strict \| anywhere` **Initial value**: `auto` |
|
|
625
|
+
| `msOrder` | `Order` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<integer>` **Initial value**: `0` |
|
|
626
|
+
| `msOverflowStyle` | `"scrollbar" \| "auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "-ms-autohiding-scrollbar"` | No | - | **Syntax**: `auto \| none \| scrollbar \| -ms-autohiding-scrollbar` **Initial value**: `auto` |
|
|
627
|
+
| `msOverflowX` | `"visible" \| "hidden" \| "scroll" \| "auto" \| "overlay" \| "clip" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "-moz-hidden-unscrollable"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `visible \| hidden \| clip \| scroll \| auto` **Initial value**: `visible` |
|
|
628
|
+
| `msOverflowY` | `"visible" \| "hidden" \| "scroll" \| "auto" \| "overlay" \| "clip" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "-moz-hidden-unscrollable"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `visible \| hidden \| clip \| scroll \| auto` **Initial value**: `visible` |
|
|
629
|
+
| `msScrollChaining` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "chained"` | No | - | **Syntax**: `chained \| none` **Initial value**: `chained` |
|
|
630
|
+
| `msScrollLimitXMax` | `MsScrollLimitXMax<string \| number>` | No | - | **Syntax**: `auto \| <length>` **Initial value**: `auto` |
|
|
631
|
+
| `msScrollLimitXMin` | `MsScrollLimitXMin<string \| number>` | No | - | **Syntax**: `<length>` **Initial value**: `0` |
|
|
632
|
+
| `msScrollLimitYMax` | `MsScrollLimitYMax<string \| number>` | No | - | **Syntax**: `auto \| <length>` **Initial value**: `auto` |
|
|
633
|
+
| `msScrollLimitYMin` | `MsScrollLimitYMin<string \| number>` | No | - | **Syntax**: `<length>` **Initial value**: `0` |
|
|
634
|
+
| `msScrollRails` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "railed"` | No | - | **Syntax**: `none \| railed` **Initial value**: `railed` |
|
|
635
|
+
| `msScrollSnapPointsX` | `MsScrollSnapPointsX` | No | - | **Syntax**: `snapInterval( <length-percentage>, <length-percentage> ) \| snapList( <length-percentage># )` **Initial value**: `snapInterval(0px, 100%)` |
|
|
636
|
+
| `msScrollSnapPointsY` | `MsScrollSnapPointsY` | No | - | **Syntax**: `snapInterval( <length-percentage>, <length-percentage> ) \| snapList( <length-percentage># )` **Initial value**: `snapInterval(0px, 100%)` |
|
|
637
|
+
| `msScrollSnapType` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "mandatory" \| "proximity"` | No | - | **Syntax**: `none \| proximity \| mandatory` **Initial value**: `none` |
|
|
638
|
+
| `msScrollTranslation` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "vertical-to-horizontal"` | No | - | **Syntax**: `none \| vertical-to-horizontal` **Initial value**: `none` |
|
|
639
|
+
| `msScrollbar3dlightColor` | `MsScrollbar3dlightColor` | No | - | **Syntax**: `<color>` **Initial value**: depends on user agent |
|
|
640
|
+
| `msScrollbarArrowColor` | `MsScrollbarArrowColor` | No | - | **Syntax**: `<color>` **Initial value**: `ButtonText` |
|
|
641
|
+
| `msScrollbarBaseColor` | `MsScrollbarBaseColor` | No | - | **Syntax**: `<color>` **Initial value**: depends on user agent |
|
|
642
|
+
| `msScrollbarDarkshadowColor` | `MsScrollbarDarkshadowColor` | No | - | **Syntax**: `<color>` **Initial value**: `ThreeDDarkShadow` |
|
|
643
|
+
| `msScrollbarFaceColor` | `MsScrollbarFaceColor` | No | - | **Syntax**: `<color>` **Initial value**: `ThreeDFace` |
|
|
644
|
+
| `msScrollbarHighlightColor` | `MsScrollbarHighlightColor` | No | - | **Syntax**: `<color>` **Initial value**: `ThreeDHighlight` |
|
|
645
|
+
| `msScrollbarShadowColor` | `MsScrollbarShadowColor` | No | - | **Syntax**: `<color>` **Initial value**: `ThreeDDarkShadow` |
|
|
646
|
+
| `msScrollbarTrackColor` | `MsScrollbarTrackColor` | No | - | **Syntax**: `<color>` **Initial value**: `Scrollbar` |
|
|
647
|
+
| `msTextAutospace` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "ideograph-alpha" \| "ideograph-numeric" \| "ideograph-parenthesis" \| "ideograph-space"` | No | - | **Syntax**: `none \| ideograph-alpha \| ideograph-numeric \| ideograph-parenthesis \| ideograph-space` **Initial value**: `none` |
|
|
648
|
+
| `msTextCombineHorizontal` | `TextCombineUpright` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `none \| all \| [ digits <integer>? ]` **Initial value**: `none` |
|
|
649
|
+
| `msTextOverflow` | `TextOverflow` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `[ clip \| ellipsis \| <string> ]{1,2}` **Initial value**: `clip` |
|
|
650
|
+
| `msTouchAction` | `TouchAction` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2019. **Syntax**: `auto \| none \| [ [ pan-x \| pan-left \| pan-right ] \|\| [ pan-y \| pan-up \| pan-down ] \|\| pinch-zoom ] \| manipulation` **Initial value**: `auto` |
|
|
651
|
+
| `msTouchSelect` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "grippers"` | No | - | **Syntax**: `grippers \| none` **Initial value**: `grippers` |
|
|
652
|
+
| `msTransform` | `Transform` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `none \| <transform-list>` **Initial value**: `none` |
|
|
653
|
+
| `msTransformOrigin` | `TransformOrigin<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `[ <length-percentage> \| left \| center \| right \| top \| bottom ] \| [ [ <length-percentage> \| left \| center \| right ] && [ <length-percentage> \| top \| center \| bottom ] ] <length>?` **Initial value**: `50% 50% 0` |
|
|
654
|
+
| `msTransitionDelay` | `TransitionDelay<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<time>#` **Initial value**: `0s` |
|
|
655
|
+
| `msTransitionDuration` | `TransitionDuration<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<time>#` **Initial value**: `0s` |
|
|
656
|
+
| `msTransitionProperty` | `TransitionProperty` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `none \| <single-transition-property>#` **Initial value**: all |
|
|
657
|
+
| `msTransitionTimingFunction` | `TransitionTimingFunction` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<easing-function>#` **Initial value**: `ease` |
|
|
658
|
+
| `msUserSelect` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "text" \| "element"` | No | - | **Syntax**: `none \| element \| text` **Initial value**: `text` |
|
|
659
|
+
| `msWordBreak` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "break-word" \| "auto-phrase" \| "break-all" \| "keep-all"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `normal \| break-all \| keep-all \| break-word \| auto-phrase` **Initial value**: `normal` |
|
|
660
|
+
| `msWrapFlow` | `"auto" \| "start" \| "end" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "clear" \| "both" \| "maximum"` | No | - | **Syntax**: `auto \| both \| start \| end \| maximum \| clear` **Initial value**: `auto` |
|
|
661
|
+
| `msWrapMargin` | `MsWrapMargin<string \| number>` | No | - | **Syntax**: `<length>` **Initial value**: `0` |
|
|
662
|
+
| `msWrapThrough` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "wrap"` | No | - | **Syntax**: `wrap \| none` **Initial value**: `wrap` |
|
|
663
|
+
| `msWritingMode` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "horizontal-tb" \| "sideways-lr" \| "sideways-rl" \| "vertical-lr" \| "vertical-rl"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `horizontal-tb \| vertical-rl \| vertical-lr \| sideways-rl \| sideways-lr` **Initial value**: `horizontal-tb` |
|
|
664
|
+
| `WebkitAlignContent` | `AlignContent` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `normal \| <baseline-position> \| <content-distribution> \| <overflow-position>? <content-position>` **Initial value**: `normal` |
|
|
665
|
+
| `WebkitAlignItems` | `AlignItems` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `normal \| stretch \| <baseline-position> \| [ <overflow-position>? <self-position> ] \| anchor-center` **Initial value**: `normal` |
|
|
666
|
+
| `WebkitAlignSelf` | `AlignSelf` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `auto \| normal \| stretch \| <baseline-position> \| <overflow-position>? <self-position> \| anchor-center` **Initial value**: `auto` |
|
|
667
|
+
| `WebkitAnimationDelay` | `AnimationDelay<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<time>#` **Initial value**: `0s` |
|
|
668
|
+
| `WebkitAnimationDirection` | `AnimationDirection` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-animation-direction>#` **Initial value**: `normal` |
|
|
669
|
+
| `WebkitAnimationDuration` | `AnimationDuration<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `[ auto \| <time [0s,∞]> ]#` **Initial value**: `0s` |
|
|
670
|
+
| `WebkitAnimationFillMode` | `AnimationFillMode` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-animation-fill-mode>#` **Initial value**: `none` |
|
|
671
|
+
| `WebkitAnimationIterationCount` | `AnimationIterationCount` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-animation-iteration-count>#` **Initial value**: `1` |
|
|
672
|
+
| `WebkitAnimationName` | `AnimationName` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `[ none \| <keyframes-name> ]#` **Initial value**: `none` |
|
|
673
|
+
| `WebkitAnimationPlayState` | `AnimationPlayState` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-animation-play-state>#` **Initial value**: `running` |
|
|
674
|
+
| `WebkitAnimationTimingFunction` | `AnimationTimingFunction` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<easing-function>#` **Initial value**: `ease` |
|
|
675
|
+
| `WebkitAppearance` | `"none" \| "button" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "caret" \| "checkbox" \| "listbox" \| "listitem" \| "radio" \| "menulist" \| "meter" \| "progress-bar" \| "searchfield" \| "textarea" \| "menulist-button" \| "textfield" \| "button-bevel" \| "menulist-text" \| "menulist-textfield" \| "-apple-pay-button" \| "default-button" \| "inner-spin-button" \| "media-controls-background" \| "media-controls-fullscreen-background" \| "media-current-time-display" \| "media-enter-fullscreen-button" \| "media-exit-fullscreen-button" \| "media-fullscreen-button" \| "media-mute-button" \| "media-overlay-play-button" \| "media-play-button" \| "media-seek-back-button" \| "media-seek-forward-button" \| "media-slider" \| "media-sliderthumb" \| "media-time-remaining-display" \| "media-toggle-closed-captions-button" \| "media-volume-slider" \| "media-volume-slider-container" \| "media-volume-sliderthumb" \| "progress-bar-value" \| "push-button" \| "searchfield-cancel-button" \| "searchfield-decoration" \| "searchfield-results-button" \| "searchfield-results-decoration" \| "slider-horizontal" \| "slider-vertical" \| "sliderthumb-horizontal" \| "sliderthumb-vertical" \| "square-button"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `none \| button \| button-bevel \| caret \| checkbox \| default-button \| inner-spin-button \| listbox \| listitem \| media-controls-background \| media-controls-fullscreen-background \| media-current-time-display \| media-enter-fullscreen-button \| media-exit-fullscreen-button \| media-fullscreen-button \| media-mute-button \| media-overlay-play-button \| media-play-button \| media-seek-back-button \| media-seek-forward-button \| media-slider \| media-sliderthumb \| media-time-remaining-display \| media-toggle-closed-captions-button \| media-volume-slider \| media-volume-slider-container \| media-volume-sliderthumb \| menulist \| menulist-button \| menulist-text \| menulist-textfield \| meter \| progress-bar \| progress-bar-value \| push-button \| radio \| searchfield \| searchfield-cancel-button \| searchfield-decoration \| searchfield-results-button \| searchfield-results-decoration \| slider-horizontal \| slider-vertical \| sliderthumb-horizontal \| sliderthumb-vertical \| square-button \| textarea \| textfield \| -apple-pay-button` **Initial value**: `none` (but this value is overridden in the user agent CSS) |
|
|
676
|
+
| `WebkitBackdropFilter` | `BackdropFilter` | No | - | Since September 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `none \| <filter-value-list>` **Initial value**: `none` |
|
|
677
|
+
| `WebkitBackfaceVisibility` | `"visible" \| "hidden" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `visible \| hidden` **Initial value**: `visible` |
|
|
678
|
+
| `WebkitBackgroundClip` | `BackgroundClip` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<bg-clip>#` **Initial value**: `border-box` |
|
|
679
|
+
| `WebkitBackgroundOrigin` | `BackgroundOrigin` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<visual-box>#` **Initial value**: `padding-box` |
|
|
680
|
+
| `WebkitBackgroundSize` | `BackgroundSize<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<bg-size>#` **Initial value**: `auto auto` |
|
|
625
681
|
| `WebkitBorderBeforeColor` | `WebkitBorderBeforeColor` | No | - | **Syntax**: `<color>` **Initial value**: `currentcolor` |
|
|
626
682
|
| `WebkitBorderBeforeStyle` | `WebkitBorderBeforeStyle` | No | - | **Syntax**: `<'border-style'>` **Initial value**: `none` |
|
|
627
683
|
| `WebkitBorderBeforeWidth` | `WebkitBorderBeforeWidth<string \| number>` | No | - | **Syntax**: `<'border-width'>` **Initial value**: `medium` |
|
|
628
|
-
| `WebkitBorderBottomLeftRadius` | `BorderBottomLeftRadius<string \| number>` | No | - |
|
|
629
|
-
| `WebkitBorderBottomRightRadius` | `BorderBottomRightRadius<string \| number>` | No | - |
|
|
630
|
-
| `WebkitBorderImageSlice` | `BorderImageSlice` | No | - |
|
|
631
|
-
| `WebkitBorderTopLeftRadius` | `BorderTopLeftRadius<string \| number>` | No | - |
|
|
632
|
-
| `WebkitBorderTopRightRadius` | `BorderTopRightRadius<string \| number>` | No | - |
|
|
633
|
-
| `WebkitBoxDecorationBreak` | `"slice" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "clone"` | No | - |
|
|
684
|
+
| `WebkitBorderBottomLeftRadius` | `BorderBottomLeftRadius<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage [0,∞]>{1,2}` **Initial value**: `0` |
|
|
685
|
+
| `WebkitBorderBottomRightRadius` | `BorderBottomRightRadius<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage [0,∞]>{1,2}` **Initial value**: `0` |
|
|
686
|
+
| `WebkitBorderImageSlice` | `BorderImageSlice` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `[ <number [0,∞]> \| <percentage [0,∞]> ]{1,4} && fill?` **Initial value**: `100%` |
|
|
687
|
+
| `WebkitBorderTopLeftRadius` | `BorderTopLeftRadius<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage [0,∞]>{1,2}` **Initial value**: `0` |
|
|
688
|
+
| `WebkitBorderTopRightRadius` | `BorderTopRightRadius<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage [0,∞]>{1,2}` **Initial value**: `0` |
|
|
689
|
+
| `WebkitBoxDecorationBreak` | `"slice" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "clone"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `slice \| clone` **Initial value**: `slice` |
|
|
634
690
|
| `WebkitBoxReflect` | `WebkitBoxReflect<string \| number>` | No | - | The **`-webkit-box-reflect`** CSS property lets you reflect the content of an element in one specific direction. **Syntax**: `[ above \| below \| right \| left ]? <length>? <image>?` **Initial value**: `none` |
|
|
635
|
-
| `WebkitBoxShadow` | `BoxShadow` | No | - |
|
|
636
|
-
| `WebkitBoxSizing` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "border-box" \| "content-box"` | No | - |
|
|
637
|
-
| `WebkitClipPath` | `ClipPath` | No | - |
|
|
638
|
-
| `WebkitColumnCount` | `ColumnCount` | No | - |
|
|
639
|
-
| `WebkitColumnFill` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "balance"
|
|
640
|
-
| `WebkitColumnRuleColor` | `ColumnRuleColor` | No | - |
|
|
641
|
-
| `WebkitColumnRuleStyle` | `ColumnRuleStyle` | No | - |
|
|
642
|
-
| `WebkitColumnRuleWidth` | `ColumnRuleWidth<string \| number>` | No | - |
|
|
643
|
-
| `WebkitColumnSpan` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "all"` | No | - |
|
|
644
|
-
| `WebkitColumnWidth` | `ColumnWidth<string \| number>` | No | - |
|
|
645
|
-
| `WebkitFilter` | `Filter` | No | - |
|
|
646
|
-
| `WebkitFlexBasis` | `FlexBasis<string \| number>` | No | - |
|
|
647
|
-
| `WebkitFlexDirection` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "row" \| "column" \| "column-reverse" \| "row-reverse"` | No | - |
|
|
648
|
-
| `WebkitFlexGrow` | `FlexGrow` | No | - |
|
|
649
|
-
| `WebkitFlexShrink` | `FlexShrink` | No | - |
|
|
650
|
-
| `WebkitFlexWrap` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "nowrap" \| "wrap" \| "wrap-reverse"` | No | - |
|
|
651
|
-
| `WebkitFontFeatureSettings` | `FontFeatureSettings` | No | - |
|
|
652
|
-
| `WebkitFontKerning` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal"` | No | - |
|
|
691
|
+
| `WebkitBoxShadow` | `BoxShadow` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `none \| <shadow>#` **Initial value**: `none` |
|
|
692
|
+
| `WebkitBoxSizing` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "border-box" \| "content-box"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `content-box \| border-box` **Initial value**: `content-box` |
|
|
693
|
+
| `WebkitClipPath` | `ClipPath` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<clip-source> \| [ <basic-shape> \|\| <geometry-box> ] \| none` **Initial value**: `none` |
|
|
694
|
+
| `WebkitColumnCount` | `ColumnCount` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `<integer> \| auto` **Initial value**: `auto` |
|
|
695
|
+
| `WebkitColumnFill` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "balance"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `auto \| balance` **Initial value**: `balance` |
|
|
696
|
+
| `WebkitColumnRuleColor` | `ColumnRuleColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `<color>` **Initial value**: `currentcolor` |
|
|
697
|
+
| `WebkitColumnRuleStyle` | `ColumnRuleStyle` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `<'border-style'>` **Initial value**: `none` |
|
|
698
|
+
| `WebkitColumnRuleWidth` | `ColumnRuleWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `<'border-width'>` **Initial value**: `medium` |
|
|
699
|
+
| `WebkitColumnSpan` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "all"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020. **Syntax**: `none \| all` **Initial value**: `none` |
|
|
700
|
+
| `WebkitColumnWidth` | `ColumnWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since November 2016. **Syntax**: `<length> \| auto` **Initial value**: `auto` |
|
|
701
|
+
| `WebkitFilter` | `Filter` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2016. **Syntax**: `none \| <filter-value-list>` **Initial value**: `none` |
|
|
702
|
+
| `WebkitFlexBasis` | `FlexBasis<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `content \| <'width'>` **Initial value**: `auto` |
|
|
703
|
+
| `WebkitFlexDirection` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "row" \| "column" \| "column-reverse" \| "row-reverse"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `row \| row-reverse \| column \| column-reverse` **Initial value**: `row` |
|
|
704
|
+
| `WebkitFlexGrow` | `FlexGrow` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<number>` **Initial value**: `0` |
|
|
705
|
+
| `WebkitFlexShrink` | `FlexShrink` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<number>` **Initial value**: `1` |
|
|
706
|
+
| `WebkitFlexWrap` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "nowrap" \| "wrap" \| "wrap-reverse"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `nowrap \| wrap \| wrap-reverse` **Initial value**: `nowrap` |
|
|
707
|
+
| `WebkitFontFeatureSettings` | `FontFeatureSettings` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `normal \| <feature-tag-value>#` **Initial value**: `normal` |
|
|
708
|
+
| `WebkitFontKerning` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `auto \| normal \| none` **Initial value**: `auto` |
|
|
653
709
|
| `WebkitFontSmoothing` | `FontSmooth<string \| number>` | No | - | The **`font-smooth`** CSS property controls the application of anti-aliasing when fonts are rendered. **Syntax**: `auto \| never \| always \| <absolute-size> \| <length>` **Initial value**: `auto` |
|
|
654
|
-
| `WebkitFontVariantLigatures` | `FontVariantLigatures` | No | - |
|
|
655
|
-
| `WebkitHyphenateCharacter` | `HyphenateCharacter` | No | - |
|
|
656
|
-
| `WebkitHyphens` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "manual"` | No | - |
|
|
657
|
-
| `WebkitInitialLetter` | `InitialLetter` | No | - |
|
|
658
|
-
| `WebkitJustifyContent` | `JustifyContent` | No | - |
|
|
659
|
-
| `WebkitLineBreak` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "strict" \| "anywhere" \| "loose"` | No | - |
|
|
660
|
-
| `WebkitLineClamp` | `WebkitLineClamp` | No | - |
|
|
661
|
-
| `
|
|
662
|
-
| `
|
|
663
|
-
| `
|
|
664
|
-
| `
|
|
665
|
-
| `
|
|
666
|
-
| `
|
|
667
|
-
| `
|
|
668
|
-
| `
|
|
669
|
-
| `
|
|
710
|
+
| `WebkitFontVariantLigatures` | `FontVariantLigatures` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `normal \| none \| [ <common-lig-values> \|\| <discretionary-lig-values> \|\| <historical-lig-values> \|\| <contextual-alt-values> ]` **Initial value**: `normal` |
|
|
711
|
+
| `WebkitHyphenateCharacter` | `HyphenateCharacter` | No | - | Since September 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `auto \| <string>` **Initial value**: `auto` |
|
|
712
|
+
| `WebkitHyphens` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "manual"` | No | - | Since September 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `none \| manual \| auto` **Initial value**: `manual` |
|
|
713
|
+
| `WebkitInitialLetter` | `InitialLetter` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `normal \| [ <number> <integer>? ]` **Initial value**: `normal` |
|
|
714
|
+
| `WebkitJustifyContent` | `JustifyContent` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `normal \| <content-distribution> \| <overflow-position>? [ <content-position> \| left \| right ]` **Initial value**: `normal` |
|
|
715
|
+
| `WebkitLineBreak` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "strict" \| "anywhere" \| "loose"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020. **Syntax**: `auto \| loose \| normal \| strict \| anywhere` **Initial value**: `auto` |
|
|
716
|
+
| `WebkitLineClamp` | `WebkitLineClamp` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `none \| <integer>` **Initial value**: `none` |
|
|
717
|
+
| `WebkitLogicalHeight` | `BlockSize<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'width'>` **Initial value**: `auto` |
|
|
718
|
+
| `WebkitLogicalWidth` | `InlineSize<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'width'>` **Initial value**: `auto` |
|
|
719
|
+
| `WebkitMarginEnd` | `MarginInlineEnd<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'margin-top'>` **Initial value**: `0` |
|
|
720
|
+
| `WebkitMarginStart` | `MarginInlineStart<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'margin-top'>` **Initial value**: `0` |
|
|
721
|
+
| `WebkitMaskAttachment` | `WebkitMaskAttachment` | No | - | **Syntax**: `<attachment>#` **Initial value**: `scroll` |
|
|
722
|
+
| `WebkitMaskBoxImageOutset` | `MaskBorderOutset<string \| number>` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `[ <length> \| <number> ]{1,4}` **Initial value**: `0` |
|
|
723
|
+
| `WebkitMaskBoxImageRepeat` | `MaskBorderRepeat` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `[ stretch \| repeat \| round \| space ]{1,2}` **Initial value**: `stretch` |
|
|
724
|
+
| `WebkitMaskBoxImageSlice` | `MaskBorderSlice` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `<number-percentage>{1,4} fill?` **Initial value**: `0` |
|
|
725
|
+
| `WebkitMaskBoxImageSource` | `MaskBorderSource` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `none \| <image>` **Initial value**: `none` |
|
|
726
|
+
| `WebkitMaskBoxImageWidth` | `MaskBorderWidth<string \| number>` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `[ <length-percentage> \| <number> \| auto ]{1,4}` **Initial value**: `auto` |
|
|
727
|
+
| `WebkitMaskClip` | `WebkitMaskClip` | No | - | Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `[ <coord-box> \| no-clip \| border \| padding \| content \| text ]#` **Initial value**: `border` |
|
|
670
728
|
| `WebkitMaskComposite` | `WebkitMaskComposite` | No | - | The **`-webkit-mask-composite`** property specifies the manner in which multiple mask images applied to the same element are composited with one another. Mask images are composited in the opposite order that they are declared with the `-webkit-mask-image` property. **Syntax**: `<composite-style>#` **Initial value**: `source-over` |
|
|
671
|
-
| `WebkitMaskImage` | `WebkitMaskImage` | No | - |
|
|
672
|
-
| `WebkitMaskOrigin` | `WebkitMaskOrigin` | No | - |
|
|
673
|
-
| `WebkitMaskPosition` | `WebkitMaskPosition<string \| number>` | No | - |
|
|
729
|
+
| `WebkitMaskImage` | `WebkitMaskImage` | No | - | Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `<mask-reference>#` **Initial value**: `none` |
|
|
730
|
+
| `WebkitMaskOrigin` | `WebkitMaskOrigin` | No | - | Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `[ <coord-box> \| border \| padding \| content ]#` **Initial value**: `padding` |
|
|
731
|
+
| `WebkitMaskPosition` | `WebkitMaskPosition<string \| number>` | No | - | Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `<position>#` **Initial value**: `0% 0%` |
|
|
674
732
|
| `WebkitMaskPositionX` | `WebkitMaskPositionX<string \| number>` | No | - | The `-webkit-mask-position-x` CSS property sets the initial horizontal position of a mask image. **Syntax**: `[ <length-percentage> \| left \| center \| right ]#` **Initial value**: `0%` |
|
|
675
733
|
| `WebkitMaskPositionY` | `WebkitMaskPositionY<string \| number>` | No | - | The `-webkit-mask-position-y` CSS property sets the initial vertical position of a mask image. **Syntax**: `[ <length-percentage> \| top \| center \| bottom ]#` **Initial value**: `0%` |
|
|
676
|
-
| `WebkitMaskRepeat` | `WebkitMaskRepeat` | No | - |
|
|
734
|
+
| `WebkitMaskRepeat` | `WebkitMaskRepeat` | No | - | Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `<repeat-style>#` **Initial value**: `repeat` |
|
|
677
735
|
| `WebkitMaskRepeatX` | `"repeat" \| "round" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "no-repeat" \| "space"` | No | - | The `-webkit-mask-repeat-x` property specifies whether and how a mask image is repeated (tiled) horizontally. **Syntax**: `repeat \| no-repeat \| space \| round` **Initial value**: `repeat` |
|
|
678
736
|
| `WebkitMaskRepeatY` | `"repeat" \| "round" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "no-repeat" \| "space"` | No | - | The `-webkit-mask-repeat-y` property sets whether and how a mask image is repeated (tiled) vertically. **Syntax**: `repeat \| no-repeat \| space \| round` **Initial value**: `repeat` |
|
|
679
|
-
| `WebkitMaskSize` | `WebkitMaskSize<string \| number>` | No | - |
|
|
680
|
-
| `WebkitMaxInlineSize` | `MaxInlineSize<string \| number>` | No | - |
|
|
681
|
-
| `WebkitOrder` | `Order` | No | - |
|
|
682
|
-
| `WebkitOverflowScrolling` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "touch"` | No | - |
|
|
683
|
-
| `WebkitPaddingEnd` | `PaddingInlineEnd<string \| number>` | No | - |
|
|
684
|
-
| `WebkitPaddingStart` | `PaddingInlineStart<string \| number>` | No | - |
|
|
685
|
-
| `WebkitPerspective` | `Perspective<string \| number>` | No | - |
|
|
686
|
-
| `WebkitPerspectiveOrigin` | `PerspectiveOrigin<string \| number>` | No | - |
|
|
687
|
-
| `WebkitPrintColorAdjust` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "economy" \| "exact"` | No | - |
|
|
688
|
-
| `WebkitRubyPosition` | `RubyPosition` | No | - |
|
|
689
|
-
| `WebkitScrollSnapType` | `ScrollSnapType` | No | - |
|
|
690
|
-
| `WebkitShapeMargin` | `ShapeMargin<string \| number>` | No | - |
|
|
737
|
+
| `WebkitMaskSize` | `WebkitMaskSize<string \| number>` | No | - | Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `<bg-size>#` **Initial value**: `auto auto` |
|
|
738
|
+
| `WebkitMaxInlineSize` | `MaxInlineSize<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'max-width'>` **Initial value**: `none` |
|
|
739
|
+
| `WebkitOrder` | `Order` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<integer>` **Initial value**: `0` |
|
|
740
|
+
| `WebkitOverflowScrolling` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "touch"` | No | - | **Syntax**: `auto \| touch` **Initial value**: `auto` |
|
|
741
|
+
| `WebkitPaddingEnd` | `PaddingInlineEnd<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'padding-top'>` **Initial value**: `0` |
|
|
742
|
+
| `WebkitPaddingStart` | `PaddingInlineStart<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<'padding-top'>` **Initial value**: `0` |
|
|
743
|
+
| `WebkitPerspective` | `Perspective<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `none \| <length>` **Initial value**: `none` |
|
|
744
|
+
| `WebkitPerspectiveOrigin` | `PerspectiveOrigin<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<position>` **Initial value**: `50% 50%` |
|
|
745
|
+
| `WebkitPrintColorAdjust` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "economy" \| "exact"` | No | - | Since May 2025, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `economy \| exact` **Initial value**: `economy` |
|
|
746
|
+
| `WebkitRubyPosition` | `RubyPosition` | No | - | Since December 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `[ alternate \|\| [ over \| under ] ] \| inter-character` **Initial value**: `alternate` |
|
|
747
|
+
| `WebkitScrollSnapType` | `ScrollSnapType` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2022. **Syntax**: `none \| [ x \| y \| block \| inline \| both ] [ mandatory \| proximity ]?` **Initial value**: `none` |
|
|
748
|
+
| `WebkitShapeMargin` | `ShapeMargin<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<length-percentage>` **Initial value**: `0` |
|
|
691
749
|
| `WebkitTapHighlightColor` | `WebkitTapHighlightColor` | No | - | **`-webkit-tap-highlight-color`** is a non-standard CSS property that sets the color of the highlight that appears over a link while it's being tapped. The highlighting indicates to the user that their tap is being successfully recognized, and indicates which element they're tapping on. **Syntax**: `<color>` **Initial value**: `black` |
|
|
692
|
-
| `WebkitTextCombine` | `TextCombineUpright` | No | - |
|
|
693
|
-
| `WebkitTextDecorationColor` | `TextDecorationColor` | No | - |
|
|
694
|
-
| `WebkitTextDecorationLine` | `TextDecorationLine` | No | - |
|
|
695
|
-
| `WebkitTextDecorationSkip` | `TextDecorationSkip` | No | - |
|
|
696
|
-
| `WebkitTextDecorationStyle` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "dashed" \| "dotted" \| "double" \| "solid" \| "wavy"` | No | - |
|
|
697
|
-
| `WebkitTextEmphasisColor` | `TextEmphasisColor` | No | - |
|
|
698
|
-
| `WebkitTextEmphasisPosition` | `TextEmphasisPosition` | No | - |
|
|
699
|
-
| `WebkitTextEmphasisStyle` | `TextEmphasisStyle` | No | - |
|
|
700
|
-
| `WebkitTextFillColor` | `WebkitTextFillColor` | No | - |
|
|
701
|
-
| `WebkitTextOrientation` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "mixed" \| "sideways" \| "upright"` | No | - |
|
|
702
|
-
| `WebkitTextSizeAdjust` | `TextSizeAdjust` | No | - |
|
|
703
|
-
| `WebkitTextStrokeColor` | `WebkitTextStrokeColor` | No | - |
|
|
704
|
-
| `WebkitTextStrokeWidth` | `WebkitTextStrokeWidth<string \| number>` | No | - |
|
|
705
|
-
| `WebkitTextUnderlinePosition` | `TextUnderlinePosition` | No | - |
|
|
750
|
+
| `WebkitTextCombine` | `TextCombineUpright` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `none \| all \| [ digits <integer>? ]` **Initial value**: `none` |
|
|
751
|
+
| `WebkitTextDecorationColor` | `TextDecorationColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<color>` **Initial value**: `currentcolor` |
|
|
752
|
+
| `WebkitTextDecorationLine` | `TextDecorationLine` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `none \| [ underline \|\| overline \|\| line-through \|\| blink ] \| spelling-error \| grammar-error` **Initial value**: `none` |
|
|
753
|
+
| `WebkitTextDecorationSkip` | `TextDecorationSkip` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `none \| [ objects \|\| [ spaces \| [ leading-spaces \|\| trailing-spaces ] ] \|\| edges \|\| box-decoration ]` **Initial value**: `objects` |
|
|
754
|
+
| `WebkitTextDecorationStyle` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "dashed" \| "dotted" \| "double" \| "solid" \| "wavy"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `solid \| double \| dotted \| dashed \| wavy` **Initial value**: `solid` |
|
|
755
|
+
| `WebkitTextEmphasisColor` | `TextEmphasisColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `<color>` **Initial value**: `currentcolor` |
|
|
756
|
+
| `WebkitTextEmphasisPosition` | `TextEmphasisPosition` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `auto \| [ over \| under ] && [ right \| left ]?` **Initial value**: `auto` |
|
|
757
|
+
| `WebkitTextEmphasisStyle` | `TextEmphasisStyle` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `none \| [ [ filled \| open ] \|\| [ dot \| circle \| double-circle \| triangle \| sesame ] ] \| <string>` **Initial value**: `none` |
|
|
758
|
+
| `WebkitTextFillColor` | `WebkitTextFillColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2016. **Syntax**: `<color>` **Initial value**: `currentcolor` |
|
|
759
|
+
| `WebkitTextOrientation` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "mixed" \| "sideways" \| "sideways-right" \| "upright"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2020. **Syntax**: `mixed \| upright \| sideways` **Initial value**: `mixed` |
|
|
760
|
+
| `WebkitTextSizeAdjust` | `TextSizeAdjust` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `none \| auto \| <percentage>` **Initial value**: `auto` for smartphone browsers supporting inflation, `none` in other cases (and then not modifiable). |
|
|
761
|
+
| `WebkitTextStrokeColor` | `WebkitTextStrokeColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `<color>` **Initial value**: `currentcolor` |
|
|
762
|
+
| `WebkitTextStrokeWidth` | `WebkitTextStrokeWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `<length>` **Initial value**: `0` |
|
|
763
|
+
| `WebkitTextUnderlinePosition` | `TextUnderlinePosition` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020. **Syntax**: `auto \| from-font \| [ under \|\| [ left \| right ] ]` **Initial value**: `auto` |
|
|
706
764
|
| `WebkitTouchCallout` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "default"` | No | - | The `-webkit-touch-callout` CSS property controls the display of the default callout shown when you touch and hold a touch target. **Syntax**: `default \| none` **Initial value**: `default` |
|
|
707
|
-
| `WebkitTransform` | `Transform` | No | - |
|
|
708
|
-
| `WebkitTransformOrigin` | `TransformOrigin<string \| number>` | No | - |
|
|
709
|
-
| `WebkitTransformStyle` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "flat" \| "preserve-3d"` | No | - |
|
|
710
|
-
| `WebkitTransitionDelay` | `TransitionDelay<string & {}>` | No | - |
|
|
711
|
-
| `WebkitTransitionDuration` | `TransitionDuration<string & {}>` | No | - |
|
|
712
|
-
| `WebkitTransitionProperty` | `TransitionProperty` | No | - |
|
|
713
|
-
| `WebkitTransitionTimingFunction` | `TransitionTimingFunction` | No | - |
|
|
765
|
+
| `WebkitTransform` | `Transform` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `none \| <transform-list>` **Initial value**: `none` |
|
|
766
|
+
| `WebkitTransformOrigin` | `TransformOrigin<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `[ <length-percentage> \| left \| center \| right \| top \| bottom ] \| [ [ <length-percentage> \| left \| center \| right ] && [ <length-percentage> \| top \| center \| bottom ] ] <length>?` **Initial value**: `50% 50% 0` |
|
|
767
|
+
| `WebkitTransformStyle` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "flat" \| "preserve-3d"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `flat \| preserve-3d` **Initial value**: `flat` |
|
|
768
|
+
| `WebkitTransitionDelay` | `TransitionDelay<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<time>#` **Initial value**: `0s` |
|
|
769
|
+
| `WebkitTransitionDuration` | `TransitionDuration<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<time>#` **Initial value**: `0s` |
|
|
770
|
+
| `WebkitTransitionProperty` | `TransitionProperty` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `none \| <single-transition-property>#` **Initial value**: all |
|
|
771
|
+
| `WebkitTransitionTimingFunction` | `TransitionTimingFunction` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<easing-function>#` **Initial value**: `ease` |
|
|
714
772
|
| `WebkitUserModify` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "read-only" \| "read-write" \| "read-write-plaintext-only"` | No | - | **Syntax**: `read-only \| read-write \| read-write-plaintext-only` **Initial value**: `read-only` |
|
|
715
|
-
| `WebkitUserSelect` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "text" \| "
|
|
716
|
-
| `WebkitWritingMode` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "horizontal-tb" \| "sideways-lr" \| "sideways-rl" \| "vertical-lr" \| "vertical-rl"` | No | - |
|
|
717
|
-
| `MozAnimation` | `Animation<string & {}>` | No | - |
|
|
718
|
-
| `MozBorderImage` | `BorderImage` | No | - |
|
|
719
|
-
| `MozColumnRule` | `ColumnRule<string \| number>` | No | - |
|
|
720
|
-
| `MozColumns` | `Columns<string \| number>` | No | - |
|
|
721
|
-
| `MozOutlineRadius` | `MozOutlineRadius<string \| number>` | No | - |
|
|
722
|
-
| `
|
|
723
|
-
| `
|
|
724
|
-
| `
|
|
725
|
-
| `
|
|
726
|
-
| `
|
|
727
|
-
| `
|
|
728
|
-
| `
|
|
729
|
-
| `
|
|
773
|
+
| `WebkitUserSelect` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "text" \| "all"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `auto \| text \| none \| all` **Initial value**: `auto` |
|
|
774
|
+
| `WebkitWritingMode` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "horizontal-tb" \| "sideways-lr" \| "sideways-rl" \| "vertical-lr" \| "vertical-rl"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `horizontal-tb \| vertical-rl \| vertical-lr \| sideways-rl \| sideways-lr` **Initial value**: `horizontal-tb` |
|
|
775
|
+
| `MozAnimation` | `Animation<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-animation>#` |
|
|
776
|
+
| `MozBorderImage` | `BorderImage` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<'border-image-source'> \|\| <'border-image-slice'> [ / <'border-image-width'> \| / <'border-image-width'>? / <'border-image-outset'> ]? \|\| <'border-image-repeat'>` |
|
|
777
|
+
| `MozColumnRule` | `ColumnRule<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `<'column-rule-width'> \|\| <'column-rule-style'> \|\| <'column-rule-color'>` |
|
|
778
|
+
| `MozColumns` | `Columns<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `<'column-width'> \|\| <'column-count'>` |
|
|
779
|
+
| `MozOutlineRadius` | `MozOutlineRadius<string \| number>` | No | - | **Syntax**: `<outline-radius>{1,4} [ / <outline-radius>{1,4} ]?` |
|
|
780
|
+
| `MozTransition` | `Transition<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-transition>#` |
|
|
781
|
+
| `msContentZoomLimit` | `MsContentZoomLimit` | No | - | **Syntax**: `<'-ms-content-zoom-limit-min'> <'-ms-content-zoom-limit-max'>` |
|
|
782
|
+
| `msContentZoomSnap` | `MsContentZoomSnap` | No | - | **Syntax**: `<'-ms-content-zoom-snap-type'> \|\| <'-ms-content-zoom-snap-points'>` |
|
|
783
|
+
| `msFlex` | `Flex<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `none \| [ <'flex-grow'> <'flex-shrink'>? \|\| <'flex-basis'> ]` |
|
|
784
|
+
| `msScrollLimit` | `MsScrollLimit` | No | - | **Syntax**: `<'-ms-scroll-limit-x-min'> <'-ms-scroll-limit-y-min'> <'-ms-scroll-limit-x-max'> <'-ms-scroll-limit-y-max'>` |
|
|
785
|
+
| `msScrollSnapX` | `MsScrollSnapX` | No | - | **Syntax**: `<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-x'>` |
|
|
786
|
+
| `msScrollSnapY` | `MsScrollSnapY` | No | - | **Syntax**: `<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-y'>` |
|
|
787
|
+
| `msTransition` | `Transition<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-transition>#` |
|
|
788
|
+
| `WebkitAnimation` | `Animation<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-animation>#` |
|
|
730
789
|
| `WebkitBorderBefore` | `WebkitBorderBefore<string \| number>` | No | - | The **`-webkit-border-before`** CSS property is a shorthand property for setting the individual logical block start border property values in a single place in the style sheet. **Syntax**: `<'border-width'> \|\| <'border-style'> \|\| <color>` |
|
|
731
|
-
| `WebkitBorderImage` | `BorderImage` | No | - |
|
|
732
|
-
| `WebkitBorderRadius` | `BorderRadius<string \| number>` | No | - |
|
|
733
|
-
| `WebkitColumnRule` | `ColumnRule<string \| number>` | No | - |
|
|
734
|
-
| `WebkitColumns` | `Columns<string \| number>` | No | - |
|
|
735
|
-
| `WebkitFlex` | `Flex<string \| number>` | No | - |
|
|
736
|
-
| `WebkitFlexFlow` | `FlexFlow` | No | - |
|
|
737
|
-
| `WebkitMask` | `WebkitMask<string \| number>` | No | - |
|
|
738
|
-
| `WebkitMaskBoxImage` | `MaskBorder` | No | - |
|
|
739
|
-
| `WebkitTextEmphasis` | `TextEmphasis` | No | - |
|
|
740
|
-
| `WebkitTextStroke` | `WebkitTextStroke<string \| number>` | No | - |
|
|
741
|
-
| `WebkitTransition` | `Transition<string & {}>` | No | - |
|
|
742
|
-
| `azimuth` | `Azimuth` | No | - | In combination with `elevation`, the **`azimuth`** CSS property enables different audio sources to be positioned spatially for aural presentation. This is important in that it provides a natural way to tell several voices apart, as each can be positioned to originate at a different location on the sound stage. Stereo output produce a lateral sound stage, while binaural headphones and multi-speaker setups allow for a fully three-dimensional stage. **Syntax**: `<angle> \| [ [ left-side \| far-left \| left \| center-left \| center \| center-right \| right \| far-right \| right-side ] \|\| behind ] \| leftwards \| rightwards` **Initial value**: `center` @deprecated |
|
|
790
|
+
| `WebkitBorderImage` | `BorderImage` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<'border-image-source'> \|\| <'border-image-slice'> [ / <'border-image-width'> \| / <'border-image-width'>? / <'border-image-outset'> ]? \|\| <'border-image-repeat'>` |
|
|
791
|
+
| `WebkitBorderRadius` | `BorderRadius<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage [0,∞]>{1,4} [ / <length-percentage [0,∞]>{1,4} ]?` |
|
|
792
|
+
| `WebkitColumnRule` | `ColumnRule<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `<'column-rule-width'> \|\| <'column-rule-style'> \|\| <'column-rule-color'>` |
|
|
793
|
+
| `WebkitColumns` | `Columns<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `<'column-width'> \|\| <'column-count'>` |
|
|
794
|
+
| `WebkitFlex` | `Flex<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `none \| [ <'flex-grow'> <'flex-shrink'>? \|\| <'flex-basis'> ]` |
|
|
795
|
+
| `WebkitFlexFlow` | `FlexFlow` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<'flex-direction'> \|\| <'flex-wrap'>` |
|
|
796
|
+
| `WebkitMask` | `WebkitMask<string \| number>` | No | - | Since December 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers. **Syntax**: `[ <mask-reference> \|\| <position> [ / <bg-size> ]? \|\| <repeat-style> \|\| [ <visual-box> \| border \| padding \| content \| text ] \|\| [ <visual-box> \| border \| padding \| content ] ]#` |
|
|
797
|
+
| `WebkitMaskBoxImage` | `MaskBorder` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `<'mask-border-source'> \|\| <'mask-border-slice'> [ / <'mask-border-width'>? [ / <'mask-border-outset'> ]? ]? \|\| <'mask-border-repeat'> \|\| <'mask-border-mode'>` |
|
|
798
|
+
| `WebkitTextEmphasis` | `TextEmphasis` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022. **Syntax**: `<'text-emphasis-style'> \|\| <'text-emphasis-color'>` |
|
|
799
|
+
| `WebkitTextStroke` | `WebkitTextStroke<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2017. **Syntax**: `<length> \|\| <color>` |
|
|
800
|
+
| `WebkitTransition` | `Transition<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-transition>#` |
|
|
743
801
|
| `boxAlign` | `"start" \| "center" \| "end" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "baseline" \| "stretch"` | No | - | 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. **Syntax**: `start \| center \| end \| baseline \| stretch` **Initial value**: `stretch` @deprecated |
|
|
744
802
|
| `boxDirection` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "reverse" \| "normal"` | No | - | The **`box-direction`** CSS property specifies whether a box lays out its contents normally (from the top or left edge), or in reverse (from the bottom or right edge). **Syntax**: `normal \| reverse \| inherit` **Initial value**: `normal` @deprecated |
|
|
745
803
|
| `boxFlex` | `BoxFlex` | No | - | The **`-moz-box-flex`** and **`-webkit-box-flex`** CSS properties specify how a `-moz-box` or `-webkit-box` grows to fill the box that contains it, in the direction of the containing box's layout. **Syntax**: `<number>` **Initial value**: `0` @deprecated |
|
|
746
804
|
| `boxFlexGroup` | `BoxFlexGroup` | No | - | The **`box-flex-group`** CSS property assigns the flexbox's child elements to a flex group. **Syntax**: `<integer>` **Initial value**: `1` @deprecated |
|
|
747
805
|
| `boxLines` | `"multiple" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "single"` | No | - | The **`box-lines`** CSS property determines whether the box may have a single or multiple lines (rows for horizontally oriented boxes, columns for vertically oriented boxes). **Syntax**: `single \| multiple` **Initial value**: `single` @deprecated |
|
|
748
806
|
| `boxOrdinalGroup` | `BoxOrdinalGroup` | No | - | The **`box-ordinal-group`** CSS property assigns the flexbox's child elements to an ordinal group. **Syntax**: `<integer>` **Initial value**: `1` @deprecated |
|
|
749
|
-
| `boxOrient` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "horizontal" \| "vertical" \| "block-axis" \| "inline-axis"` | No | - | The **`box-orient`** CSS property sets whether an element lays out its contents horizontally or vertically. **Syntax**: `horizontal \| vertical \| inline-axis \| block-axis \| inherit` **Initial value**: `inline-axis`
|
|
807
|
+
| `boxOrient` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "horizontal" \| "vertical" \| "block-axis" \| "inline-axis"` | No | - | The **`box-orient`** CSS property sets whether an element lays out its contents horizontally or vertically. **Syntax**: `horizontal \| vertical \| inline-axis \| block-axis \| inherit` **Initial value**: `inline-axis` @deprecated |
|
|
750
808
|
| `boxPack` | `"start" \| "center" \| "end" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "justify"` | No | - | The **`-moz-box-pack`** and **`-webkit-box-pack`** CSS properties specify how a `-moz-box` or `-webkit-box` packs its contents in the direction of its layout. The effect of this is only visible if there is extra space in the box. **Syntax**: `start \| center \| end \| justify` **Initial value**: `start` @deprecated |
|
|
751
|
-
| `
|
|
752
|
-
| `
|
|
753
|
-
| `
|
|
754
|
-
| `
|
|
755
|
-
| `
|
|
756
|
-
| `
|
|
757
|
-
| `
|
|
758
|
-
| `
|
|
759
|
-
| `
|
|
760
|
-
| `
|
|
761
|
-
| `
|
|
762
|
-
| `
|
|
763
|
-
| `
|
|
764
|
-
| `
|
|
765
|
-
| `
|
|
766
|
-
| `
|
|
809
|
+
| `fontStretch` | `FontStretch` | No | - | The **`font-stretch`** CSS property selects a normal, condensed, or expanded face from a font. **Syntax**: `<font-stretch-absolute>` **Initial value**: `normal` @deprecated |
|
|
810
|
+
| `gridColumnGap` | `GridColumnGap<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage>` **Initial value**: `0` @deprecated |
|
|
811
|
+
| `gridGap` | `GridGap<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017. **Syntax**: `<'grid-row-gap'> <'grid-column-gap'>?` @deprecated |
|
|
812
|
+
| `gridRowGap` | `GridRowGap<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since October 2017. **Syntax**: `<length-percentage>` **Initial value**: `0` @deprecated |
|
|
813
|
+
| `imeMode` | `"disabled" \| "auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "active" \| "inactive"` | No | - | **Syntax**: `auto \| normal \| active \| inactive \| disabled` **Initial value**: `auto` @deprecated |
|
|
814
|
+
| `insetArea` | `PositionArea` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `none \| <position-area>` **Initial value**: `none` @deprecated |
|
|
815
|
+
| `offsetBlock` | `InsetBlock<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'top'>{1,2}` @deprecated |
|
|
816
|
+
| `offsetBlockEnd` | `InsetBlockEnd<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'top'>` **Initial value**: `auto` @deprecated |
|
|
817
|
+
| `offsetBlockStart` | `InsetBlockStart<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'top'>` **Initial value**: `auto` @deprecated |
|
|
818
|
+
| `offsetInline` | `InsetInline<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'top'>{1,2}` @deprecated |
|
|
819
|
+
| `offsetInlineEnd` | `InsetInlineEnd<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'top'>` **Initial value**: `auto` @deprecated |
|
|
820
|
+
| `offsetInlineStart` | `InsetInlineStart<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since April 2021. **Syntax**: `<'top'>` **Initial value**: `auto` @deprecated |
|
|
821
|
+
| `pageBreakAfter` | `"auto" \| "right" \| "left" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "always" \| "avoid" \| "recto" \| "verso"` | No | - | The **`page-break-after`** CSS property adjusts page breaks _after_ the current element. **Syntax**: `auto \| always \| avoid \| left \| right \| recto \| verso` **Initial value**: `auto` @deprecated |
|
|
822
|
+
| `pageBreakBefore` | `"auto" \| "right" \| "left" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "always" \| "avoid" \| "recto" \| "verso"` | No | - | The **`page-break-before`** CSS property adjusts page breaks _before_ the current element. **Syntax**: `auto \| always \| avoid \| left \| right \| recto \| verso` **Initial value**: `auto` @deprecated |
|
|
823
|
+
| `pageBreakInside` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "avoid"` | No | - | The **`page-break-inside`** CSS property adjusts page breaks _inside_ the current element. **Syntax**: `auto \| avoid` **Initial value**: `auto` @deprecated |
|
|
824
|
+
| `positionTryOptions` | `PositionTryFallbacks` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `none \| [ [<dashed-ident> \|\| <try-tactic>] \| <'position-area'> ]#` **Initial value**: `none` @deprecated |
|
|
825
|
+
| `scrollSnapCoordinate` | `ScrollSnapCoordinate<string \| number>` | No | - | **Syntax**: `none \| <position>#` **Initial value**: `none` @deprecated |
|
|
826
|
+
| `scrollSnapDestination` | `ScrollSnapDestination<string \| number>` | No | - | **Syntax**: `<position>` **Initial value**: `0px 0px` @deprecated |
|
|
827
|
+
| `scrollSnapPointsX` | `ScrollSnapPointsX` | No | - | **Syntax**: `none \| repeat( <length-percentage> )` **Initial value**: `none` @deprecated |
|
|
828
|
+
| `scrollSnapPointsY` | `ScrollSnapPointsY` | No | - | **Syntax**: `none \| repeat( <length-percentage> )` **Initial value**: `none` @deprecated |
|
|
829
|
+
| `scrollSnapTypeX` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "mandatory" \| "proximity"` | No | - | **Syntax**: `none \| mandatory \| proximity` **Initial value**: `none` @deprecated |
|
|
830
|
+
| `scrollSnapTypeY` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "mandatory" \| "proximity"` | No | - | **Syntax**: `none \| mandatory \| proximity` **Initial value**: `none` @deprecated |
|
|
767
831
|
| `KhtmlBoxAlign` | `"start" \| "center" \| "end" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "baseline" \| "stretch"` | No | - | 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. **Syntax**: `start \| center \| end \| baseline \| stretch` **Initial value**: `stretch` @deprecated |
|
|
768
832
|
| `KhtmlBoxDirection` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "reverse" \| "normal"` | No | - | The **`box-direction`** CSS property specifies whether a box lays out its contents normally (from the top or left edge), or in reverse (from the bottom or right edge). **Syntax**: `normal \| reverse \| inherit` **Initial value**: `normal` @deprecated |
|
|
769
833
|
| `KhtmlBoxFlex` | `BoxFlex` | No | - | The **`-moz-box-flex`** and **`-webkit-box-flex`** CSS properties specify how a `-moz-box` or `-webkit-box` grows to fill the box that contains it, in the direction of the containing box's layout. **Syntax**: `<number>` **Initial value**: `0` @deprecated |
|
|
770
834
|
| `KhtmlBoxFlexGroup` | `BoxFlexGroup` | No | - | The **`box-flex-group`** CSS property assigns the flexbox's child elements to a flex group. **Syntax**: `<integer>` **Initial value**: `1` @deprecated |
|
|
771
835
|
| `KhtmlBoxLines` | `"multiple" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "single"` | No | - | The **`box-lines`** CSS property determines whether the box may have a single or multiple lines (rows for horizontally oriented boxes, columns for vertically oriented boxes). **Syntax**: `single \| multiple` **Initial value**: `single` @deprecated |
|
|
772
836
|
| `KhtmlBoxOrdinalGroup` | `BoxOrdinalGroup` | No | - | The **`box-ordinal-group`** CSS property assigns the flexbox's child elements to an ordinal group. **Syntax**: `<integer>` **Initial value**: `1` @deprecated |
|
|
773
|
-
| `KhtmlBoxOrient` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "horizontal" \| "vertical" \| "block-axis" \| "inline-axis"` | No | - | The **`box-orient`** CSS property sets whether an element lays out its contents horizontally or vertically. **Syntax**: `horizontal \| vertical \| inline-axis \| block-axis \| inherit` **Initial value**: `inline-axis`
|
|
837
|
+
| `KhtmlBoxOrient` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "horizontal" \| "vertical" \| "block-axis" \| "inline-axis"` | No | - | The **`box-orient`** CSS property sets whether an element lays out its contents horizontally or vertically. **Syntax**: `horizontal \| vertical \| inline-axis \| block-axis \| inherit` **Initial value**: `inline-axis` @deprecated |
|
|
774
838
|
| `KhtmlBoxPack` | `"start" \| "center" \| "end" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "justify"` | No | - | The **`-moz-box-pack`** and **`-webkit-box-pack`** CSS properties specify how a `-moz-box` or `-webkit-box` packs its contents in the direction of its layout. The effect of this is only visible if there is extra space in the box. **Syntax**: `start \| center \| end \| justify` **Initial value**: `start` @deprecated |
|
|
775
|
-
| `KhtmlLineBreak` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "strict" \| "anywhere" \| "loose"` | No | - |
|
|
776
|
-
| `KhtmlOpacity` | `Opacity` | No | - |
|
|
777
|
-
| `KhtmlUserSelect` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "text" \| "
|
|
778
|
-
| `
|
|
779
|
-
| `
|
|
780
|
-
| `
|
|
781
|
-
| `
|
|
782
|
-
| `
|
|
783
|
-
| `
|
|
784
|
-
| `
|
|
785
|
-
| `
|
|
786
|
-
| `MozBorderRadiusTopleft` | `BorderTopLeftRadius<string \| number>` | No | - | The **`border-top-left-radius`** CSS property rounds the top-left corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner. **Syntax**: `<length-percentage>{1,2}` **Initial value**: `0` @deprecated |
|
|
787
|
-
| `MozBorderRadiusTopright` | `BorderTopRightRadius<string \| number>` | No | - | The **`border-top-right-radius`** CSS property rounds the top-right corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner. **Syntax**: `<length-percentage>{1,2}` **Initial value**: `0` @deprecated |
|
|
839
|
+
| `KhtmlLineBreak` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "strict" \| "anywhere" \| "loose"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020. **Syntax**: `auto \| loose \| normal \| strict \| anywhere` **Initial value**: `auto` @deprecated |
|
|
840
|
+
| `KhtmlOpacity` | `Opacity` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<opacity-value>` **Initial value**: `1` @deprecated |
|
|
841
|
+
| `KhtmlUserSelect` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "text" \| "all" \| "-moz-none"` | No | - | This feature is not Baseline because it does not work in some of the most widely-used browsers. **Syntax**: `auto \| text \| none \| all` **Initial value**: `auto` @deprecated |
|
|
842
|
+
| `MozBackgroundClip` | `BackgroundClip` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<bg-clip>#` **Initial value**: `border-box` @deprecated |
|
|
843
|
+
| `MozBackgroundOrigin` | `BackgroundOrigin` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<visual-box>#` **Initial value**: `padding-box` @deprecated |
|
|
844
|
+
| `MozBackgroundSize` | `BackgroundSize<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<bg-size>#` **Initial value**: `auto auto` @deprecated |
|
|
845
|
+
| `MozBorderRadius` | `BorderRadius<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage [0,∞]>{1,4} [ / <length-percentage [0,∞]>{1,4} ]?` @deprecated |
|
|
846
|
+
| `MozBorderRadiusBottomleft` | `BorderBottomLeftRadius<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage [0,∞]>{1,2}` **Initial value**: `0` @deprecated |
|
|
847
|
+
| `MozBorderRadiusBottomright` | `BorderBottomRightRadius<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage [0,∞]>{1,2}` **Initial value**: `0` @deprecated |
|
|
848
|
+
| `MozBorderRadiusTopleft` | `BorderTopLeftRadius<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage [0,∞]>{1,2}` **Initial value**: `0` @deprecated |
|
|
849
|
+
| `MozBorderRadiusTopright` | `BorderTopRightRadius<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<length-percentage [0,∞]>{1,2}` **Initial value**: `0` @deprecated |
|
|
788
850
|
| `MozBoxAlign` | `"start" \| "center" \| "end" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "baseline" \| "stretch"` | No | - | 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. **Syntax**: `start \| center \| end \| baseline \| stretch` **Initial value**: `stretch` @deprecated |
|
|
789
851
|
| `MozBoxDirection` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "reverse" \| "normal"` | No | - | The **`box-direction`** CSS property specifies whether a box lays out its contents normally (from the top or left edge), or in reverse (from the bottom or right edge). **Syntax**: `normal \| reverse \| inherit` **Initial value**: `normal` @deprecated |
|
|
790
852
|
| `MozBoxFlex` | `BoxFlex` | No | - | The **`-moz-box-flex`** and **`-webkit-box-flex`** CSS properties specify how a `-moz-box` or `-webkit-box` grows to fill the box that contains it, in the direction of the containing box's layout. **Syntax**: `<number>` **Initial value**: `0` @deprecated |
|
|
791
853
|
| `MozBoxOrdinalGroup` | `BoxOrdinalGroup` | No | - | The **`box-ordinal-group`** CSS property assigns the flexbox's child elements to an ordinal group. **Syntax**: `<integer>` **Initial value**: `1` @deprecated |
|
|
792
|
-
| `MozBoxOrient` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "horizontal" \| "vertical" \| "block-axis" \| "inline-axis"` | No | - | The **`box-orient`** CSS property sets whether an element lays out its contents horizontally or vertically. **Syntax**: `horizontal \| vertical \| inline-axis \| block-axis \| inherit` **Initial value**: `inline-axis`
|
|
854
|
+
| `MozBoxOrient` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "horizontal" \| "vertical" \| "block-axis" \| "inline-axis"` | No | - | The **`box-orient`** CSS property sets whether an element lays out its contents horizontally or vertically. **Syntax**: `horizontal \| vertical \| inline-axis \| block-axis \| inherit` **Initial value**: `inline-axis` @deprecated |
|
|
793
855
|
| `MozBoxPack` | `"start" \| "center" \| "end" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "justify"` | No | - | The **`-moz-box-pack`** and **`-webkit-box-pack`** CSS properties specify how a `-moz-box` or `-webkit-box` packs its contents in the direction of its layout. The effect of this is only visible if there is extra space in the box. **Syntax**: `start \| center \| end \| justify` **Initial value**: `start` @deprecated |
|
|
794
|
-
| `MozBoxShadow` | `BoxShadow` | No | - |
|
|
856
|
+
| `MozBoxShadow` | `BoxShadow` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `none \| <shadow>#` **Initial value**: `none` @deprecated |
|
|
857
|
+
| `MozColumnCount` | `ColumnCount` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `<integer> \| auto` **Initial value**: `auto` @deprecated |
|
|
858
|
+
| `MozColumnFill` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "balance"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017. **Syntax**: `auto \| balance` **Initial value**: `balance` @deprecated |
|
|
795
859
|
| `MozFloatEdge` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "border-box" \| "content-box" \| "padding-box" \| "margin-box"` | No | - | The non-standard **`-moz-float-edge`** CSS property specifies whether the height and width properties of the element include the margin, border, or padding thickness. **Syntax**: `border-box \| content-box \| margin-box \| padding-box` **Initial value**: `content-box` @deprecated |
|
|
796
860
|
| `MozForceBrokenImageIcon` | `MozForceBrokenImageIcon` | No | - | 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. **Syntax**: `0 \| 1` **Initial value**: `0` @deprecated |
|
|
797
|
-
| `MozOpacity` | `Opacity` | No | - |
|
|
798
|
-
| `MozOutline` | `Outline<string \| number>` | No | - |
|
|
799
|
-
| `MozOutlineColor` | `OutlineColor` | No | - |
|
|
800
|
-
| `MozOutlineStyle` | `
|
|
801
|
-
| `MozOutlineWidth` | `OutlineWidth<string \| number>` | No | - |
|
|
802
|
-
| `
|
|
803
|
-
| `
|
|
804
|
-
| `
|
|
805
|
-
| `
|
|
806
|
-
| `
|
|
807
|
-
| `
|
|
808
|
-
| `
|
|
809
|
-
| `
|
|
810
|
-
| `
|
|
811
|
-
| `MozTransition` | `Transition<string & {}>` | No | - | The **`transition`** CSS property is a shorthand property for `transition-property`, `transition-duration`, `transition-timing-function`, and `transition-delay`. **Syntax**: `<single-transition>#` @deprecated |
|
|
812
|
-
| `MozTransitionDelay` | `TransitionDelay<string & {}>` | No | - | The **`transition-delay`** CSS property specifies the duration to wait before starting a property's transition effect when its value changes. **Syntax**: `<time>#` **Initial value**: `0s` @deprecated |
|
|
813
|
-
| `MozTransitionDuration` | `TransitionDuration<string & {}>` | No | - | The **`transition-duration`** CSS property sets the length of time a transition animation should take to complete. By default, the value is `0s`, meaning that no animation will occur. **Syntax**: `<time>#` **Initial value**: `0s` @deprecated |
|
|
814
|
-
| `MozTransitionProperty` | `TransitionProperty` | No | - | The **`transition-property`** CSS property sets the CSS properties to which a transition effect should be applied. **Syntax**: `none \| <single-transition-property>#` **Initial value**: all @deprecated |
|
|
815
|
-
| `MozTransitionTimingFunction` | `TransitionTimingFunction` | No | - | The **`transition-timing-function`** CSS property sets how intermediate values are calculated for CSS properties being affected by a transition effect. **Syntax**: `<easing-function>#` **Initial value**: `ease` @deprecated |
|
|
861
|
+
| `MozOpacity` | `Opacity` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<opacity-value>` **Initial value**: `1` @deprecated |
|
|
862
|
+
| `MozOutline` | `Outline<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2023. **Syntax**: `<'outline-width'> \|\| <'outline-style'> \|\| <'outline-color'>` @deprecated |
|
|
863
|
+
| `MozOutlineColor` | `OutlineColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `auto \| <color>` **Initial value**: `auto` @deprecated |
|
|
864
|
+
| `MozOutlineStyle` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "inset" \| "dashed" \| "dotted" \| "double" \| "groove" \| "outset" \| "ridge" \| "solid"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `auto \| <outline-line-style>` **Initial value**: `none` @deprecated |
|
|
865
|
+
| `MozOutlineWidth` | `OutlineWidth<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<line-width>` **Initial value**: `medium` @deprecated |
|
|
866
|
+
| `MozTextAlignLast` | `"auto" \| "right" \| "left" \| "start" \| "center" \| "end" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "justify"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2022. **Syntax**: `auto \| start \| end \| left \| right \| center \| justify` **Initial value**: `auto` @deprecated |
|
|
867
|
+
| `MozTextDecorationColor` | `TextDecorationColor` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<color>` **Initial value**: `currentcolor` @deprecated |
|
|
868
|
+
| `MozTextDecorationLine` | `TextDecorationLine` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `none \| [ underline \|\| overline \|\| line-through \|\| blink ] \| spelling-error \| grammar-error` **Initial value**: `none` @deprecated |
|
|
869
|
+
| `MozTextDecorationStyle` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "dashed" \| "dotted" \| "double" \| "solid" \| "wavy"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `solid \| double \| dotted \| dashed \| wavy` **Initial value**: `solid` @deprecated |
|
|
870
|
+
| `MozTransitionDelay` | `TransitionDelay<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<time>#` **Initial value**: `0s` @deprecated |
|
|
871
|
+
| `MozTransitionDuration` | `TransitionDuration<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<time>#` **Initial value**: `0s` @deprecated |
|
|
872
|
+
| `MozTransitionProperty` | `TransitionProperty` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `none \| <single-transition-property>#` **Initial value**: all @deprecated |
|
|
873
|
+
| `MozTransitionTimingFunction` | `TransitionTimingFunction` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<easing-function>#` **Initial value**: `ease` @deprecated |
|
|
874
|
+
| `MozUserFocus` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "ignore" \| "select-after" \| "select-all" \| "select-before" \| "select-menu" \| "select-same"` | No | - | The **`-moz-user-focus`** CSS property is used to indicate whether an element can have the focus. **Syntax**: `ignore \| normal \| select-after \| select-before \| select-menu \| select-same \| select-all \| none` **Initial value**: `none` @deprecated |
|
|
816
875
|
| `MozUserInput` | `"disabled" \| "auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "enabled"` | No | - | In Mozilla applications, **`-moz-user-input`** determines if an element will accept user input. **Syntax**: `auto \| none \| enabled \| disabled` **Initial value**: `auto` @deprecated |
|
|
817
|
-
| `msImeMode` | `"disabled" \| "auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "active" \| "inactive"` | No | - |
|
|
818
|
-
| `OAnimation` | `Animation<string & {}>` | No | - |
|
|
819
|
-
| `OAnimationDelay` | `AnimationDelay<string & {}>` | No | - |
|
|
820
|
-
| `OAnimationDirection` | `AnimationDirection` | No | - |
|
|
821
|
-
| `OAnimationDuration` | `AnimationDuration<string & {}>` | No | - |
|
|
822
|
-
| `OAnimationFillMode` | `AnimationFillMode` | No | - |
|
|
823
|
-
| `OAnimationIterationCount` | `AnimationIterationCount` | No | - |
|
|
824
|
-
| `OAnimationName` | `AnimationName` | No | - |
|
|
825
|
-
| `OAnimationPlayState` | `AnimationPlayState` | No | - |
|
|
826
|
-
| `OAnimationTimingFunction` | `AnimationTimingFunction` | No | - |
|
|
827
|
-
| `OBackgroundSize` | `BackgroundSize<string \| number>` | No | - |
|
|
828
|
-
| `OBorderImage` | `BorderImage` | No | - |
|
|
829
|
-
| `OObjectFit` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "fill" \| "contain" \| "cover" \| "scale-down"` | No | - |
|
|
830
|
-
| `OObjectPosition` | `ObjectPosition<string \| number>` | No | - |
|
|
831
|
-
| `OTabSize` | `TabSize<string \| number>` | No | - |
|
|
832
|
-
| `OTextOverflow` | `TextOverflow` | No | - |
|
|
833
|
-
| `OTransform` | `Transform` | No | - |
|
|
834
|
-
| `OTransformOrigin` | `TransformOrigin<string \| number>` | No | - |
|
|
835
|
-
| `OTransition` | `Transition<string & {}>` | No | - |
|
|
836
|
-
| `OTransitionDelay` | `TransitionDelay<string & {}>` | No | - |
|
|
837
|
-
| `OTransitionDuration` | `TransitionDuration<string & {}>` | No | - |
|
|
838
|
-
| `OTransitionProperty` | `TransitionProperty` | No | - |
|
|
839
|
-
| `OTransitionTimingFunction` | `TransitionTimingFunction` | No | - |
|
|
876
|
+
| `msImeMode` | `"disabled" \| "auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "active" \| "inactive"` | No | - | **Syntax**: `auto \| normal \| active \| inactive \| disabled` **Initial value**: `auto` @deprecated |
|
|
877
|
+
| `OAnimation` | `Animation<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-animation>#` @deprecated |
|
|
878
|
+
| `OAnimationDelay` | `AnimationDelay<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<time>#` **Initial value**: `0s` @deprecated |
|
|
879
|
+
| `OAnimationDirection` | `AnimationDirection` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-animation-direction>#` **Initial value**: `normal` @deprecated |
|
|
880
|
+
| `OAnimationDuration` | `AnimationDuration<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `[ auto \| <time [0s,∞]> ]#` **Initial value**: `0s` @deprecated |
|
|
881
|
+
| `OAnimationFillMode` | `AnimationFillMode` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-animation-fill-mode>#` **Initial value**: `none` @deprecated |
|
|
882
|
+
| `OAnimationIterationCount` | `AnimationIterationCount` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-animation-iteration-count>#` **Initial value**: `1` @deprecated |
|
|
883
|
+
| `OAnimationName` | `AnimationName` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `[ none \| <keyframes-name> ]#` **Initial value**: `none` @deprecated |
|
|
884
|
+
| `OAnimationPlayState` | `AnimationPlayState` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-animation-play-state>#` **Initial value**: `running` @deprecated |
|
|
885
|
+
| `OAnimationTimingFunction` | `AnimationTimingFunction` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<easing-function>#` **Initial value**: `ease` @deprecated |
|
|
886
|
+
| `OBackgroundSize` | `BackgroundSize<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<bg-size>#` **Initial value**: `auto auto` @deprecated |
|
|
887
|
+
| `OBorderImage` | `BorderImage` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `<'border-image-source'> \|\| <'border-image-slice'> [ / <'border-image-width'> \| / <'border-image-width'>? / <'border-image-outset'> ]? \|\| <'border-image-repeat'>` @deprecated |
|
|
888
|
+
| `OObjectFit` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "fill" \| "contain" \| "cover" \| "scale-down"` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `fill \| contain \| cover \| none \| scale-down` **Initial value**: `fill` @deprecated |
|
|
889
|
+
| `OObjectPosition` | `ObjectPosition<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020. **Syntax**: `<position>` **Initial value**: `50% 50%` @deprecated |
|
|
890
|
+
| `OTabSize` | `TabSize<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since August 2021. **Syntax**: `<integer> \| <length>` **Initial value**: `8` @deprecated |
|
|
891
|
+
| `OTextOverflow` | `TextOverflow` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015. **Syntax**: `[ clip \| ellipsis \| <string> ]{1,2}` **Initial value**: `clip` @deprecated |
|
|
892
|
+
| `OTransform` | `Transform` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `none \| <transform-list>` **Initial value**: `none` @deprecated |
|
|
893
|
+
| `OTransformOrigin` | `TransformOrigin<string \| number>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `[ <length-percentage> \| left \| center \| right \| top \| bottom ] \| [ [ <length-percentage> \| left \| center \| right ] && [ <length-percentage> \| top \| center \| bottom ] ] <length>?` **Initial value**: `50% 50% 0` @deprecated |
|
|
894
|
+
| `OTransition` | `Transition<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<single-transition>#` @deprecated |
|
|
895
|
+
| `OTransitionDelay` | `TransitionDelay<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<time>#` **Initial value**: `0s` @deprecated |
|
|
896
|
+
| `OTransitionDuration` | `TransitionDuration<string & {}>` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<time>#` **Initial value**: `0s` @deprecated |
|
|
897
|
+
| `OTransitionProperty` | `TransitionProperty` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `none \| <single-transition-property>#` **Initial value**: all @deprecated |
|
|
898
|
+
| `OTransitionTimingFunction` | `TransitionTimingFunction` | No | - | This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2015. **Syntax**: `<easing-function>#` **Initial value**: `ease` @deprecated |
|
|
840
899
|
| `WebkitBoxAlign` | `"start" \| "center" \| "end" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "baseline" \| "stretch"` | No | - | 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. **Syntax**: `start \| center \| end \| baseline \| stretch` **Initial value**: `stretch` @deprecated |
|
|
841
900
|
| `WebkitBoxDirection` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "reverse" \| "normal"` | No | - | The **`box-direction`** CSS property specifies whether a box lays out its contents normally (from the top or left edge), or in reverse (from the bottom or right edge). **Syntax**: `normal \| reverse \| inherit` **Initial value**: `normal` @deprecated |
|
|
842
901
|
| `WebkitBoxFlex` | `BoxFlex` | No | - | The **`-moz-box-flex`** and **`-webkit-box-flex`** CSS properties specify how a `-moz-box` or `-webkit-box` grows to fill the box that contains it, in the direction of the containing box's layout. **Syntax**: `<number>` **Initial value**: `0` @deprecated |
|
|
843
902
|
| `WebkitBoxFlexGroup` | `BoxFlexGroup` | No | - | The **`box-flex-group`** CSS property assigns the flexbox's child elements to a flex group. **Syntax**: `<integer>` **Initial value**: `1` @deprecated |
|
|
844
903
|
| `WebkitBoxLines` | `"multiple" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "single"` | No | - | The **`box-lines`** CSS property determines whether the box may have a single or multiple lines (rows for horizontally oriented boxes, columns for vertically oriented boxes). **Syntax**: `single \| multiple` **Initial value**: `single` @deprecated |
|
|
845
904
|
| `WebkitBoxOrdinalGroup` | `BoxOrdinalGroup` | No | - | The **`box-ordinal-group`** CSS property assigns the flexbox's child elements to an ordinal group. **Syntax**: `<integer>` **Initial value**: `1` @deprecated |
|
|
846
|
-
| `WebkitBoxOrient` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "horizontal" \| "vertical" \| "block-axis" \| "inline-axis"` | No | - | The **`box-orient`** CSS property sets whether an element lays out its contents horizontally or vertically. **Syntax**: `horizontal \| vertical \| inline-axis \| block-axis \| inherit` **Initial value**: `inline-axis`
|
|
905
|
+
| `WebkitBoxOrient` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "horizontal" \| "vertical" \| "block-axis" \| "inline-axis"` | No | - | The **`box-orient`** CSS property sets whether an element lays out its contents horizontally or vertically. **Syntax**: `horizontal \| vertical \| inline-axis \| block-axis \| inherit` **Initial value**: `inline-axis` @deprecated |
|
|
847
906
|
| `WebkitBoxPack` | `"start" \| "center" \| "end" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "justify"` | No | - | The **`-moz-box-pack`** and **`-webkit-box-pack`** CSS properties specify how a `-moz-box` or `-webkit-box` packs its contents in the direction of its layout. The effect of this is only visible if there is extra space in the box. **Syntax**: `start \| center \| end \| justify` **Initial value**: `start` @deprecated |
|
|
848
907
|
| `data-hook` | `string` | No | - | Accepts HTML attributes that can be used in the tests @deprecated use dataHook instead |
|
|
849
908
|
| `style` | `CSSProperties` | No | - | Sets object of CSS styles |
|