Skip to content

Commit d19fd72

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

css-overflow-3/Overview.bs

+1-2
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)