From 03385cc9f4f157cec2e5fd05f35e6af646055908 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 14 Sep 2021 11:07:46 +0900 Subject: Web/API以下の文書内のリンクURLを正規化 (#2360) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/web/api/htmliframeelement/contentwindow/index.html | 2 +- files/ja/web/api/htmliframeelement/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ja/web/api/htmliframeelement') diff --git a/files/ja/web/api/htmliframeelement/contentwindow/index.html b/files/ja/web/api/htmliframeelement/contentwindow/index.html index 6385634edc..1b76baba2b 100644 --- a/files/ja/web/api/htmliframeelement/contentwindow/index.html +++ b/files/ja/web/api/htmliframeelement/contentwindow/index.html @@ -5,4 +5,4 @@ translation_of: Web/API/HTMLIFrameElement/contentWindow ---
{{APIRef("HTML DOM")}}
-

contentWindow  プロパティは、<iframe> 要素 の Window オブジェクトを返します。この Window オブジェクトを使用して iframe のドキュメントとその内部 DOM にアクセスできます。この属性は読み取り専用ですが、そのプロパティはグローバルな Window オブジェクトのように操作できます。

+

contentWindow  プロパティは、<iframe> 要素 の Window オブジェクトを返します。この Window オブジェクトを使用して iframe のドキュメントとその内部 DOM にアクセスできます。この属性は読み取り専用ですが、そのプロパティはグローバルな Window オブジェクトのように操作できます。

diff --git a/files/ja/web/api/htmliframeelement/index.html b/files/ja/web/api/htmliframeelement/index.html index ae547880c5..cc0f451541 100644 --- a/files/ja/web/api/htmliframeelement/index.html +++ b/files/ja/web/api/htmliframeelement/index.html @@ -19,7 +19,7 @@ translation_of: Web/API/HTMLIFrameElement
{{domxref("HTMLIFrameElement.align")}} {{obsolete_inline}}
Is a {{domxref("DOMString")}} that specifies the alignment of the frame with respect to the surrounding context.
{{domxref("HTMLIFrameElement.allowfullscreen")}} {{experimental_inline}}
-
Is a {{domxref("Boolean")}} that indicates whether or not the inline frame is willing to be placed into full screen mode. See Using full-screen mode for details.
+
Is a {{domxref("Boolean")}} that indicates whether or not the inline frame is willing to be placed into full screen mode. See Using full-screen mode for details.
{{domxref("HTMLIFrameElement.contentDocument")}} {{readonlyInline}}
Returns a {{domxref("Document")}}, the active document in the inline frame's nested browsing context.
{{domxref("HTMLIFrameElement.contentWindow")}} {{readonlyInline}}
-- cgit v1.2.3-54-g00ecf