File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -1873,7 +1873,7 @@ Character Class Spacing: the 'text-spacing' property</h3>
1873
1873
1874
1874
<pre class="propdef">
1875
1875
Name : text-spacing
1876
- Value : normal | none |
1876
+ Value : normal | none | auto |
1877
1877
[ trim-start | space-start | space-first ] ||
1878
1878
[ trim-end | space-end | allow-end ] ||
1879
1879
[ trim-adjacent | space-adjacent ] ||
@@ -1903,6 +1903,15 @@ Character Class Spacing: the 'text-spacing' property</h3>
1903
1903
Turns off all text-spacing features.
1904
1904
All fullwidth characters are set with full-width glyphs.
1905
1905
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
+
1906
1915
<dt> <dfn>ideograph-alpha</dfn>
1907
1916
<dd>
1908
1917
Creates 1/4em extra spacing between runs of
You can’t perform that action at this time.
0 commit comments