Examples with "de CSSOM" and their translation in Engels
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.
Para cada nodo visible, encuentra las adecuadas reglas de CSSOM y aplícalas.
For each visible node, find the appropriate matching CSSOM rules and apply them.
Otra propiedad discreta de la introducción de secuencias de comandos en nuestra página es que pueden leer y modificar no solo el DOM, sino también las propiedades de CSSOM.
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.
Andere resultaten
La ejecución de JavaScript bloquea el CSSOM.
JavaScript execution blocks on the CSSOM.
Los recursos asincrónicos desbloquean el analizador de documentos y permiten que el navegador evite el bloqueo del CSSOM antes de ejecutar la secuencia de comandos.
Asynchronous resources unblock the document parser and allow the browser to avoid blocking on CSSOM prior to executing the script.
Primero, el navegador combina el DOM y el CSSOM en un "árbol de representación", que captura todo el contenido visible del DOM en la página y toda la información de estilo del CSSOM para cada nodo.
First, the browser combines the DOM and CSSOM into a "render tree," which captures all the visible DOM content on the page and all the CSSOM style information for each node.
Para ser más concretos, considera el árbol del CSSOM anterior.
To make it more concrete, consider the CSSOM tree above.
Los árboles DOM y CSSOM se combinan para formar el árbol de representación.
The DOM and CSSOM trees are combined to form the render tree.
Combinó el DOM y el CSSOM en un árbol de representación.
Combine the DOM and CSSOM into a render tree.
El navegador bloquea la representación hasta contar con el DOM y el CSSOM.
The browser blocks rendering until it has both the DOM and the CSSOM.
¿Por qué el CSSOM tiene una estructura de árbol?
Why does the CSSOM have a tree structure?
El CSSOM y el DOM son estructuras de datos independientes.
The CSSOM and DOM are independent data structures!
A continuación, hablaremos sobre el árbol de representación que vincula al DOM y el CSSOM.
Next, lets talk about the render tree that links the DOM and CSSOM together.
domContentLoaded generalmente marca el momento en que el DOM y el CSSOM están listos.
domContentLoaded typically marks when both the DOM and CSSOM are ready.