aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/exslt/math
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/exslt/math')
-rw-r--r--files/ja/web/exslt/math/highest/index.html1
-rw-r--r--files/ja/web/exslt/math/lowest/index.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/files/ja/web/exslt/math/highest/index.html b/files/ja/web/exslt/math/highest/index.html
index 9db5221372..5e8a6f514f 100644
--- a/files/ja/web/exslt/math/highest/index.html
+++ b/files/ja/web/exslt/math/highest/index.html
@@ -9,7 +9,6 @@ translation_of: Web/EXSLT/math/highest
---
<p>
{{ XsltRef() }}
-{{ Fx_minversion_header(3) }}
</p><p><br>
<code>math:highest()</code> 指定されたノードセットの最大値を持つノードを返却する。( <code><a href="ja/EXSLT/math/max">math:max()</a></code> を使用して計算した最大値).
</p><p>ノードの文字列を数値に変換した場合、一つのノードが最大値を持つ。
diff --git a/files/ja/web/exslt/math/lowest/index.html b/files/ja/web/exslt/math/lowest/index.html
index 32ffbabff6..dfc0f8805f 100644
--- a/files/ja/web/exslt/math/lowest/index.html
+++ b/files/ja/web/exslt/math/lowest/index.html
@@ -9,7 +9,6 @@ translation_of: Web/EXSLT/math/lowest
---
<p>
{{ XsltRef() }}
-{{ Fx_minversion_header(3) }}
</p><p><br>
<code>math:lowest()</code> 指定されたノードセットの最小値を持つノードを返却する。( <code><a href="ja/EXSLT/math/min">math:min()</a></code> を使用して計算した最小値).
</p><p>ノードの文字列を数値に変換した場合、一つのノードが最小値を持つ。