Module rendering

Module rendering 

Source
Expand description

HTML/CSS rendering engine with DOM tree construction and layout computation

Structs§

CssParser
CSS parser implementing selector matching and cascade resolution
CssRule
Dom
DOM (Document Object Model)
DomNode
LayoutEngine
Layout engine implementing box model and flow layout algorithm
LayoutNode
LayoutTree
Stylesheet

Enums§

NodeType

Functions§

render_to_terminal
Render layout tree to terminal using ASCII art representation