Skip to content

Commit c256692

Browse files
[css-position-4] editorial: Invoke the removal algorithm rather than duplicating some text. w3c/csswg-drafts@960d1ff
1 parent 5d0011d commit c256692

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

css-position4-ja.html

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103
●●options
104104

105105
spec_title:CSS Positioned Layout Module Level 4
106-
spec_date:2024-11-19
107-
trans_update:2025-02-27
106+
spec_date:2025-05-16
107+
trans_update:2025-05-17
108108
source_checked:
109109
page_state_key:CSS
110110
original_url:https://drafts.csswg.org/css-position-4/
@@ -114,7 +114,7 @@
114114
ref_id_lowercase:true
115115
site_nav:layouts,layout,css
116116
conformance:css
117-
copyright:2024,permissive
117+
copyright:2025,permissive
118118
trans_1st_pub:2023-04-09
119119

120120
●●class_map
@@ -448,7 +448,7 @@
448448
[CSS-CONTENT-3]
449449
Elika Etemad; Dave Cramer. <CSS Generated Content Module Level 3. URL: https://drafts.csswg.org/css-content-3/
450450
[CSS-DISPLAY-4]
451-
<CSS Display Module Level 4. Editor's Draft. URL: https://drafts.csswg.org/css-display-4/
451+
Elika Etemad; Tab Atkins Jr.. <CSS Display Module Level 4. URL: https://drafts.csswg.org/css-display/
452452
[CSS-OVERFLOW-3]
453453
Elika Etemad; Florian Rivoal. <CSS Overflow Module Level 3. URL: https://drafts.csswg.org/css-overflow-3/
454454
[CSS-POSITION-3]
@@ -461,10 +461,8 @@
461461
Florian Rivoal. <CSS Basic User Interface Module Level 4. URL: https://drafts.csswg.org/css-ui-4/
462462
[CSS-VALUES-4]
463463
Tab Atkins Jr.; Elika Etemad. <CSS Values and Units Module Level 4. URL: https://drafts.csswg.org/css-values-4/
464-
[CSS21]
464+
[CSS2]
465465
Bert Bos; et al. <Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification>. URL: https://drafts.csswg.org/css2/
466-
[CSS22]
467-
Bert Bos. <Cascading Style Sheets Level 2 Revision 2 (CSS 2.2) Specification>. URL: https://drafts.csswg.org/css2/
468466
[DOM]
469467
Anne van Kesteren. <DOM Standard>. Living Standard. URL: https://dom.spec.whatwg.org/
470468
[INFRA]
@@ -685,7 +683,7 @@ <h2 title="Painting Order and Stacking Contexts">2. 塗ng順序と積層~文脈<
685683
<li>
686684
`積層~文脈を塗る$( %要素 の `backdrop$pe 疑似要素, %~canvas )
687685
688-
Paint a stacking context given els ::backdrop pseudo-element and canvas.
686+
Paint a stacking context given el's ::backdrop pseudo-element and canvas.
689687
</li>
690688
<li>
691689
`積層~文脈を塗る$( %要素, %~canvas )
@@ -2077,11 +2075,10 @@ <h3 title="Top Layer Manipulation">4.3. 上端~層に対する操作</h3>
20772075
]~OR[
20782076
%要素 は`具現化されて$いない
20792077
2080-
⇒#
2081-
%文書 の`上端~層$から %要素 を`除去する$;
2082-
%文書 の`上端~層からの除去-待ち要素~群$から %要素 を`除去する$
2078+
2079+
`上端~層から要素を即時に除去する$( %要素 )
20832080
2084-
For each element el in doc’s pending top layer removals: if els computed value of overlay is none, or el is not rendered, remove el from doc’s top layer and pending top layer removals.
2081+
For each element el in doc’s pending top layer removals: if el's computed value of overlay is none, or el is not rendered, remove from the top layer immediately el.
20852082
</li>
20862083
</ol>
20872084

0 commit comments

Comments
 (0)