diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-08-27 20:33:27 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 20:33:27 +0900 |
commit | 5192b3e5cfef0c1afca0ce844f9ab6b4d14259e9 (patch) | |
tree | d0de552845711f55975c51d4825ab9840d619681 /files/ja/web/api/element/childelementcount | |
parent | eb01d7c89c69ac0b49110d31eec8648fb5fd4805 (diff) | |
download | translated-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.html | 4 |
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 > 0) { - // Do something + // 何もしない } </pre> -<h2 id="Specification">仕様書</h2> +<h2 id="Specifications">仕様書</h2> {{Specifications}} |