You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<meta name="assert" content="The block ellipsis is affected by the hanging punctuation property, and thus can itself hang.">
<style>
p {
font-family: monospace;
width: 60ch; /* Less than 60, and the word "parenthesis" wouldn't fit the second line. More than 60 and the ")" would fit even if it didn't hang. */
line-clamp: 2 ")";
hanging-punctuation: last;
}
.red { color: red; }
.blue { color: blue; }
</style>
<p>Test passes if there are <em>two</em> lines of text, and the second line ends with a blue word followed by a closing <span class=blue>parenthesis</span>