-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
WebKittens
Title of the spec
Element Capture
URL to the spec
https://screen-share.github.io/element-capture/
URL to the spec's repository
https://github.com/screen-share/element-capture/
Issue Tracker URL
No response
Explainer URL
https://github.com/screen-share/element-capture/blob/main/README.md
TAG Design Review URL
No response
Mozilla standards-positions issue URL
mozilla/standards-positions#857
WebKit Bugzilla URL
No response
Radar URL
No response
Description
API for capturing a subtree of the DOM.
Given a video MediaStreamTrack obtained through pre-existing means to initiate tab-capture, Element Capture allows mutating the track to only capture a subtree of the DOM starting at a given Element.
The API bears some resemblance to the Region Capture API, but affords greater flexibility for applications, because occluding and occluded content are both excluded from the capture.