diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-04-23 23:24:37 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-05-02 23:12:58 +0900 |
commit | 13cf003e25d22d731475e51b86c79a0abe24f2d6 (patch) | |
tree | 275ffca20131e7fd44e383332035ea5b247e6a35 /files/ja | |
parent | 3750e1daa84085fde2c9789115ca06057d6faf3b (diff) | |
download | translated-content-13cf003e25d22d731475e51b86c79a0abe24f2d6.tar.gz translated-content-13cf003e25d22d731475e51b86c79a0abe24f2d6.tar.bz2 translated-content-13cf003e25d22d731475e51b86c79a0abe24f2d6.zip |
修正漏れを修正
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/web/xpath/introduction_to_using_xpath_in_javascript/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/files/ja/web/xpath/introduction_to_using_xpath_in_javascript/index.html b/files/ja/web/xpath/introduction_to_using_xpath_in_javascript/index.html index 17abefcdbe..67efbfcd10 100644 --- a/files/ja/web/xpath/introduction_to_using_xpath_in_javascript/index.html +++ b/files/ja/web/xpath/introduction_to_using_xpath_in_javascript/index.html @@ -229,8 +229,6 @@ while (thisHeading) { <p>反復によってノードを得られたら、そのノードのすべての標準 DOM インターフェイスにアクセスできます。式によって返される <code>h2</code> 要素に対する反復処理が全て終了すると、それ以降は <code>iterateNext()</code> を何度呼び出しても <code>null</code> が返されます。</p> -<p>{{ 英語版章題("Evaluating against an XML document within an Extension") }}</p> - <h3 id="Evaluating_against_an_XML_document_within_an_Extension">拡張機能内の XML 文書に対して評価する</h3> <p>例として XML 文書が <code>chrome://yourextension/content/peopleDB.xml</code> にあったとします。</p> |