Hi,

My understanding is for each DOM element, mozilla will create a Frame
for paint/display.
My question is does the Frame hierarchy mirrors the DOM hierarchy in
the source html?

For example, will the TextFrame be the child of the ContainerFrame
(for the DIV tag) and same as the table.

TextFrame->ContainerFrame(table cell)->ContainerFrame(table row)-
>ContainerFrame(table).

<html>

<body>

<div>
this is text inside div.
</div>

<table>
<tr>
<td> this is table cell text </td>
</tr>
</table>
</body>



</html>
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to