aboutsummaryrefslogtreecommitdiffstats
path: root/components/script_bindings/webidls/Element.webidl
diff options
context:
space:
mode:
authorbatu_hoang <55729155+longvatrong111@users.noreply.github.com>2025-03-20 01:58:16 +0800
committerGitHub <noreply@github.com>2025-03-19 17:58:16 +0000
commitdb74179dc89910113bbf5a188f3f628d1f2cbf58 (patch)
tree8e0a746f290aa9cbf1ce16c9005522fb62cd9031 /components/script_bindings/webidls/Element.webidl
parent11d47558b3f8522bc2835c780489832d330046e0 (diff)
downloadservo-db74179dc89910113bbf5a188f3f628d1f2cbf58.tar.gz
servo-db74179dc89910113bbf5a188f3f628d1f2cbf58.zip
Make Element::attach_shadow() and ShadowRoot closer to spec (#36024)
Signed-off-by: batu_hoang <longvatrong111@gmail.com>
Diffstat (limited to 'components/script_bindings/webidls/Element.webidl')
-rw-r--r--components/script_bindings/webidls/Element.webidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script_bindings/webidls/Element.webidl b/components/script_bindings/webidls/Element.webidl
index ba6d2d44204..83552e06ac9 100644
--- a/components/script_bindings/webidls/Element.webidl
+++ b/components/script_bindings/webidls/Element.webidl
@@ -90,10 +90,10 @@ interface Element : Node {
dictionary ShadowRootInit {
required ShadowRootMode mode;
- // boolean delegatesFocus = false;
+ boolean delegatesFocus = false;
SlotAssignmentMode slotAssignment = "named";
boolean clonable = false;
- // boolean serializable = false;
+ boolean serializable = false;
};
// http://dev.w3.org/csswg/cssom-view/#extensions-to-the-element-interface