Download for Windows Premium
Publiciteit
the CSSOM

Vertaling van "the CSSOM" 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.
el CSSOM
To make it more concrete, consider the CSSOM tree above.
Para ser más concretos, considera el árbol del CSSOM anterior.
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.
What if the browser hasn't finished downloading and building the CSSOM when we want to run our script?
¿Qué ocurriría si el navegador no ha terminado de descargar y compilar el CSSOM cuando queramos ejecutar nuestra secuencia de comandos?
The answer is simple and not very good for performance: the browser delays script execution and DOM construction until it has finished downloading and constructing the CSSOM.
La respuesta es simple y no muy buena para el rendimiento: el navegador demora la ejecución de la secuencia de comandos y la construcción del DOM hasta haber terminado de descargar y construir el 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.
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.
In the render tree construction we saw that the critical rendering path requires both the DOM and the CSSOM to construct the render tree.
En la construcción del árbol de representación, vimos que la ruta de representación crítica requiere el DOM y el CSSOM para construir el árbol de representación.
Why does the CSSOM have a tree structure?
¿Por qué el CSSOM tiene una estructura de árbol?
It allows you to include an element in your HTML, usually as part of the <head>, that will trigger a request for the Webfont early in the critical rendering path, without having to wait for the CSSOM to be created.
Permite incluir un elemento en el código HTML, en general como parte del <head>, lo cual activa una solicitud de la fuente para sitios web al comienzo de la ruta de acceso de representación crítica, sin tener que esperar la creación del CSSOM.
The DOM tree captures the properties and relationships of the document markup, but it doesn't tell us how the element will look when rendered. That's the responsibility of the CSSOM.
El árbol del DOM captura las propiedades y relaciones del lenguaje de marcado del documento, pero no muestra indicios sobre el aspecto que debe tener el elemento al representarse Esa es tarea del CSSOM.
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.
The browser constructs the CSSOM after all of the CSS content is received and combines it with the DOM tree to construct the render tree.
El navegador construye el CSSOM una vez que recibe todo el contenido CSS, y lo combina con el árbol del DOM para construir el árbol de representación.
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.
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.
In the previous section on constructing the object model, we built the DOM and the CSSOM trees based on the HTML and CSS input.
En la sección anterior de la construcción del modelo de objeto, construimos los árboles DOM y CSSOM a partir de la entrada de HTML y CSS.
Er zijn geen resultaten gevonden voor deze term.

Synoniemen voor the CSSOM in het Engels

Woord & uitdrukking van de dag
Afbeelding van de dag
sunflower: tall plant with large yellow flowers
Ontdek het woord
Publiciteit

Suggesties

Resultaten: 21. Exact: 21. Verstreken tijd: 68 ms.