mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 20:17:13 +02:00
LibWeb/CSS: Implement ElementCSSInlineStyle.attributeStyleMap
Again, this isn't yet very usable, but it does appease some tests.
This commit is contained in:
Notes:
github-actions[bot]
2025-08-13 09:15:44 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/911274a84d4 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5823 Reviewed-by: https://github.com/trflynn89
@@ -1,6 +1,10 @@
|
||||
#import <CSS/CSSStyleProperties.idl>
|
||||
#import <CSS/StylePropertyMap.idl>
|
||||
|
||||
// https://w3c.github.io/csswg-drafts/cssom/#elementcssinlinestyle
|
||||
interface mixin ElementCSSInlineStyle {
|
||||
[SameObject, PutForwards=cssText, ImplementedAs=style_for_bindings] readonly attribute CSSStyleProperties style;
|
||||
|
||||
// https://drafts.css-houdini.org/css-typed-om-1/#declared-stylepropertymap-objects
|
||||
[SameObject] readonly attribute StylePropertyMap attributeStyleMap;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user