aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/element/childelementcount
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-08-27 20:33:27 +0900
committerGitHub <noreply@github.com>2021-08-27 20:33:27 +0900
commit5192b3e5cfef0c1afca0ce844f9ab6b4d14259e9 (patch)
treed0de552845711f55975c51d4825ab9840d619681 /files/ja/web/api/element/childelementcount
parenteb01d7c89c69ac0b49110d31eec8648fb5fd4805 (diff)
downloadtranslated-content-5192b3e5cfef0c1afca0ce844f9ab6b4d14259e9.tar.gz
translated-content-5192b3e5cfef0c1afca0ce844f9ab6b4d14259e9.tar.bz2
translated-content-5192b3e5cfef0c1afca0ce844f9ab6b4d14259e9.zip
旧 ParentNode の childElementCount プロパティの文書を整備 (#2094)
- 2021/08/15 時点の英語版に同期
Diffstat (limited to 'files/ja/web/api/element/childelementcount')
-rw-r--r--files/ja/web/api/element/childelementcount/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/api/element/childelementcount/index.html b/files/ja/web/api/element/childelementcount/index.html
index 57d59747ce..c3520c9a31 100644
--- a/files/ja/web/api/element/childelementcount/index.html
+++ b/files/ja/web/api/element/childelementcount/index.html
@@ -22,11 +22,11 @@ original_slug: Web/API/ParentNode/childElementCount
<pre class="brush:js">let sidebar = document.getElementById('sidebar');
if (sidebar.childElementCount &gt; 0) {
- // Do something
+ // 何もしない
}
</pre>
-<h2 id="Specification">仕様書</h2>
+<h2 id="Specifications">仕様書</h2>
{{Specifications}}