From 8e33c52f809796c68a683ad343f37ee4e7ce4616 Mon Sep 17 00:00:00 2001 From: YujiSoftware Date: Tue, 30 Mar 2021 18:22:36 +0900 Subject: Migrate CompatibilityTable to Compat macro (lang-ja) (#356) * Migrate to Compat macro (ja/mozilla/add-ons/webextensions) * Migrate to Compat macro (ja/web/api) --- files/ja/web/api/htmliframeelement/index.html | 185 +-------------------- .../htmliframeelement/referrerpolicy/index.html | 50 +----- 2 files changed, 2 insertions(+), 233 deletions(-) (limited to 'files/ja/web/api/htmliframeelement') diff --git a/files/ja/web/api/htmliframeelement/index.html b/files/ja/web/api/htmliframeelement/index.html index 845f37de5b..ae547880c5 100644 --- a/files/ja/web/api/htmliframeelement/index.html +++ b/files/ja/web/api/htmliframeelement/index.html @@ -89,190 +89,7 @@ translation_of: Web/API/HTMLIFrameElement

Browser compatibility

-
{{CompatibilityTable}}
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support{{CompatVersionUnknown}}{{CompatGeckoDesktop(1.0)}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
srcdoc4{{CompatGeckoDesktop(25)}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
sandbox4{{CompatGeckoDesktop(17)}} [1]{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
seamless {{experimental_inline}}4{{CompatNo}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
contentDocument{{CompatVersionUnknown}}{{CompatVersionUnknown}}8.0 (for older version use HTMLIFrameElement.contentWindow.document instead){{CompatVersionUnknown}}{{CompatVersionUnknown}}
contentWindow{{CompatUnknown}}{{CompatUnknown}}{{CompatVersionUnknown}}{{CompatUnknown}}{{CompatUnknown}}
allowFullScreen {{experimental_inline}}17 {{property_prefix("-webkit")}}
- Daily test builds only
{{compatGeckoDesktop(9.0)}} {{property_prefix("-moz")}}
- {{compatGeckoDesktop(18.0)}}
{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
Basic support{{CompatVersionUnknown}}{{CompatGeckoMobile(1.0)}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
srcdoc4{{CompatGeckoMobile(25)}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
sandbox4{{CompatGeckoMobile(17)}} [1]{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
seamless {{experimental_inline}}4{{CompatNo}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
contentDocument{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
contentWindow{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
allowFullScreen {{experimental_inline}}17 {{property_prefix("-webkit")}}
- Daily test builds only
{{compatGeckoMobile(9.0)}} {{property_prefix("-moz")}}
- {{compatGeckoMobile(18.0)}}
{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -

[1] Previously, the type of sandbox was a {{domxref("DOMString")}} instead of a {{domxref("DOMSettableTokenList")}}. This has been fixed with Gecko 29.0 {{geckoRelease(29)}}) ({{bug(845067)}}). Other browsers may still implement the property as DOMString since it was a late change in the specification.

- -

Firefox OS notes

- -

Firefox OS extend the HTMLIFrameElement interface to support browser iframes. Those extra methods are made for privileged applications which want to implement a browser like application for Firefox OS devices. Not that in that context, the HTMLIFrameElement also inherit methods from the {{domxref("EventTarget")}} interface. To learn how to implement such applications, see the Using the Browser API article.

- -
-
{{domxref("HTMLIFrameElement.setVisible()","HTMLIFrameElement.setVisible(visible)")}}
-
Allows the parent to explicitly change the visibility state of the browser iframes.
-
{{domxref("HTMLIFrameElement.getVisible()","HTMLIFrameElement.getVisible()")}}
-
Returns the current visibility state of the browser iframe. Returns a {{domxref("DOMRequest")}}.
-
{{domxref("HTMLIFrameElement.sendMouseEvent()","HTMLIFrameElement.sendMouseEvent(type, x, y, button, clickCount, modifiers)")}}
-
Send a mouse event to the browser iframe.
-
{{domxref("HTMLIFrameElement.sendTouchEvent()","HTMLIFrameElement.sendTouchEvent(type, identifiers, touchesX, touchesY,radiisX, radiisY, rotationAngles, forces,count, modifiers)")}}
-
Send a touch event to the browser iframe.
-
{{domxref("HTMLIFrameElement.goBack()","HTMLIFrameElement.goBack()")}}
-
Navigate the browser iframe back.
-
{{domxref("HTMLIFrameElement.goForward()","HTMLIFrameElement.goForward()")}}
-
Navigate the browser iframe forward.
-
{{domxref("HTMLIFrameElement.reload()","HTMLIFrameElement.reload()")}}
-
Reload the browser iframe.
-
{{domxref("HTMLIFrameElement.stop()","HTMLIFrameElement.stop()")}}
-
Stop loading the browser iframe content.
-
{{domxref("HTMLIFrameElement.purgeHistory()","HTMLIFrameElement.purgeHistory()")}}
-
Allows to remove the all browsing history of the browser iframe.
-
{{domxref("HTMLIFrameElement.getScreenshot()","HTMLIFrameElement.getScreenshot(maxWidth, maxHeight)")}}
-
Allows to take a screenshot of the browser iframe's content, scaled to fit within maxWidth and maxHeight pixels. Returns a {{domxref("DOMRequest")}}.
-
{{domxref("HTMLIFrameElement.addNextPaintListener()","HTMLIFrameElement.addNextPaintListener()")}}
-
Add a listener to recieve an event the first time the browser iframe is ready to paint (This listener is sent an event after the first {{event("MozAfterPaint")}} event is dispacted in the iframe.)
-
{{domxref("HTMLIFrameElement.removeNextPaintListener()","HTMLIFrameElement.removeNextPaintListener()")}}
-
Remove the listener added by the previous function.
-
{{domxref("HTMLIFrameElement.getCanGoBack()","HTMLIFrameElement.getCanGoBack()")}}
-
Returns a {{domxref("DOMRequest")}} which result is a boolean indicating wether the browser iframe can be navigate backward.
-
{{domxref("HTMLIFrameElement.getCanGoForward()","HTMLIFrameElement.getCanGoForward()")}}
-
Returns a {{domxref("DOMRequest")}} which result is a boolean indicating wether the browser iframe can be navigate forward.
-
+

{{Compat("api.HTMLIFrameElement")}}

See also

diff --git a/files/ja/web/api/htmliframeelement/referrerpolicy/index.html b/files/ja/web/api/htmliframeelement/referrerpolicy/index.html index 6867c874fb..168d9ad21d 100644 --- a/files/ja/web/api/htmliframeelement/referrerpolicy/index.html +++ b/files/ja/web/api/htmliframeelement/referrerpolicy/index.html @@ -61,55 +61,7 @@ body.appendChild(iframe); // Fetch the image using the complete URL as the refer

ブラウザー実装状況

-

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - - - -
機能ChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
基本サポート{{CompatChrome("51")}}{{CompatUnknown}}{{CompatGeckoDesktop("50.0")}}{{CompatUnknown}}{{CompatOpera("38")}}{{CompatUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - -
機能AndroidFirefox Mobile (Gecko)IE PhoneOpera MobileSafari Mobile
基本サポート{{CompatUnknown}}{{CompatGeckoMobile("50.0")}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}
-
+

{{Compat("api.HTMLIFrameElement.referrerPolicy")}}

関連項目

-- cgit v1.2.3-54-g00ecf