Skip to content

Commit 9c71d30

Browse files
[pointerevents] touch-action canonical order and animation type w3c/pointerevents@4965307
1 parent 3cfcf86 commit 9c71d30

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

pointerevents-ja.html

+18-5
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@
148148

149149
●●options
150150
spec_title:Pointer Events Level 4
151-
spec_date:2025-03-19
152-
trans_update:2025-03-20
151+
spec_date:2025-05-01
152+
trans_update:2025-05-03
153153
source_checked:241023
154154
page_state_key:UIEVENTS
155155
original_url:https://w3c.github.io/pointerevents/
@@ -2100,7 +2100,7 @@ <h3 title="PointerEvent Interface">4.1. `PointerEvent^I ~interface</h3>
21002100
</p>
21012101

21022102
<div>
2103-
<table><thead>
2103+
<table id="pointer-type-table"><thead>
21042104
<tr><th>~pointer装置の型
21052105
<th>`pointerType$m 値
21062106
<tbody>
@@ -4588,6 +4588,7 @@ <h2 title="Declaring direct manipulation behavior">8. 直な操作の挙動の
45884588
<section id="the-touch-action-css-property">
45894589
<h3 title="The touch-action CSS property">8.1. `touch-action^p ~CSS~prop</h3>
45904590

4591+
<div>
45914592
◎名 `touch-action@p
45924593
◎値
45934594
`auto$v | `none$v | [ [ `pan-x$v | `pan-left$v | `pan-right$v ] || [ `pan-y$v | `pan-up$v | `pan-down$v ] ] | `manipulation$v
@@ -4601,12 +4602,24 @@ <h3 title="The touch-action CSS property">8.1. `touch-action^p ~CSS~prop</h3>
46014602
`column^v,
46024603
`column-group^v
46034604
4604-
4605-
all elements except: non-replaced inline elements, table rows, row groups, table columns, and column groups.
46064605
◎継 されない
46074606
◎百 受容しない
46084607
◎算 指定されたとおり
4608+
◎順 文法に従う
4609+
◎ア ~animate不可
46094610
◎表終
4611+
4612+
Name: touch-action
4613+
Value: auto | none | [ [ pan-x | pan-left | pan-right ] || [ pan-y | pan-up | pan-down ] ] | manipulation
4614+
Initial: auto
4615+
Applies to: all elements except: non-replaced inline elements, table rows, row groups, table columns, and column groups
4616+
Inherited: no
4617+
Percentages: N/A
4618+
Media: visual
4619+
Computed value: same as specified value
4620+
Canonical order: per grammar
4621+
Animation type: not animatable
4622+
</div>
46104623

46114624
<p>
46124625
`touch-action$p ~propは、

0 commit comments

Comments
 (0)