From c05efa8d7ae464235cf83d7c0956e42dc6974103 Mon Sep 17 00:00:00 2001 From: julieng Date: Sat, 2 Oct 2021 17:20:14 +0200 Subject: move *.html to *.md --- .../api/htmliframeelement/featurepolicy/index.html | 46 ---------------------- .../api/htmliframeelement/featurepolicy/index.md | 46 ++++++++++++++++++++++ 2 files changed, 46 insertions(+), 46 deletions(-) delete mode 100644 files/fr/web/api/htmliframeelement/featurepolicy/index.html create mode 100644 files/fr/web/api/htmliframeelement/featurepolicy/index.md (limited to 'files/fr/web/api/htmliframeelement/featurepolicy') diff --git a/files/fr/web/api/htmliframeelement/featurepolicy/index.html b/files/fr/web/api/htmliframeelement/featurepolicy/index.html deleted file mode 100644 index 54bcd1037e..0000000000 --- a/files/fr/web/api/htmliframeelement/featurepolicy/index.html +++ /dev/null @@ -1,46 +0,0 @@ ---- -title: HTMLIFrameElement.featurePolicy -slug: Web/API/HTMLIFrameElement/featurePolicy -tags: - - API - - Feature Policy - - Feature-Policy - - HTMLIFrameElement - - Policy - - Property -translation_of: Web/API/HTMLIFrameElement/featurePolicy ---- -
{{APIRef("Feature Policy API")}}{{SeeCompatTable}}
- -

La propriété en lecture seule featurePolicy de l'interface {{DOMxRef("HTMLIFrameElement")}} retourne l'interface {{DOMxRef("FeaturePolicy")}}, qui fournit une API simple pour consulter facilement les règles de fonctionnalités appliquées à un élément <iframe> spécifique.

- -

Syntaxe

- -
var policy = HTMLIFrameElement.featurePolicy
- -

Valeur

- -

Un objet FeaturePolicy pouvant être utilisé pour consulter les paramètres Feature Policy appliqués au cadre.

- -

Spécification

- - - - - - - - - - - - - - -
SpécificationÉtatCommentaire
{{SpecName("Feature Policy")}}{{Spec2("Feature Policy")}}Définition initiale.
- -

Compatibilité des navigateurs

- - - -

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

diff --git a/files/fr/web/api/htmliframeelement/featurepolicy/index.md b/files/fr/web/api/htmliframeelement/featurepolicy/index.md new file mode 100644 index 0000000000..54bcd1037e --- /dev/null +++ b/files/fr/web/api/htmliframeelement/featurepolicy/index.md @@ -0,0 +1,46 @@ +--- +title: HTMLIFrameElement.featurePolicy +slug: Web/API/HTMLIFrameElement/featurePolicy +tags: + - API + - Feature Policy + - Feature-Policy + - HTMLIFrameElement + - Policy + - Property +translation_of: Web/API/HTMLIFrameElement/featurePolicy +--- +
{{APIRef("Feature Policy API")}}{{SeeCompatTable}}
+ +

La propriété en lecture seule featurePolicy de l'interface {{DOMxRef("HTMLIFrameElement")}} retourne l'interface {{DOMxRef("FeaturePolicy")}}, qui fournit une API simple pour consulter facilement les règles de fonctionnalités appliquées à un élément <iframe> spécifique.

+ +

Syntaxe

+ +
var policy = HTMLIFrameElement.featurePolicy
+ +

Valeur

+ +

Un objet FeaturePolicy pouvant être utilisé pour consulter les paramètres Feature Policy appliqués au cadre.

+ +

Spécification

+ + + + + + + + + + + + + + +
SpécificationÉtatCommentaire
{{SpecName("Feature Policy")}}{{Spec2("Feature Policy")}}Définition initiale.
+ +

Compatibilité des navigateurs

+ + + +

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

-- cgit v1.2.3-54-g00ecf