1. CSS line-clamp

    CSS property that will contain text to a given amount of lines when used in combination with `display: -webkit-box`. It will end with ellipsis when `text-overflow: ellipsis` is included.

  2. gpudevice api: createrenderpipelineasync: validates that `depthbias`, `depthbiasslopescale`, and `depthbiasclamp` must be `0` for line and point topologies.

  3. gpudevice api: createrenderpipeline: validates that `depthbias`, `depthbiasslopescale`, and `depthbiasclamp` must be `0` for line and point topologies.

  4. css property: line-clamp

  5. css property: line-clamp: auto

  6. css property: line-clamp: no-ellipsis

  7. css property: line-clamp: none

  8. css property: line-clamp: `<string>`

  9. css max-lines property