|
140 | 140 | ●●options |
141 | 141 |
|
142 | 142 | spec_title:CSS Conditional Rules Module Level 5 |
143 | | -spec_date:2026-05-27 |
144 | | -trans_update:2026-05-29 |
| 143 | +spec_date:2026-06-30 |
| 144 | +trans_update:2026-07-04 |
145 | 145 | source_checked:260327 |
146 | 146 | page_state_key:CSS |
147 | 147 | original_url:https://drafts.csswg.org/css-conditional-5/ |
|
515 | 515 | 到達-不能な~scroll可能な~overflow領域:~CSSOVERFLOW3#unreachable-scrollable-overflow-region |
516 | 516 | #negative-scrollable-overflow-region → #unreachable-scrollable-overflow-region |
517 | 517 | ~scroll可能な値:~CSSOVERFLOW3#scrollable-overflow-value |
| 518 | +~scroll可能な軸:~CSSOVERFLOW3#scrollable-axis |
518 | 519 |
|
519 | 520 | 張付き~view矩形:~CSSPOS#sticky-view-rectangle |
520 | 521 | 張付きに位置され:~CSSPOS#sticky-position |
@@ -2051,8 +2052,27 @@ <h3 title="Creating Query Containers: the container-type property">5.1. ~query |
2051 | 2052 | <dd> |
2052 | 2053 | 当の要素は、 |
2053 | 2054 | `容器~scroll状態~query$用に`~query容器$を確立する。 |
| 2055 | +【`容器~scroll状態~query$のうち】`~scroll容器$自体の状態と照合される~query用には |
| 2056 | +( `scrollable$d など)、 |
| 2057 | +当の要素~FNは, |
| 2058 | +その自前の`~scroll可能な軸$に対してのみ`~query容器$になる。 |
2054 | 2059 | ◎ |
2055 | | -Establishes a query container for container scroll-state queries |
| 2060 | +Establishes a query container for container scroll-state queries. For queries that match the state of the scroller itself (such as scrollable), the element is only a query container on the element’s own scrollable axises. |
| 2061 | +</dd> |
| 2062 | + <dd class="trans-note">【~FN |
| 2063 | +当の要素が`~scroll容器$であるならば |
| 2064 | +— ~scroll容器でない場合, `scrollable$d には決して合致しないが、 |
| 2065 | +それでも~query容器を確立するものと定義されるかどうか,はっきりしない。 |
| 2066 | +】</dd> |
| 2067 | + <dd class="note">注記: |
| 2068 | +このことは、 |
| 2069 | +例えば, `scrollable^d ~queryに対しては、 |
| 2070 | +`容器~query$[ |
| 2071 | +`scroll-state(scrollable: block)^v, |
| 2072 | +`scroll-state(scrollable: inline)^v |
| 2073 | +]により~queryされる容器は,異なることもあることを意味する。 |
| 2074 | +◎ |
| 2075 | +Note: This means that a scrollable query, for example, could query against different containers for scroll-state(scrollable: block) and scroll-state(scrollable: inline) queries. |
2056 | 2076 | </dd> |
2057 | 2077 |
|
2058 | 2078 | <dt>`normal@v</dt> |
@@ -3324,11 +3344,11 @@ <h3 title="Scroll State Container Features">6.3. ~scroll状態~容器~特能</h3 |
3324 | 3344 |
|
3325 | 3345 | <p> |
3326 | 3346 | `~scroll状態~特能$には、 |
3327 | | -`~scroll容器$の状態に合致するもの(例: `scrollable$d 特能)も,[ |
| 3347 | +`~scroll容器$の状態に合致するもの( `scrollable$d 特能など)も,[ |
3328 | 3348 | 要素のうち,その先祖`~scroll容器$の`~scrollport$の~scroll位置により影響されるもの |
3329 | | -]の状態に合致すもの(例: `snapped$d )もある。 |
| 3349 | +]の状態に合致するもの( `snapped$d 特能など)もある。 |
3330 | 3350 | ◎ |
3331 | | -Scroll-state features can either match state of the scroller itself, or an element that is affected by the scroll position of an ancestor scroll container’s scrollport. An example of the former is the scrollable feature, snapped the latter. |
| 3351 | +Scroll-state features can either match state of the scroller itself (such as the scrollable feature), or an element that is affected by the scroll position of an ancestor scroll container’s scrollport (such as the snapped feature). |
3332 | 3352 | </p> |
3333 | 3353 |
|
3334 | 3354 | <section id="updating-scroll-state"> |
@@ -3538,7 +3558,7 @@ <h4 title="Scroll snapping: the snapped feature">6.3.3. ~scroll留ng: `snapped |
3538 | 3558 | 【 `scrollsnapchange$et ではなく】 |
3539 | 3559 | `scrollsnapchanging$et ~eventが発火されるものに合致する。 |
3540 | 3560 | ◎ |
3541 | | -The snapped container feature queries whether a snap target is, or would be, snapped to its scroll snap container, in the given axis. That is, it matches any snap target that the scrollsnapchanging event is fired for. |
| 3561 | +The snapped container feature queries whether a snap target is, or would be, snapped to its scroll snap container in the given axis. That is, it matches any snap target that the scrollsnapchanging event is fired for. |
3542 | 3562 | </p> |
3543 | 3563 |
|
3544 | 3564 | <dl class="valdef"> |
|
0 commit comments