Skip to content

Commit 9d947ef

Browse files
committed
[css-text-3] ''distribute'' computes to ''inter-character''
See #6156
1 parent 501adea commit 9d947ef

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

css-text-3/Overview.bs

+10-4
Original file line numberDiff line numberDiff line change
@@ -4993,7 +4993,8 @@ Justification Method: the 'text-justify' property</h3>
49934993
Not sure we can do better though.
49944994
49954995
Missing tests:
4996-
* No test of Animation Tyoe
4996+
* No test of Animation Type
4997+
* distribute <i>computes to</i> inter-character
49974998

49984999
Untestable(?):
49995000
* behavior of auto"></wpt>
@@ -5005,7 +5006,7 @@ Justification Method: the 'text-justify' property</h3>
50055006
Applies to: text
50065007
Inherited: yes
50075008
Canonical order: n/a
5008-
Computed value: specified keyword
5009+
Computed value: specified keyword (except for the ''distribute'' legacy value)
50095010
Animation type: discrete
50105011
</pre>
50115012

@@ -5177,7 +5178,8 @@ Justification Method: the 'text-justify' property</h3>
51775178

51785179
For legacy reasons,
51795180
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.
51815183

51825184
<wpt>
51835185
text-justify/text-justify-003.html
@@ -7827,9 +7829,13 @@ Changes</h2>
78277829

78287830
<wpt title="Tests not needed for this section."></wpt>
78297831

7830-
There have been only some very minor editorial changes since
7832+
There have been some minor editorial changes since
78317833
the <a href="https://www.w3.org/TR/2020/CR-css-text-3-20201222/">December 2020 Candidate Recommendation</a>.
78327834

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+
78337839
See also <a href="https://www.w3.org/TR/2020/CR-css-text-3-20201222/#changes">earlier list of changes</a>
78347840
covering the 2020 and 2019 Working Drafts prior to that Candidate Recommendation
78357841
and the <a href="https://drafts.csswg.org/css-text-3/issues-lc-2013">Disposition of Comments</a>

0 commit comments

Comments
 (0)