The `document_fully_loaded` event should use the adjective "completely" so as to match the spec and code convention. See `Document::is_completely_loaded` and `m_completely_loaded_time`.
SVGUseElement needs to be able to query the fully loaded document for its referenced element.
Some HTML elements, e.g. HTMLMediaElement, need to take action when the document becomes inactive.