File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 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>
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
You can’t perform that action at this time.
0 commit comments