mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
d27b63fc1c
10 changed files with 36 additions and 47 deletions
|
|
@ -123,7 +123,8 @@ partial interface Document {
|
|||
//(HTML only)readonly attribute HTMLCollection links;
|
||||
//(HTML only)readonly attribute HTMLCollection forms;
|
||||
//(HTML only)readonly attribute HTMLCollection scripts;
|
||||
//(HTML only)NodeList getElementsByName(DOMString elementName);
|
||||
[Pure]
|
||||
NodeList getElementsByName(DOMString elementName);
|
||||
//(Not implemented)readonly attribute DOMElementMap cssElementMap;
|
||||
|
||||
// dynamic markup insertion
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@ interface HTMLDocument : Document {
|
|||
readonly attribute HTMLCollection forms;
|
||||
[Pure]
|
||||
readonly attribute HTMLCollection scripts;
|
||||
NodeList getElementsByName(DOMString elementName);
|
||||
|
||||
// dynamic markup insertion
|
||||
[CEReactions, Throws]
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ interface Node : EventTarget {
|
|||
readonly attribute boolean isConnected;
|
||||
[Pure]
|
||||
readonly attribute Document? ownerDocument;
|
||||
[Pure, Pref="dom.getRootNode.enabled"]
|
||||
[Pure, Pref="dom.webcomponents.enabled"]
|
||||
Node getRootNode(optional GetRootNodeOptions options);
|
||||
[Pure]
|
||||
readonly attribute Node? parentNode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue