aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-03-20 00:07:48 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2021-03-20 00:07:48 +0900
commit32ae8f34740d687ca15ae2506489f88aeccfed20 (patch)
tree75c43a6a7d632eed43ef2268ca25df1502513f21
parent794113ce7a93d5e51c498b33b2471a4862d8e816 (diff)
downloadtranslated-content-32ae8f34740d687ca15ae2506489f88aeccfed20.tar.gz
translated-content-32ae8f34740d687ca15ae2506489f88aeccfed20.tar.bz2
translated-content-32ae8f34740d687ca15ae2506489f88aeccfed20.zip
Revert "Web/HTML/Element/iframe を修正"
This reverts commit 794113ce7a93d5e51c498b33b2471a4862d8e816.
-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 b2e807bea0..5d561b5439 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>