Skip to content

Commit 9448b55

Browse files
committed
[css-text-3][css-text-4] Fix computed value of text-align-last #7331
1 parent 6eddf19 commit 9448b55

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

css-text-3/Overview.bs

+5-4
Original file line numberDiff line numberDiff line change
@@ -5350,7 +5350,7 @@ Last Line Alignment: the 'text-align-last' property</h3>
53505350
Applies to: block containers
53515351
Inherited: yes
53525352
Canonical order: n/a
5353-
Computed value: specified keyword
5353+
Computed value: keyword as specified, except for ''match-parent'' which computes as defined above
53545354
Animation type: discrete
53555355
</pre>
53565356

@@ -8344,11 +8344,12 @@ Changes</h2>
83448344
Recent Changes</h3>
83458345

83468346
The following normative changes have been made since
8347-
the <a href="https://www.w3.org/TR/2023/CRD-css-text-3-20230903/">September 2023 Candidate Recommendation</a>:
8348-
* None yet
8347+
the <a href="https://www.w3.org/TR/2023/CRD-css-text-3-20230903/">September 2023 Candidate Recommendation Draft</a>:
8348+
* Corrected the Computed Value line for 'text-align-last'.
8349+
(<a href="https://github.com/w3c/csswg-drafts/issues/7331">Issue 7331</a>)
83498350

83508351
The following normative changes have been made since
8351-
the <a href="https://www.w3.org/TR/2023/CRD-css-text-3-20230213/">February 2023 Candidate Recommendation</a>.
8352+
the <a href="https://www.w3.org/TR/2023/CRD-css-text-3-20230213/">February 2023 Candidate Recommendation Draft</a>.
83528353
* Update [[#small-kana]] to Unicode 15.0.
83538354
(<a href="https://github.com/w3c/csswg-drafts/issues/8442">Issue 8442</a>)
83548355

css-text-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8895,7 +8895,7 @@ Last Line Alignment: the 'text-align-last' property</h3>
88958895
Applies to: block containers
88968896
Inherited: yes
88978897
Canonical order: n/a
8898-
Computed value: specified keyword
8898+
Computed value: keyword as specified, except for ''match-parent'' which computes as defined above
88998899
Animation type: discrete
89008900
</pre>
89018901

0 commit comments

Comments
 (0)