Re: [csswg-drafts] [css-overflow] Consider support for multiple-line ellipsis

As a FYI, I've added a bunch of use-counters to our -webkit-box implementation to try and work out what folks are using it for.

https://www.chromestatus.com/metrics/feature/popularity
 - search for anything prefixed with WebkitBox*

These UseCounters went into our M62 branch (I think*) and should have some data by the end of October (probably).

Probably the most interesting stat will be the:
WebkitBoxLineClampOneChildIsLayoutBlockFlowInline
That is, -webkit-box has exactly one child, which is a root-inline, and -webkit-line-clamp is being applied.

How this differs to the other counters (specifically, WebkitBoxLineClamp) will give us an idea of what folks are doing.

-- 
GitHub Notification of comment by bfgeek
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/390#issuecomment-328619940 using your GitHub account

Received on Monday, 11 September 2017 18:38:45 UTC