mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Implement ElementInternals::shadowRoot
(#35923)
* Implement ElementInternals::shadowRoot Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> * Update WPT expectations Signed-off-by: Simon Wülker <simon.wuelker@arcor.de> --------- Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
This commit is contained in:
parent
f527217bdc
commit
8034216d06
7 changed files with 44 additions and 12 deletions
|
@ -5,6 +5,9 @@
|
|||
// https://html.spec.whatwg.org/multipage/#elementinternals
|
||||
[Exposed=Window]
|
||||
interface ElementInternals {
|
||||
// Shadow root access
|
||||
readonly attribute ShadowRoot? shadowRoot;
|
||||
|
||||
// Form-associated custom elements
|
||||
|
||||
[Throws] undefined setFormValue((File or USVString or FormData)? value,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue