aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web
diff options
context:
space:
mode:
authorMakky <makky.4d6b.3f5@gmail.com>2021-08-09 12:50:31 +0900
committerGitHub <noreply@github.com>2021-08-09 12:50:31 +0900
commitb33bd88353d4e3a23a9fd60fa6cef8b656b79dbc (patch)
treefab6e8b20c9ef9d006059d428359ec12edee3c37 /files/ja/web
parent09e74b7472aef6c65b7da6c678a9dad5a8b177af (diff)
downloadtranslated-content-b33bd88353d4e3a23a9fd60fa6cef8b656b79dbc.tar.gz
translated-content-b33bd88353d4e3a23a9fd60fa6cef8b656b79dbc.tar.bz2
translated-content-b33bd88353d4e3a23a9fd60fa6cef8b656b79dbc.zip
replace 案す with ます (#1920)
Diffstat (limited to 'files/ja/web')
-rw-r--r--files/ja/web/api/window/pkcs11/index.html2
-rw-r--r--files/ja/web/svg/element/image/index.html2
2 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 3f13392663..35f2a8f272 100644
--- a/files/ja/web/api/window/pkcs11/index.html
+++ b/files/ja/web/api/window/pkcs11/index.html
@@ -17,7 +17,7 @@ translation_of: Web/API/Window/pkcs11
<h2 id="Summary">概要</h2>
-<p><code>pkcs11</code> オブジェクトを返し案す。これは <a href="/ja/docs/Pkcs11_protocol">pkcs11 プロトコル</a>に関連付けられたドライバーやその他のソフトウェアをインストールするために使用されます。 <code>pkcs11</code> に対応していない場合、このプロパティは <code>null</code> を返します。</p>
+<p><code>pkcs11</code> オブジェクトを返します。これは <a href="/ja/docs/Pkcs11_protocol">pkcs11 プロトコル</a>に関連付けられたドライバーやその他のソフトウェアをインストールするために使用されます。 <code>pkcs11</code> に対応していない場合、このプロパティは <code>null</code> を返します。</p>
<div class="note">
<p><strong>注:</strong> このプロパティはセキュリティ上の理由から、 Gecko 1.9.0.14 (Firefox 3.0.14) 以降で <code>null</code> を返すようになり、 Gecko 29.0 {{geckoRelease(29)}}) で<strong>削除されました</strong>。 PKCS11 モジュールのインストールに関する詳細情報は、 <a href="/ja/docs/PKCS11_Module_Installation">PKCS11 モジュールのインストール</a>を参照してください。このプロパティが削除された理由の詳細については、 {{ Bug(326628) }} にを参照してください。</p>
diff --git a/files/ja/web/svg/element/image/index.html b/files/ja/web/svg/element/image/index.html
index d321768be8..82c879f1a6 100644
--- a/files/ja/web/svg/element/image/index.html
+++ b/files/ja/web/svg/element/image/index.html
@@ -48,7 +48,7 @@ translation_of: Web/SVG/Element/image
<li>{{SVGAttr("width")}}: 画像が描画される幅です。 HTML の <code>&lt;img&gt;</code> とは異なり、この属性は必須です。</li>
<li>{{SVGAttr("height")}}: 画像が描画される高さです。 HTML の <code>&lt;img&gt;</code> とは異なり、この属性は必須です。</li>
<li>{{SVGAttr("href")}} および {{SVGAttr("xlink:href")}}: 画像ファイルの URL を指します。</li>
- <li>{{SVGAttr("preserveAspectRatio")}}: 画像の拡大縮小方法を制御し案す。</li>
+ <li>{{SVGAttr("preserveAspectRatio")}}: 画像の拡大縮小方法を制御します。</li>
</ul>
<h2 id="DOM_Interface" name="DOM_Interface">DOM インターフェイス</h2>