Examples with "on CSSOM" and their translation in Spaans
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.
Asynchronous resources unblock the document parser and allow the browser to avoid blocking on CSSOM prior to executing the script.
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.
Andere resultaten
JavaScript execution blocks on the CSSOM.
La ejecución de JavaScript bloquea el CSSOM.
To make it more concrete, consider the CSSOM tree above.
Para ser más concretos, considera el árbol del CSSOM anterior.
The DOM and CSSOM trees are combined to form the render tree.
Los árboles DOM y CSSOM se combinan para formar el árbol de representación.
Combine the DOM and CSSOM into a render tree.
Combinó el DOM y el CSSOM en un árbol de representación.
The browser blocks rendering until it has both the DOM and the CSSOM.
El navegador bloquea la representación hasta contar con el DOM y el CSSOM.
For each visible node, find the appropriate matching CSSOM rules and apply them.
Para cada nodo visible, encuentra las adecuadas reglas de CSSOM y aplícalas.
Why does the CSSOM have a tree structure?
¿Por qué el CSSOM tiene una estructura de árbol?
The CSSOM and DOM are independent data structures!
El CSSOM y el DOM son estructuras de datos independientes.
Next, lets talk about the render tree that links the DOM and CSSOM together.
A continuación, hablaremos sobre el árbol de representación que vincula al DOM y el CSSOM.
domContentLoaded typically marks when both the DOM and CSSOM are ready.
domContentLoaded generalmente marca el momento en que el DOM y el CSSOM están listos.
Before the browser can render the page, it needs to construct the DOM and CSSOM trees.
Para que el navegador pueda representar la página, debe construir los árboles del DOM y el CSSOM.
Even if the script is inlined directly into the page, the browser can't execute it until the CSSOM is constructed.
Dado que la página también está directamente integrada a la página, el navegador no puede ejecutarla hasta construir el CSSOM.