Re: [mediacapture-screen-share] capture screenshot of DOM (#145)

Some relevant SO links https://stackoverflow.com/questions/41388434/drag-and-drop-images-and-not-links-between-windows-html5/41388593#41388593, and https://stackoverflow.com/questions/36072936/is-it-possible-to-display-an-html-document-or-html-fragment-at-css-content where we could technically copy `document.body.outerHTML`, iterate and get styles and set those at the HTML, create and SVG and use that composite for a screenshot. 

Using the command line we will need to access X, or whatever display manager is run on the OS to grab a screen. 

`getDisplayMedia()` appears to be the simplest solution thus far. Am banned from WICG for 1,000 years so not able to propose such a specification formally, though we can write the specification and achieve the requirement on out own.

-- 
GitHub Notification of comment by guest271314
Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/145#issuecomment-703184261 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Sunday, 4 October 2020 01:06:46 UTC