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
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…
Reference in a new issue