aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-03-20 00:10:33 +0900
committerpotappo <potappo@gmail.com>2021-03-22 07:16:05 +0900
commit04578e0901bebe2a107b5ca4776ebb708d88d714 (patch)
tree0ec509e969c4322f9a2a56792dbd3ff8c7396600
parent39761fa2389d4e7a87f1dc991a2a9704db4dc7a5 (diff)
downloadtranslated-content-04578e0901bebe2a107b5ca4776ebb708d88d714.tar.gz
translated-content-04578e0901bebe2a107b5ca4776ebb708d88d714.tar.bz2
translated-content-04578e0901bebe2a107b5ca4776ebb708d88d714.zip
Web/HTML/Element/iframe を修正
- 誤字の修正 - fix https://github.com/mozilla-japan/translation/issues/535
-rw-r--r--files/ja/web/html/element/iframe/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/html/element/iframe/index.html b/files/ja/web/html/element/iframe/index.html
index 5d561b5439..b2e807bea0 100644
--- a/files/ja/web/html/element/iframe/index.html
+++ b/files/ja/web/html/element/iframe/index.html
@@ -138,7 +138,7 @@ translation_of: Web/HTML/Element/iframe
<dt>{{htmlattrdef("src")}}</dt>
<dd>埋め込むページの URL です。<a href="/ja/docs/Web/Security/Same-origin_policy#Inherited_origins">同一オリジンポリシー</a>に従う空白ページを埋め込む場合は、 <code>about:blank</code> の値を使用してください。また、プログラムから <code>&lt;iframe&gt;</code> の src 属性を削除すると (例えば {{domxref("Element.removeAttribute()")}} などで)、 Firefox (バージョン65以降)、 Chromium ベースのブラウザー、 Safari/iOS では <code>about:blank</code> が読み込まれます。</dd>
<dt>{{htmlattrdef("srcdoc")}}</dt>
- <dd>埋め込むインライン HTML で、 <code>src</code> 属性を上書きします。ブラウザーがブラウザーが <code>srcdoc</code> 属性に対応していない場合は、 <code>src</code> 属性の URL で代替されます。</dd>
+ <dd>埋め込むインライン HTML で、 <code>src</code> 属性を上書きします。ブラウザーが <code>srcdoc</code> 属性に対応していない場合は、 <code>src</code> 属性の URL で代替されます。</dd>
<dt>{{htmlattrdef("width")}}</dt>
<dd>フレームの幅を CSS ピクセル数で示します。既定値は <code>300</code> です。</dd>
</dl>