aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/exslt
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
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')
-rw-r--r--files/ja/web/exslt/exsl/object-type/index.html4
-rw-r--r--files/ja/web/exslt/math/highest/index.html4
-rw-r--r--files/ja/web/exslt/math/lowest/index.html4
3 files changed, 6 insertions, 6 deletions
diff --git a/files/ja/web/exslt/exsl/object-type/index.html b/files/ja/web/exslt/exsl/object-type/index.html
index 6dfff0c67a..a478fc445a 100644
--- a/files/ja/web/exslt/exsl/object-type/index.html
+++ b/files/ja/web/exslt/exsl/object-type/index.html
@@ -13,10 +13,10 @@ translation_of: Web/EXSLT/exsl/object-type
<code>exsl:object-type()</code> 指定されたオブジェクトの型を示す文字列を返却する。
</p><p>{{ Note("ほとんどの <a href='\"ja/XSLT\"'>XSLT</a> オブジェクトの型は安全に他の型へ自動変換されることがある。; しかしながら、ある自動変換はエラーを発生させる。特に、非ノードセットをノードセットとして扱う場合がそうである。この関数により、名前付きテンプレートや拡張関数の作者は、引数の値に柔軟性を容易に持たせることができる。") }}
</p>
-<h3 id=".E6.A7.8B.E6.96.87" name=".E6.A7.8B.E6.96.87"> 構文 </h3>
+<h3 id="Syntax"> 構文 </h3>
<pre class="eval">exsl:object-type(<i>object</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>object</i></code>
</dt><dd>型が返却されるオブジェクト
</dd></dl>
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>