@@ -4993,7 +4993,8 @@ Justification Method: the 'text-justify' property</h3>
4993
4993
Not sure we can do better though.
4994
4994
4995
4995
Missing tests:
4996
- * No test of Animation Tyoe
4996
+ * No test of Animation Type
4997
+ * distribute <i> computes to</i> inter-character
4997
4998
4998
4999
Untestable(?):
4999
5000
* behavior of auto"></wpt>
@@ -5005,7 +5006,7 @@ Justification Method: the 'text-justify' property</h3>
5005
5006
Applies to : text
5006
5007
Inherited : yes
5007
5008
Canonical order : n/a
5008
- Computed value : specified keyword
5009
+ Computed value : specified keyword (except for the ''distribute'' legacy value)
5009
5010
Animation type : discrete
5010
5011
</pre>
5011
5012
@@ -5177,7 +5178,8 @@ Justification Method: the 'text-justify' property</h3>
5177
5178
5178
5179
For legacy reasons,
5179
5180
UAs must also support the alternate keyword <dfn>distribute</dfn>
5180
- with the exact same meaning and behavior.
5181
+ which must compute to ''inter-character'' ,
5182
+ thus having the exact same meaning and behavior.
5181
5183
5182
5184
<wpt>
5183
5185
text-justify/text-justify-003.html
@@ -7827,9 +7829,13 @@ Changes</h2>
7827
7829
7828
7830
<wpt title="Tests not needed for this section."></wpt>
7829
7831
7830
- There have been only some very minor editorial changes since
7832
+ There have been some minor editorial changes since
7831
7833
the <a href="https://www.w3.org/TR/2020/CR-css-text-3-20201222/">December 2020 Candidate Recommendation</a> .
7832
7834
7835
+ In addition, the following normative changes have been made:
7836
+
7837
+ * Define that ''distribute'' computes to ''inter-character'' , rather than merely behave the same.
7838
+
7833
7839
See also <a href="https://www.w3.org/TR/2020/CR-css-text-3-20201222/#changes">earlier list of changes</a>
7834
7840
covering the 2020 and 2019 Working Drafts prior to that Candidate Recommendation
7835
7841
and the <a href="https://drafts.csswg.org/css-text-3/issues-lc-2013">Disposition of Comments</a>
0 commit comments