From 3e4adea2ee2e5d4484e1b53c2cb61b4f897ac593 Mon Sep 17 00:00:00 2001 From: MDN Date: Mon, 28 Jun 2021 00:37:58 +0000 Subject: [CRON] sync translated content --- files/fr/_redirects.txt | 1 + files/fr/_wikihistory.json | 16 ++++----- files/fr/orphaned/web/api/documenttouch/index.html | 38 ++++++++++++++++++++++ files/fr/web/api/documenttouch/index.html | 37 --------------------- files/zh-cn/_redirects.txt | 1 + files/zh-cn/_wikihistory.json | 12 +++---- .../orphaned/web/api/documenttouch/index.html | 33 +++++++++++++++++++ files/zh-cn/web/api/documenttouch/index.html | 32 ------------------ 8 files changed, 87 insertions(+), 83 deletions(-) create mode 100644 files/fr/orphaned/web/api/documenttouch/index.html delete mode 100644 files/fr/web/api/documenttouch/index.html create mode 100644 files/zh-cn/orphaned/web/api/documenttouch/index.html delete mode 100644 files/zh-cn/web/api/documenttouch/index.html (limited to 'files') diff --git a/files/fr/_redirects.txt b/files/fr/_redirects.txt index f35a7dffaf..23e84fb359 100644 --- a/files/fr/_redirects.txt +++ b/files/fr/_redirects.txt @@ -3662,6 +3662,7 @@ /fr/docs/Web/API/DocumentOrShadowRoot/elementsFromPoint /fr/docs/Web/API/Document/elementsFromPoint /fr/docs/Web/API/DocumentOrShadowRoot/getSelection /fr/docs/Web/API/Document/getSelection /fr/docs/Web/API/DocumentOrShadowRoot/styleSheets /fr/docs/Web/API/Document/styleSheets +/fr/docs/Web/API/DocumentTouch /fr/docs/orphaned/Web/API/DocumentTouch /fr/docs/Web/API/Document_Object_Model/Events /fr/docs/orphaned/Web/API/Document_Object_Model/Events /fr/docs/Web/API/Document_Object_Model/Exemples /fr/docs/Web/API/Document_Object_Model/Examples /fr/docs/Web/API/Document_Object_Model/Introduction_au_DOM /fr/docs/Web/API/Document_Object_Model/Introduction diff --git a/files/fr/_wikihistory.json b/files/fr/_wikihistory.json index 4c0fb9e0bd..b995cd3194 100644 --- a/files/fr/_wikihistory.json +++ b/files/fr/_wikihistory.json @@ -14852,14 +14852,6 @@ "loella16" ] }, - "Web/API/DocumentTouch": { - "modified": "2019-03-23T22:50:40.193Z", - "contributors": [ - "loella16", - "Hell_Carlito", - "enayfuos" - ] - }, "Web/API/DocumentType": { "modified": "2020-04-26T15:13:01.231Z", "contributors": [ @@ -44646,6 +44638,14 @@ "darnuria" ] }, + "orphaned/Web/API/DocumentTouch": { + "modified": "2019-03-23T22:50:40.193Z", + "contributors": [ + "loella16", + "Hell_Carlito", + "enayfuos" + ] + }, "orphaned/Web/API/Document_Object_Model/Events": { "modified": "2019-03-18T21:39:20.100Z", "contributors": [ diff --git a/files/fr/orphaned/web/api/documenttouch/index.html b/files/fr/orphaned/web/api/documenttouch/index.html new file mode 100644 index 0000000000..dee1111b8e --- /dev/null +++ b/files/fr/orphaned/web/api/documenttouch/index.html @@ -0,0 +1,38 @@ +--- +title: DocumentTouch +slug: orphaned/Web/API/DocumentTouch +tags: + - API + - DOM + - DocumentTouch + - Mobile + - Tactile + - toucher +translation_of: Web/API/DocumentTouch +original_slug: Web/API/DocumentTouch +--- +

{{ ApiRef("DOM") }}

+ +

{{ obsolete_header(25) }}

+ +

L'interface DocumentTouch était utilisée pour fournir des méthodes pratiques pour la création des objets {{ domxref("Touch") }} et {{ domxref("TouchList") }}, mais elle a été supprimée. Les méthodes sont maintenant présentes dans l'interface {{domxref("Document")}}.

+ +

Méthodes

+ +
+
{{ domxref("DocumentTouch.createTouch()") }}
+
Crée un nouvel objet {{ domxref("Touch") }}.
+
{{ domxref("DocumentTouch.createTouchList()") }}
+
Crée un nouvel objet {{ domxref("TouchList") }}.
+
+ +

A voir aussi

+ + diff --git a/files/fr/web/api/documenttouch/index.html b/files/fr/web/api/documenttouch/index.html deleted file mode 100644 index d9deed0227..0000000000 --- a/files/fr/web/api/documenttouch/index.html +++ /dev/null @@ -1,37 +0,0 @@ ---- -title: DocumentTouch -slug: Web/API/DocumentTouch -tags: - - API - - DOM - - DocumentTouch - - Mobile - - Tactile - - toucher -translation_of: Web/API/DocumentTouch ---- -

{{ ApiRef("DOM") }}

- -

{{ obsolete_header(25) }}

- -

L'interface DocumentTouch était utilisée pour fournir des méthodes pratiques pour la création des objets {{ domxref("Touch") }} et {{ domxref("TouchList") }}, mais elle a été supprimée. Les méthodes sont maintenant présentes dans l'interface {{domxref("Document")}}.

- -

Méthodes

- -
-
{{ domxref("DocumentTouch.createTouch()") }}
-
Crée un nouvel objet {{ domxref("Touch") }}.
-
{{ domxref("DocumentTouch.createTouchList()") }}
-
Crée un nouvel objet {{ domxref("TouchList") }}.
-
- -

A voir aussi

- - diff --git a/files/zh-cn/_redirects.txt b/files/zh-cn/_redirects.txt index cdfd4b6b33..42a485d721 100644 --- a/files/zh-cn/_redirects.txt +++ b/files/zh-cn/_redirects.txt @@ -1503,6 +1503,7 @@ /zh-CN/docs/Web/API/DocumentOrShadowRoot/getSelection /zh-CN/docs/Web/API/Document/getSelection /zh-CN/docs/Web/API/DocumentOrShadowRoot/pointerLockElement /zh-CN/docs/Web/API/Document/pointerLockElement /zh-CN/docs/Web/API/DocumentOrShadowRoot/styleSheets /zh-CN/docs/Web/API/Document/styleSheets +/zh-CN/docs/Web/API/DocumentTouch /zh-CN/docs/orphaned/Web/API/DocumentTouch /zh-CN/docs/Web/API/Document_Object_Model/Events /zh-CN/docs/orphaned/Web/API/Document_Object_Model/Events /zh-CN/docs/Web/API/Document_Object_Model/Preface /zh-CN/docs/conflicting/Web/API/Document_Object_Model /zh-CN/docs/Web/API/Element.classList /zh-CN/docs/Web/API/Element/classList diff --git a/files/zh-cn/_wikihistory.json b/files/zh-cn/_wikihistory.json index 0298927ad2..eb8aaa18d2 100644 --- a/files/zh-cn/_wikihistory.json +++ b/files/zh-cn/_wikihistory.json @@ -11904,12 +11904,6 @@ "eventao" ] }, - "Web/API/DocumentTouch": { - "modified": "2019-03-23T22:57:10.414Z", - "contributors": [ - "yangkui" - ] - }, "Web/API/DocumentType": { "modified": "2020-10-15T21:51:21.460Z", "contributors": [ @@ -49879,6 +49873,12 @@ "iainreid629" ] }, + "orphaned/Web/API/DocumentTouch": { + "modified": "2019-03-23T22:57:10.414Z", + "contributors": [ + "yangkui" + ] + }, "orphaned/Web/API/Document_Object_Model/Events": { "modified": "2019-07-06T03:38:22.874Z", "contributors": [ diff --git a/files/zh-cn/orphaned/web/api/documenttouch/index.html b/files/zh-cn/orphaned/web/api/documenttouch/index.html new file mode 100644 index 0000000000..9dd10a6ba5 --- /dev/null +++ b/files/zh-cn/orphaned/web/api/documenttouch/index.html @@ -0,0 +1,33 @@ +--- +title: DocumentTouch +slug: orphaned/Web/API/DocumentTouch +translation_of: Web/API/DocumentTouch +original_slug: Web/API/DocumentTouch +--- +

{{ ApiRef("DOM") }}

+ +

{{ obsolete_header(25) }}

+ +

从Gecko 25 (Firefox 25 / Thunderbird 25 / SeaMonkey 2.22)开始被废弃

+ +

本特性已经被废弃,虽然它仍然可以在一些浏览器中工作,它随时都可能被移除,我们不鼓励使用它,你应尽量避免使用它。

+ +

DocumentTouch 接口提供了一个便利的方法来创建 {{ domxref("Touch") }} 和 {{ domxref("TouchList") }} 对象, 可是它将被移除。 但这个方法将会继续在{{domxref("Document")}} 接口中存在.

+ +

方法

+ +
+
{{ domxref("DocumentTouch.createTouch()") }}
+
创建一个新的 {{ domxref("Touch") }} 对象.
+
{{ domxref("DocumentTouch.createTouchList()") }}
+
创建一个新的 {{ domxref("TouchList") }} 对象.
+
+ +

更多

+ + diff --git a/files/zh-cn/web/api/documenttouch/index.html b/files/zh-cn/web/api/documenttouch/index.html deleted file mode 100644 index 60b7ebb841..0000000000 --- a/files/zh-cn/web/api/documenttouch/index.html +++ /dev/null @@ -1,32 +0,0 @@ ---- -title: DocumentTouch -slug: Web/API/DocumentTouch -translation_of: Web/API/DocumentTouch ---- -

{{ ApiRef("DOM") }}

- -

{{ obsolete_header(25) }}

- -

从Gecko 25 (Firefox 25 / Thunderbird 25 / SeaMonkey 2.22)开始被废弃

- -

本特性已经被废弃,虽然它仍然可以在一些浏览器中工作,它随时都可能被移除,我们不鼓励使用它,你应尽量避免使用它。

- -

DocumentTouch 接口提供了一个便利的方法来创建 {{ domxref("Touch") }} 和 {{ domxref("TouchList") }} 对象, 可是它将被移除。 但这个方法将会继续在{{domxref("Document")}} 接口中存在.

- -

方法

- -
-
{{ domxref("DocumentTouch.createTouch()") }}
-
创建一个新的 {{ domxref("Touch") }} 对象.
-
{{ domxref("DocumentTouch.createTouchList()") }}
-
创建一个新的 {{ domxref("TouchList") }} 对象.
-
- -

更多

- - -- cgit v1.2.3-54-g00ecf