Vertaling van "cssom" 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.
This would save a network call and a CSSOM recompilation.
Cela économiserait un appel réseau et une recompilation du CSSOM.
Executing the CSSOM is not the same thing as rendering.
Exécuter le CSSOM n'est pas la même chose que le rendu.
Composite is the final stage of CSSOM.
Le composite est l'étape finale du CSSOM.
Why does the CSSOM have a tree structure?
Pourquoi le CSSOM possède-t-il une structure arborescente ?
How does a browser create the CSSOM and rendering tree?
Comment un navigateur crée-t-il le CSSOM et le rendering-tree ?
Afterwards the browser waits for a break into the CSSOM construction to execute the script.
Il attend ensuite d'avoir fini de construire le CSSOM pour exécuter le script.
What if the browser hasn't finished downloading and building the CSSOM when we want to run our script?
Qu'en est-il si le navigateur n'a pas terminé de télécharger et de construire CSSOM lorsque nous voulons exécuter le script ?
In order to explain to the browser that the script can be loaded without waiting for the CSSOM to be built, you must add the async attribute to the script.
Afin d'expliquer au navigateur que le script peut être chargé sans attendre la construction du CSSOM, vous devez ajouter l'attribut async au script.
Therefore, optimization of code that is not included in the rendering tree but that appears in the DOM and the CSSOM is useful for page speed.
Par conséquent, l'optimisation du code qui n'est pas inclus dans l'arbre de rendu mais qui apparaît dans le DOM et le CSSOM est utile pour la vitesse de la page.
In order to display content, each browser must complete the DOM and CSSOM processes before creating the rendering-tree to create a web page.
Afin d'afficher du contenu, chaque navigateur doit effectuer les processus DOM et CSSOM avant de créer le rendering-tree pour créer une page web.
In the example above, one CSS file was extending the CSSOM process by simply overlapping the data produced by another.
Dans l'exemple ci-dessus, un fichier CSS prolongeait le processus CSSOM en faisant simplement se chevaucher les données produites par un autre.
Another subtle property of introducing scripts into our page is that they can read and modify not just the DOM, but also the CSSOM properties.
L'introduction de scripts dans notre page comporte une autre subtile propriété. Non seulement ils peuvent lire et modifier le DOM, mais également les propriétés CSSOM.
If you are not familiar with page speed and web technology concepts such as DOM, CSSOM, rendering tree, reflow cost and DOM types, you probably want to start by reading the article linked above.
Si vous n'êtes pas familier avec la vitesse des pages et les concepts de technologie web tels que DOM, CSSOM, arbre de rendu, coût de reflow et types de DOM, vous voudrez probablement commencer par lire l'article lié ci-dessus.