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