diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-06-10 00:07:48 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 00:07:48 +0900 |
commit | 44deedeeba5f0cf0e92ec099973b7db726e19cd0 (patch) | |
tree | f079d7ac36a5c781cf5124e8e0e87d7959f74c12 /files/ja/web/xpath/functions | |
parent | bbed12e574958e07af25518c7e66bd5ee2fb2d2c (diff) | |
download | translated-content-44deedeeba5f0cf0e92ec099973b7db726e19cd0.tar.gz translated-content-44deedeeba5f0cf0e92ec099973b7db726e19cd0.tar.bz2 translated-content-44deedeeba5f0cf0e92ec099973b7db726e19cd0.zip |
Web/XPath/Functions/true を更新 (#1034)
- 英語版章題マクロを除去
- 2021/02/20 時点の英語版に同期
Diffstat (limited to 'files/ja/web/xpath/functions')
-rw-r--r-- | files/ja/web/xpath/functions/true/index.html | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/files/ja/web/xpath/functions/true/index.html b/files/ja/web/xpath/functions/true/index.html index e92255e96b..8a45d17b95 100644 --- a/files/ja/web/xpath/functions/true/index.html +++ b/files/ja/web/xpath/functions/true/index.html @@ -8,29 +8,22 @@ translation_of: Web/XPath/Functions/true --- <p>{{ XsltRef() }}</p> -<p><code>true</code> 関数は真偽値 true を返します。</p> +<p><br> + <code>true</code> 関数は true の論理値を返します。</p> -<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">true() </pre> -<p>{{ 英語版章題("Returns") }}</p> - -<h3 id=".E6.88.BB.E3.82.8A.E5.80.A4" name=".E6.88.BB.E3.82.8A.E5.80.A4">戻り値</h3> - -<p>真偽値 <code>true</code>.</p> - -<p>{{ 英語版章題("Defined") }}</p> +<h3 id="Returns">返値</h3> -<h3 id=".E5.AE.9A.E7.BE.A9" name=".E5.AE.9A.E7.BE.A9">定義</h3> +<p>論理値 <code>true</code> です。</p> -<p><a class="external" href="http://www.w3.org/TR/xpath#function-true">XPath 1.0 4.3</a></p> +<h3 id="Defined">定義</h3> -<p>{{ 英語版章題("Gecko support") }}</p> +<p><a href="https://www.w3.org/TR/xpath#function-true">XPath 1.0 4.3</a></p> -<h3 id="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88" name="Gecko_.E3.81.A7.E3.81.AE.E3.82.B5.E3.83.9D.E3.83.BC.E3.83.88">Gecko でのサポート</h3> +<h3 id="Gecko_support">Gecko の対応</h3> <p>対応済み。</p> |