Skip to content

Commit ab785d8

Browse files
committed
[css-text-4] Add auto value to text-spacing
Closes #3229
1 parent b0e9734 commit ab785d8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

css-text-4/Overview.bs

+10-1
Original file line numberDiff line numberDiff line change
@@ -1873,7 +1873,7 @@ Character Class Spacing: the 'text-spacing' property</h3>
18731873

18741874
<pre class="propdef">
18751875
Name: text-spacing
1876-
Value: normal | none |
1876+
Value: normal | none | auto |
18771877
[ trim-start | space-start | space-first ] ||
18781878
[ trim-end | space-end | allow-end ] ||
18791879
[ trim-adjacent | space-adjacent ] ||
@@ -1903,6 +1903,15 @@ Character Class Spacing: the 'text-spacing' property</h3>
19031903
Turns off all text-spacing features.
19041904
All fullwidth characters are set with full-width glyphs.
19051905

1906+
<dt><dfn>auto</dfn>
1907+
<dd>
1908+
The user agent chooses a set of typographically high quality spacing values.
1909+
Different user agents running on different platforms may pick different values.
1910+
1911+
Note: These spacing values may or may not match OS platform conventions.
1912+
1913+
Note: The behavior of ''auto'' might not be achievable with any combination of other values of 'text-spacing'.
1914+
19061915
<dt><dfn>ideograph-alpha</dfn>
19071916
<dd>
19081917
Creates 1/4em extra spacing between runs of

0 commit comments

Comments
 (0)