aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/element
diff options
context:
space:
mode:
authorSphinxKnight <SphinxKnight@users.noreply.github.com>2021-11-05 15:44:38 +0100
committerGitHub <noreply@github.com>2021-11-05 15:44:38 +0100
commit79843297a1d97045c504575ab9a6a29b3af8ffae (patch)
treeac5d42490285f37fb933ca83034505ecdd784dc9 /files/fr/web/api/element
parent086e7141b8da9a5c008353582b8f72d7b5cda5b4 (diff)
downloadtranslated-content-79843297a1d97045c504575ab9a6a29b3af8ffae.tar.gz
translated-content-79843297a1d97045c504575ab9a6a29b3af8ffae.tar.bz2
translated-content-79843297a1d97045c504575ab9a6a29b3af8ffae.zip
Fixes #2842 - Fixing EmbedLiveSample errors for fr docs (#2851)
* Fixes #2842 for CSS pages * Fixes #2842 for Web API pages * Fixes #2842 for other sections * Fix EmbedLiveSample for moved CSS page * Fixes #2842 for conflicting / orphaned docs
Diffstat (limited to 'files/fr/web/api/element')
-rw-r--r--files/fr/web/api/element/compositionstart_event/index.md8
-rw-r--r--files/fr/web/api/element/getboundingclientrect/index.md24
-rw-r--r--files/fr/web/api/element/queryselector/index.md17
-rw-r--r--files/fr/web/api/element/scrollheight/index.md2
-rw-r--r--files/fr/web/api/element/scrolltop/index.md7
-rw-r--r--files/fr/web/api/element/setattribute/index.md8
6 files changed, 5 insertions, 61 deletions
diff --git a/files/fr/web/api/element/compositionstart_event/index.md b/files/fr/web/api/element/compositionstart_event/index.md
index b1370d4893..55971fdc43 100644
--- a/files/fr/web/api/element/compositionstart_event/index.md
+++ b/files/fr/web/api/element/compositionstart_event/index.md
@@ -1,12 +1,6 @@
---
title: compositionstart
slug: Web/API/Element/compositionstart_event
-tags:
- - Element
- - Event
- - Input method
- - Reference
- - compositionstart
translation_of: Web/API/Element/compositionstart_event
original_slug: Web/Events/compositionstart
---
@@ -120,7 +114,7 @@ inputElement.addEventListener('compositionend', handleEvent);
#### Résultat
-{{ EmbedLiveSample('Live_example', '100%', '180px') }}
+{{ EmbedLiveSample('Exemple_concret', '100%', '180px') }}
## Spécifications
diff --git a/files/fr/web/api/element/getboundingclientrect/index.md b/files/fr/web/api/element/getboundingclientrect/index.md
index 5e64f11e08..aa37626b39 100644
--- a/files/fr/web/api/element/getboundingclientrect/index.md
+++ b/files/fr/web/api/element/getboundingclientrect/index.md
@@ -1,28 +1,6 @@
---
title: Element.getBoundingClientRect()
slug: Web/API/Element/getBoundingClientRect
-tags:
- - API
- - Boundary
- - Bounding
- - Bounds
- - CSSOM View
- - Client
- - Containing
- - DOM
- - Element
- - Enclosing
- - Method
- - Méthode
- - Minimum
- - Rectangle
- - Reference
- - Smallest
- - clientHeight
- - getBoundingClientRect
- - getClientRects
- - offsetHeight
- - scrollHeight
translation_of: Web/API/Element/getBoundingClientRect
---
{{APIRef("DOM")}}
@@ -92,7 +70,7 @@ for (let key in rect) {
}
```
-{{EmbedLiveSample('Example', '100%', 640)}}
+{{EmbedLiveSample('Exemple', '100%', 640)}}
Remarquez comme les `width`/`height` sont égales à
`width`/`height` + `padding`.
diff --git a/files/fr/web/api/element/queryselector/index.md b/files/fr/web/api/element/queryselector/index.md
index bee72ee47a..876070c34a 100644
--- a/files/fr/web/api/element/queryselector/index.md
+++ b/files/fr/web/api/element/queryselector/index.md
@@ -1,21 +1,6 @@
---
title: Element.querySelector()
slug: Web/API/Element/querySelector
-tags:
- - API
- - CSS
- - CSS Selectors
- - DOM
- - Element
- - Elements
- - Finding Elements
- - Locating Elements
- - Method
- - Reference
- - Searching Elements
- - Selecting Elements
- - Selectors
- - querySelector
translation_of: Web/API/Element/querySelector
---
{{APIRef("DOM")}}
@@ -82,7 +67,7 @@ document.getElementById("output").innerHTML = (baseElement.querySelector("div sp
Le résultat ressemble à ceci :
-{{EmbedLiveSample('the_entire_hierarchy_counts', '', 200)}}
+{{EmbedLiveSample('Exemple', '', 200)}}
### Plus d'exemples
diff --git a/files/fr/web/api/element/scrollheight/index.md b/files/fr/web/api/element/scrollheight/index.md
index dd8d5f4d78..02e1c29792 100644
--- a/files/fr/web/api/element/scrollheight/index.md
+++ b/files/fr/web/api/element/scrollheight/index.md
@@ -17,8 +17,6 @@ L'attribut en lecture seule **`element.scrollHeight`** est une mesure de la haut
## Exemple
-## Exemple
-
Avec l'évènement {{domxref("GlobalEventHandlers/onscroll", "onscroll")}}, cette équivalence peut s'avérer utile afin de déterminer si un utilisateur a lu du texte ou non (voir aussi les propriétés {{domxref("element.scrollTop")}} et {{domxref("element.clientHeight")}}).
La case à cocher de la démo est désactivée et ne peut être cochée tant que l'ensemble du contenu n'a pas défilé.
diff --git a/files/fr/web/api/element/scrolltop/index.md b/files/fr/web/api/element/scrolltop/index.md
index dc72baf8f8..aabf8af9f8 100644
--- a/files/fr/web/api/element/scrolltop/index.md
+++ b/files/fr/web/api/element/scrolltop/index.md
@@ -1,11 +1,6 @@
---
title: Element.scrollTop
slug: Web/API/Element/scrollTop
-tags:
- - API
- - CSSOM View
- - Property
- - Reference
translation_of: Web/API/Element/scrollTop
---
{{APIRef("DOM")}}
@@ -76,7 +71,7 @@ button.onclick = function () {
### Résultat
-{{EmbedLiveSample("Example")}}
+{{EmbedLiveSample("Exemple")}}
## Spécifications
diff --git a/files/fr/web/api/element/setattribute/index.md b/files/fr/web/api/element/setattribute/index.md
index ffd46a3092..f86cbf065c 100644
--- a/files/fr/web/api/element/setattribute/index.md
+++ b/files/fr/web/api/element/setattribute/index.md
@@ -1,12 +1,6 @@
---
title: Element.setAttribute()
slug: Web/API/Element/setAttribute
-tags:
- - API
- - Attributs
- - DOM
- - Element
- - Méthode
translation_of: Web/API/Element/setAttribute
---
{{APIRef("DOM")}}
@@ -63,7 +57,7 @@ Ceci démontre 2 choses :
- le premier appel de `setAttribute()` ci-dessus montre la modification de la valeur de l'attribut `name` en "helloButton". Vous pouvez le voir en utilisant l'inspecteur de page de votre navigateur ([Chrome](https://developers.google.com/web/tools/chrome-devtools/inspect-styles), [Edge](https://docs.microsoft.com/en-us/microsoft-edge/f12-devtools-guide/dom-explorer), [Firefox](/en-US/docs/Tools/Page_Inspector), [Safari](https://developer.apple.com/library/content/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/Introduction/Introduction.html)).
- Pour définir la valeur d'un attribut booléen, tel que `disabled`, vous pouvez spécifier n'importe quelle valeur. Une chaîne vide ou le nom de l'attribut sont des valeurs recommandées. Tout ce qui compte est que si l'attribut est présent, quelle que soit sa valeur réelle, sa valeur est considérée comme `true` (_vraie_). L'absence de l'attribut signifie que sa valeur est `false` (_fausse_). En définissant la valeur de l'attribut `disabled` sur la chaîne vide (""), nous définissons `disabled` sur `true`, ce qui entraîne la désactivation du bouton.
-{{ EmbedLiveSample('Example', '300', '50') }}
+{{ EmbedLiveSample('Exemple', '300', '50') }}
{{DOMAttributeMethods}}