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

Removed issues closed during the F2F. #13

Merged
merged 6 commits into from
Jul 4, 2012
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
8 changes: 1 addition & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ <h2>HTML5</h2>
<section>
<h2>HTML Media Capture</h2>
<p>User agents MUST support HTML Media Capture [[!HTMLMEDIACAPTURE]].</p>
<p class='note'>
When presented with a <code>capture</code> attribute set to <code>"camera"</code>, <code>"camcorder"</code>, or <code>"microphone"</code> User Agents are urged to invoke a file picker of a specific capture control type rather than of a generic type. E.g. when the <code>capture</code> attribute is <code>"camera"</code>, a mobile phone should let the user take a picture using the device's default camera application in fullscreen mode.</p>
<p class='issue'>HTML Media Capture is just a Working Draft at this point.</p>
<p class='issue'>The <code>capture</code> attribute is merely a hint. Documented use cases would really require invoking the file picker of the relevant capture control type. Started a <a href="http://lists.w3.org/Archives/Public/public-device-apis/2012Jun/0031.html">thread</a> about this on [email protected].</p>
</section>

<section>
Expand All @@ -83,7 +79,6 @@ <h2>SVG</h2>
<section>
<h2><code>meta</code> Elements</h2>
<p>User agents MUST support CSS Device Adaptation [[!CSS-ADAPTATION]] as specified through a <code>meta</code> viewport element.</p>
<p class='issue'>This spec is currently <a href="http://www.w3.org/Style/CSS/current-work">marked as exploratory</a> by the CSS WG. Does not seem to be too much of an issue given the meta syntax won't change.</p>
</section>

<section>
Expand All @@ -97,7 +92,7 @@ <h2>View Orientation</h2>
</section>

<section>
<h2>Full-screen Mode</h2>
<h2>Chromeless Mode</h2>
<p class='issue'>Within the scope of the WebApps WG's <a href='http://www.w3.org/2012/webapps/charter/'>charter</a>. Could end up as an attribute of <a href="#application-configuration">Application Configuration</a>.</p>
</section>
</section>
Expand All @@ -122,7 +117,6 @@ <h2>Core</h2>
<section>
<h2>Layout</h2>
<p>User agents MUST support CSS Flexible Box Layout [[!FLEXBOX]].</p>
<p class='issue'>Flexbox is a WD, it was re-written from the ground-up <em>after</em> Mozilla's initial implementation. Unsure about the position of implementors outside of WebKit.</p>
<p>User agents MUST support CSS Transforms [[!CSS3-TRANSFORMS]].</p>
</section>

Expand Down