diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:36:30 +0100 |
commit | 7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (patch) | |
tree | 004e031fc47a2ed576e83000b7ef08f9355459f4 /files/fr/web/api/touch_events | |
parent | 39f2114f9797eb51994966c6bb8ff1814c9a4da8 (diff) | |
download | translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.gz translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.bz2 translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.zip |
unslug fr: modify
Diffstat (limited to 'files/fr/web/api/touch_events')
-rw-r--r-- | files/fr/web/api/touch_events/index.html | 3 | ||||
-rw-r--r-- | files/fr/web/api/touch_events/supporting_both_touchevent_and_mouseevent/index.html | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/files/fr/web/api/touch_events/index.html b/files/fr/web/api/touch_events/index.html index 7f3cbae7b5..5ffb0c1e95 100644 --- a/files/fr/web/api/touch_events/index.html +++ b/files/fr/web/api/touch_events/index.html @@ -1,10 +1,11 @@ --- title: Événements tactiles / Touch events -slug: Web/Guide/DOM/Events/Touch_events +slug: Web/API/Touch_events tags: - Tactile - touch translation_of: Web/API/Touch_events +original_slug: Web/Guide/DOM/Events/Touch_events --- <p>{{DefaultAPISidebar("Touch Events")}}</p> diff --git a/files/fr/web/api/touch_events/supporting_both_touchevent_and_mouseevent/index.html b/files/fr/web/api/touch_events/supporting_both_touchevent_and_mouseevent/index.html index 97174a4763..51773f1c64 100644 --- a/files/fr/web/api/touch_events/supporting_both_touchevent_and_mouseevent/index.html +++ b/files/fr/web/api/touch_events/supporting_both_touchevent_and_mouseevent/index.html @@ -1,8 +1,9 @@ --- title: Gérer à la fois événement tactile et événement de la souris -slug: >- - Web/Guide/DOM/Events/Touch_events/Gérer_à_la_fois_événement_tactile_et_événement_de_la_souris +slug: Web/API/Touch_events/Supporting_both_TouchEvent_and_MouseEvent translation_of: Web/API/Touch_events/Supporting_both_TouchEvent_and_MouseEvent +original_slug: >- + Web/Guide/DOM/Events/Touch_events/Gérer_à_la_fois_événement_tactile_et_événement_de_la_souris --- <p>{{DefaultAPISidebar("Touch Events")}}</p> |