mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
parent
fda213de85
commit
c37b4d0c63
8 changed files with 115 additions and 4 deletions
|
|
@ -17,6 +17,9 @@ enum VisibilityState { "hidden", "visible", "prerender" };
|
|||
/* https://dom.spec.whatwg.org/#dictdef-elementcreationoptions */
|
||||
dictionary ElementCreationOptions {
|
||||
DOMString is;
|
||||
|
||||
[ChromeOnly]
|
||||
DOMString pseudo;
|
||||
};
|
||||
|
||||
/* http://dom.spec.whatwg.org/#interface-document */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue