Skip to content

Commit 1d1cb90

Browse files
[css-view-transitions-2] Exclude -ua-* and none in types 他
Linkify <view-transition-type> w3c/csswg-drafts@c90e997 Revisit the -ua- types fix to make parsing invalid w3c/csswg-drafts@cca93bb Exclude -ua-* and none in types w3c/csswg-drafts@1cc230b
1 parent 8881078 commit 1d1cb90

1 file changed

Lines changed: 40 additions & 4 deletions

File tree

css-view-transitions-ja.html

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@
257257
●●options
258258

259259
spec_title:CSS View Transitions Module Level 2
260-
spec_date:2026-06-18
261-
trans_update:2026-06-23
260+
spec_date:2026-06-30
261+
trans_update:2026-07-01
262262
source_checked:250205
263263
page_state_key:CSS
264264
original_url:https://drafts.csswg.org/css-view-transitions-2/
@@ -469,6 +469,7 @@
469469
t.pt-class-selector:#typedef-pt-class-selector
470470
t.pt-name-selector:#typedef-pt-name-selector
471471
t.transform-function:~TRANSFORM2#typedef-transform-function
472+
t.view-transition-type:#typedef-view-transition-type
472473

473474
vN.none:#valdef-view-transition-navigation-none
474475
vN.auto:#valdef-view-transition-navigation-auto
@@ -478,6 +479,9 @@
478479

479480
v.~noneC:#valdef-view-transition-class-none
480481

482+
v.~noneT:#valdef-view-transition-types-none
483+
#valdef-view-transition-types-view-transition-type
484+
481485
v.none:#valdef-view-transition-name-none
482486
v.auto:#view-transition-name-auto
483487
v.match-element:#view-transition-name-match-element
@@ -850,6 +854,8 @@
850854
CSSOVERSCROLL:css-overscroll-ja.html
851855
BQん:`
852856
noneC:none
857+
noneT:none
858+
853859
●●words_table
854860

855861
●遷移/animation
@@ -1465,7 +1471,7 @@
14651471
[CSS-CONTAIN-2]
14661472
Tab Atkins Jr.; Florian Rivoal; Vladimir Levin. <CSS Containment Module Level 2. URL: https://drafts.csswg.org/css-contain-2/
14671473
[CSS-DISPLAY-3]
1468-
Elika Etemad; Tab Atkins Jr.. <CSS Display Module Level 3. URL: https://drafts.csswg.org/css-display/
1474+
Tab Atkins Jr.; Elika Etemad. <CSS Display Module Level 3. URL: https://drafts.csswg.org/css-display/
14691475
[CSS-DISPLAY-4]
14701476
Elika Etemad; Tab Atkins Jr.. <CSS Display Module Level 4. URL: https://drafts.csswg.org/css-display-4/
14711477
[CSS-IMAGES-3]
@@ -6509,7 +6515,7 @@ <h3 title="Activating the transition type for cross-document view transitions\
65096515

65106516
◎述 `types@d
65116517
◎用 `view-transition$at
6512-
◎値 `none^v | `custom-ident$t+
6518+
◎値 `none^v | `view-transition-type$t+
65136519
◎初 `none^v
65146520
◎表終
65156521

@@ -6526,6 +6532,36 @@ <h3 title="Activating the transition type for cross-document view transitions\
65266532
The 'types' descriptor sets the active types for the transition when capturing or performing the transition, equivalent to calling startViewTransition(callbackOptions) with that types.
65276533
</p>
65286534

6535+
<dl class="valdef">
6536+
<dt>`~noneT@v </dt>
6537+
<dd>
6538+
設定される遷移~型は無い。
6539+
6540+
No transition types are set.
6541+
</dd>
6542+
6543+
<dt id="valdef-view-transition-types-view-transition-type">`view-transition-type$t+</dt>
6544+
<dd>
6545+
当の遷移~用の`作動中な型~群$vTを指定された~custom識別子たちに設定する。
6546+
6547+
Sets the active types for the transition to the specified custom identifiers.
6548+
</dd>
6549+
</dl>
6550+
6551+
<p>
6552+
`view-transition-type@t
6553+
は、
6554+
次を満たす `custom-ident$t である
6555+
6556+
6557+
`none^v でない
6558+
]~AND[
6559+
文字列 `-ua-^l から開始していない
6560+
6561+
6562+
where &lt;view-transition-type&gt; is any &lt;custom-ident&gt; other than none, and not starting with the string "-ua-".
6563+
</p>
6564+
65296565
<p class="note">注記:
65306566
`types$d 記述子が適用されるのは、
65316567
それを定義した`文書$に限られる。

0 commit comments

Comments
 (0)