Structs§
- 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
. - 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.