aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/htmliframeelement/featurepolicy/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/htmliframeelement/featurepolicy/index.html')
-rw-r--r--files/fr/web/api/htmliframeelement/featurepolicy/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/fr/web/api/htmliframeelement/featurepolicy/index.html b/files/fr/web/api/htmliframeelement/featurepolicy/index.html
index 452e826dd6..54bcd1037e 100644
--- a/files/fr/web/api/htmliframeelement/featurepolicy/index.html
+++ b/files/fr/web/api/htmliframeelement/featurepolicy/index.html
@@ -12,15 +12,15 @@ translation_of: Web/API/HTMLIFrameElement/featurePolicy
---
<div>{{APIRef("Feature Policy API")}}{{SeeCompatTable}}</div>
-<p><span class="seoSummary">La propriété en lecture seule <strong><code>featurePolicy</code></strong> 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 <code>&lt;iframe&gt;</code> spécifique.</span></p>
+<p>La propriété en lecture seule <strong><code>featurePolicy</code></strong> 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 <code>&lt;iframe&gt;</code> spécifique.</p>
<h2 id="Syntaxe">Syntaxe</h2>
-<pre class="syntaxbox notranslate">var policy = <em>HTMLIFrameElement</em>.featurePolicy</pre>
+<pre class="syntaxbox">var policy = <em>HTMLIFrameElement</em>.featurePolicy</pre>
<h3 id="Valeur">Valeur</h3>
-<p>Un objet <a href="https://developer.mozilla.org/en-US/docs/Web/API/FeaturePolicy" title="Note: This interface is called Policy in Firefox."><code>FeaturePolicy</code></a> pouvant être utilisé pour consulter les paramètres Feature Policy appliqués au cadre.</p>
+<p>Un objet <a href="/en-US/docs/Web/API/FeaturePolicy"><code>FeaturePolicy</code></a> pouvant être utilisé pour consulter les paramètres Feature Policy appliqués au cadre.</p>
<h2 id="Spécification">Spécification</h2>