Structsยง
- Document
Collection ๐ - The collection of all
Document
s managed by thecrate::script_thread::ScriptThread
. This is stored as a mapping ofPipelineId
toDocument
, but for updating the rendering,Document
s should be processed in order viaSelf::documents_in_order
. - Document
Tree ๐ - A tree representation of
Document
s managed by theScriptThread
, which is used to generate an ordered set ofDocument
s for the update the rendering step of the HTML5 specification. - Document
Tree ๐Node - Documents
Iter ๐