Run layout on the render tree to compute geometry of each node.
Ejecutó diseño en el árbol de representación para calcular la geometría de cada nodo.
We need both the HTML andCSS to construct the render tree.
Necesitamos tanto el HTML comoel CSS para construir el árbol de representación.
To construct the render tree, the browser roughly does the following.
Para construir el árbol de representación, el navegador realiza algo parecido a lo siguiente.
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.
Render tree contains only the nodes required to render the page.
El árbol de representación solo contiene los nodos necesarios para representar la página.
Constructing the document object model 2.2.2 The render tree 2.2.3 The layout.
Elaboración del modelo de objetos del documento 2.2.2 Árbol de renderizado 2.2.3 Diseño.
With the render tree in place, we can proceed to the"layout" stage.
Una vez preparado el árbol de representación, podemos continuar con la etapa de"diseño.
This information is finally used to convert each node of the Render Tree into actual pixels on the screen.
Finalmente, esta información se utiliza para convertir cada nodo del árbol de visualización en píxeles reales en la pantalla.
The Render Tree only contains nodes that are required to render a page.
El árbol de visualización sólo contiene los nodos que son necesarios para procesar una página.
In this stage,the browser traverses the Render Tree starting from its root and produces a box model.
En este paso,el explorador recorre el árbol de visualización desde su raíz y produce un modelo de caja.
In the layout stage, the browser calculates dimensions andposition of each node of the Render Tree.
En el paso de diseño, el navegador calcula las dimensiones yposición de cada nodo del árbol de visualización.
The"Layout" event captures the render tree construction, position, and size calculation in the Timeline.
El evento"Layout" captura la construcción, la posición y el cálculo de tamaño del árbol de representación en la línea temporal.
When layout is complete, the browser issues"Paint Setup" and"Paint" events, which convert the render tree to pixels on the screen.
Cuando finaliza, el navegador produce los eventos"Paint Setup" y"Paint", que convierten al árbol de representación en píxeles en la pantalla.
CSS is required to construct the render tree and JavaScript often blocks on CSS during initial construction of the page.
CSS es necesario para construir el árbol de representación y JavaScript a menudo bloquea la CSS durante la construcción inicial de la página.
To figure out the exact size andposition of each object on the page, the browser begins at the root of the render tree and traverses it.
Para conocer la posición y el tamaño exactos de cada objeto de la página,el navegador comienza su camino por la raíz del árbol de representación.
The browser uses the Render Tree to calculate node dimensions and position, and ultimately as an input for the paint process.
El navegador utiliza el árbol de visualización para calcular las dimensiones y la posición y, en última instancia, como un insumo para el proceso de pintura.
The last step is paint,which takes in the final render tree and renders the pixels to the screen.
El último paso es la pintura,que recibe el árbol de representación final y representalos píxeles en la pantalla.
The browser constructs the CSSOM after all of the CSS content is received andcombines it with the DOM tree to construct the render tree.
El navegador construye el CSSOM una vez que recibe todo el contenido CSS, ylo combina con el árbol del DOM para construir el árbol de representación.
By default, font requests are delayed until the render tree is constructed, which can result in delayed text rendering..
Las solicitudes de fuente se difieren hasta que se crea el árbol de representación, lo cual puede generar demoras en la representación del texto.
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.
It combines DOM andCSSOM nodes required to render the page in the Render Tree, which is a tree structure of all visible nodes.
Combina los nodos DOM yCSSOM requeridos para visualizar la página en el árbol de visualización(Render Tree), que es una estructura de árbolde todos los nodos visibles.
Unlike our plain HTML example, we also need to fetch and parse the CSS file to construct the CSSOM, and we need both the DOM andCSSOM to build the render tree.
A diferencia de nuestro ejemplo sobre HTML, ahora también debemos obtener y analizar el archivo CSS para construir el CSSOM, y sabemos que necesitamos el DOM yel CSSOM para generar el árbol de representación.
First, the browser combines the DOM andCSSOM 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 yel 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.
When you change styles the browser checks to see if any of the changes require layout to be calculated, and for that render tree to be updated.
Cuando modificas los estilos, el navegador verifica si para alguno de los cambios es necesario calcular el diseño y si se debe actualizar el árbol de representación.
Font requests are dispatched after the render tree indicates which font variants are needed to render the specified text on the page.
Las solicitudes de fuentes se envían un vez que el árbol de representación indica las variantes de fuente que se necesitan para representar el texto especificado en la página.
Finally, now that we know which nodes are visible, and their computed styles and geometry, we can pass this information to the final stage,which converts each node in the render tree to actual pixels on the screen.
Por último, ahora que conocemos los nodos visibles, y su geografía y sus estilos computarizados, podemos pasar esta información a la etapa final,que convierte cada nodo del árbol de representación en píxeles reales en pantalla.
The time required to perform render tree construction, layout and paint varies based on the size of the document, the applied styles, and the device it is running on: the larger the document, the more work the browser has; the more complicated the styles, the more time taken for painting also.
El tiempo necesario para realizar la construcción, el diseño y la pintura del árbol de representación varía según el tamaño del documento, los estilos aplicados y el dispositivo utilizado: mientras más grande sea el documento, más trabajo deberá realizar el navegador; mientras más complicados sean los estilos, más tiempo demorará la pintura.
The"race" between the first paint of page content,which can be done shortly after the render tree is built, and the request for the font resource is what creates the"blank text problem" where the browser might render page layout but omits any text.
La"carrera" entre la primera pintura del contenido de la página,que puede ocurrir poco después de la construcción del árbol de representación, y la solicitud del recurso de fuente son los elementos que generan el"problema de texto en blanco"; cuando este se produce, el navegador puede representar el diseño de la página, pero omite el texto.
If you try and access the content of the rendered tree using JavaScript.
Si intentas acceder al contenido del árbol renderizado utilizando JavaScript.
Results: 88,
Time: 0.0405
How to use "render tree" in a sentence
Open the render tree for that material.
Using this information, a render tree is constructed.
Firefox calls the elements in the render tree "frames".
SOFT-1394 Missing Render Tree connections after loading Shader Presets.
We are going to duplicate this original render tree times.
Next, the browser positions the render tree in the viewport.
The glue between the render tree and the Flutter engine.
The new render tree is compared to the previous one.
Figure 11: The render tree and the corresponding DOM tree(3.1).
Español
Dansk
Deutsch
Français
हिंदी
Italiano
Nederlands
Português
Русский
Tagalog
عربى
Български
বাংলা
Český
Ελληνικά
Suomi
עִברִית
Hrvatski
Magyar
Bahasa indonesia
日本語
Қазақ
한국어
മലയാളം
मराठी
Bahasa malay
Norsk
Polski
Română
Slovenský
Slovenski
Српски
Svenska
தமிழ்
తెలుగు
ไทย
Turkce
Українська
اردو
Tiếng việt
中文