Skip to content

Commit f4ad04f

Browse files
committed
[css-text-3] Advance width of a tab must be at least 0.5ch. w3c#2883
1 parent 63d8dc4 commit f4ad04f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

css-text-3/Overview.bs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,8 @@ Characters and Letters</h3>
753753
<li>If the tab size is zero, tabs are not rendered.
754754
Otherwise, each tab is rendered as a horizontal shift
755755
that lines up the start edge of the next glyph with the next <a>tab stop</a>.
756+
If this distance is less than 0.5<a href="https://www.w3.org/TR/css-values-3/#ch">ch</a>,
757+
then the subsequent <a>tab stop</a> is used instead.
756758
<dfn lt="tab stop">Tab stops</dfn> occur at points that are multiples of the tab size
757759
from the block's starting content edge.
758760
The tab size is given by the 'tab-size' property.

0 commit comments

Comments
 (0)