@wix/patterns 1.369.0 → 1.371.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.st.css.js +2 -2
- package/dist/cjs/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.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/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/index.json +31 -31
- 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/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/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/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/boolean/View.st.css.js.map +1 -1
- 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/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/cellTypes/url/View.st.css.js.map +1 -1
- 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/Fade/Fade.st.css.js +2 -2
- package/dist/esm/components/Heading/Heading.st.css.js +2 -2
- package/dist/esm/components/ImportButton/ImportStepUpload.st.css.js +2 -2
- 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/LoadingRow/LoadingRow.st.css.js.map +1 -1
- 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/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.js.map +1 -1
- package/dist/esm/components/NestedTable/NestedTablePlaceholderStatesRow.st.css.js +2 -2
- package/dist/esm/components/NestedTable/NestedTableRow.st.css.js +2 -2
- 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/PickerContent/PickerContentAdditionalStep.st.css.js.map +1 -1
- package/dist/esm/components/PickerTableListItem/PickerTableListItem.st.css.js +2 -2
- 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/SkeletonCard/SkeletonCard.st.css.js.map +1 -1
- package/dist/esm/components/SlidingModal/SlidingModal.st.css.js +2 -2
- package/dist/esm/components/SlidingModal/SlidingModal.st.css.js.map +1 -1
- package/dist/esm/components/TabsFilter/TabsFilter.st.css.js +2 -2
- package/dist/esm/components/TabsFilter/TabsFilter.st.css.js.map +1 -1
- package/dist/esm/components/Tags/ManageTags/ManageTagsModal/ManageTagsModal.st.css.js +2 -2
- package/dist/esm/components/ToolbarItem/ToolbarItem.st.css.js +2 -2
- package/dist/esm/components/ToolbarItem/ToolbarItem.st.css.js.map +1 -1
- package/dist/esm/components/ToolbarItemBox/ToolbarItemBox.st.css.js +2 -2
- package/dist/esm/components/ToolbarItemBox/ToolbarItemBox.st.css.js.map +1 -1
- 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/FormPage/FormPageHeader.st.css.js +2 -2
- 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/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/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.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/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/boolean/View.st.css.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/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/cellTypes/url/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/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/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/Kanban/Kanban.uni.driver.d.ts +21 -11
- package/dist/types/components/Kanban/Kanban.uni.driver.d.ts.map +1 -1
- package/dist/types/components/LoadingRow/LoadingRow.st.css.d.ts.map +1 -1
- package/dist/types/components/MultiBulkActionToolbar/MultiBulkActionToolbar.st.css.d.ts.map +1 -1
- package/dist/types/components/NestedTable/NestedTable.uni.driver.d.ts +179 -266
- package/dist/types/components/NestedTable/NestedTable.uni.driver.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/PickerContent/PickerContentAdditionalStep.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/SkeletonCard/SkeletonCard.st.css.d.ts.map +1 -1
- package/dist/types/components/SlidingModal/SlidingModal.st.css.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 +122 -45
- package/dist/types/components/Table/Table.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts +213 -94
- package/dist/types/components/TableFolders/TableFolders.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts +245 -187
- package/dist/types/components/TableGridSwitch/TableGridSwitch.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TabsFilter/TabsFilter.st.css.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 +38 -1
- package/dist/types/components/Tags/BulkAssignTagsPopover/BulkAssignTagsPopover.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TagsAssignButton/TagsAssignButton.uni.driver.d.ts +38 -1
- package/dist/types/components/TagsAssignButton/TagsAssignButton.uni.driver.d.ts.map +1 -1
- package/dist/types/components/TagsWidget/TagsWidget.uni.driver.d.ts +2 -3
- package/dist/types/components/TagsWidget/TagsWidget.uni.driver.d.ts.map +1 -1
- package/dist/types/components/ToolbarItem/ToolbarItem.st.css.d.ts.map +1 -1
- package/dist/types/components/ToolbarItemBox/ToolbarItemBox.st.css.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/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/testkit/enzyme.d.ts +692 -288
- package/dist/types/testkit/enzyme.d.ts.map +1 -1
- package/dist/types/testkit/jsdom.d.ts +717 -301
- package/dist/types/testkit/jsdom.d.ts.map +1 -1
- package/dist/types/testkit/playwright.d.ts +692 -288
- package/dist/types/testkit/playwright.d.ts.map +1 -1
- package/dist/types/testkit/puppeteer.d.ts +713 -299
- 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/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/version.ts +1 -1
|
@@ -70,801 +70,860 @@ function BasicMultiInlineCheckboxFilter() {
|
|
|
70
70
|
| `sectionTitle` | `string` | No | - | Title for the section in the accordion. |
|
|
71
71
|
| `dataHook` | `string` | No | - | Accepts HTML attributes that can be used in the tests |
|
|
72
72
|
| `className` | `string` | No | - | Specifies a CSS class name to be appended to the component’s root element. |
|
|
73
|
-
| `overflow` | `Overflow` | No | - |
|
|
73
|
+
| `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 |
|
|
74
74
|
| `children` | `ReactNode` | No | - | Allows to render any component as a child item |
|
|
75
75
|
| `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. |
|
|
76
76
|
| `ariaLabel` | `string` | No | - | Sets the WAI-ARIA label attribute, providing an accessible name for assistive technologies like screen readers. |
|
|
77
|
-
| `border` | `string` | No | - | Enables a border and sets its width and style. This prop does not include WSR color variable keys.
|
|
78
|
-
| `textOverflow` | `TextOverflow` | No | - |
|
|
79
|
-
| `overlay` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - |
|
|
77
|
+
| `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 |
|
|
78
|
+
| `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 |
|
|
79
|
+
| `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 |
|
|
80
80
|
| `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 |
|
|
81
|
-
| `top` | `Top<string \| number>` | No | - |
|
|
82
|
-
| `right` | `Right<string \| number>` | No | - |
|
|
83
|
-
| `bottom` | `Bottom<string \| number>` | No | - |
|
|
84
|
-
| `left` | `Left<string \| number>` | No | - |
|
|
85
|
-
| `maxWidth` | `any` | No | - | Sets the maximum width of the box in pixels
|
|
81
|
+
| `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 |
|
|
82
|
+
| `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 |
|
|
83
|
+
| `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 |
|
|
84
|
+
| `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 |
|
|
85
|
+
| `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 |
|
|
86
86
|
| `align` | `"right" \| "left" \| "center" \| "space-between"` | No | - | Defines how the children are aligned according to the X axis |
|
|
87
|
-
| `page` | `Page` | No | - |
|
|
87
|
+
| `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 |
|
|
88
88
|
| `inline` | `boolean` | No | - | Defines if the box behaves as an inline element |
|
|
89
|
-
| `width` | `any` | No | - | Sets the width of the box in pixels
|
|
90
|
-
| `zIndex` | `ZIndex` | No | - |
|
|
91
|
-
| `minHeight` | `any` | No | - | Sets the minimum height of the box in pixels
|
|
92
|
-
| `grid` | `Grid` | No | - |
|
|
93
|
-
| `
|
|
89
|
+
| `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 |
|
|
90
|
+
| `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 |
|
|
91
|
+
| `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 |
|
|
92
|
+
| `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 |
|
|
93
|
+
| `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 |
|
|
94
|
+
| `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 |
|
|
94
95
|
| `direction` | `"horizontal" \| "vertical"` | No | - | Defines how the children are ordered (horizontally or vertically) |
|
|
95
|
-
| `accentColor` | `AccentColor` | No | - |
|
|
96
|
-
| `alignContent` | `AlignContent` | No | - |
|
|
97
|
-
| `alignSelf` | `AlignSelf` | No | - |
|
|
98
|
-
| `alignTracks` | `AlignTracks` | No | - |
|
|
99
|
-
| `
|
|
100
|
-
| `
|
|
101
|
-
| `
|
|
102
|
-
| `
|
|
103
|
-
| `
|
|
104
|
-
| `
|
|
105
|
-
| `
|
|
106
|
-
| `
|
|
107
|
-
| `
|
|
108
|
-
| `
|
|
109
|
-
| `
|
|
110
|
-
| `
|
|
111
|
-
| `
|
|
112
|
-
| `
|
|
113
|
-
| `
|
|
114
|
-
| `
|
|
115
|
-
| `
|
|
116
|
-
| `
|
|
117
|
-
| `
|
|
118
|
-
| `
|
|
119
|
-
| `
|
|
120
|
-
| `
|
|
121
|
-
| `
|
|
122
|
-
| `
|
|
123
|
-
| `
|
|
124
|
-
| `
|
|
125
|
-
| `
|
|
126
|
-
| `
|
|
127
|
-
| `
|
|
128
|
-
| `
|
|
129
|
-
| `
|
|
130
|
-
| `
|
|
131
|
-
| `
|
|
132
|
-
| `
|
|
133
|
-
| `
|
|
134
|
-
| `
|
|
135
|
-
| `
|
|
136
|
-
| `borderBottomColor` | `string` | No | - | Sets a border bottom color by a key from the color palette or natively supported value (Hex, RGB, etc.)
|
|
137
|
-
| `borderBottomLeftRadius` | `BorderBottomLeftRadius<string \| number>` | No | - |
|
|
138
|
-
| `borderBottomRightRadius` | `BorderBottomRightRadius<string \| number>` | No | - |
|
|
139
|
-
| `borderBottomStyle` | `"hidden" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "inset" \| "dashed" \| "dotted" \| "double" \| "groove" \| "outset" \| "ridge" \| "solid"` | No | - |
|
|
140
|
-
| `borderBottomWidth` | `BorderBottomWidth<string \| number>` | No | - |
|
|
141
|
-
| `borderCollapse` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "collapse" \| "separate"` | No | - |
|
|
142
|
-
| `borderEndEndRadius` | `BorderEndEndRadius<string \| number>` | No | - |
|
|
143
|
-
| `borderEndStartRadius` | `BorderEndStartRadius<string \| number>` | No | - |
|
|
144
|
-
| `borderImageOutset` | `BorderImageOutset<string \| number>` | No | - |
|
|
145
|
-
| `borderImageRepeat` | `BorderImageRepeat` | No | - |
|
|
146
|
-
| `borderImageSlice` | `BorderImageSlice` | No | - |
|
|
147
|
-
| `borderImageSource` | `BorderImageSource` | No | - |
|
|
148
|
-
| `borderImageWidth` | `BorderImageWidth<string \| number>` | No | - |
|
|
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
|
-
| `
|
|
265
|
-
| `
|
|
266
|
-
| `
|
|
267
|
-
| `
|
|
268
|
-
| `
|
|
269
|
-
| `
|
|
270
|
-
| `
|
|
271
|
-
| `
|
|
272
|
-
| `
|
|
273
|
-
| `
|
|
274
|
-
| `
|
|
275
|
-
| `
|
|
276
|
-
| `
|
|
277
|
-
| `
|
|
278
|
-
| `
|
|
279
|
-
| `
|
|
280
|
-
| `
|
|
281
|
-
| `
|
|
282
|
-
| `
|
|
283
|
-
| `
|
|
284
|
-
| `
|
|
285
|
-
| `
|
|
96
|
+
| `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 |
|
|
97
|
+
| `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 |
|
|
98
|
+
| `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 |
|
|
99
|
+
| `alignTracks` | `AlignTracks` | No | - | **Syntax**: `[ normal \| <baseline-position> \| <content-distribution> \| <overflow-position>? <content-position> ]#` **Initial value**: `normal` |
|
|
100
|
+
| `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 |
|
|
101
|
+
| `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 |
|
|
102
|
+
| `anchorScope` | `AnchorScope` | No | - | **Syntax**: `none \| all \| <dashed-ident>#` **Initial value**: `none` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :-----: \| :---------: \| :----: \| :-----: \| :-: \| \| **131** \| **preview** \| **26** \| **131** \| No \| |
|
|
103
|
+
| `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 |
|
|
104
|
+
| `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 |
|
|
105
|
+
| `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 |
|
|
106
|
+
| `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 |
|
|
107
|
+
| `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 |
|
|
108
|
+
| `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 |
|
|
109
|
+
| `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 |
|
|
110
|
+
| `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 |
|
|
111
|
+
| `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 |
|
|
112
|
+
| `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 |
|
|
113
|
+
| `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 |
|
|
114
|
+
| `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 |
|
|
115
|
+
| `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 |
|
|
116
|
+
| `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 |
|
|
117
|
+
| `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 |
|
|
118
|
+
| `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 |
|
|
119
|
+
| `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 |
|
|
120
|
+
| `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 |
|
|
121
|
+
| `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 |
|
|
122
|
+
| `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 |
|
|
123
|
+
| `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 |
|
|
124
|
+
| `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 |
|
|
125
|
+
| `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 |
|
|
126
|
+
| `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 |
|
|
127
|
+
| `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 |
|
|
128
|
+
| `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 |
|
|
129
|
+
| `baselineShift` | `BaselineShift<string \| number>` | No | - | **Syntax**: `<length-percentage> \| sub \| super \| baseline` **Initial value**: `0` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :----: \| :----: \| :-: \| \| **1** \| No \| **4** \| **79** \| No \| |
|
|
130
|
+
| `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 |
|
|
131
|
+
| `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 |
|
|
132
|
+
| `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 |
|
|
133
|
+
| `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 |
|
|
134
|
+
| `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 |
|
|
135
|
+
| `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 |
|
|
136
|
+
| `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 |
|
|
137
|
+
| `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 |
|
|
138
|
+
| `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 |
|
|
139
|
+
| `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 |
|
|
140
|
+
| `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 |
|
|
141
|
+
| `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 |
|
|
142
|
+
| `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 |
|
|
143
|
+
| `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 |
|
|
144
|
+
| `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 |
|
|
145
|
+
| `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 |
|
|
146
|
+
| `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 |
|
|
147
|
+
| `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 |
|
|
148
|
+
| `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 |
|
|
149
|
+
| `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 |
|
|
150
|
+
| `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 |
|
|
151
|
+
| `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 |
|
|
152
|
+
| `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 |
|
|
153
|
+
| `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 |
|
|
154
|
+
| `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 |
|
|
155
|
+
| `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 |
|
|
156
|
+
| `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 |
|
|
157
|
+
| `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 |
|
|
158
|
+
| `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 |
|
|
159
|
+
| `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 |
|
|
160
|
+
| `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 |
|
|
161
|
+
| `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 |
|
|
162
|
+
| `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 |
|
|
163
|
+
| `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 |
|
|
164
|
+
| `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 |
|
|
165
|
+
| `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 |
|
|
166
|
+
| `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 |
|
|
167
|
+
| `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 |
|
|
168
|
+
| `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 |
|
|
169
|
+
| `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 |
|
|
170
|
+
| `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 |
|
|
171
|
+
| `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 |
|
|
172
|
+
| `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 |
|
|
173
|
+
| `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 |
|
|
174
|
+
| `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 |
|
|
175
|
+
| `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 |
|
|
176
|
+
| `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 |
|
|
177
|
+
| `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 |
|
|
178
|
+
| `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 |
|
|
179
|
+
| `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 |
|
|
180
|
+
| `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 |
|
|
181
|
+
| `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 |
|
|
182
|
+
| `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 |
|
|
183
|
+
| `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 |
|
|
184
|
+
| `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 |
|
|
185
|
+
| `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 |
|
|
186
|
+
| `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 |
|
|
187
|
+
| `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 |
|
|
188
|
+
| `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 |
|
|
189
|
+
| `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 |
|
|
190
|
+
| `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 |
|
|
191
|
+
| `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 |
|
|
192
|
+
| `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 |
|
|
193
|
+
| `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 |
|
|
194
|
+
| `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 |
|
|
195
|
+
| `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 |
|
|
196
|
+
| `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 |
|
|
197
|
+
| `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 |
|
|
198
|
+
| `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 |
|
|
199
|
+
| `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 |
|
|
200
|
+
| `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 |
|
|
201
|
+
| `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 |
|
|
202
|
+
| `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 |
|
|
203
|
+
| `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 |
|
|
204
|
+
| `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 |
|
|
205
|
+
| `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 |
|
|
206
|
+
| `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 |
|
|
207
|
+
| `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 |
|
|
208
|
+
| `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 |
|
|
209
|
+
| `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 |
|
|
210
|
+
| `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 |
|
|
211
|
+
| `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 |
|
|
212
|
+
| `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 |
|
|
213
|
+
| `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 |
|
|
214
|
+
| `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 |
|
|
215
|
+
| `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 |
|
|
216
|
+
| `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 |
|
|
217
|
+
| `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 |
|
|
218
|
+
| `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 |
|
|
219
|
+
| `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 |
|
|
220
|
+
| `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 |
|
|
221
|
+
| `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 |
|
|
222
|
+
| `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 |
|
|
223
|
+
| `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 |
|
|
224
|
+
| `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 |
|
|
225
|
+
| `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 |
|
|
226
|
+
| `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 |
|
|
227
|
+
| `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 |
|
|
228
|
+
| `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 |
|
|
229
|
+
| `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 |
|
|
230
|
+
| `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 |
|
|
231
|
+
| `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 |
|
|
232
|
+
| `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 |
|
|
233
|
+
| `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 |
|
|
234
|
+
| `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 |
|
|
235
|
+
| `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 |
|
|
236
|
+
| `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 |
|
|
237
|
+
| `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 |
|
|
238
|
+
| `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 |
|
|
239
|
+
| `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 |
|
|
240
|
+
| `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 |
|
|
241
|
+
| `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 |
|
|
242
|
+
| `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 |
|
|
243
|
+
| `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 |
|
|
244
|
+
| `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 |
|
|
245
|
+
| `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 |
|
|
246
|
+
| `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 |
|
|
247
|
+
| `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 |
|
|
248
|
+
| `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 \| |
|
|
249
|
+
| `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 |
|
|
250
|
+
| `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 |
|
|
251
|
+
| `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 |
|
|
252
|
+
| `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 |
|
|
253
|
+
| `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 |
|
|
254
|
+
| `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 |
|
|
255
|
+
| `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 |
|
|
256
|
+
| `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 |
|
|
257
|
+
| `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 |
|
|
258
|
+
| `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 |
|
|
259
|
+
| `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 |
|
|
260
|
+
| `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 |
|
|
261
|
+
| `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 |
|
|
262
|
+
| `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 |
|
|
263
|
+
| `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 |
|
|
264
|
+
| `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 |
|
|
265
|
+
| `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 |
|
|
266
|
+
| `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 |
|
|
267
|
+
| `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` |
|
|
268
|
+
| `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 |
|
|
269
|
+
| `initialLetterAlign` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "alphabetic" \| "ideographic" \| "hanging"` | No | - | **Syntax**: `[ auto \| alphabetic \| hanging \| ideographic ]` **Initial value**: `auto` |
|
|
270
|
+
| `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 |
|
|
271
|
+
| `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 |
|
|
272
|
+
| `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 |
|
|
273
|
+
| `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 |
|
|
274
|
+
| `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 |
|
|
275
|
+
| `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 |
|
|
276
|
+
| `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 |
|
|
277
|
+
| `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 |
|
|
278
|
+
| `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 |
|
|
279
|
+
| `justifyTracks` | `JustifyTracks` | No | - | **Syntax**: `[ normal \| <content-distribution> \| <overflow-position>? [ <content-position> \| left \| right ] ]#` **Initial value**: `normal` |
|
|
280
|
+
| `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 |
|
|
281
|
+
| `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 |
|
|
282
|
+
| `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 |
|
|
283
|
+
| `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 |
|
|
284
|
+
| `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` |
|
|
285
|
+
| `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 |
|
|
286
|
+
| `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 |
|
|
287
|
+
| `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 |
|
|
288
|
+
| `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 |
|
|
289
|
+
| `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 |
|
|
290
|
+
| `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 |
|
|
291
|
+
| `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 |
|
|
292
|
+
| `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 |
|
|
293
|
+
| `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 |
|
|
294
|
+
| `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 |
|
|
295
|
+
| `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 |
|
|
296
|
+
| `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 |
|
|
297
|
+
| `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 |
|
|
298
|
+
| `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 |
|
|
299
|
+
| `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 |
|
|
300
|
+
| `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 |
|
|
286
301
|
| `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` |
|
|
287
|
-
| `maskBorderOutset` | `MaskBorderOutset<string \| number>` | No | - |
|
|
288
|
-
| `maskBorderRepeat` | `MaskBorderRepeat` | No | - |
|
|
289
|
-
| `maskBorderSlice` | `MaskBorderSlice` | No | - |
|
|
290
|
-
| `maskBorderSource` | `MaskBorderSource` | No | - |
|
|
291
|
-
| `maskBorderWidth` | `MaskBorderWidth<string \| number>` | No | - |
|
|
292
|
-
| `maskClip` | `MaskClip` | No | - |
|
|
293
|
-
| `maskComposite` | `MaskComposite` | No | - |
|
|
294
|
-
| `maskImage` | `MaskImage` | No | - |
|
|
295
|
-
| `maskMode` | `MaskMode` | No | - |
|
|
296
|
-
| `maskOrigin` | `MaskOrigin` | No | - |
|
|
297
|
-
| `maskPosition` | `MaskPosition<string \| number>` | No | - |
|
|
298
|
-
| `maskRepeat` | `MaskRepeat` | No | - |
|
|
299
|
-
| `maskSize` | `MaskSize<string \| number>` | No | - |
|
|
300
|
-
| `maskType` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "alpha" \| "luminance"` | No | - |
|
|
301
|
-
| `masonryAutoFlow` | `MasonryAutoFlow` | No | - | This feature is
|
|
302
|
-
| `mathDepth` | `MathDepth` | No | - |
|
|
303
|
-
| `mathShift` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "compact"` | No | - |
|
|
304
|
-
| `mathStyle` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "compact"` | No | - |
|
|
305
|
-
| `maxBlockSize` | `MaxBlockSize<string \| number>` | No | - |
|
|
306
|
-
| `maxHeight` | `any` | No | - | Sets the maximum height of the box in pixels
|
|
307
|
-
| `maxInlineSize` | `MaxInlineSize<string \| number>` | No | - |
|
|
302
|
+
| `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 |
|
|
303
|
+
| `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 |
|
|
304
|
+
| `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 |
|
|
305
|
+
| `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 |
|
|
306
|
+
| `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 |
|
|
307
|
+
| `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 |
|
|
308
|
+
| `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 |
|
|
309
|
+
| `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 |
|
|
310
|
+
| `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 |
|
|
311
|
+
| `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 |
|
|
312
|
+
| `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 |
|
|
313
|
+
| `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 |
|
|
314
|
+
| `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 |
|
|
315
|
+
| `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 |
|
|
316
|
+
| `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` |
|
|
317
|
+
| `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 |
|
|
318
|
+
| `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 |
|
|
319
|
+
| `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 |
|
|
320
|
+
| `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 |
|
|
321
|
+
| `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 |
|
|
322
|
+
| `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 |
|
|
308
323
|
| `maxLines` | `MaxLines` | No | - | **Syntax**: `none \| <integer>` **Initial value**: `none` |
|
|
309
|
-
| `minBlockSize` | `MinBlockSize<string \| number>` | No | - |
|
|
310
|
-
| `minInlineSize` | `MinInlineSize<string \| number>` | No | - |
|
|
311
|
-
| `minWidth` | `any` | No | - | Sets the minimum width of the box in pixels
|
|
312
|
-
| `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 | - |
|
|
313
|
-
| `motionDistance` | `OffsetDistance<string \| number>` | No | - |
|
|
314
|
-
| `motionPath` | `OffsetPath` | No | - |
|
|
315
|
-
| `motionRotation` | `OffsetRotate` | No | - |
|
|
316
|
-
| `objectFit` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "fill" \| "contain" \| "cover" \| "scale-down"` | No | - |
|
|
317
|
-
| `objectPosition` | `ObjectPosition<string \| number>` | No | - |
|
|
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
|
-
| `
|
|
344
|
-
| `
|
|
345
|
-
| `
|
|
346
|
-
| `
|
|
347
|
-
| `
|
|
348
|
-
| `
|
|
349
|
-
| `
|
|
350
|
-
| `
|
|
351
|
-
| `
|
|
352
|
-
| `
|
|
353
|
-
| `
|
|
354
|
-
| `
|
|
355
|
-
| `
|
|
356
|
-
| `
|
|
357
|
-
| `
|
|
358
|
-
| `
|
|
359
|
-
| `
|
|
360
|
-
| `
|
|
361
|
-
| `
|
|
362
|
-
| `
|
|
363
|
-
| `
|
|
364
|
-
| `
|
|
324
|
+
| `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 |
|
|
325
|
+
| `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 |
|
|
326
|
+
| `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 |
|
|
327
|
+
| `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 |
|
|
328
|
+
| `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 |
|
|
329
|
+
| `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 |
|
|
330
|
+
| `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 |
|
|
331
|
+
| `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 |
|
|
332
|
+
| `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 |
|
|
333
|
+
| `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 |
|
|
334
|
+
| `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 |
|
|
335
|
+
| `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 |
|
|
336
|
+
| `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 |
|
|
337
|
+
| `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 |
|
|
338
|
+
| `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 |
|
|
339
|
+
| `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 |
|
|
340
|
+
| `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 |
|
|
341
|
+
| `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 |
|
|
342
|
+
| `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 |
|
|
343
|
+
| `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 |
|
|
344
|
+
| `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 |
|
|
345
|
+
| `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 |
|
|
346
|
+
| `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 |
|
|
347
|
+
| `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 |
|
|
348
|
+
| `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 |
|
|
349
|
+
| `overflowClipBox` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "content-box" \| "padding-box"` | No | - | **Syntax**: `padding-box \| content-box` **Initial value**: `padding-box` |
|
|
350
|
+
| `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 |
|
|
351
|
+
| `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 |
|
|
352
|
+
| `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 |
|
|
353
|
+
| `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 |
|
|
354
|
+
| `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 |
|
|
355
|
+
| `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 |
|
|
356
|
+
| `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 |
|
|
357
|
+
| `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 |
|
|
358
|
+
| `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 |
|
|
359
|
+
| `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 |
|
|
360
|
+
| `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 |
|
|
361
|
+
| `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 |
|
|
362
|
+
| `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 |
|
|
363
|
+
| `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 |
|
|
364
|
+
| `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 |
|
|
365
|
+
| `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 |
|
|
366
|
+
| `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 |
|
|
367
|
+
| `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 |
|
|
368
|
+
| `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 |
|
|
369
|
+
| `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 |
|
|
370
|
+
| `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 |
|
|
371
|
+
| `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 |
|
|
372
|
+
| `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 |
|
|
373
|
+
| `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 |
|
|
374
|
+
| `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 |
|
|
375
|
+
| `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 |
|
|
376
|
+
| `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 |
|
|
377
|
+
| `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 |
|
|
378
|
+
| `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 |
|
|
379
|
+
| `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 |
|
|
380
|
+
| `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 |
|
|
381
|
+
| `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 |
|
|
382
|
+
| `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 |
|
|
383
|
+
| `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 |
|
|
365
384
|
| `rubyMerge` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "collapse" \| "separate"` | No | - | **Syntax**: `separate \| collapse \| auto` **Initial value**: `separate` |
|
|
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
|
-
| `
|
|
453
|
-
| `
|
|
454
|
-
| `
|
|
455
|
-
| `
|
|
456
|
-
| `
|
|
457
|
-
| `
|
|
458
|
-
| `
|
|
459
|
-
| `
|
|
460
|
-
| `
|
|
461
|
-
| `
|
|
462
|
-
| `
|
|
463
|
-
| `
|
|
464
|
-
| `
|
|
465
|
-
| `
|
|
466
|
-
| `
|
|
467
|
-
| `
|
|
468
|
-
| `
|
|
469
|
-
| `
|
|
470
|
-
| `
|
|
471
|
-
| `
|
|
472
|
-
| `
|
|
473
|
-
| `
|
|
385
|
+
| `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 |
|
|
386
|
+
| `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 |
|
|
387
|
+
| `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 |
|
|
388
|
+
| `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 |
|
|
389
|
+
| `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 |
|
|
390
|
+
| `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 |
|
|
391
|
+
| `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 \| |
|
|
392
|
+
| `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 |
|
|
393
|
+
| `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 |
|
|
394
|
+
| `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 |
|
|
395
|
+
| `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 |
|
|
396
|
+
| `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 |
|
|
397
|
+
| `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 |
|
|
398
|
+
| `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 |
|
|
399
|
+
| `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 |
|
|
400
|
+
| `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 |
|
|
401
|
+
| `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 |
|
|
402
|
+
| `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 |
|
|
403
|
+
| `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 |
|
|
404
|
+
| `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 |
|
|
405
|
+
| `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 |
|
|
406
|
+
| `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 |
|
|
407
|
+
| `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 |
|
|
408
|
+
| `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 |
|
|
409
|
+
| `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 |
|
|
410
|
+
| `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 |
|
|
411
|
+
| `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 |
|
|
412
|
+
| `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 |
|
|
413
|
+
| `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 |
|
|
414
|
+
| `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 |
|
|
415
|
+
| `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 |
|
|
416
|
+
| `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 |
|
|
417
|
+
| `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 |
|
|
418
|
+
| `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 |
|
|
419
|
+
| `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 |
|
|
420
|
+
| `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 |
|
|
421
|
+
| `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 |
|
|
422
|
+
| `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 |
|
|
423
|
+
| `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 |
|
|
424
|
+
| `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 |
|
|
425
|
+
| `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 |
|
|
426
|
+
| `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 |
|
|
427
|
+
| `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 |
|
|
428
|
+
| `strokeColor` | `StrokeColor` | No | - | **Syntax**: `<color>` **Initial value**: `transparent` \| Chrome \| Firefox \| Safari \| Edge \| IE \| \| :----: \| :-----: \| :------: \| :--: \| :-: \| \| No \| No \| **11.1** \| No \| No \| |
|
|
429
|
+
| `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 |
|
|
430
|
+
| `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 |
|
|
431
|
+
| `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 |
|
|
432
|
+
| `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 |
|
|
433
|
+
| `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 |
|
|
434
|
+
| `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 |
|
|
435
|
+
| `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 |
|
|
436
|
+
| `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 |
|
|
437
|
+
| `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 |
|
|
438
|
+
| `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 |
|
|
439
|
+
| `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 |
|
|
440
|
+
| `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 |
|
|
441
|
+
| `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 |
|
|
442
|
+
| `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 |
|
|
443
|
+
| `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 |
|
|
444
|
+
| `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 |
|
|
445
|
+
| `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 |
|
|
446
|
+
| `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 |
|
|
447
|
+
| `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 |
|
|
448
|
+
| `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 |
|
|
449
|
+
| `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 |
|
|
450
|
+
| `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 |
|
|
451
|
+
| `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 |
|
|
452
|
+
| `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 |
|
|
453
|
+
| `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 |
|
|
454
|
+
| `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 |
|
|
455
|
+
| `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 |
|
|
456
|
+
| `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 |
|
|
457
|
+
| `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 |
|
|
458
|
+
| `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 |
|
|
459
|
+
| `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 |
|
|
460
|
+
| `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 |
|
|
461
|
+
| `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 |
|
|
462
|
+
| `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 |
|
|
463
|
+
| `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 |
|
|
464
|
+
| `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 |
|
|
465
|
+
| `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 |
|
|
466
|
+
| `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 |
|
|
467
|
+
| `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 |
|
|
468
|
+
| `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 |
|
|
469
|
+
| `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 |
|
|
470
|
+
| `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 |
|
|
471
|
+
| `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 |
|
|
472
|
+
| `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 |
|
|
473
|
+
| `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 |
|
|
474
|
+
| `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 |
|
|
475
|
+
| `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 |
|
|
476
|
+
| `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 |
|
|
477
|
+
| `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 |
|
|
478
|
+
| `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 |
|
|
479
|
+
| `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 |
|
|
480
|
+
| `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 |
|
|
481
|
+
| `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 |
|
|
482
|
+
| `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 |
|
|
483
|
+
| `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 |
|
|
484
|
+
| `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 |
|
|
485
|
+
| `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 |
|
|
486
|
+
| `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 |
|
|
487
|
+
| `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 |
|
|
488
|
+
| `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 |
|
|
489
|
+
| `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 |
|
|
490
|
+
| `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 |
|
|
491
|
+
| `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 |
|
|
492
|
+
| `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 |
|
|
493
|
+
| `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 |
|
|
494
|
+
| `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 |
|
|
495
|
+
| `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` |
|
|
496
|
+
| `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 |
|
|
497
|
+
| `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 |
|
|
498
|
+
| `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 |
|
|
499
|
+
| `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 |
|
|
500
|
+
| `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 |
|
|
501
|
+
| `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 |
|
|
502
|
+
| `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 |
|
|
503
|
+
| `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 |
|
|
504
|
+
| `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 |
|
|
505
|
+
| `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 |
|
|
506
|
+
| `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 |
|
|
507
|
+
| `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 |
|
|
508
|
+
| `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 |
|
|
509
|
+
| `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 |
|
|
510
|
+
| `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 |
|
|
511
|
+
| `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 |
|
|
512
|
+
| `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 |
|
|
513
|
+
| `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 |
|
|
514
|
+
| `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 |
|
|
515
|
+
| `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 |
|
|
516
|
+
| `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 |
|
|
517
|
+
| `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 |
|
|
518
|
+
| `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 |
|
|
519
|
+
| `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 |
|
|
520
|
+
| `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 |
|
|
521
|
+
| `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 |
|
|
522
|
+
| `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 |
|
|
523
|
+
| `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 |
|
|
524
|
+
| `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 |
|
|
525
|
+
| `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 |
|
|
474
526
|
| `caret` | `Caret` | No | - | **Syntax**: `<'caret-color'> \|\| <'caret-shape'>` |
|
|
475
|
-
| `columnRule` | `ColumnRule<string \| number>` | No | - |
|
|
476
|
-
| `columns` | `Columns<string \| number>` | No | - |
|
|
477
|
-
| `containIntrinsicSize` | `ContainIntrinsicSize<string \| number>` | No | - |
|
|
478
|
-
| `flex` | `Flex<string \| number>` | No | - |
|
|
479
|
-
| `flexFlow` | `FlexFlow` | No | - |
|
|
480
|
-
| `font` | `Font` | No | - |
|
|
481
|
-
| `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.)
|
|
482
|
-
| `gridArea` | `GridArea` | No | - |
|
|
483
|
-
| `gridColumn` | `GridColumn` | No | - |
|
|
484
|
-
| `gridRow` | `GridRow` | No | - |
|
|
485
|
-
| `gridTemplate` | `GridTemplate` | No | - |
|
|
486
|
-
| `inset` | `Inset<string \| number>` | No | - |
|
|
487
|
-
| `insetBlock` | `InsetBlock<string \| number>` | No | - |
|
|
488
|
-
| `insetInline` | `InsetInline<string \| number>` | No | - |
|
|
489
|
-
| `lineClamp` | `LineClamp` | No | - | **Syntax**: `none \| <integer>` **Initial value**: `none` |
|
|
490
|
-
| `listStyle` | `ListStyle` | No | - |
|
|
491
|
-
| `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")
|
|
492
|
-
| `marginBlock` | `MarginBlock<string \| number>` | No | - |
|
|
493
|
-
| `marginInline` | `MarginInline<string \| number>` | No | - |
|
|
494
|
-
| `mask` | `Mask<string \| number>` | No | - |
|
|
495
|
-
| `maskBorder` | `MaskBorder` | No | - |
|
|
496
|
-
| `motion` | `Offset<string \| number>` | No | - |
|
|
497
|
-
| `offset` | `Offset<string \| number>` | No | - |
|
|
498
|
-
| `outline` | `Outline<string \| number>` | No | - |
|
|
499
|
-
| `overscrollBehavior` | `OverscrollBehavior` | No | - |
|
|
500
|
-
| `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")
|
|
501
|
-
| `paddingBlock` | `PaddingBlock<string \| number>` | No | - |
|
|
502
|
-
| `paddingInline` | `PaddingInline<string \| number>` | No | - |
|
|
503
|
-
| `placeContent` | `PlaceContent` | No | - |
|
|
504
|
-
| `placeItems` | `PlaceItems` | No | - |
|
|
505
|
-
| `placeSelf` | `PlaceSelf` | No | - |
|
|
506
|
-
| `
|
|
507
|
-
| `
|
|
508
|
-
| `
|
|
509
|
-
| `
|
|
510
|
-
| `
|
|
511
|
-
| `
|
|
512
|
-
| `
|
|
513
|
-
| `
|
|
514
|
-
| `
|
|
515
|
-
| `
|
|
516
|
-
| `
|
|
517
|
-
| `
|
|
518
|
-
| `
|
|
519
|
-
| `
|
|
520
|
-
| `
|
|
521
|
-
| `
|
|
522
|
-
| `
|
|
523
|
-
| `
|
|
524
|
-
| `
|
|
525
|
-
| `
|
|
526
|
-
| `
|
|
527
|
-
| `
|
|
528
|
-
| `
|
|
529
|
-
| `
|
|
530
|
-
| `
|
|
531
|
-
| `
|
|
532
|
-
| `
|
|
533
|
-
| `
|
|
534
|
-
| `
|
|
535
|
-
| `
|
|
536
|
-
| `
|
|
537
|
-
| `
|
|
538
|
-
| `
|
|
539
|
-
| `
|
|
540
|
-
| `
|
|
541
|
-
| `
|
|
542
|
-
| `
|
|
543
|
-
| `
|
|
544
|
-
| `
|
|
545
|
-
| `
|
|
546
|
-
| `
|
|
547
|
-
| `
|
|
548
|
-
| `
|
|
549
|
-
| `MozMarginEnd` | `MarginInlineEnd<string \| number>` | No | - |
|
|
550
|
-
| `MozMarginStart` | `MarginInlineStart<string \| number>` | No | - |
|
|
527
|
+
| `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 |
|
|
528
|
+
| `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 |
|
|
529
|
+
| `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 |
|
|
530
|
+
| `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 |
|
|
531
|
+
| `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 |
|
|
532
|
+
| `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 |
|
|
533
|
+
| `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 |
|
|
534
|
+
| `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 |
|
|
535
|
+
| `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 |
|
|
536
|
+
| `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 |
|
|
537
|
+
| `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 |
|
|
538
|
+
| `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 |
|
|
539
|
+
| `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 |
|
|
540
|
+
| `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 |
|
|
541
|
+
| `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 |
|
|
542
|
+
| `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 |
|
|
543
|
+
| `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 |
|
|
544
|
+
| `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 |
|
|
545
|
+
| `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 |
|
|
546
|
+
| `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 |
|
|
547
|
+
| `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 |
|
|
548
|
+
| `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 |
|
|
549
|
+
| `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 |
|
|
550
|
+
| `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 |
|
|
551
|
+
| `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 |
|
|
552
|
+
| `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 |
|
|
553
|
+
| `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 |
|
|
554
|
+
| `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 |
|
|
555
|
+
| `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 |
|
|
556
|
+
| `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 |
|
|
557
|
+
| `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 |
|
|
558
|
+
| `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 |
|
|
559
|
+
| `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 |
|
|
560
|
+
| `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 |
|
|
561
|
+
| `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 |
|
|
562
|
+
| `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 |
|
|
563
|
+
| `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 |
|
|
564
|
+
| `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 |
|
|
565
|
+
| `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 |
|
|
566
|
+
| `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 |
|
|
567
|
+
| `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 |
|
|
568
|
+
| `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 |
|
|
569
|
+
| `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 |
|
|
570
|
+
| `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 |
|
|
571
|
+
| `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 |
|
|
572
|
+
| `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` |
|
|
573
|
+
| `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` |
|
|
574
|
+
| `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` |
|
|
575
|
+
| `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` |
|
|
576
|
+
| `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` |
|
|
577
|
+
| `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` |
|
|
578
|
+
| `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` |
|
|
579
|
+
| `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` |
|
|
580
|
+
| `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) |
|
|
581
|
+
| `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` |
|
|
582
|
+
| `MozBinding` | `MozBinding` | No | - | **Syntax**: `<url> \| none` **Initial value**: `none` |
|
|
583
|
+
| `MozBorderBottomColors` | `MozBorderBottomColors` | No | - | **Syntax**: `<color>+ \| none` **Initial value**: `none` |
|
|
584
|
+
| `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` |
|
|
585
|
+
| `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` |
|
|
586
|
+
| `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` |
|
|
587
|
+
| `MozBorderLeftColors` | `MozBorderLeftColors` | No | - | **Syntax**: `<color>+ \| none` **Initial value**: `none` |
|
|
588
|
+
| `MozBorderRightColors` | `MozBorderRightColors` | No | - | **Syntax**: `<color>+ \| none` **Initial value**: `none` |
|
|
589
|
+
| `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` |
|
|
590
|
+
| `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` |
|
|
591
|
+
| `MozBorderTopColors` | `MozBorderTopColors` | No | - | **Syntax**: `<color>+ \| none` **Initial value**: `none` |
|
|
592
|
+
| `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` |
|
|
593
|
+
| `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` |
|
|
594
|
+
| `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` |
|
|
595
|
+
| `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` |
|
|
596
|
+
| `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` |
|
|
597
|
+
| `MozContextProperties` | `MozContextProperties` | No | - | **Syntax**: `none \| [ fill \| fill-opacity \| stroke \| stroke-opacity ]#` **Initial value**: `none` |
|
|
598
|
+
| `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` |
|
|
599
|
+
| `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` |
|
|
600
|
+
| `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` |
|
|
601
|
+
| `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` |
|
|
602
|
+
| `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` |
|
|
551
603
|
| `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` |
|
|
552
604
|
| `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` |
|
|
553
|
-
| `MozOutlineRadiusBottomleft` | `MozOutlineRadiusBottomleft<string \| number>` | No | - |
|
|
554
|
-
| `MozOutlineRadiusBottomright` | `MozOutlineRadiusBottomright<string \| number>` | No | - |
|
|
555
|
-
| `MozOutlineRadiusTopleft` | `MozOutlineRadiusTopleft<string \| number>` | No | - |
|
|
556
|
-
| `MozOutlineRadiusTopright` | `MozOutlineRadiusTopright<string \| number>` | No | - |
|
|
557
|
-
| `MozPaddingEnd` | `PaddingInlineEnd<string \| number>` | No | - |
|
|
558
|
-
| `MozPaddingStart` | `PaddingInlineStart<string \| number>` | No | - |
|
|
559
|
-
| `
|
|
560
|
-
| `
|
|
561
|
-
| `
|
|
562
|
-
| `
|
|
563
|
-
| `
|
|
605
|
+
| `MozOutlineRadiusBottomleft` | `MozOutlineRadiusBottomleft<string \| number>` | No | - | **Syntax**: `<outline-radius>` **Initial value**: `0` |
|
|
606
|
+
| `MozOutlineRadiusBottomright` | `MozOutlineRadiusBottomright<string \| number>` | No | - | **Syntax**: `<outline-radius>` **Initial value**: `0` |
|
|
607
|
+
| `MozOutlineRadiusTopleft` | `MozOutlineRadiusTopleft<string \| number>` | No | - | **Syntax**: `<outline-radius>` **Initial value**: `0` |
|
|
608
|
+
| `MozOutlineRadiusTopright` | `MozOutlineRadiusTopright<string \| number>` | No | - | **Syntax**: `<outline-radius>` **Initial value**: `0` |
|
|
609
|
+
| `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` |
|
|
610
|
+
| `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` |
|
|
611
|
+
| `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` |
|
|
612
|
+
| `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%` |
|
|
613
|
+
| `MozStackSizing` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "ignore" \| "stretch-to-fit"` | No | - | **Syntax**: `ignore \| stretch-to-fit` **Initial value**: `stretch-to-fit` |
|
|
614
|
+
| `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` |
|
|
615
|
+
| `MozTextBlink` | `"blink" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | **Syntax**: `none \| blink` **Initial value**: `none` |
|
|
616
|
+
| `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). |
|
|
617
|
+
| `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` |
|
|
618
|
+
| `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` |
|
|
619
|
+
| `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` |
|
|
564
620
|
| `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` |
|
|
565
|
-
| `MozUserSelect` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "text" \| "
|
|
566
|
-
| `MozWindowDragging` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "drag" \| "no-drag"` | No | - |
|
|
567
|
-
| `MozWindowShadow` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "menu" \| "tooltip" \| "default" \| "sheet"` | No | - |
|
|
568
|
-
| `msAccelerator` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "false" \| "true"` | No | - |
|
|
569
|
-
| `msBlockProgression` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "bt" \| "lr" \| "rl" \| "tb"` | No | - |
|
|
570
|
-
| `msContentZoomChaining` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "chained"` | No | - |
|
|
571
|
-
| `msContentZoomLimitMax` | `MsContentZoomLimitMax` | No | - |
|
|
572
|
-
| `msContentZoomLimitMin` | `MsContentZoomLimitMin` | No | - |
|
|
573
|
-
| `msContentZoomSnapPoints` | `MsContentZoomSnapPoints` | No | - |
|
|
574
|
-
| `msContentZoomSnapType` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "mandatory" \| "proximity"` | No | - |
|
|
575
|
-
| `msContentZooming` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "zoom"` | No | - |
|
|
576
|
-
| `msFilter` | `MsFilter` | No | - |
|
|
577
|
-
| `msFlexDirection` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "row" \| "column" \| "column-reverse" \| "row-reverse"` | No | - |
|
|
578
|
-
| `msFlexPositive` | `FlexGrow` | No | - |
|
|
579
|
-
| `msFlowFrom` | `MsFlowFrom` | No | - |
|
|
580
|
-
| `msFlowInto` | `MsFlowInto` | No | - |
|
|
581
|
-
| `msGridColumns` | `MsGridColumns<string \| number>` | No | - |
|
|
582
|
-
| `msGridRows` | `MsGridRows<string \| number>` | No | - |
|
|
583
|
-
| `msHighContrastAdjust` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - |
|
|
584
|
-
| `msHyphenateLimitChars` | `MsHyphenateLimitChars` | No | - |
|
|
585
|
-
| `msHyphenateLimitLines` | `MsHyphenateLimitLines` | No | - |
|
|
586
|
-
| `msHyphenateLimitZone` | `MsHyphenateLimitZone<string \| number>` | No | - |
|
|
587
|
-
| `msHyphens` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "manual"` | No | - |
|
|
588
|
-
| `msImeAlign` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "after"` | No | - |
|
|
589
|
-
| `msLineBreak` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "strict" \| "anywhere" \| "loose"` | No | - |
|
|
590
|
-
| `msOrder` | `Order` | No | - |
|
|
591
|
-
| `msOverflowStyle` | `"scrollbar" \| "auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "-ms-autohiding-scrollbar"` | No | - |
|
|
592
|
-
| `msOverflowX` | `"visible" \| "hidden" \| "scroll" \| "auto" \| "clip" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "-moz-hidden-unscrollable"` | No | - |
|
|
593
|
-
| `msOverflowY` | `"visible" \| "hidden" \| "scroll" \| "auto" \| "clip" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "-moz-hidden-unscrollable"` | No | - |
|
|
594
|
-
| `msScrollChaining` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "chained"` | No | - |
|
|
595
|
-
| `msScrollLimitXMax` | `MsScrollLimitXMax<string \| number>` | No | - |
|
|
596
|
-
| `msScrollLimitXMin` | `MsScrollLimitXMin<string \| number>` | No | - |
|
|
597
|
-
| `msScrollLimitYMax` | `MsScrollLimitYMax<string \| number>` | No | - |
|
|
598
|
-
| `msScrollLimitYMin` | `MsScrollLimitYMin<string \| number>` | No | - |
|
|
599
|
-
| `msScrollRails` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "railed"` | No | - |
|
|
600
|
-
| `msScrollSnapPointsX` | `MsScrollSnapPointsX` | No | - |
|
|
601
|
-
| `msScrollSnapPointsY` | `MsScrollSnapPointsY` | No | - |
|
|
602
|
-
| `msScrollSnapType` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "mandatory" \| "proximity"` | No | - |
|
|
603
|
-
| `msScrollTranslation` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "vertical-to-horizontal"` | No | - |
|
|
604
|
-
| `msScrollbar3dlightColor` | `MsScrollbar3dlightColor` | No | - |
|
|
605
|
-
| `msScrollbarArrowColor` | `MsScrollbarArrowColor` | No | - |
|
|
606
|
-
| `msScrollbarBaseColor` | `MsScrollbarBaseColor` | No | - |
|
|
607
|
-
| `msScrollbarDarkshadowColor` | `MsScrollbarDarkshadowColor` | No | - |
|
|
608
|
-
| `msScrollbarFaceColor` | `MsScrollbarFaceColor` | No | - |
|
|
609
|
-
| `msScrollbarHighlightColor` | `MsScrollbarHighlightColor` | No | - |
|
|
610
|
-
| `msScrollbarShadowColor` | `MsScrollbarShadowColor` | No | - |
|
|
611
|
-
| `msScrollbarTrackColor` | `MsScrollbarTrackColor` | No | - |
|
|
612
|
-
| `msTextAutospace` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "ideograph-alpha" \| "ideograph-numeric" \| "ideograph-parenthesis" \| "ideograph-space"` | No | - |
|
|
613
|
-
| `msTextCombineHorizontal` | `TextCombineUpright` | No | - |
|
|
614
|
-
| `msTextOverflow` | `TextOverflow` | No | - |
|
|
615
|
-
| `msTouchAction` | `TouchAction` | No | - |
|
|
616
|
-
| `msTouchSelect` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "grippers"` | No | - |
|
|
617
|
-
| `msTransform` | `Transform` | No | - |
|
|
618
|
-
| `msTransformOrigin` | `TransformOrigin<string \| number>` | No | - |
|
|
619
|
-
| `msTransitionDelay` | `TransitionDelay<string & {}>` | No | - |
|
|
620
|
-
| `msTransitionDuration` | `TransitionDuration<string & {}>` | No | - |
|
|
621
|
-
| `msTransitionProperty` | `TransitionProperty` | No | - |
|
|
622
|
-
| `msTransitionTimingFunction` | `TransitionTimingFunction` | No | - |
|
|
623
|
-
| `msUserSelect` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "text" \| "element"` | No | - |
|
|
624
|
-
| `msWordBreak` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "break-word" \| "break-all" \| "keep-all"` | No | - |
|
|
625
|
-
| `msWrapFlow` | `"auto" \| "start" \| "end" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "clear" \| "both" \| "maximum"` | No | - |
|
|
626
|
-
| `msWrapMargin` | `MsWrapMargin<string \| number>` | No | - |
|
|
627
|
-
| `msWrapThrough` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "wrap"` | No | - |
|
|
628
|
-
| `msWritingMode` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "horizontal-tb" \| "sideways-lr" \| "sideways-rl" \| "vertical-lr" \| "vertical-rl"` | No | - |
|
|
629
|
-
| `WebkitAlignContent` | `AlignContent` | No | - |
|
|
630
|
-
| `WebkitAlignItems` | `AlignItems` | No | - |
|
|
631
|
-
| `WebkitAlignSelf` | `AlignSelf` | No | - |
|
|
632
|
-
| `WebkitAnimationDelay` | `AnimationDelay<string & {}>` | No | - |
|
|
633
|
-
| `WebkitAnimationDirection` | `AnimationDirection` | No | - |
|
|
634
|
-
| `WebkitAnimationDuration` | `AnimationDuration<string & {}>` | No | - |
|
|
635
|
-
| `WebkitAnimationFillMode` | `AnimationFillMode` | No | - |
|
|
636
|
-
| `WebkitAnimationIterationCount` | `AnimationIterationCount` | No | - |
|
|
637
|
-
| `WebkitAnimationName` | `AnimationName` | No | - |
|
|
638
|
-
| `WebkitAnimationPlayState` | `AnimationPlayState` | No | - |
|
|
639
|
-
| `WebkitAnimationTimingFunction` | `AnimationTimingFunction` | No | - |
|
|
640
|
-
| `WebkitAppearance` | `"none" \| "button" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "caret" \| "checkbox" \| "listbox" \| "listitem" \| "radio" \| "menulist" \| "meter" \| "progress-bar" \| "
|
|
641
|
-
| `WebkitBackdropFilter` | `BackdropFilter` | No | - |
|
|
642
|
-
| `WebkitBackfaceVisibility` | `"visible" \| "hidden" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - |
|
|
643
|
-
| `WebkitBackgroundClip` | `BackgroundClip` | No | - |
|
|
644
|
-
| `WebkitBackgroundOrigin` | `BackgroundOrigin` | No | - |
|
|
645
|
-
| `WebkitBackgroundSize` | `BackgroundSize<string \| number>` | No | - |
|
|
621
|
+
| `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` |
|
|
622
|
+
| `MozWindowDragging` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "drag" \| "no-drag"` | No | - | **Syntax**: `drag \| no-drag` **Initial value**: `drag` |
|
|
623
|
+
| `MozWindowShadow` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "menu" \| "tooltip" \| "default" \| "sheet"` | No | - | **Syntax**: `default \| menu \| tooltip \| sheet \| none` **Initial value**: `default` |
|
|
624
|
+
| `msAccelerator` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "false" \| "true"` | No | - | **Syntax**: `false \| true` **Initial value**: `false` |
|
|
625
|
+
| `msBlockProgression` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "bt" \| "lr" \| "rl" \| "tb"` | No | - | **Syntax**: `tb \| rl \| bt \| lr` **Initial value**: `tb` |
|
|
626
|
+
| `msContentZoomChaining` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "chained"` | No | - | **Syntax**: `none \| chained` **Initial value**: `none` |
|
|
627
|
+
| `msContentZoomLimitMax` | `MsContentZoomLimitMax` | No | - | **Syntax**: `<percentage>` **Initial value**: `400%` |
|
|
628
|
+
| `msContentZoomLimitMin` | `MsContentZoomLimitMin` | No | - | **Syntax**: `<percentage>` **Initial value**: `100%` |
|
|
629
|
+
| `msContentZoomSnapPoints` | `MsContentZoomSnapPoints` | No | - | **Syntax**: `snapInterval( <percentage>, <percentage> ) \| snapList( <percentage># )` **Initial value**: `snapInterval(0%, 100%)` |
|
|
630
|
+
| `msContentZoomSnapType` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "mandatory" \| "proximity"` | No | - | **Syntax**: `none \| proximity \| mandatory` **Initial value**: `none` |
|
|
631
|
+
| `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 |
|
|
632
|
+
| `msFilter` | `MsFilter` | No | - | **Syntax**: `<string>` **Initial value**: "" (the empty string) |
|
|
633
|
+
| `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` |
|
|
634
|
+
| `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` |
|
|
635
|
+
| `msFlowFrom` | `MsFlowFrom` | No | - | **Syntax**: `[ none \| <custom-ident> ]#` **Initial value**: `none` |
|
|
636
|
+
| `msFlowInto` | `MsFlowInto` | No | - | **Syntax**: `[ none \| <custom-ident> ]#` **Initial value**: `none` |
|
|
637
|
+
| `msGridColumns` | `MsGridColumns<string \| number>` | No | - | **Syntax**: `none \| <track-list> \| <auto-track-list>` **Initial value**: `none` |
|
|
638
|
+
| `msGridRows` | `MsGridRows<string \| number>` | No | - | **Syntax**: `none \| <track-list> \| <auto-track-list>` **Initial value**: `none` |
|
|
639
|
+
| `msHighContrastAdjust` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset"` | No | - | **Syntax**: `auto \| none` **Initial value**: `auto` |
|
|
640
|
+
| `msHyphenateLimitChars` | `MsHyphenateLimitChars` | No | - | **Syntax**: `auto \| <integer>{1,3}` **Initial value**: `auto` |
|
|
641
|
+
| `msHyphenateLimitLines` | `MsHyphenateLimitLines` | No | - | **Syntax**: `no-limit \| <integer>` **Initial value**: `no-limit` |
|
|
642
|
+
| `msHyphenateLimitZone` | `MsHyphenateLimitZone<string \| number>` | No | - | **Syntax**: `<percentage> \| <length>` **Initial value**: `0` |
|
|
643
|
+
| `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` |
|
|
644
|
+
| `msImeAlign` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "after"` | No | - | **Syntax**: `auto \| after` **Initial value**: `auto` |
|
|
645
|
+
| `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` |
|
|
646
|
+
| `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` |
|
|
647
|
+
| `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` |
|
|
648
|
+
| `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` |
|
|
649
|
+
| `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` |
|
|
650
|
+
| `msScrollChaining` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "chained"` | No | - | **Syntax**: `chained \| none` **Initial value**: `chained` |
|
|
651
|
+
| `msScrollLimitXMax` | `MsScrollLimitXMax<string \| number>` | No | - | **Syntax**: `auto \| <length>` **Initial value**: `auto` |
|
|
652
|
+
| `msScrollLimitXMin` | `MsScrollLimitXMin<string \| number>` | No | - | **Syntax**: `<length>` **Initial value**: `0` |
|
|
653
|
+
| `msScrollLimitYMax` | `MsScrollLimitYMax<string \| number>` | No | - | **Syntax**: `auto \| <length>` **Initial value**: `auto` |
|
|
654
|
+
| `msScrollLimitYMin` | `MsScrollLimitYMin<string \| number>` | No | - | **Syntax**: `<length>` **Initial value**: `0` |
|
|
655
|
+
| `msScrollRails` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "railed"` | No | - | **Syntax**: `none \| railed` **Initial value**: `railed` |
|
|
656
|
+
| `msScrollSnapPointsX` | `MsScrollSnapPointsX` | No | - | **Syntax**: `snapInterval( <length-percentage>, <length-percentage> ) \| snapList( <length-percentage># )` **Initial value**: `snapInterval(0px, 100%)` |
|
|
657
|
+
| `msScrollSnapPointsY` | `MsScrollSnapPointsY` | No | - | **Syntax**: `snapInterval( <length-percentage>, <length-percentage> ) \| snapList( <length-percentage># )` **Initial value**: `snapInterval(0px, 100%)` |
|
|
658
|
+
| `msScrollSnapType` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "mandatory" \| "proximity"` | No | - | **Syntax**: `none \| proximity \| mandatory` **Initial value**: `none` |
|
|
659
|
+
| `msScrollTranslation` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "vertical-to-horizontal"` | No | - | **Syntax**: `none \| vertical-to-horizontal` **Initial value**: `none` |
|
|
660
|
+
| `msScrollbar3dlightColor` | `MsScrollbar3dlightColor` | No | - | **Syntax**: `<color>` **Initial value**: depends on user agent |
|
|
661
|
+
| `msScrollbarArrowColor` | `MsScrollbarArrowColor` | No | - | **Syntax**: `<color>` **Initial value**: `ButtonText` |
|
|
662
|
+
| `msScrollbarBaseColor` | `MsScrollbarBaseColor` | No | - | **Syntax**: `<color>` **Initial value**: depends on user agent |
|
|
663
|
+
| `msScrollbarDarkshadowColor` | `MsScrollbarDarkshadowColor` | No | - | **Syntax**: `<color>` **Initial value**: `ThreeDDarkShadow` |
|
|
664
|
+
| `msScrollbarFaceColor` | `MsScrollbarFaceColor` | No | - | **Syntax**: `<color>` **Initial value**: `ThreeDFace` |
|
|
665
|
+
| `msScrollbarHighlightColor` | `MsScrollbarHighlightColor` | No | - | **Syntax**: `<color>` **Initial value**: `ThreeDHighlight` |
|
|
666
|
+
| `msScrollbarShadowColor` | `MsScrollbarShadowColor` | No | - | **Syntax**: `<color>` **Initial value**: `ThreeDDarkShadow` |
|
|
667
|
+
| `msScrollbarTrackColor` | `MsScrollbarTrackColor` | No | - | **Syntax**: `<color>` **Initial value**: `Scrollbar` |
|
|
668
|
+
| `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` |
|
|
669
|
+
| `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` |
|
|
670
|
+
| `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` |
|
|
671
|
+
| `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` |
|
|
672
|
+
| `msTouchSelect` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "grippers"` | No | - | **Syntax**: `grippers \| none` **Initial value**: `grippers` |
|
|
673
|
+
| `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` |
|
|
674
|
+
| `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` |
|
|
675
|
+
| `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` |
|
|
676
|
+
| `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` |
|
|
677
|
+
| `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 |
|
|
678
|
+
| `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` |
|
|
679
|
+
| `msUserSelect` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "text" \| "element"` | No | - | **Syntax**: `none \| element \| text` **Initial value**: `text` |
|
|
680
|
+
| `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` |
|
|
681
|
+
| `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` |
|
|
682
|
+
| `msWrapMargin` | `MsWrapMargin<string \| number>` | No | - | **Syntax**: `<length>` **Initial value**: `0` |
|
|
683
|
+
| `msWrapThrough` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "wrap"` | No | - | **Syntax**: `wrap \| none` **Initial value**: `wrap` |
|
|
684
|
+
| `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` |
|
|
685
|
+
| `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` |
|
|
686
|
+
| `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` |
|
|
687
|
+
| `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` |
|
|
688
|
+
| `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` |
|
|
689
|
+
| `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` |
|
|
690
|
+
| `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` |
|
|
691
|
+
| `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` |
|
|
692
|
+
| `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` |
|
|
693
|
+
| `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` |
|
|
694
|
+
| `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` |
|
|
695
|
+
| `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` |
|
|
696
|
+
| `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) |
|
|
697
|
+
| `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` |
|
|
698
|
+
| `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` |
|
|
699
|
+
| `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` |
|
|
700
|
+
| `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` |
|
|
701
|
+
| `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` |
|
|
646
702
|
| `WebkitBorderBeforeColor` | `WebkitBorderBeforeColor` | No | - | **Syntax**: `<color>` **Initial value**: `currentcolor` |
|
|
647
703
|
| `WebkitBorderBeforeStyle` | `WebkitBorderBeforeStyle` | No | - | **Syntax**: `<'border-style'>` **Initial value**: `none` |
|
|
648
704
|
| `WebkitBorderBeforeWidth` | `WebkitBorderBeforeWidth<string \| number>` | No | - | **Syntax**: `<'border-width'>` **Initial value**: `medium` |
|
|
649
|
-
| `WebkitBorderBottomLeftRadius` | `BorderBottomLeftRadius<string \| number>` | No | - |
|
|
650
|
-
| `WebkitBorderBottomRightRadius` | `BorderBottomRightRadius<string \| number>` | No | - |
|
|
651
|
-
| `WebkitBorderImageSlice` | `BorderImageSlice` | No | - |
|
|
652
|
-
| `WebkitBorderTopLeftRadius` | `BorderTopLeftRadius<string \| number>` | No | - |
|
|
653
|
-
| `WebkitBorderTopRightRadius` | `BorderTopRightRadius<string \| number>` | No | - |
|
|
654
|
-
| `WebkitBoxDecorationBreak` | `"slice" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "clone"` | No | - |
|
|
705
|
+
| `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` |
|
|
706
|
+
| `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` |
|
|
707
|
+
| `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%` |
|
|
708
|
+
| `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` |
|
|
709
|
+
| `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` |
|
|
710
|
+
| `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` |
|
|
655
711
|
| `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` |
|
|
656
|
-
| `WebkitBoxShadow` | `BoxShadow` | No | - |
|
|
657
|
-
| `WebkitBoxSizing` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "border-box" \| "content-box"` | No | - |
|
|
658
|
-
| `WebkitClipPath` | `ClipPath` | No | - |
|
|
659
|
-
| `WebkitColumnCount` | `ColumnCount` | No | - |
|
|
660
|
-
| `WebkitColumnFill` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "balance"
|
|
661
|
-
| `WebkitColumnRuleColor` | `ColumnRuleColor` | No | - |
|
|
662
|
-
| `WebkitColumnRuleStyle` | `ColumnRuleStyle` | No | - |
|
|
663
|
-
| `WebkitColumnRuleWidth` | `ColumnRuleWidth<string \| number>` | No | - |
|
|
664
|
-
| `WebkitColumnSpan` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "all"` | No | - |
|
|
665
|
-
| `WebkitColumnWidth` | `ColumnWidth<string \| number>` | No | - |
|
|
666
|
-
| `WebkitFilter` | `Filter` | No | - |
|
|
667
|
-
| `WebkitFlexBasis` | `FlexBasis<string \| number>` | No | - |
|
|
668
|
-
| `WebkitFlexDirection` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "row" \| "column" \| "column-reverse" \| "row-reverse"` | No | - |
|
|
669
|
-
| `WebkitFlexGrow` | `FlexGrow` | No | - |
|
|
670
|
-
| `WebkitFlexShrink` | `FlexShrink` | No | - |
|
|
671
|
-
| `WebkitFlexWrap` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "nowrap" \| "wrap" \| "wrap-reverse"` | No | - |
|
|
672
|
-
| `WebkitFontFeatureSettings` | `FontFeatureSettings` | No | - |
|
|
673
|
-
| `WebkitFontKerning` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal"` | No | - |
|
|
712
|
+
| `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` |
|
|
713
|
+
| `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` |
|
|
714
|
+
| `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` |
|
|
715
|
+
| `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` |
|
|
716
|
+
| `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` |
|
|
717
|
+
| `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` |
|
|
718
|
+
| `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` |
|
|
719
|
+
| `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` |
|
|
720
|
+
| `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` |
|
|
721
|
+
| `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` |
|
|
722
|
+
| `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` |
|
|
723
|
+
| `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` |
|
|
724
|
+
| `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` |
|
|
725
|
+
| `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` |
|
|
726
|
+
| `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` |
|
|
727
|
+
| `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` |
|
|
728
|
+
| `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` |
|
|
729
|
+
| `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` |
|
|
674
730
|
| `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` |
|
|
675
|
-
| `WebkitFontVariantLigatures` | `FontVariantLigatures` | No | - |
|
|
676
|
-
| `WebkitHyphenateCharacter` | `HyphenateCharacter` | No | - |
|
|
677
|
-
| `WebkitHyphens` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "manual"` | No | - |
|
|
678
|
-
| `WebkitInitialLetter` | `InitialLetter` | No | - |
|
|
679
|
-
| `WebkitJustifyContent` | `JustifyContent` | No | - |
|
|
680
|
-
| `WebkitLineBreak` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "strict" \| "anywhere" \| "loose"` | No | - |
|
|
681
|
-
| `WebkitLineClamp` | `WebkitLineClamp` | No | - |
|
|
682
|
-
| `
|
|
683
|
-
| `
|
|
684
|
-
| `
|
|
685
|
-
| `
|
|
686
|
-
| `
|
|
687
|
-
| `
|
|
688
|
-
| `
|
|
689
|
-
| `
|
|
690
|
-
| `
|
|
731
|
+
| `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` |
|
|
732
|
+
| `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` |
|
|
733
|
+
| `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` |
|
|
734
|
+
| `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` |
|
|
735
|
+
| `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` |
|
|
736
|
+
| `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` |
|
|
737
|
+
| `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` |
|
|
738
|
+
| `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` |
|
|
739
|
+
| `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` |
|
|
740
|
+
| `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` |
|
|
741
|
+
| `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` |
|
|
742
|
+
| `WebkitMaskAttachment` | `WebkitMaskAttachment` | No | - | **Syntax**: `<attachment>#` **Initial value**: `scroll` |
|
|
743
|
+
| `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` |
|
|
744
|
+
| `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` |
|
|
745
|
+
| `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` |
|
|
746
|
+
| `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` |
|
|
747
|
+
| `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` |
|
|
748
|
+
| `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` |
|
|
691
749
|
| `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` |
|
|
692
|
-
| `WebkitMaskImage` | `WebkitMaskImage` | No | - |
|
|
693
|
-
| `WebkitMaskOrigin` | `WebkitMaskOrigin` | No | - |
|
|
694
|
-
| `WebkitMaskPosition` | `WebkitMaskPosition<string \| number>` | No | - |
|
|
750
|
+
| `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` |
|
|
751
|
+
| `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` |
|
|
752
|
+
| `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%` |
|
|
695
753
|
| `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%` |
|
|
696
754
|
| `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%` |
|
|
697
|
-
| `WebkitMaskRepeat` | `WebkitMaskRepeat` | No | - |
|
|
755
|
+
| `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` |
|
|
698
756
|
| `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` |
|
|
699
757
|
| `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` |
|
|
700
|
-
| `WebkitMaskSize` | `WebkitMaskSize<string \| number>` | No | - |
|
|
701
|
-
| `WebkitMaxInlineSize` | `MaxInlineSize<string \| number>` | No | - |
|
|
702
|
-
| `WebkitOrder` | `Order` | No | - |
|
|
703
|
-
| `WebkitOverflowScrolling` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "touch"` | No | - |
|
|
704
|
-
| `WebkitPaddingEnd` | `PaddingInlineEnd<string \| number>` | No | - |
|
|
705
|
-
| `WebkitPaddingStart` | `PaddingInlineStart<string \| number>` | No | - |
|
|
706
|
-
| `WebkitPerspective` | `Perspective<string \| number>` | No | - |
|
|
707
|
-
| `WebkitPerspectiveOrigin` | `PerspectiveOrigin<string \| number>` | No | - |
|
|
708
|
-
| `WebkitPrintColorAdjust` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "economy" \| "exact"` | No | - |
|
|
709
|
-
| `WebkitRubyPosition` | `RubyPosition` | No | - |
|
|
710
|
-
| `WebkitScrollSnapType` | `ScrollSnapType` | No | - |
|
|
711
|
-
| `WebkitShapeMargin` | `ShapeMargin<string \| number>` | No | - |
|
|
758
|
+
| `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` |
|
|
759
|
+
| `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` |
|
|
760
|
+
| `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` |
|
|
761
|
+
| `WebkitOverflowScrolling` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "touch"` | No | - | **Syntax**: `auto \| touch` **Initial value**: `auto` |
|
|
762
|
+
| `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` |
|
|
763
|
+
| `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` |
|
|
764
|
+
| `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` |
|
|
765
|
+
| `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%` |
|
|
766
|
+
| `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` |
|
|
767
|
+
| `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` |
|
|
768
|
+
| `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` |
|
|
769
|
+
| `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` |
|
|
712
770
|
| `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` |
|
|
713
|
-
| `WebkitTextCombine` | `TextCombineUpright` | No | - |
|
|
714
|
-
| `WebkitTextDecorationColor` | `TextDecorationColor` | No | - |
|
|
715
|
-
| `WebkitTextDecorationLine` | `TextDecorationLine` | No | - |
|
|
716
|
-
| `WebkitTextDecorationSkip` | `TextDecorationSkip` | No | - |
|
|
717
|
-
| `WebkitTextDecorationStyle` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "dashed" \| "dotted" \| "double" \| "solid" \| "wavy"` | No | - |
|
|
718
|
-
| `WebkitTextEmphasisColor` | `TextEmphasisColor` | No | - |
|
|
719
|
-
| `WebkitTextEmphasisPosition` | `TextEmphasisPosition` | No | - |
|
|
720
|
-
| `WebkitTextEmphasisStyle` | `TextEmphasisStyle` | No | - |
|
|
721
|
-
| `WebkitTextFillColor` | `WebkitTextFillColor` | No | - |
|
|
722
|
-
| `WebkitTextOrientation` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "mixed" \| "sideways" \| "upright"` | No | - |
|
|
723
|
-
| `WebkitTextSizeAdjust` | `TextSizeAdjust` | No | - |
|
|
724
|
-
| `WebkitTextStrokeColor` | `WebkitTextStrokeColor` | No | - |
|
|
725
|
-
| `WebkitTextStrokeWidth` | `WebkitTextStrokeWidth<string \| number>` | No | - |
|
|
726
|
-
| `WebkitTextUnderlinePosition` | `TextUnderlinePosition` | No | - |
|
|
771
|
+
| `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` |
|
|
772
|
+
| `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` |
|
|
773
|
+
| `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` |
|
|
774
|
+
| `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` |
|
|
775
|
+
| `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` |
|
|
776
|
+
| `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` |
|
|
777
|
+
| `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` |
|
|
778
|
+
| `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` |
|
|
779
|
+
| `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` |
|
|
780
|
+
| `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` |
|
|
781
|
+
| `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). |
|
|
782
|
+
| `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` |
|
|
783
|
+
| `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` |
|
|
784
|
+
| `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` |
|
|
727
785
|
| `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` |
|
|
728
|
-
| `WebkitTransform` | `Transform` | No | - |
|
|
729
|
-
| `WebkitTransformOrigin` | `TransformOrigin<string \| number>` | No | - |
|
|
730
|
-
| `WebkitTransformStyle` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "flat" \| "preserve-3d"` | No | - |
|
|
731
|
-
| `WebkitTransitionDelay` | `TransitionDelay<string & {}>` | No | - |
|
|
732
|
-
| `WebkitTransitionDuration` | `TransitionDuration<string & {}>` | No | - |
|
|
733
|
-
| `WebkitTransitionProperty` | `TransitionProperty` | No | - |
|
|
734
|
-
| `WebkitTransitionTimingFunction` | `TransitionTimingFunction` | No | - |
|
|
786
|
+
| `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` |
|
|
787
|
+
| `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` |
|
|
788
|
+
| `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` |
|
|
789
|
+
| `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` |
|
|
790
|
+
| `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` |
|
|
791
|
+
| `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 |
|
|
792
|
+
| `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` |
|
|
735
793
|
| `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` |
|
|
736
|
-
| `WebkitUserSelect` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "text" \| "
|
|
737
|
-
| `WebkitWritingMode` | `"-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "horizontal-tb" \| "sideways-lr" \| "sideways-rl" \| "vertical-lr" \| "vertical-rl"` | No | - |
|
|
738
|
-
| `MozAnimation` | `Animation<string & {}>` | No | - |
|
|
739
|
-
| `MozBorderImage` | `BorderImage` | No | - |
|
|
740
|
-
| `MozColumnRule` | `ColumnRule<string \| number>` | No | - |
|
|
741
|
-
| `MozColumns` | `Columns<string \| number>` | No | - |
|
|
742
|
-
| `MozOutlineRadius` | `MozOutlineRadius<string \| number>` | No | - |
|
|
743
|
-
| `
|
|
744
|
-
| `
|
|
745
|
-
| `
|
|
746
|
-
| `
|
|
747
|
-
| `
|
|
748
|
-
| `
|
|
749
|
-
| `
|
|
750
|
-
| `
|
|
794
|
+
| `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` |
|
|
795
|
+
| `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` |
|
|
796
|
+
| `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>#` |
|
|
797
|
+
| `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'>` |
|
|
798
|
+
| `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'>` |
|
|
799
|
+
| `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'>` |
|
|
800
|
+
| `MozOutlineRadius` | `MozOutlineRadius<string \| number>` | No | - | **Syntax**: `<outline-radius>{1,4} [ / <outline-radius>{1,4} ]?` |
|
|
801
|
+
| `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>#` |
|
|
802
|
+
| `msContentZoomLimit` | `MsContentZoomLimit` | No | - | **Syntax**: `<'-ms-content-zoom-limit-min'> <'-ms-content-zoom-limit-max'>` |
|
|
803
|
+
| `msContentZoomSnap` | `MsContentZoomSnap` | No | - | **Syntax**: `<'-ms-content-zoom-snap-type'> \|\| <'-ms-content-zoom-snap-points'>` |
|
|
804
|
+
| `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'> ]` |
|
|
805
|
+
| `msScrollLimit` | `MsScrollLimit` | No | - | **Syntax**: `<'-ms-scroll-limit-x-min'> <'-ms-scroll-limit-y-min'> <'-ms-scroll-limit-x-max'> <'-ms-scroll-limit-y-max'>` |
|
|
806
|
+
| `msScrollSnapX` | `MsScrollSnapX` | No | - | **Syntax**: `<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-x'>` |
|
|
807
|
+
| `msScrollSnapY` | `MsScrollSnapY` | No | - | **Syntax**: `<'-ms-scroll-snap-type'> <'-ms-scroll-snap-points-y'>` |
|
|
808
|
+
| `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>#` |
|
|
809
|
+
| `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>#` |
|
|
751
810
|
| `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>` |
|
|
752
|
-
| `WebkitBorderImage` | `BorderImage` | No | - |
|
|
753
|
-
| `WebkitBorderRadius` | `BorderRadius<string \| number>` | No | - |
|
|
754
|
-
| `WebkitColumnRule` | `ColumnRule<string \| number>` | No | - |
|
|
755
|
-
| `WebkitColumns` | `Columns<string \| number>` | No | - |
|
|
756
|
-
| `WebkitFlex` | `Flex<string \| number>` | No | - |
|
|
757
|
-
| `WebkitFlexFlow` | `FlexFlow` | No | - |
|
|
758
|
-
| `WebkitMask` | `WebkitMask<string \| number>` | No | - |
|
|
759
|
-
| `WebkitMaskBoxImage` | `MaskBorder` | No | - |
|
|
760
|
-
| `WebkitTextEmphasis` | `TextEmphasis` | No | - |
|
|
761
|
-
| `WebkitTextStroke` | `WebkitTextStroke<string \| number>` | No | - |
|
|
762
|
-
| `WebkitTransition` | `Transition<string & {}>` | No | - |
|
|
763
|
-
| `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 |
|
|
811
|
+
| `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'>` |
|
|
812
|
+
| `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} ]?` |
|
|
813
|
+
| `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'>` |
|
|
814
|
+
| `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'>` |
|
|
815
|
+
| `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'> ]` |
|
|
816
|
+
| `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'>` |
|
|
817
|
+
| `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 ] ]#` |
|
|
818
|
+
| `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'>` |
|
|
819
|
+
| `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'>` |
|
|
820
|
+
| `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>` |
|
|
821
|
+
| `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>#` |
|
|
764
822
|
| `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 |
|
|
765
823
|
| `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 |
|
|
766
824
|
| `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 |
|
|
767
825
|
| `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 |
|
|
768
826
|
| `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 |
|
|
769
827
|
| `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 |
|
|
770
|
-
| `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`
|
|
828
|
+
| `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 |
|
|
771
829
|
| `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 |
|
|
772
|
-
| `
|
|
773
|
-
| `
|
|
774
|
-
| `
|
|
775
|
-
| `
|
|
776
|
-
| `
|
|
777
|
-
| `
|
|
778
|
-
| `
|
|
779
|
-
| `
|
|
780
|
-
| `
|
|
781
|
-
| `
|
|
782
|
-
| `
|
|
783
|
-
| `
|
|
784
|
-
| `
|
|
785
|
-
| `
|
|
786
|
-
| `
|
|
787
|
-
| `
|
|
830
|
+
| `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 |
|
|
831
|
+
| `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 |
|
|
832
|
+
| `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 |
|
|
833
|
+
| `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 |
|
|
834
|
+
| `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 |
|
|
835
|
+
| `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 |
|
|
836
|
+
| `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 |
|
|
837
|
+
| `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 |
|
|
838
|
+
| `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 |
|
|
839
|
+
| `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 |
|
|
840
|
+
| `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 |
|
|
841
|
+
| `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 |
|
|
842
|
+
| `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 |
|
|
843
|
+
| `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 |
|
|
844
|
+
| `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 |
|
|
845
|
+
| `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 |
|
|
846
|
+
| `scrollSnapCoordinate` | `ScrollSnapCoordinate<string \| number>` | No | - | **Syntax**: `none \| <position>#` **Initial value**: `none` @deprecated |
|
|
847
|
+
| `scrollSnapDestination` | `ScrollSnapDestination<string \| number>` | No | - | **Syntax**: `<position>` **Initial value**: `0px 0px` @deprecated |
|
|
848
|
+
| `scrollSnapPointsX` | `ScrollSnapPointsX` | No | - | **Syntax**: `none \| repeat( <length-percentage> )` **Initial value**: `none` @deprecated |
|
|
849
|
+
| `scrollSnapPointsY` | `ScrollSnapPointsY` | No | - | **Syntax**: `none \| repeat( <length-percentage> )` **Initial value**: `none` @deprecated |
|
|
850
|
+
| `scrollSnapTypeX` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "mandatory" \| "proximity"` | No | - | **Syntax**: `none \| mandatory \| proximity` **Initial value**: `none` @deprecated |
|
|
851
|
+
| `scrollSnapTypeY` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "mandatory" \| "proximity"` | No | - | **Syntax**: `none \| mandatory \| proximity` **Initial value**: `none` @deprecated |
|
|
788
852
|
| `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 |
|
|
789
853
|
| `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 |
|
|
790
854
|
| `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 |
|
|
791
855
|
| `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 |
|
|
792
856
|
| `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 |
|
|
793
857
|
| `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 |
|
|
794
|
-
| `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`
|
|
858
|
+
| `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 |
|
|
795
859
|
| `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 |
|
|
796
|
-
| `KhtmlLineBreak` | `"auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "strict" \| "anywhere" \| "loose"` | No | - |
|
|
797
|
-
| `KhtmlOpacity` | `Opacity` | No | - |
|
|
798
|
-
| `KhtmlUserSelect` | `"auto" \| "none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "text" \| "
|
|
799
|
-
| `
|
|
800
|
-
| `
|
|
801
|
-
| `
|
|
802
|
-
| `
|
|
803
|
-
| `
|
|
804
|
-
| `
|
|
805
|
-
| `
|
|
806
|
-
| `
|
|
807
|
-
| `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 |
|
|
808
|
-
| `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 |
|
|
860
|
+
| `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 |
|
|
861
|
+
| `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 |
|
|
862
|
+
| `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 |
|
|
863
|
+
| `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 |
|
|
864
|
+
| `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 |
|
|
865
|
+
| `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 |
|
|
866
|
+
| `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 |
|
|
867
|
+
| `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 |
|
|
868
|
+
| `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 |
|
|
869
|
+
| `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 |
|
|
870
|
+
| `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 |
|
|
809
871
|
| `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 |
|
|
810
872
|
| `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 |
|
|
811
873
|
| `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 |
|
|
812
874
|
| `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 |
|
|
813
|
-
| `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`
|
|
875
|
+
| `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 |
|
|
814
876
|
| `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 |
|
|
815
|
-
| `MozBoxShadow` | `BoxShadow` | No | - |
|
|
877
|
+
| `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 |
|
|
878
|
+
| `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 |
|
|
879
|
+
| `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 |
|
|
816
880
|
| `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 |
|
|
817
881
|
| `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 |
|
|
818
|
-
| `MozOpacity` | `Opacity` | No | - |
|
|
819
|
-
| `MozOutline` | `Outline<string \| number>` | No | - |
|
|
820
|
-
| `MozOutlineColor` | `OutlineColor` | No | - |
|
|
821
|
-
| `MozOutlineStyle` | `
|
|
822
|
-
| `MozOutlineWidth` | `OutlineWidth<string \| number>` | No | - |
|
|
823
|
-
| `
|
|
824
|
-
| `
|
|
825
|
-
| `
|
|
826
|
-
| `
|
|
827
|
-
| `
|
|
828
|
-
| `
|
|
829
|
-
| `
|
|
830
|
-
| `
|
|
831
|
-
| `
|
|
832
|
-
| `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 |
|
|
833
|
-
| `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 |
|
|
834
|
-
| `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 |
|
|
835
|
-
| `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 |
|
|
836
|
-
| `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 |
|
|
882
|
+
| `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 |
|
|
883
|
+
| `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 |
|
|
884
|
+
| `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 |
|
|
885
|
+
| `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 |
|
|
886
|
+
| `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 |
|
|
887
|
+
| `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 |
|
|
888
|
+
| `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 |
|
|
889
|
+
| `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 |
|
|
890
|
+
| `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 |
|
|
891
|
+
| `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 |
|
|
892
|
+
| `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 |
|
|
893
|
+
| `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 |
|
|
894
|
+
| `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 |
|
|
895
|
+
| `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 |
|
|
837
896
|
| `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 |
|
|
838
|
-
| `msImeMode` | `"disabled" \| "auto" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "normal" \| "active" \| "inactive"` | No | - |
|
|
839
|
-
| `OAnimation` | `Animation<string & {}>` | No | - |
|
|
840
|
-
| `OAnimationDelay` | `AnimationDelay<string & {}>` | No | - |
|
|
841
|
-
| `OAnimationDirection` | `AnimationDirection` | No | - |
|
|
842
|
-
| `OAnimationDuration` | `AnimationDuration<string & {}>` | No | - |
|
|
843
|
-
| `OAnimationFillMode` | `AnimationFillMode` | No | - |
|
|
844
|
-
| `OAnimationIterationCount` | `AnimationIterationCount` | No | - |
|
|
845
|
-
| `OAnimationName` | `AnimationName` | No | - |
|
|
846
|
-
| `OAnimationPlayState` | `AnimationPlayState` | No | - |
|
|
847
|
-
| `OAnimationTimingFunction` | `AnimationTimingFunction` | No | - |
|
|
848
|
-
| `OBackgroundSize` | `BackgroundSize<string \| number>` | No | - |
|
|
849
|
-
| `OBorderImage` | `BorderImage` | No | - |
|
|
850
|
-
| `OObjectFit` | `"none" \| "-moz-initial" \| "inherit" \| "initial" \| "revert" \| "revert-layer" \| "unset" \| "fill" \| "contain" \| "cover" \| "scale-down"` | No | - |
|
|
851
|
-
| `OObjectPosition` | `ObjectPosition<string \| number>` | No | - |
|
|
852
|
-
| `OTabSize` | `TabSize<string \| number>` | No | - |
|
|
853
|
-
| `OTextOverflow` | `TextOverflow` | No | - |
|
|
854
|
-
| `OTransform` | `Transform` | No | - |
|
|
855
|
-
| `OTransformOrigin` | `TransformOrigin<string \| number>` | No | - |
|
|
856
|
-
| `OTransition` | `Transition<string & {}>` | No | - |
|
|
857
|
-
| `OTransitionDelay` | `TransitionDelay<string & {}>` | No | - |
|
|
858
|
-
| `OTransitionDuration` | `TransitionDuration<string & {}>` | No | - |
|
|
859
|
-
| `OTransitionProperty` | `TransitionProperty` | No | - |
|
|
860
|
-
| `OTransitionTimingFunction` | `TransitionTimingFunction` | No | - |
|
|
897
|
+
| `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 |
|
|
898
|
+
| `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 |
|
|
899
|
+
| `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 |
|
|
900
|
+
| `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 |
|
|
901
|
+
| `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 |
|
|
902
|
+
| `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 |
|
|
903
|
+
| `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 |
|
|
904
|
+
| `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 |
|
|
905
|
+
| `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 |
|
|
906
|
+
| `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 |
|
|
907
|
+
| `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 |
|
|
908
|
+
| `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 |
|
|
909
|
+
| `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 |
|
|
910
|
+
| `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 |
|
|
911
|
+
| `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 |
|
|
912
|
+
| `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 |
|
|
913
|
+
| `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 |
|
|
914
|
+
| `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 |
|
|
915
|
+
| `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 |
|
|
916
|
+
| `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 |
|
|
917
|
+
| `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 |
|
|
918
|
+
| `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 |
|
|
919
|
+
| `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 |
|
|
861
920
|
| `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 |
|
|
862
921
|
| `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 |
|
|
863
922
|
| `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 |
|
|
864
923
|
| `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 |
|
|
865
924
|
| `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 |
|
|
866
925
|
| `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 |
|
|
867
|
-
| `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`
|
|
926
|
+
| `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 |
|
|
868
927
|
| `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 |
|
|
869
928
|
| `data-hook` | `string` | No | - | Accepts HTML attributes that can be used in the tests @deprecated use dataHook instead |
|
|
870
929
|
| `style` | `CSSProperties` | No | - | Sets object of CSS styles |
|