Skip to content

Commit e10cf02

Browse files
committed
[css-text-4] Remove the explicit normal value for text-spacing
Addition of 'normal' to text-spacing-trim means that it is no longer necessary to define it in the shorthand explicitely. Just using the longhand values in the shorthand will already give the same effect. Part of w3c#9511
1 parent c749f96 commit e10cf02

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

css-text-4/Overview.bs

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10990,7 +10990,7 @@ Character Class Spacing Shorthand: the 'text-spacing' property</h3>
1099010990
1099110991
<pre class="propdef shorthand">
1099210992
Name: text-spacing
10993-
Value: normal | none | auto | <<spacing-trim>> || <<autospace>>
10993+
Value: none | auto | <<spacing-trim>> || <<autospace>>
1099410994
Initial: see individual properties
1099510995
Applies to: text
1099610996
Inherited: yes
@@ -11010,12 +11010,6 @@ Character Class Spacing Shorthand: the 'text-spacing' property</h3>
1101011010
Values are defined as follows:
1101111011
1101211012
<dl dfn-for=text-spacing dfn-type=value>
11013-
<dt><dfn>normal</dfn>
11014-
<dd>
11015-
Specifies the baseline behavior,
11016-
setting each [=sub-property=] to its [=initial value=].
11017-
Equivalent to ''space-first ideograph-alpha ideograph-numeric''.
11018-
1101911013
<dt><dfn>none</dfn>
1102011014
<dd>
1102111015
Turns off all text-spacing features:
@@ -11039,6 +11033,8 @@ Character Class Spacing Shorthand: the 'text-spacing' property</h3>
1103911033
'text-spacing-trim' is set to its [=initial value=].
1104011034
</dl>
1104111035
11036+
Note: As ''text-spacing-trim/normal'' is the initial value of both 'text-spacing-trim' and 'text-autospace',
11037+
''text-spacing: normal'' resets both to their initial values.
1104211038
1104311039
<h3 id="boundary-shaping">
1104411040
Shaping Across Element Boundaries</h3>

0 commit comments

Comments
 (0)