mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
Meta: Disallow links to single-page HTML spec
This commit is contained in:
parent
86c5bde83f
commit
9b8120d8e8
Notes:
github-actions[bot]
2025-02-05 23:05:51 +00:00
Author: https://github.com/Psychpsyo
Commit: 9b8120d8e8
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3454
Reviewed-by: https://github.com/tcl3 ✅
46 changed files with 88 additions and 65 deletions
|
@ -537,7 +537,7 @@ public:
|
|||
auto& pending_scroll_event_targets() { return m_pending_scroll_event_targets; }
|
||||
auto& pending_scrollend_event_targets() { return m_pending_scrollend_event_targets; }
|
||||
|
||||
// https://html.spec.whatwg.org/#completely-loaded
|
||||
// https://html.spec.whatwg.org/multipage/document-lifecycle.html#completely-loaded
|
||||
bool is_completely_loaded() const;
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/dom.html#concept-document-navigation-id
|
||||
|
@ -936,7 +936,7 @@ private:
|
|||
// https://html.spec.whatwg.org/multipage/browsing-the-web.html#concept-document-salvageable
|
||||
bool m_salvageable { true };
|
||||
|
||||
// https://html.spec.whatwg.org/#page-showing
|
||||
// https://html.spec.whatwg.org/multipage/document-lifecycle.html#page-showing
|
||||
bool m_page_showing { false };
|
||||
|
||||
// Used by run_the_resize_steps().
|
||||
|
@ -993,7 +993,7 @@ private:
|
|||
// https://drafts.csswg.org/css-font-loading/#font-source
|
||||
GC::Ptr<CSS::FontFaceSet> m_fonts;
|
||||
|
||||
// https://html.spec.whatwg.org/#completely-loaded-time
|
||||
// https://html.spec.whatwg.org/multipage/document-lifecycle.html#completely-loaded-time
|
||||
Optional<AK::UnixDateTime> m_completely_loaded_time;
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/dom.html#concept-document-navigation-id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue