Skip to content

Commit

Permalink
Mark ShadowRoot.p.delegatesFocus non-standard (#7620)
Browse files Browse the repository at this point in the history
This change marks ShadowRoot.prototype.delegatesFocus standard_track:false
and deprecated:true. https://dom.spec.whatwg.org/#interface-shadowroot
doesn’t actually define any such exposed property — neither for
ShadowRoot nor for the interfaces it inherits from.

Blink/Chrome does expose such a property, but that’s not due to any
actual spec requirements.

Related:
mdn/sprints#3917
whatwg/dom#931
  • Loading branch information
sideshowbarker authored Dec 10, 2020
1 parent 64de620 commit 75a3ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/ShadowRoot.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
"standard_track": false,
"deprecated": true
}
}
},
Expand Down

0 comments on commit 75a3ca7

Please sign in to comment.