Recently updated
HTML
- placeholder
Represents a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
- aria-labelledby
Identifies the element (or elements) that labels the current element.
- aria-label
Defines a string value that labels the current element.
- aria-describedby
Identifies the element (or elements) that describes the object.
- lang
Specifies the primary language for the page or an element.
- select
A control for selecting amongst a set of options.
CSS
- scroll-behavior
Specifies the scrolling behavior for a scrolling box.
- content-visibility
Controls whether or not an element renders its contents at all.
- scroll-snap-type
Specifies whether a scroll container is a scroll snap container, how strictly it snaps, and which axes are considered.
- flex-grow
Sets the flex grow factor to the provided number.
- :focus-visible
Applies if the user agent determines via heuristics that the focus should be made evident.
- clamp()
Takes three calculations—a minimum value, a central value, and a maximum value