[csswg-drafts] [css-overflow-3] Typo in example 6 (#8190)

johannesodland has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-overflow-3] Typo in example 6 ==
https://drafts.csswg.org/css-overflow-3/#example-bf93dfa6

Example 6 in CSS Overflow Module 3 says "truncated to fit within 10 lines"

But then the example is defined as follows: 
```css
li {
  line-clamp: 5 "… (continued on next page)";
}
```

The text should probably say "truncated to fit within 5 lines"?

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/8190 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 6 December 2022 11:13:39 UTC