Skip to content

Commit dd1abba

Browse files
Merge branch 'w3c:main' into main
2 parents 2e5be35 + 5366312 commit dd1abba

File tree

37 files changed

+1265
-226
lines changed

37 files changed

+1265
-226
lines changed

.github/workflows/build-specs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ jobs:
6363
- name: Setup Pages
6464
uses: actions/configure-pages@v2
6565
- name: Upload artifact
66-
uses: actions/upload-pages-artifact@v3.0.1
66+
uses: actions/upload-pages-artifact@v3
6767
with:
6868
# Upload entire repository
6969
path: '.'
7070
- name: Deploy to GitHub Pages
7171
id: deployment
72-
uses: actions/deploy-pages@v1
72+
uses: actions/deploy-pages@v4

css-2020/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ Fairly Stable Modules with limited implementation experience</h3>
365365
<dt><a href="https://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>
366366
[[CSS-TEXT-3]]
367367
<dd>
368-
Extends and supersedes CSS2&sect;16 excepting &sect;16.2,
368+
Extends and supersedes CSS2&sect;16 excepting &sect;16.3,
369369
defining properties for text manipulation and specifying their processing model.
370370
It covers line breaking, justification and alignment, white space handling, and text transformation.
371371

css-2021/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ Fairly Stable Modules with limited implementation experience</h3>
361361
<dt><a href="https://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>
362362
[[CSS-TEXT-3]]
363363
<dd>
364-
Extends and supersedes CSS2&sect;16 excepting &sect;16.2,
364+
Extends and supersedes CSS2&sect;16 excepting &sect;16.3,
365365
defining properties for text manipulation and specifying their processing model.
366366
It covers line breaking, justification and alignment, white space handling, and text transformation.
367367

css-2022/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Fairly Stable Modules with limited implementation experience</h3>
409409
<dt><a href="https://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>
410410
[[CSS-TEXT-3]]
411411
<dd>
412-
Extends and supersedes CSS2&sect;16 excepting &sect;16.2,
412+
Extends and supersedes CSS2&sect;16 excepting &sect;16.3,
413413
defining properties for text manipulation and specifying their processing model.
414414
It covers line breaking, justification and alignment, white space handling, and text transformation.
415415

css-2023/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ Fairly Stable Modules with limited implementation experience</h3>
410410
<dt><a href="https://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>
411411
[[CSS-TEXT-3]]
412412
<dd>
413-
Extends and supersedes CSS2&sect;16 excepting &sect;16.2,
413+
Extends and supersedes CSS2&sect;16 excepting &sect;16.3,
414414
defining properties for text manipulation and specifying their processing model.
415415
It covers line breaking, justification and alignment, white space handling, and text transformation.
416416

css-2024/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ Fairly Stable Modules with limited implementation experience</h3>
451451
<dt><a href="https://www.w3.org/TR/css-text-3/">CSS Text Module Level 3</a>
452452
[[CSS-TEXT-3]]
453453
<dd>
454-
Extends and supersedes CSS2&sect;16 excepting &sect;16.2,
454+
Extends and supersedes CSS2&sect;16 excepting &sect;16.3,
455455
defining properties for text manipulation and specifying their processing model.
456456
It covers line breaking, justification and alignment, white space handling, and text transformation.
457457

css-align-3/Overview.bs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2095,7 +2095,7 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
20952095
<dd>
20962096
'column-gap' specifies the [=gutter=] between adjacent <a>column boxes</a>.
20972097
See [[CSS-MULTICOL-1]] for details on how this affects the layout of multicol elements.
2098-
'row-gap' does not currently apply.
2098+
'row-gap' is introduced in [[CSS-MULTICOL-2]].
20992099

21002100
<dt id="gap-flex"><a>flex containers</a>
21012101
<dd>
@@ -2235,7 +2235,7 @@ Baseline Alignment Details</h2>
22352235
for more information on baselines and writing modes.
22362236

22372237
<h3 id='baseline-export'>
2238-
Determining the Baselines of a Box</h2>
2238+
Determining the Baselines of a Box</h3>
22392239

22402240
Each box,
22412241
for a given axis,
@@ -2524,6 +2524,9 @@ Changes</h2>
25242524

25252525
Changes since the <a href="https://www.w3.org/TR/2023/WD-css-align-3-20230217/">17 February 2023 Working Draft</a> include:
25262526
<ul>
2527+
<li>Remove the sentence that states that ''row-gap'' does not apply in multicol.
2528+
Added a statement that ''row-gap'' is introduced for multicol in CSS-MULTICOL-2
2529+
(<a href="https://github.com/w3c/csswg-drafts/issues/11539#issuecomment-2628431667">Issue 11539</a>)
25272530
<li>Make all the ''space-*'' keywords fallback to ''safe'' overflow.
25282531
(<a href="https://github.com/w3c/csswg-drafts/issues/10154">Issue 10154</a>)
25292532
<li>Only apply the special margin-edge baseline rule for [=scroll container=] [=block containers=]

css-animations-1/Overview.bs

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ Former Editor: David Hyatt, Apple Inc.
2121
Former Editor: Chris Marrin, Apple Inc.
2222
Former Editor: Sylvain Galineau, Adobe, galineau@adobe.com
2323
!Issues List: https://github.com/w3c/csswg-drafts/labels/css-animations-1
24-
25-
<!-- <a href="https://www.w3.org/Bugs/Public/buglist.cgi?component=Animations&list_id=36653&product=CSS&query_format=advanced&resolution=---">In Bugzilla</a> -->
26-
2724
Abstract: This CSS module describes a way for authors to animate the values of CSS properties over time, using keyframes. The behavior of these keyframe animations can be controlled by specifying their duration, number of repeats, and repeating behavior.
2825
2926
Link Defaults: css-values-3 (type) <time>, cssom-1 (interface) cssstyledeclaration, dom-core-ls (interface) event, webidl (type) SyntaxError
3027
Ignored Terms: domstring, animationeventinit, event, eventinit, eventtarget, document
3128
</pre>
29+
<!-- <a href="https://www.w3.org/Bugs/Public/buglist.cgi?component=Animations&list_id=36653&product=CSS&query_format=advanced&resolution=---">In Bugzilla</a> -->
3230
<pre class="anchors">
3331
url: https://dom.spec.whatwg.org/#constructing-events; type: dfn; text: event constructor;
3432
urlPrefix: https://html.spec.whatwg.org/multipage/webappapis.html; type: dfn; spec: html
@@ -1387,25 +1385,25 @@ Working Group Resolutions that are pending editing</h2>
13871385
<ul>
13881386
<li>Issue(7335): Detail how/when keyframe values are computed; using <a href="http://lists.w3.org/Archives/Public/www-style/2014Aug/0132.html">G.beta in dbaron's mail</a>
13891387
<li><del>Agreed that both transitions and animations animate all properties. css-transitions to define animation of non-interoperable/discrete values. They take their starting values below 50% timing function progress, and end values above</del>
1390-
<li><del>Dynamic changes to animation properties/keyframes. Tab to propose resolution. (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14713">Bug 14713</a>)
1391-
<li><del>Negative animation-delay values apply against the active duration of the animation i.e. (animation-duration*animation-iteration-count). The delay can thus swallow iterations for which no iteration event will be fired. The start/end events are still fired. Even when delay == (-1*active_duration)
1392-
<li><del>Fire animation start/end events when animation-duration is zero, with 0 elapsedTime
1393-
<li><del>If animation-iteration-count is infinite and duration is 0, treat the iteration-count as if it was finite and run a 0s second (option A in <a href="http://lists.w3.org/Archives/Public/www-style/2014Sep/0056.html">Brian's mail</a>)
1394-
<li><del>If an animation with a negative animation delay is initially paused, the start event still fires
1388+
<li><del>Dynamic changes to animation properties/keyframes. Tab to propose resolution. (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14713">Bug 14713</a>)</del>
1389+
<li><del>Negative animation-delay values apply against the active duration of the animation i.e. (animation-duration*animation-iteration-count). The delay can thus swallow iterations for which no iteration event will be fired. The start/end events are still fired. Even when delay == (-1*active_duration)</del>
1390+
<li><del>Fire animation start/end events when animation-duration is zero, with 0 elapsedTime</del>
1391+
<li><del>If animation-iteration-count is infinite and duration is 0, treat the iteration-count as if it was finite and run a 0s second (option A in <a href="http://lists.w3.org/Archives/Public/www-style/2014Sep/0056.html">Brian's mail</a>)</del>
1392+
<li><del>If an animation with a negative animation delay is initially paused, the start event still fires</del>
13951393
</ul>
13961394

13971395
<li>2012-10-29 minutes
13981396
<ul>
1399-
<li><del>Change the animation properties to be dynamically changeable
1400-
<li><del>@keyframes can be dynamically changed
1397+
<li><del>Change the animation properties to be dynamically changeable</del>
1398+
<li><del>@keyframes can be dynamically changed</del>
14011399
<li><del>When you encounter duplicate animations names, last one wins.</del>
14021400
<li><del>Make *animations* transition *all* properties. Unless otherwise specified, discrete properties take their starting values below 50% timing function progress, and end values above 50% timing function progress.</del>
14031401
</ul>
14041402
<li>2012-12-12 minutes and intermediate comments <del>and 2012-12-19 minutes</del>
14051403
<ul>
1406-
<li><del>Animations only run if they contain at least one valid keyframe rule (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15251">Bug</a>)
1404+
<li><del>Animations only run if they contain at least one valid keyframe rule (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=15251">Bug</a>)</del>
14071405
<li><del>When an element changes from display:none to display: non-none, animations start immediately (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14785">Bug</a>)</del>
1408-
<li><del>An initially-paused animation is still started (fires start events etc.) (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14774">Bug</a>)
1406+
<li><del>An initially-paused animation is still started (fires start events etc.) (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14774">Bug</a>)</del>
14091407
<li><del>Animations can be paused during their delay phase, which freezes the remaining delay to be applied after it unpauses (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14774">Bug</a>)</del>
14101408
<li><del>animation-play-state has the same list behavior as the other animation properties, matching the length of animation-name (<a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=14786">Bug</a>)</del>
14111409
</ul>

0 commit comments

Comments
 (0)