Chromium Code Reviews
DescriptionRemove legacy forced display/hit-testing of trailing anchor text when line-clamping.
Summarizing the legacy behavior: clamped text would be
ellipsified, but there was a special case where trailing anchor
text, if any, would always be painted and hit-tested. This was
intended to allow behavior as "Some text... [More]" where
"[More]" was an anchor link and certain to be shown.
There are alternate ways to achieve this behavior, so we simplify
the code via removal.
BUG=474343
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193299
Patch Set 1 #Patch Set 2 : Remove obsolete fast/flexbox/line-clamp-link-after-ellipsis.html LayoutTest. #Patch Set 3 : Rename new layout test to reflect intent. #Messages
Total messages: 6 (2 generated)
|