mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-06 16:19:23 +00:00
LibWeb: Match spec changes for "custom element registry" concept
Corresponds to https://github.com/whatwg/html/pull/10845 and https://github.com/whatwg/html/pull/10865
This commit is contained in:
parent
97768d8927
commit
5651c6fd9b
Notes:
github-actions[bot]
2024-12-18 19:24:00 +00:00
Author: https://github.com/AtkinsSJ
Commit: 5651c6fd9b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2967
4 changed files with 72 additions and 73 deletions
|
@ -310,7 +310,8 @@ private:
|
|||
GC::Ptr<Navigation> m_navigation;
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-api
|
||||
// Each Window object is associated with a unique instance of a CustomElementRegistry object, allocated when the Window object is created.
|
||||
// Each Window object has an associated custom element registry (a CustomElementRegistry object).
|
||||
// It is set to a new CustomElementRegistry object when the Window object is created.
|
||||
GC::Ptr<CustomElementRegistry> m_custom_element_registry;
|
||||
|
||||
GC::Ptr<AnimationFrameCallbackDriver> m_animation_frame_callback_driver;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue