1. 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.

  2. css property: overflow-clip-margin

  3. css property: overflow-clip-margin: border-box

  4. css property: overflow-clip-margin: content-box

  5. css property: overflow-clip-margin: padding-box

  6. css property: overflow-x: clip

  7. css property: overflow-y: clip

  8. css property: overflow: clip

  9. css property: text-overflow: clip

  10. types: overflow: clip