Skip to content

Commit d19fd72

Browse files
committed
[css-overflow-3] Fix error in example.
1 parent d04b9cc commit d19fd72

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

css-overflow-3/Overview.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,8 +599,7 @@ Indicating Block-Axis Overflow: the 'block-overflow' property</h2>
599599
<xmp highlight=css>
600600
li {
601601
max-lines: 5;
602-
block-overflow: ellipsis;
603-
block-ellipsis: "… (continued on next page)";
602+
block-overflow: "… (continued on next page)";
604603
}
605604
strong {
606605
display: block;

0 commit comments

Comments
 (0)