multicol-on-token-elements.html (544B)
1 <!DOCTYPE html> 2 <math><mi style="column-count: 10">mi</mi></math> 3 <math><mi style="column-width: 10px">mi</mi></math> 4 <math><mn style="column-count: 10">mn</mn></math> 5 <math><mn style="column-width: 10px">mn</mn></math> 6 <math><mo style="column-count: 10">mo</mo></math> 7 <math><mo style="column-width: 10px">mo</mo></math> 8 <math><ms style="column-count: 10">ms</ms></math> 9 <math><ms style="column-width: 10px">ms</ms></math> 10 <math><mtext style="column-count: 10">mtext</mtext></math> 11 <math><mtext style="column-width: 10px">mtext</mtext></math>