Skip to content

Commit ece357b

Browse files
committed
Publication fixes
1 parent d3db518 commit ece357b

File tree

3 files changed

+41
-26
lines changed

3 files changed

+41
-26
lines changed

css-grid-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5554,7 +5554,7 @@ Changes since the
55545554
for previous changes.
55555555

55565556
<h3 id="changes-2">
5557-
Additions Since Level 2</h3>
5557+
Additions Since Level 1</h3>
55585558

55595559
The following features have been added since
55605560
<a href="http://www.w3.org/TR/css-grid-1/">Level 1</a>:

css-grid-3/Overview.bs

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
Title: CSS Grid Layout Module Level 3
33
Shortname: css-grid
44
Level: 3
5-
Status: FPWD
6-
Prepare for TR: yes
7-
Date: 2024-09-19
5+
Status: ED
86
Work Status: Exploring
97
Group: csswg
108
TR: https://www.w3.org/TR/css-grid-3/
@@ -1484,19 +1482,36 @@ Acknowledgements</h2>
14841482
<h2 id=security>
14851483
Security Considerations</h2>
14861484

1487-
<p>
14881485
As a layout specification,
14891486
this spec introduces no new security considerations
14901487
beyond that exposed by CSS layout in general.
1491-
</p>
14921488

14931489
<h2 id=privacy>
14941490
Privacy Considerations</h2>
14951491

1496-
<p>
14971492
As a layout specification,
14981493
this spec introduces no new privacy considerations
14991494
beyond that exposed by CSS layout in general.
1500-
</p>
15011495

1502-
<wpt-rest></wpt-rest>
1496+
<h2 class="no-num" id="changes">
1497+
Changes</h2>
1498+
1499+
1500+
<h3 id="changes-3">
1501+
Additions Since Level 2</h3>
1502+
1503+
The following features have been added since
1504+
<a href="http://www.w3.org/TR/css-grid-2/">Level 2</a>:
1505+
1506+
<ul>
1507+
<li>Added [=masonry layout=].
1508+
<li>Added ''*-reverse'' keywords to 'grid-auto-flow'.
1509+
</ul>
1510+
1511+
<h3 class="no-num" id="recent-changes">
1512+
Recent Changes</h3>
1513+
1514+
The following changes have been made since the
1515+
<a href='https://www.w3.org/TR/2024/WD-css-grid-3-20240919/'>First Public Working Draft</a>:
1516+
1517+
* Minor editorial corrections, updated acknowledgements, and added an example.

css-text-3/Overview.bs

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8361,9 +8361,26 @@ Recent Changes</h3>
83618361

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

8368+
* Disambiguate soft wrap opportunities around replaced elements.
8369+
(<a href="https://github.com/w3c/csswg-drafts/issues/9964">Issue 9964</a>)
8370+
8371+
<blockquote>
8372+
For [=soft wrap opportunities=] defined by the boundary between two characters<ins> or [=atomic inlines=]</ins>,
8373+
the 'white-space' property
8374+
on the nearest common ancestor of the two characters
8375+
controls breaking;
8376+
</blockquote>
8377+
8378+
<wpt>
8379+
line-breaking/line-breaking-030.html
8380+
line-breaking/line-breaking-031.html
8381+
line-breaking/line-breaking-032.html
8382+
</wpt>
8383+
83678384
The following normative changes have been made since
83688385
the <a href="https://www.w3.org/TR/2023/CRD-css-text-3-20230213/">February 2023 Candidate Recommendation Draft</a>.
83698386
* Update [[#small-kana]] to Unicode 15.0.
@@ -8493,23 +8510,6 @@ Recent Changes</h3>
84938510
<wpt title="This is an authoring requirement, tests not needed">
84948511
</wpt>
84958512

8496-
* Disambiguate soft wrap opportunities around replaced elements.
8497-
(<a href="https://github.com/w3c/csswg-drafts/issues/9964">Issue 9964</a>)
8498-
8499-
<blockquote>
8500-
For [=soft wrap opportunities=] defined by the boundary between two characters<ins> or [=atomic inlines=]</ins>,
8501-
the 'white-space' property
8502-
on the nearest common ancestor of the two characters
8503-
controls breaking;
8504-
</blockquote>
8505-
8506-
<wpt>
8507-
line-breaking/line-breaking-030.html
8508-
line-breaking/line-breaking-031.html
8509-
line-breaking/line-breaking-032.html
8510-
</wpt>
8511-
8512-
85138513
In addition there have been some minor editorial fixes.
85148514

85158515
<h3 class="no-num" id="old-changes">

0 commit comments

Comments
 (0)