Hi,

 I'm trying to understand how Firefox converts DOM tree into the rendering list.

 Basically, right now I want to add border around each and every 
HTMLAnchorElement by outputting extra frame, which will draw the border.

 So, I have following questions:
1. Where is DOM tree -> render tree conversion logic is located? 
2. Is it possible to output extra frame when processing HTMLAnchorElement?
3. What's best way to draw border around link? Create custom frame class and 
draw it using Cairo API or there's existing frame I can use?

 On a side note - no, I don't want to use CSS to draw border, I really want to 
output "marker" frame using Gecko layout engine.

Thank you,
Serge.
_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to