mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb/DOM: Add FIXMEs for new spec steps in respond_to_base_url_changes
Corresponds to part of
49f5cd381e
(Apparently I missed this when previously looking at that spec PR.)
This commit is contained in:
parent
f81bb1bd8c
commit
15583040df
Notes:
github-actions[bot]
2025-12-01 11:09:38 +00:00
Author: https://github.com/AtkinsSJ
Commit: 15583040df
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6960
1 changed files with 5 additions and 0 deletions
|
|
@ -1201,6 +1201,11 @@ void Document::respond_to_base_url_changes()
|
|||
|
||||
// 2. Ensure that the CSS :link/:visited/etc. pseudo-classes are updated appropriately.
|
||||
invalidate_style(StyleInvalidationReason::BaseURLChanged);
|
||||
|
||||
// FIXME: 3. For each descendant of document's shadow-including descendants:
|
||||
// ...
|
||||
|
||||
// FIXME: 4. Consider speculative loads given document.
|
||||
}
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/urls-and-fetching.html#set-the-url
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue