You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 overflowor 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.)
2618
2618
</li>
2619
2619
<li>
2620
2620
%~box は`積層~文脈$を成すことが保証されるので、
@@ -3793,7 +3793,7 @@ <h3 title="Restrictions and Clarifications">4.5. 制約と明確化</h3>
3793
3793
~dataとして何を伴うか
3794
3794
]を定義する。
3795
3795
◎
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,.
3797
3797
</li>
3798
3798
<li>
3799
3799
要素が`飛ばされ$なくなったとき,その[
@@ -4196,6 +4196,14 @@ <h2 title="Appendix A. Changes">変更点</h2>
4196
4196
( `8627$issue )
4197
4197
◎
4198
4198
Make the content-visibility property animatable. (Issue 8627)
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.
0 commit comments