This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<main> | |
<h1 data-middle-ellipsis>A Javascript solution to middle ellipsis</h1> | |
<div data-middle-ellipsis>The quick fox</div> | |
<div data-middle-ellipsis class="inline-block">The lazy dog</div> | |
<div data-middle-ellipsis>theQuickBrownFoxJumpsOverTheLazyDog</div> | |
<div data-middle-ellipsis class="bold">The quick brown fox jumps over the lazy dog</div> | |
<div data-middle-ellipsis class="small">The quick brown fox jumps over the lazy dog</div> | |
<div data-middle-ellipsis class="small bold">The quick brown fox jumps over the lazy dog</div> | |
<div data-middle-ellipsis class="large">The quick brown fox jumps over the lazy dog</div> | |
<div data-middle-ellipsis>The quick brown fox jumps over the lazy dog</div> |