Skip to content

Commit 3363918

Browse files
fantasaijakearchibald
authored andcommitted
[css-text-3] Allow distribute to be a legacy value alias w3c#7322
For some engines this is easier; for some it's harder. Spec allows either, since it's a compat alias and it doesn't matter.
1 parent 8c739e7 commit 3363918

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css-text-3/Overview.bs

+4
Original file line numberDiff line numberDiff line change
@@ -5249,6 +5249,7 @@ Justification Method: the 'text-justify' property</h3>
52495249
UAs must also support the alternate keyword <dfn>distribute</dfn>
52505250
which must compute to ''inter-character'',
52515251
thus having the exact same meaning and behavior.
5252+
UAs may treat this as a [=legacy value alias=].
52525253

52535254
<wpt>
52545255
text-justify/text-justify-003.html
@@ -7918,6 +7919,9 @@ Recent Changes</h3>
79187919
* Define ''text-align/match-parent'' on the [=root element=] to compute to ''text-align/start''
79197920
instead of computing against the [=principal writing mode=].
79207921
(<a href="https://github.com/w3c/csswg-drafts/issues/6542">Issue 6542</a>)
7922+
* Allow ''text-justify/distribute'' to be implemented as a [=legacy value alias=],
7923+
since this is easier for some engines and does not matter for compatibility.
7924+
(<a href="https://github.com/w3c/csswg-drafts/issues/7322">Issue 7322</a>)
79217925

79227926
In addition there have been some minor editorial fixes.
79237927

0 commit comments

Comments
 (0)