Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document issues with no consensus #27

Merged
merged 5 commits into from
Mar 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@ <h3><dfn>CropTarget</dfn> Definition</h3>
};
</pre>
<dl data-link-for="CropTarget" data-dfn-for="CropTarget"></dl>
<div class="note">
<p>
There is no consensus yet on the name for {{CropTarget}}. This is under discussion
in <a href="https://github.com/w3c/mediacapture-region/issues/18">issue #18</a>.
</p>
</div>
</section>
<section id="producecroptarget-method">
<h3>MediaDevices.produceCropTarget</h3>
Expand Down Expand Up @@ -198,6 +204,26 @@ <h3>MediaDevices.produceCropTarget</h3>
</p>
</dd>
</dl>
<div class="note">
<p>There is no consensus yet on the following issues:</p>
<ul>
<li>
Whether {{CropTarget}} is created from {{Element}} instances or from
{{HTMLElement}} instances. This is under discussion in
<a href="https://github.com/w3c/mediacapture-region/issues/13">issue #13</a>.
</li>
<li>
Whether <code>produceCropTarget()</code> should be exposed on instances of {{MediaDevices}}
or on instances of {{HTMLElement}}/{{Element}}. This is under discussion in
<a href="https://github.com/w3c/mediacapture-region/issues/11">issue #11</a>.
</li>
<li>
Whether {{MediaDevices/produceCropTarget()}} should return a {{CropTarget}} or a
{{Promise}}&lt;{{CropTarget}}&gt;. This is under discussion in
<a href="https://github.com/w3c/mediacapture-region/issues/17">issue #17</a>.
</li>
</ul>
</div>
</section>
</section>
<section id="cropping-a-track">
Expand Down