Skip to content

Commit d40ef95

Browse files
[css-conditional-5] For the scroller queries, elements are only CQ containers in their scrollable axises. 他
Clarify a little bit that we can skip containers. w3c/csswg-drafts@416c971 For the scroller queries, elements are only CQ containers in their scrollable axises. w3c/csswg-drafts@a017379 editorial: Rewrap to semantic linebreaks w3c/csswg-drafts@4be4924
1 parent 6d1ab88 commit d40ef95

1 file changed

Lines changed: 27 additions & 7 deletions

File tree

css-conditional5-ja.html

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@
140140
●●options
141141

142142
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
145145
source_checked:260327
146146
page_state_key:CSS
147147
original_url:https://drafts.csswg.org/css-conditional-5/
@@ -515,6 +515,7 @@
515515
到達-不能な~scroll可能な~overflow領域:~CSSOVERFLOW3#unreachable-scrollable-overflow-region
516516
#negative-scrollable-overflow-region #unreachable-scrollable-overflow-region
517517
~scroll可能な値:~CSSOVERFLOW3#scrollable-overflow-value
518+
~scroll可能な軸:~CSSOVERFLOW3#scrollable-axis
518519

519520
張付き~view矩形:~CSSPOS#sticky-view-rectangle
520521
張付きに位置され:~CSSPOS#sticky-position
@@ -2051,8 +2052,27 @@ <h3 title="Creating Query Containers: the container-type property">5.1. ~query
20512052
<dd>
20522053
当の要素は、
20532054
`容器~scroll状態~query$用に`~query容器$を確立する。
2055+
【`容器~scroll状態~query$のうち】`~scroll容器$自体の状態と照合される~query用には
2056+
( `scrollable$d など)、
2057+
当の要素~FNは,
2058+
その自前の`~scroll可能な軸$に対してのみ`~query容器$になる。
20542059
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.
20562076
</dd>
20572077

20582078
<dt>`normal@v</dt>
@@ -3324,11 +3344,11 @@ <h3 title="Scroll State Container Features">6.3. ~scroll状態~容器~特能</h3
33243344

33253345
<p>
33263346
`~scroll状態~特能$には、
3327-
`~scroll容器$の状態に合致するもの(例: `scrollable$d 特能)も,[
3347+
`~scroll容器$の状態に合致するもの( `scrollable$d 特能など)も,[
33283348
要素のうち,その先祖`~scroll容器$の`~scrollport$の~scroll位置により影響されるもの
3329-
の状態に合致すもの(例: `snapped$d )もある。
3349+
の状態に合致するもの( `snapped$d 特能など)もある。
33303350
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).
33323352
</p>
33333353

33343354
<section id="updating-scroll-state">
@@ -3538,7 +3558,7 @@ <h4 title="Scroll snapping: the snapped feature">6.3.3. ~scroll留ng: `snapped
35383558
【 `scrollsnapchange$et ではなく】
35393559
`scrollsnapchanging$et ~eventが発火されるものに合致する。
35403560
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.
35423562
</p>
35433563

35443564
<dl class="valdef">

0 commit comments

Comments
 (0)