Structsยง
- Document
Collection ๐The collection of allDocument
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 ofDocument
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 ๐