We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d8dc4 commit f4ad04fCopy full SHA for f4ad04f
1 file changed
css-text-3/Overview.bs
@@ -753,6 +753,8 @@ Characters and Letters</h3>
753
<li>If the tab size is zero, tabs are not rendered.
754
Otherwise, each tab is rendered as a horizontal shift
755
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.
758
<dfn lt="tab stop">Tab stops</dfn> occur at points that are multiples of the tab size
759
from the block's starting content edge.
760
The tab size is given by the 'tab-size' property.
0 commit comments