diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-08-13 18:03:38 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 18:03:38 +0900 |
commit | 0de94c30d64dcb04c8766f9617430f31ec765c8d (patch) | |
tree | 4b0db192d260c5acd03ecfec365a77055a4f28c8 /files/ja/_wikihistory.json | |
parent | e97318021bd361b2449b18f84d038918ff664af4 (diff) | |
download | translated-content-0de94c30d64dcb04c8766f9617430f31ec765c8d.tar.gz translated-content-0de94c30d64dcb04c8766f9617430f31ec765c8d.tar.bz2 translated-content-0de94c30d64dcb04c8766f9617430f31ec765c8d.zip |
ChildNode ミックスインを廃止 (#1907)
ChildNode ミックスインを廃止し、メンバーの記事を Element インターフェイスに移管
Diffstat (limited to 'files/ja/_wikihistory.json')
-rw-r--r-- | files/ja/_wikihistory.json | 36 |
1 files changed, 14 insertions, 22 deletions
diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index 2f71d0a613..1be588167d 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -13613,6 +13613,13 @@ "Okome" ] }, + "Web/API/Element/before": { + "modified": "2020-10-17T03:58:22.731Z", + "contributors": [ + "Potappo", + "Shirasu" + ] + }, "Web/API/Element/blur_event": { "modified": "2020-10-15T21:58:39.988Z", "contributors": [ @@ -14142,6 +14149,13 @@ "Mgjbot" ] }, + "Web/API/Element/replaceWith": { + "modified": "2020-10-17T04:41:48.425Z", + "contributors": [ + "Potappo", + "Shirasu" + ] + }, "Web/API/Element/requestFullScreen": { "modified": "2019-06-03T03:04:44.040Z", "contributors": [ @@ -50796,28 +50810,6 @@ "shinnn" ] }, - "orphaned/Web/API/ChildNode": { - "modified": "2020-11-23T03:36:42.854Z", - "contributors": [ - "segayuu", - "Marsf", - "momoi" - ] - }, - "orphaned/Web/API/ChildNode/before": { - "modified": "2020-10-17T03:58:22.731Z", - "contributors": [ - "Potappo", - "Shirasu" - ] - }, - "orphaned/Web/API/ChildNode/replaceWith": { - "modified": "2020-10-17T04:41:48.425Z", - "contributors": [ - "Potappo", - "Shirasu" - ] - }, "orphaned/Web/API/DOMLocator": { "modified": "2020-08-13T09:34:48.574Z", "contributors": [ |