mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Implement the [PutForwards] IDL extended attribute
For example, consider the attribute: interface Element { [PutForwards=value] readonly attribute DOMTokenList classList; } When `classList` is set, we should instead set the attribute `value` on the `classList` attribute of the Element interface.
This commit is contained in:
parent
3bd1d8bf6c
commit
9c569e8a0f
Notes:
sideshowbarker
2024-07-16 22:56:02 +09:00
Author: https://github.com/trflynn89
Commit: 9c569e8a0f
Pull-request: https://github.com/SerenityOS/serenity/pull/17857
Reviewed-by: https://github.com/linusg ✅
3 changed files with 18 additions and 39 deletions
|
@ -233,8 +233,6 @@ private:
|
|||
|
||||
// [[CrossOriginPropertyDescriptorMap]], https://html.spec.whatwg.org/multipage/browsers.html#crossoriginpropertydescriptormap
|
||||
CrossOriginPropertyDescriptorMap m_cross_origin_property_descriptor_map;
|
||||
|
||||
JS_DECLARE_NATIVE_FUNCTION(location_setter);
|
||||
};
|
||||
|
||||
void run_animation_frame_callbacks(DOM::Document&, double now);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue