CSS overflow property
Originally a single property for controlling overflowing content in both horizontal & vertical directions, the `overflow` property is now a shorthand for `overflow-x` & `overflow-y`. The latest version of the specification also introduces the `clip` value that blocks programmatic scrolling.
CSS overflow-anchor (Scroll Anchoring)
Changes in DOM elements above the visible region of a scrolling box can result in the page moving while the user is in the middle of consuming the content. By default, the value of `overflow-anchor` is `auto`, it can mitigate this jarring user experience by keeping track of the position of an anchor node and adjusting the scroll offset accordingly
CSS overflow: overlay
The `overlay` value of the `overflow` CSS property is a non-standard value to make scrollbars appear on top of content rather than take up space. This value is deprecated and related functionality being standardized as [the `scrollbar-gutter` property](mdn-css_properties_scrollbar-gutter).
CSS overscroll-behavior
CSS property to control the behavior when the scroll position of a scroll container reaches the edge of the scrollport.
Dynamic Adaptive Streaming over HTTP (MPEG-DASH)
HTTP-based media streaming communications protocol, an alternative to HTTP Live Streaming (HLS).
CSS3 Text-overflow
Append ellipsis when text overflows its containing element
CSS3 Overflow-wrap
Allows lines to be broken within words if an otherwise unbreakable string is too long to fit. Currently mostly supported using the `word-wrap` property.
animation api: overallprogress
overconstrainederror api
overconstrainederror api: constraint
css property: overflow
css property: overflow-anchor
css property: overflow-block
css property: overflow-block: auto
css property: overflow-block: clip
css property: overflow-clip-margin
css property: overflow-inline
css property: overflow-wrap: normal
css property: overflow-x
css property: overflow-x: auto
css property: overflow-x: clip
css property: overflow-x: hidden
css property: overflow-x: scroll
css property: overflow-x: visible
css property: overflow-y
css property: overflow-y: auto
css property: overflow-y: clip
css property: overflow-y: hidden
css property: overflow-y: scroll
css property: overflow-y: visible
css property: overflow: auto
css property: overflow: clip
css property: overflow: hidden
css property: overflow: scroll
css property: overflow: visible
css property: overlay
css property: overlay: auto
css property: overlay: none
css property: overscroll-behavior
css property: overscroll-behavior-y
types: overflow
types: overflow: clip
types: overflow: overlay
50 results found.