Skip to content

Commit 0c39f9c

Browse files
[css-contain-2] Remove 'text-overflow' from paint-containment optimizations w3c/csswg-drafts@9b290fa
1 parent 22687fb commit 0c39f9c

1 file changed

Lines changed: 17 additions & 9 deletions

File tree

css-contain-ja.html

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@
138138
●●options
139139

140140
spec_title:CSS Containment Module Level 2
141-
spec_date:2025-12-22
142-
trans_update:2024-05-27
141+
spec_date:2026-06-23
142+
trans_update:2026-06-24
143143
source_checked:240614
144144
page_state_key:CSS
145145
original_url:https://drafts.csswg.org/css-contain-2/
@@ -149,7 +149,7 @@
149149
ref_id_lowercase:true
150150
site_nav:css-ux,css
151151
conformance:css
152-
copyright:2025,permissive
152+
copyright:2026,permissive
153153
trans_1st_pub:2015-05-06
154154
trans_1st_pub(L2):2010-09-16
155155

@@ -1106,7 +1106,7 @@ <h2 title="Strong Containment: the contain property">2. 強い封込め: `cont
11061106
◎継 されない
11071107
◎百 受容しない
11081108
◎算 ~keyword `none$v / ~keyword[
1109-
`size$v, `layout$v, `paint$v
1109+
`size$v, `layout$v, `style$v, `paint$v
11101110
]のうち,いくつか
11111111
◎順 文法に従う
11121112
◎ア ~animate不可
@@ -1118,7 +1118,7 @@ <h2 title="Strong Containment: the contain property">2. 強い封込め: `cont
11181118
Applies to: See below
11191119
Inherited: no
11201120
Percentages: n/a
1121-
Computed value: the keyword none or one or more of size, layout, paint
1121+
Computed value: the keyword none or one or more of size, layout, style, paint
11221122
Canonical order: per grammar
11231123
Animation type: not animatable
11241124
</div>
@@ -1369,7 +1369,7 @@ <h2 title="Strong Containment: the contain property">2. 強い封込め: `cont
13691369
<a href="~CSSOVERFLOW3#overflow-propagation">§ `overflow^p 値の表示域への伝播</a>
13701370
を見よ)。
13711371
1372-
overflow and its longhands (see CSS Overflow 3 § 3.3 Overflow Viewport Propagation)
1372+
overflow and its longhands (see CSS Overflow 3 § 3.1.4 Overflow Viewport Propagation)
13731373
</li>
13741374
<li>
13751375
`background$p, その下位prop
@@ -2602,7 +2602,7 @@ <h4 title="Possible Paint-Containment Optimizations">3.5.1. 塗り封込めに
26022602
</li>
26032603
<li>
26042604
%~box の切取られた内容が[
2605-
`overflow$p / `resize$p / `text-overflow$p
2605+
`overflow$p / `resize$p
26062606
]などによる別々な仕組みを介して~access可能にされない限り、
26072607
~UAは,
26082608
%~box 用の “~canvas” 空間を正確に %~box の~sizeに予約できるようになる。
@@ -2614,7 +2614,7 @@ <h4 title="Possible Paint-Containment Optimizations">3.5.1. 塗り封込めに
26142614
内容を~scrollされ次第 即時に示せるよう,予測的に,いくぶん余分に塗る
26152615
]ことが多い。)
26162616
2617-
Unless the clipped content is made accessible via a separate mechanism such as the overflow, resize, or text-overflow properties, the UA can reserve "canvas" space for the box exactly the box’s size. (In similar, scrollable, situations, like overflow: hidden, it’s possible to scroll to the currently-clipped content, so UAs often predictively overpaint somewhat so there’s something to see as soon as the scroll happens, rather than a frame later.)
2617+
Unless the clipped content is made accessible via a separate mechanism such as the overflow or resize properties, the UA can reserve "canvas" space for the box exactly the box’s size. (In similar, scrollable, situations, like overflow: hidden, it’s possible to scroll to the currently-clipped content, so UAs often predictively overpaint somewhat so there’s something to see as soon as the scroll happens, rather than a frame later.)
26182618
</li>
26192619
<li>
26202620
%~box は`積層~文脈$を成すことが保証されるので、
@@ -3793,7 +3793,7 @@ <h3 title="Restrictions and Clarifications">4.5. 制約と明確化</h3>
37933793
~dataとして何を伴うか
37943794
]を定義する。
37953795
3796-
CSS Animations 2 § 6 Animation Events and CSS Transitions 2 § 5 Transition Events defines what objects are created and what events are fired, with what data, when an animation or transition is updated,.
3796+
CSS Animations 2 § 5 Animation Events and CSS Transitions 2 § 5 Transition Events defines what objects are created and what events are fired, with what data, when an animation or transition is updated,.
37973797
</li>
37983798
<li>
37993799
要素が`飛ばされ$なくなったとき,その[
@@ -4196,6 +4196,14 @@ <h2 title="Appendix A. Changes">変更点</h2>
41964196
( `8627$issue )
41974197
41984198
Make the content-visibility property animatable. (Issue 8627)
4199+
</dd>
4200+
<dd>
4201+
`§ 塗り封込めにアリな最適化@#containment-paint-opt$
4202+
において,[
4203+
“~canvas” 空間を予約-可能であるものと主張された~propたちが成す規範的でない~list
4204+
]から `text-overflow$p を除去した。
4205+
4206+
Removed text-overflow from the non-normative list of properties that are claimed to be able to reserve "canvas" space in section § 3.5.1 Possible Paint-Containment Optimizations.
41994207
</dd>
42004208

42014209
<dt id="changes-since-2020-12-16">

0 commit comments

Comments
 (0)