|
123 | 123 | ●●options |
124 | 124 |
|
125 | 125 | spec_title:CSS Anchor Positioning |
126 | | -spec_date:2025-06-27 |
127 | | -trans_update:2025-06-28 |
| 126 | +spec_date:2025-07-21 |
| 127 | +trans_update:2025-07-22 |
128 | 128 | source_checked:250509 |
129 | 129 | page_state_key:CSS |
130 | 130 | original_url:https://drafts.csswg.org/css-anchor-position-1/ |
|
990 | 990 | [CSS-POSITION-4] |
991 | 991 | <CSS Positioned Layout Module Level 4>. Editor's Draft. URL: https://drafts.csswg.org/css-position-4/ |
992 | 992 | [CSS-PSEUDO-4] |
993 | | - Daniel Glazman; Elika Etemad; Alan Stearns. <CSS Pseudo-Elements Module Level 4>. URL: https://drafts.csswg.org/css-pseudo-4/ |
| 993 | + Elika Etemad; Alan Stearns. <CSS Pseudo-Elements Module Level 4>. URL: https://drafts.csswg.org/css-pseudo-4/ |
994 | 994 | [CSS-SCOPING-1] |
995 | 995 | Tab Atkins Jr.; Elika Etemad. <CSS Scoping Module Level 1>. URL: https://drafts.csswg.org/css-scoping/ |
996 | 996 | [CSS-SIZING-3] |
|
1036 | 1036 | Tab Atkins Jr.; Fergal Daly. <CSS Shadow Parts>. URL: https://drafts.csswg.org/css-shadow-parts/ |
1037 | 1037 | [CSS-SIZING-4] |
1038 | 1038 | Tab Atkins Jr.; Elika Etemad; Jen Simmons. <CSS Box Sizing Module Level 4>. URL: https://drafts.csswg.org/css-sizing-4/ |
| 1039 | +[CSS-TRANSITIONS-1] |
| 1040 | + David Baron; et al. <CSS Transitions>. URL: https://drafts.csswg.org/css-transitions/ |
1039 | 1041 | [HTML] |
1040 | 1042 | Anne van Kesteren; et al. <HTML Standard>. Living Standard. URL: https://html.spec.whatwg.org/multipage/ |
1041 | 1043 | [WEB-ANIMATIONS-1] |
@@ -3288,19 +3290,20 @@ <h3 title="Anchor-relative Insets: the anchor() function">3.3. ~anchorに相対 |
3288 | 3290 | そのときには、[ |
3289 | 3291 | `~target~anchor要素$と当の有位置な~boxの`包含塊$の合間にある`~scroll容器$ |
3290 | 3292 | ]は,どれも[ |
3291 | | -各自の初期~scroll位置に~scrollされている |
3292 | | -]と見做される |
| 3293 | +各自が`記憶した~scroll~offset$に~scrollされた |
| 3294 | +]ものと見做される |
3293 | 3295 | (が、 |
3294 | 3296 | `§ ~scrollの織り込み法@#scroll$ |
3295 | 3297 | を見よ)。 |
3296 | 3298 | ◎ |
3297 | | -An anchor() function representing a resolvable anchor function resolves at computed value time (using style & layout interleaving) to the <length> that would align the edge of the positioned boxes' inset-modified containing block corresponding to the property the function appears in with the specified border edge of the target anchor element, assuming that all scroll containers between the target anchor element and the positioned box’s containing block are scrolled to their initial scroll position (but see § 3.4 Taking Scroll Into Account). |
| 3299 | +An anchor() function representing a resolvable anchor function resolves at computed value time (using style & layout interleaving) to the <length> that would align the edge of the positioned boxes' inset-modified containing block corresponding to the property the function appears in with the specified border edge of the target anchor element, assuming that all scroll containers between the target anchor element and the positioned box’s containing block are scrolled to their remembered scroll offsets (but see § 3.4 Taking Scroll Into Account). |
3298 | 3300 | </p> |
3299 | 3301 |
|
3300 | 3302 | <p class="note">注記: |
3301 | 3303 | このことは、 |
3302 | 3304 | `~anchor関数$を利用している~propの[ |
3303 | | -`遷移@~WANIM#_animation-class-css-transition$/`~animation@~WANIM#_animation-class-css-animation$【!~WANIM#concept-animation】 |
| 3305 | +`遷移@~WANIM#_animation-class-css-transition$【!~TRANSITION#transitions】/ |
| 3306 | +`~animation@~WANIM#_animation-class-css-animation$【!~WANIM#concept-animation】 |
3304 | 3307 | ]は,[ |
3305 | 3308 | アリなすべての類の変化に対し, “期待されるとおり” に働くようになる |
3306 | 3309 | ]ことを意味する |
|
0 commit comments