Optional[iterator]OptionalaccentThe accent-color CSS property sets the accent color for user-interface controls generated by some elements.
OptionalalignThe CSS align-content property sets the distribution of space between and around content items along a flexbox's cross axis, or a grid or block-level element's block axis.
OptionalalignThe CSS align-items property sets the align-self value on all direct children as a group. In flexbox, it controls the alignment of items on the cross axis. In grid layout, it controls the alignment of items on the block axis within their grid areas.
OptionalalignmentThe alignment-baseline CSS property specifies the specific baseline used to align the box's text and inline-level contents. Baseline alignment is the relationship among the baselines of multiple alignment subjects within an alignment context. When performing baseline alignment, the alignment-baseline property value specifies which baseline of the box is aligned to the corresponding baseline of its alignment context.
OptionalalignThe align-self CSS property overrides a grid or flex item's align-items value. In grid, it aligns the item inside the grid area. In flexbox, it aligns the item on the cross axis.
OptionalallThe all shorthand CSS property resets all of an element's properties except unicode-bidi, direction, and CSS Custom Properties. It can set properties to their initial or inherited values, or to the values specified in another cascade layer or stylesheet origin.
OptionalanchorThe anchor-name CSS property enables defining an element as an anchor element by giving it one or more identifying anchor names. Each name can then be set as the value of a positioned element's position-anchor property to associate it with the anchor.
OptionalanchorThe anchor-scope CSS property can be used to limit the scope in which a positioned element can be associated with anchor elements to a particular subtree.
OptionalanimationThe animation shorthand CSS property applies an animation between styles. It is a shorthand for animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, animation-fill-mode, animation-play-state, and animation-timeline.
OptionalanimationThe animation-composition CSS property specifies the composite operation to use when multiple animations affect the same property simultaneously.
OptionalanimationThe animation-delay CSS property specifies the amount of time to wait from applying the animation to an element before beginning to perform the animation. The animation can start later, immediately from its beginning, or immediately and partway through the animation.
OptionalanimationThe animation-direction CSS property sets whether an animation should play forward, backward, or alternate back and forth between playing the sequence forward and backward.
OptionalanimationThe animation-duration CSS property sets the length of time that an animation takes to complete one cycle.
OptionalanimationThe animation-fill-mode CSS property sets how a CSS animation applies styles to its target before and after its execution.
OptionalanimationThe animation-iteration-count CSS property sets the number of times an animation sequence should be played before stopping.
OptionalanimationThe animation-name CSS property specifies the names of one or more
OptionalanimationThe animation-play-state CSS property sets whether an animation is running or paused.
OptionalanimationThe animation-range CSS shorthand property is used to set the start and end of an animation's attachment range along its timeline, i.e., where along the timeline an animation will start and end.
OptionalanimationThe animation-range-end CSS property sets the point on the timeline where an animation should end.
OptionalanimationThe animation-range-start CSS property sets the point on the timeline where an animation should start.
OptionalanimationThe animation-timeline CSS property specifies the timeline used to control the progress of a CSS animation.
OptionalanimationThe animation-timing-function CSS property sets how an animation progresses through the duration of each cycle.
OptionalappearanceThe appearance CSS property specifies the rendered appearance of replaced UI widget elements such as form controls. Most commonly, such elements are given native, platform-specific styling based on the operating system's theme, or a primitive appearance with styles that can be overridden using CSS.
OptionalaspectThe aspect-ratio CSS property allows you to define the desired width-to-height ratio of an element's box. This means that even if the parent container or viewport size changes, the browser will adjust the element's dimensions to maintain the specified width-to-height ratio. The specified aspect ratio is used in the calculation of auto sizes and some other layout functions.
OptionalbackdropThe backdrop-filter CSS property lets you apply graphical effects such as blurring or color shifting to the area behind an element. Because it applies to everything behind the element, to see the effect the element or its background needs to be transparent or partially transparent.
OptionalbackfaceThe backface-visibility CSS property sets whether the back face of an element is visible when turned towards the user.
OptionalbackgroundThe background shorthand CSS property sets all background style properties at once, such as color, image, origin, size, and repeat method.
OptionalbackgroundThe background-attachment CSS property sets whether a background image's position is fixed within the viewport, or scrolls with its containing block.
OptionalbackgroundThe background-blend-mode CSS property sets how an element's background images should blend with each other and with the element's background color.
OptionalbackgroundThe background-clip CSS property sets whether an element's background extends underneath its border box, padding box, or content box.
OptionalbackgroundThe background-color CSS property sets the background color of an element.
OptionalbackgroundThe background-image CSS property sets one or more background images on an element.
OptionalbackgroundThe background-origin CSS property sets the background's origin: from the border start, inside the border, or inside the padding.
OptionalbackgroundThe background-position CSS property sets the initial position for each background image. The position is relative to the position layer set by background-origin.
OptionalbackgroundThe background-position-x CSS property sets the initial horizontal position for each background image. The position is relative to the position layer set by background-origin.
OptionalbackgroundThe background-position-y CSS property sets the initial vertical position for each background image. The position is relative to the position layer set by background-origin.
OptionalbackgroundThe background-repeat CSS property sets how background images are repeated. A background image can be repeated along the horizontal and vertical axes, or not repeated at all.
OptionalbackgroundThe background-size CSS property sets the size of the element's background image. The image can be left to its natural size, stretched, or constrained to fit the available space.
OptionalbaselineThe baseline-shift CSS property repositions the dominant-baseline of a text element relative to the dominant-baseline of its parent text content element. The shifted element might be a sub- or superscript. If the property is present, the value overrides the element's baseline-shift attribute.
OptionalbaselineThe baseline-source CSS property defines which baseline to use when inline-level boxes have multiple possible baselines, such as multi-line inline blocks or inline flex containers. The values allow for choosing between aligning to the box's first baseline, last baseline, or letting the browser decide automatically based on the box type.
OptionalblockThe block-size CSS property defines the size of an element's block along the block axis. If the writing-mode is horizontal, it corresponds to the height; if the writing mode is vertical, it corresponds to the width. A related property is inline-size, which defines the other dimension of the element.
OptionalborderThe border shorthand CSS property sets an element's border. It sets the values of border-width, border-style, and border-color.
OptionalborderThe border-block CSS property is a shorthand property for setting the individual logical block border property values in a single place in the style sheet.
OptionalborderThe border-block-color CSS property defines the color of the logical block borders of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color and border-bottom-color, or border-right-color and border-left-color property depending on the values defined for writing-mode, direction, and text-orientation.
OptionalborderThe border-block-end CSS property is a shorthand property for setting the individual logical block-end border property values in a single place in the style sheet.
OptionalborderThe border-block-end-color CSS property defines the color of the logical block-end border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color, border-right-color, border-bottom-color, or border-left-color property depending on the values defined for writing-mode, direction, and text-orientation.
OptionalborderThe border-block-end-style CSS property defines the style of the logical block-end border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-style, border-right-style, border-bottom-style, or border-left-style property depending on the values defined for writing-mode, direction, and text-orientation.
OptionalborderThe border-block-end-width CSS property defines the width of the logical block-end border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-width, border-right-width, border-bottom-width, or border-left-width property depending on the values defined for writing-mode, direction, and text-orientation.
OptionalborderThe border-block-start CSS property is a shorthand property for setting the individual logical block-start border property values in a single place in the style sheet.
OptionalborderThe border-block-start-color CSS property defines the color of the logical block-start border of an element, which maps to a physical border color depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-color, border-right-color, border-bottom-color, or border-left-color property depending on the values defined for writing-mode, direction, and text-orientation.
OptionalborderThe border-block-start-style CSS property defines the style of the logical block start border of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-style, border-right-style, border-bottom-style, or border-left-style property depending on the values defined for writing-mode, direction, and text-orientation.
OptionalborderThe border-block-start-width CSS property defines the width of the logical block-start border of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-width, border-right-width, border-bottom-width, or border-left-width property depending on the values defined for writing-mode, direction, and text-orientation.
OptionalborderThe border-block-style CSS property defines the style of the logical block borders of an element, which maps to a physical border style depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-style and border-bottom-style, or border-left-style and border-right-style properties depending on the values defined for writing-mode, direction, and text-orientation.
OptionalborderThe border-block-width CSS property defines the width of the logical block borders of an element, which maps to a physical border width depending on the element's writing mode, directionality, and text orientation. It corresponds to the border-top-width and border-bottom-width, or border-left-width, and border-right-width property depending on the values defined for writing-mode, direction, and text-orientation.
OptionalborderThe border-bottom shorthand CSS property sets an element's bottom border. It sets the values of border-bottom-width, border-bottom-style and border-bottom-color.
OptionalborderThe border-bottom-color CSS property sets the color of an element's bottom border. It can also be set with the shorthand CSS properties border-color or border-bottom.
OptionalborderThe border-bottom-left-radius CSS property rounds the bottom-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.
OptionalborderThe border-bottom-right-radius CSS property rounds the bottom-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.
OptionalborderThe border-bottom-style CSS property sets the line style of an element's bottom border.
OptionalborderThe border-bottom-width CSS property sets the width of the bottom border of an element.
OptionalborderThe border-collapse CSS property sets whether cells inside a
Deprecated
Please import from the Preact namespace instead