We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68148c commit dd27213Copy full SHA for dd27213
css-overflow-4/Overview.bs
@@ -776,8 +776,9 @@ The 'line-clamp' property</h3>
776
container, and floats after it could not affect the outside of the
777
container. However, they would still have to affect following floats
778
inside the line-clamp container, since their position would be
779
- observable via the [[CSSOM-VIEW]] APIs. This is what proved tricky to
780
- implement.
+ observable via the [[CSSOM-VIEW]] APIs. Implementing that properly was
+ tricky enough that it didn't seem to be justified by the flexibility for
781
+ authors.
782
</div>
783
784
Line-clamp containers have a <dfn>clamp point</dfn>, which is one of the
0 commit comments