Vertaling van "ChildNode" in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
It has been split into two interfaces, ChildNode and ParentNode containing the useful methods and properties for each kind of nodes.
Elle a été scindée en deux interfaces, ChildNode et ParentNode contenant les méthodes et propriétés utiles pour chacun des types de noeud.
The ChildNode.replaceWith() method replaces this ChildNode in the children list of its parent with a set of Node or DOMString objects. DOMString objects are inserted as equivalent Text nodes.
La méthode ChildNode.replaceWith() remplace ce ChildNode de la liste des enfants de son parent par un ensemble d'objets Node (noeud) ou DOMString (chaîne de caractères).
The ChildNode.replaceWith() method replaces this ChildNode in the children list of its parent with a set of Node or DOMString objects.
La méthode ChildNode.before insère un ensemble d'objets Node (noeud) ou DOMString (chaîne de caractères) dans la liste des ChildNode, juste avant ce ChildNode.
Splitted the ElementTraversal interface in ChildNode and ParentNode.
Divise l'interface ElementTraversal en ChildNode et ParentNode.
Added a number of DOM childNode convenience functions.
Ajout d'un certain nombre de fonctions de commodité DOM childNode.
The ChildNode.before method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just before this ChildNode.
La méthode ChildNode.before insère un ensemble d'objets Node (noeud) ou DOMString (chaîne de caractères) dans la liste des ChildNode, juste avant ce ChildNode.
The ChildNode.before method inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just before this ChildNode.
La méthode ChildNode.replaceWith() remplace ce ChildNode de la liste des enfants de son parent par un ensemble d'objets Node (noeud) ou DOMString (chaîne de caractères).
Inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just after this ChildNode.
ParentNode.prepend() Insère un ensemble d'objets Node ou DOMString avant le premier enfant du ParentNode.
Inserts a set of Node or DOMString objects in the children list of this ChildNode's parent, just before this ChildNode.
Méthodes ParentNode.append() Insère un ensemble d'objets Node ou DOMString après le dernier enfant du ParentNode.