aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/exslt/math
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-05-14 00:00:19 +0900
committerGitHub <noreply@github.com>2021-05-14 00:00:19 +0900
commit773b963e5762c87361e061900a2f5a8d0d1b646d (patch)
tree24d988dbdc0fe6293e1d2891c4c1d582b501d7c2 /files/ja/web/exslt/math
parent9d228b79d4b94dc15c4a7c724354af7812142976 (diff)
downloadtranslated-content-773b963e5762c87361e061900a2f5a8d0d1b646d.tar.gz
translated-content-773b963e5762c87361e061900a2f5a8d0d1b646d.tar.bz2
translated-content-773b963e5762c87361e061900a2f5a8d0d1b646d.zip
Learn/Getting_started_with_the_web/CSS_basics を更新 (#674)
- 2021/02/20 時点の英語版に同期 - 原語併記マクロを削除
Diffstat (limited to 'files/ja/web/exslt/math')
-rw-r--r--files/ja/web/exslt/math/highest/index.html4
-rw-r--r--files/ja/web/exslt/math/lowest/index.html4
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>