diff options
Diffstat (limited to 'files/ja/web/api/window/pkcs11/index.html')
-rw-r--r-- | files/ja/web/api/window/pkcs11/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/api/window/pkcs11/index.html b/files/ja/web/api/window/pkcs11/index.html index faa851a9d3..025288c852 100644 --- a/files/ja/web/api/window/pkcs11/index.html +++ b/files/ja/web/api/window/pkcs11/index.html @@ -14,7 +14,7 @@ translation_of: Web/API/Window/pkcs11 <h3 id=".E6.A6.82.E8.A6.81" name=".E6.A6.82.E8.A6.81">概要</h3> <p><a href="ja/Pkcs11_protocol">pcks11 プロトコル</a> に関連するドライバや他のソフトウェアをインストールするために用いられる <b>pkcs11</b> オブジェクトを返します。</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"><i>objRef</i> = window.pkcs11 </pre> <p>{{ 英語版章題("Example") }}</p> @@ -22,7 +22,7 @@ translation_of: Web/API/Window/pkcs11 <pre> window.pkcs11.addModule(sMod, secPath, 0, 0); </pre> <p>{{ 英語版章題("Notes") }}</p> -<h3 id=".E6.B3.A8.E8.A8.98" name=".E6.B3.A8.E8.A8.98">注記</h3> +<h3 id="Notes">注</h3> <p>pcks11 オブジェクトの扱い方についてのさらなる情報は、<a href="ja/NsIDOMPkcs11">nsIDOMPkcs11</a> を参照してください。</p> <p>{{ 英語版章題("Specification") }}</p> <h3 id=".E4.BB.95.E6.A7.98" name=".E4.BB.95.E6.A7.98">仕様</h3> |