Skip to content

Commit 9beeade

Browse files
[css-anchor-position-1] editorial: Refer directly to the remembered scroll offsets. w3c/csswg-drafts@ec8dc8b
1 parent 5aa5798 commit 9beeade

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

css-anchor-position-ja.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@
123123
●●options
124124

125125
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
128128
source_checked:250509
129129
page_state_key:CSS
130130
original_url:https://drafts.csswg.org/css-anchor-position-1/
@@ -990,7 +990,7 @@
990990
[CSS-POSITION-4]
991991
<CSS Positioned Layout Module Level 4. Editor's Draft. URL: https://drafts.csswg.org/css-position-4/
992992
[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/
994994
[CSS-SCOPING-1]
995995
Tab Atkins Jr.; Elika Etemad. <CSS Scoping Module Level 1. URL: https://drafts.csswg.org/css-scoping/
996996
[CSS-SIZING-3]
@@ -1036,6 +1036,8 @@
10361036
Tab Atkins Jr.; Fergal Daly. <CSS Shadow Parts>. URL: https://drafts.csswg.org/css-shadow-parts/
10371037
[CSS-SIZING-4]
10381038
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/
10391041
[HTML]
10401042
Anne van Kesteren; et al. <HTML Standard>. Living Standard. URL: https://html.spec.whatwg.org/multipage/
10411043
[WEB-ANIMATIONS-1]
@@ -3288,19 +3290,20 @@ <h3 title="Anchor-relative Insets: the anchor() function">3.3. ~anchorに相対
32883290
そのときには、[
32893291
`~target~anchor要素$と当の有位置な~boxの`包含塊$の合間にある`~scroll容器$
32903292
]は,どれも[
3291-
各自の初期~scroll位置に~scrollされている
3292-
と見做される
3293+
各自が`記憶した~scroll~offset$に~scrollされた
3294+
ものと見做される
32933295
(が、
32943296
`§ ~scrollの織り込み法@#scroll$
32953297
を見よ)。
32963298
3297-
An anchor() function representing a resolvable anchor function resolves at computed value time (using style &amp; layout interleaving) to the &lt;length&gt; 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 &amp; layout interleaving) to the &lt;length&gt; 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).
32983300
</p>
32993301

33003302
<p class="note">注記:
33013303
このことは、
33023304
`~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】
33043307
]は,[
33053308
アリなすべての類の変化に対し, “期待されるとおり” に働くようになる
33063309
]ことを意味する

0 commit comments

Comments
 (0)