mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
LibWeb: Add CustomStateSet IDL type
This commit is contained in:
committed by
Tim Ledbetter
parent
bc94431b99
commit
e63d81b36e
Notes:
github-actions[bot]
2025-07-04 17:11:54 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/e63d81b36ec Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5302 Reviewed-by: https://github.com/tcl3 ✅
5
Libraries/LibWeb/HTML/CustomElements/CustomStateSet.idl
Normal file
5
Libraries/LibWeb/HTML/CustomElements/CustomStateSet.idl
Normal file
@@ -0,0 +1,5 @@
|
||||
// https://html.spec.whatwg.org/multipage/custom-elements.html#customstateset
|
||||
[Exposed=Window]
|
||||
interface CustomStateSet {
|
||||
setlike<DOMString>;
|
||||
};
|
||||
Reference in New Issue
Block a user