diff options
Diffstat (limited to 'files/ja/web/exslt/math')
-rw-r--r-- | files/ja/web/exslt/math/highest/index.html | 4 | ||||
-rw-r--r-- | files/ja/web/exslt/math/lowest/index.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/files/ja/web/exslt/math/highest/index.html b/files/ja/web/exslt/math/highest/index.html index 5e8a6f514f..896cb87c30 100644 --- a/files/ja/web/exslt/math/highest/index.html +++ b/files/ja/web/exslt/math/highest/index.html @@ -14,10 +14,10 @@ translation_of: Web/EXSLT/math/highest </p><p>ノードの文字列を数値に変換した場合、一つのノードが最大値を持つ。 </p><p>{{ Note() }} </p> -<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87"> 構文 </h3> +<h3 id="Syntax"> 構文 </h3> <pre class="eval">math:highest(<i>nodeSet</i>) </pre> -<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0"> 引数 </h3> +<h3 id="Arguments"> 引数 </h3> <dl><dt><code><i>nodeSet</i></code> </dt><dd>最大値を持つノードが返されるノードセット </dd></dl> diff --git a/files/ja/web/exslt/math/lowest/index.html b/files/ja/web/exslt/math/lowest/index.html index dfc0f8805f..347fe1d589 100644 --- a/files/ja/web/exslt/math/lowest/index.html +++ b/files/ja/web/exslt/math/lowest/index.html @@ -14,10 +14,10 @@ translation_of: Web/EXSLT/math/lowest </p><p>ノードの文字列を数値に変換した場合、一つのノードが最小値を持つ。 </p><p>{{ Note() }} </p> -<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87"> 構文 </h3> +<h3 id="Syntax"> 構文 </h3> <pre class="eval">math:lowest(<i>nodeSet</i>) </pre> -<h3 id=".E5.BC.95.E6.95.B0" name=".E5.BC.95.E6.95.B0"> 引数 </h3> +<h3 id="Arguments"> 引数 </h3> <dl><dt><code><i>nodeSet</i></code> </dt><dd>最小値を持つノードが返されるノードセット </dd></dl> |