Skip to content

Commit

Permalink
Mark ShadowRoot.p.delegatesFocus standard & undeprecated
Browse files Browse the repository at this point in the history
whatwg/dom#974 added ShadowRoot.prototype.delegatesFocus
to the DOM spec (see whatwg/dom@f346858). And
per whatwg/dom#931 (comment)
(https://trac.webkit.org/r276585) it’s been implemented in WebKit.

So given that it’s now part of the DOM standard, and implemented in multiple
browsers, this change resets the BCD status flags for it.

Related MDN change: mdn/content#4508
  • Loading branch information
sideshowbarker committed Apr 27, 2021
1 parent 3187735 commit 8882304
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/ShadowRoot.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
}
},
"status": {
"experimental": true,
"standard_track": false,
"deprecated": true
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
Expand Down

0 comments on commit 8882304

Please sign in to comment.