standards-positions icon indicating copy to clipboard operation
standards-positions copied to clipboard

Element Capture

Open eladalon1983 opened this issue 1 year ago • 2 comments

WebKittens

@youennf

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

https://github.com/mozilla/standards-positions/issues/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.

eladalon1983 avatar Nov 17 '23 13:11 eladalon1983