diff options
Diffstat (limited to 'files/ja/web/api/window/scrollbylines/index.html')
-rw-r--r-- | files/ja/web/api/window/scrollbylines/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ja/web/api/window/scrollbylines/index.html b/files/ja/web/api/window/scrollbylines/index.html index c510a70844..e27191fa9c 100644 --- a/files/ja/web/api/window/scrollbylines/index.html +++ b/files/ja/web/api/window/scrollbylines/index.html @@ -12,11 +12,11 @@ translation_of: Web/API/Window/scrollByLines <p>{{ ApiRef() }} {{ 英語版章題("Summary") }}</p> <h3 id=".E6.A6.82.E8.A6.81" name=".E6.A6.82.E8.A6.81">概要</h3> <p>指定した行分文書をスクロールします。 {{ 英語版章題("Syntax") }}</p> -<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87">構文</h3> +<h3 id="Syntax">構文</h3> <pre class="eval">window.scrollByLines(<i>lines</i>) </pre> <p>{{ 英語版章題("Parameters") }}</p> -<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0">引数</h3> +<h3 id="Arguments">引数</h3> <ul> <li><code>lines</code> は、文書をスクロールする行数です。</li> </ul> @@ -32,7 +32,7 @@ translation_of: Web/API/Window/scrollByLines <button onclick="scrollByLines(-5);">up 5 lines</button> </pre> <p>{{ 英語版章題("Notes") }}</p> -<h3 id=".E6.B3.A8.E8.A8.98" name=".E6.B3.A8.E8.A8.98">注記</h3> +<h3 id="Notes">注</h3> <p>{{domxref("window.scrollBy")}}、{{domxref("window.scrollByPages")}} も参照してください。 {{ 英語版章題("Specification") }}</p> <h3 id=".E4.BB.95.E6.A7.98" name=".E4.BB.95.E6.A7.98">仕様</h3> <p>{{ DOM0() }}</p> |