- From: CVS User akostiai <cvsmail@w3.org>
- Date: Tue, 10 Nov 2015 08:24:31 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera
In directory roscoe:/var/tmp/cvs-serv7944
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix duplicate definition of 'capture'.
--- /sources/public/2009/dap/camera/Overview.html 2014/10/14 12:18:33 1.161
+++ /sources/public/2009/dap/camera/Overview.html 2015/11/10 08:24:31 1.162
@@ -1,6 +1,6 @@
<!DOCTYPE html>
-<html lang="en" dir="ltr" typeof="bibo:Document " about="" property="dcterms:language" content="en">
-<head>
+<html lang="en" dir="ltr" typeof="bibo:Document " prefix="bibo: http://purl.org/ontology/bibo/ w3p: http://www.w3.org/2001/02pd/rec54#">
+<head><meta lang="" property="dc:language" content="en">
<title>HTML Media Capture</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
@@ -126,7 +126,7 @@
color: #b9ab2d;
}
div.example-title span {
- text-transform: uppercase;
+ text-transform: uppercase;
}
aside.example, div.example, div.illegal-example {
padding: 0.5em;
@@ -141,7 +141,7 @@
border-left-width: .5em;
border-left-style: solid;
border-color: #e0cb52;
- background: #fcfaee;
+ background: #fcfaee;
}
aside.example div.example {
@@ -153,44 +153,71 @@
color: #999;
}
</style><style>/* --- ISSUES/NOTES --- */
-div.issue-title, div.note-title {
+div.issue-title, div.note-title , div.ednote-title, div.warning-title {
padding-right: 1em;
min-width: 7.5em;
color: #b9ab2d;
}
div.issue-title { color: #e05252; }
-div.note-title { color: #2b2; }
-div.issue-title span, div.note-title span {
+div.note-title, div.ednote-title { color: #2b2; }
+div.warning-title { color: #f22; }
+div.issue-title span, div.note-title span, div.ednote-title span, div.warning-title span {
text-transform: uppercase;
}
-div.note, div.issue {
+div.note, div.issue, div.ednote, div.warning {
margin-top: 1em;
margin-bottom: 1em;
}
-.note > p:first-child, .issue > p:first-child { margin-top: 0 }
-.issue, .note {
+.note > p:first-child, .ednote > p:first-child, .issue > p:first-child, .warning > p:first-child { margin-top: 0 }
+.issue, .note, .ednote, .warning {
padding: .5em;
border-left-width: .5em;
border-left-style: solid;
}
-div.issue, div.note {
+div.issue, div.note , div.ednote, div.warning {
padding: 1em 1.2em 0.5em;
margin: 1em 0;
position: relative;
clear: both;
}
-span.note, span.issue { padding: .1em .5em .15em; }
+span.note, span.ednote, span.issue, span.warning { padding: .1em .5em .15em; }
.issue {
border-color: #e05252;
background: #fbe9e9;
}
-.note {
+.note, .ednote {
border-color: #52e052;
background: #e9fbe9;
}
+.warning {
+ border-color: #f11;
+ border-right-width: .2em;
+ border-top-width: .2em;
+ border-bottom-width: .2em;
+ border-style: solid;
+ background: #fbe9e9;
+}
+
+.warning-title:before{
+ content: "⚠"; /*U+26A0 WARNING SIGN*/
+ font-size: 3em;
+ float: left;
+ height: 100%;
+ padding-right: .3em;
+ vertical-align: top;
+ margin-top: -0.5em;
+}
+
+li.task-list-item {
+ list-style: none;
+}
+input.task-list-item-checkbox {
+ margin: 0 0.35em 0.25em -1.6em;
+ vertical-align: middle;
+}
</style><style>/* HIGHLIGHTS */
code.prettyprint {
color: inherit;
@@ -212,7 +239,7 @@
width: 150px;
background: #90b8de;
color: #fff;
- font-family: initial;
+ font-family: sans-serif;
padding: 3px;
font-weight: bold;
margin: -1em 0 1em -1em;
@@ -295,6 +322,16 @@
color: gray;
}
+/*.idlIterable*/
+.idlIterableKeyType, .idlIterableValueType {
+ color: #005a9c;
+}
+
+/*.idlMaplike*/
+.idlMaplikeKeyType, .idlMaplikeValueType {
+ color: #005a9c;
+}
+
/*.idlConst*/
.idlConstType {
color: #005a9c;
@@ -397,7 +434,6 @@
color: #fff;
padding: 3px 5px;
text-align: left;
- font-family: initial;
font-weight: normal;
text-shadow: #666 1px 1px 0;
}
@@ -427,18 +463,48 @@
border-collapse: collapse;
width: 100%;
}
-</style><link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-ED"><!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--></head>
+</style><link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-ED"><!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--><script id="initialUserConfig" type="application/json">{
+ "specStatus": "ED",
+ "shortName": "html-media-capture",
+ "editors": [
+ {
+ "name": "Anssi Kostiainen",
+ "company": "Intel"
+ },
+ {
+ "name": "Ilkka Oksanen",
+ "company": "Nokia (until May 10, 2012)"
+ },
+ {
+ "name": "Dominique Hazaël-Massieux",
+ "company": "W3C (until May 10, 2012)"
+ }
+ ],
+ "previousPublishDate": "2014-09-09",
+ "previousMaturity": "LC",
+ "edDraftURI": "http://dev.w3.org/2009/dap/camera/",
+ "crEnd": "2014-11-12",
+ "wg": "Device APIs Working Group",
+ "wgURI": "http://www.w3.org/2009/dap/",
+ "wgPublicList": "public-device-apis",
+ "wgPatentURI": "http://www.w3.org/2004/01/pp-impl/43696/status",
+ "testSuiteURI": "http://w3c-test.org/html-media-capture/",
+ "implementationReportURI": "http://www.w3.org/2009/dap/wiki/ImplementationStatus",
+ "processVersion": 2005
+}</script></head>
<body class="h-entry" role="document" id="respecDocument"><div class="head" role="contentinfo" id="respecHeader">
<p>
<a href="http://www.w3.org/"><img width="72" height="48" src="https://www.w3.org/Icons/w3c_home" alt="W3C"></a>
+
+
</p>
<h1 class="title p-name" id="title" property="dcterms:title">HTML Media Capture</h1>
- <h2 property="dcterms:issued" datatype="xsd:dateTime" content="2014-09-08T21:00:00.000Z" id="w3c-editor-s-draft-09-september-2014"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time class="dt-published" datetime="2014-09-09">09 September 2014</time></h2>
+ <h2 id="w3c-editor-s-draft-10-november-2015"><abbr title="World Wide Web Consortium">W3C</abbr> Editor's Draft <time property="dcterms:issued" class="dt-published" datetime="2015-11-10">10 November 2015</time></h2>
<dl>
<dt>This version:</dt>
@@ -465,11 +531,14 @@
<dt>Editors:</dt>
- <dd class="p-author h-card vcard" rel="bibo:editor" inlist=""><span typeof="foaf:Person"><span property="foaf:name" class="p-name fn">Anssi Kostiainen</span>, Intel</span>
+ <dd class="p-author h-card vcard" property="bibo:editor" resource="_:editor0"><span property="rdf:first" typeof="foaf:Person"><span property="foaf:name" class="p-name fn">Anssi Kostiainen</span>, Intel</span>
+<span property="rdf:rest" resource="_:editor1"></span>
</dd>
-<dd class="p-author h-card vcard" rel="bibo:editor" inlist=""><span typeof="foaf:Person"><span property="foaf:name" class="p-name fn">Ilkka Oksanen</span>, Nokia (until May 10, 2012)</span>
+<dd class="p-author h-card vcard" resource="_:editor1"><span property="rdf:first" typeof="foaf:Person"><span property="foaf:name" class="p-name fn">Ilkka Oksanen</span>, Nokia (until May 10, 2012)</span>
+<span property="rdf:rest" resource="_:editor2"></span>
</dd>
-<dd class="p-author h-card vcard" rel="bibo:editor" inlist=""><span typeof="foaf:Person"><span property="foaf:name" class="p-name fn">Dominique Hazaël-Massieux</span>, <abbr title="World Wide Web Consortium">W3C</abbr> (until May 10, 2012)</span>
+<dd class="p-author h-card vcard" resource="_:editor2"><span property="rdf:first" typeof="foaf:Person"><span property="foaf:name" class="p-name fn">Dominique Hazaël-Massieux</span>, <abbr title="World Wide Web Consortium">W3C</abbr> (until May 10, 2012)</span>
+<span property="rdf:rest" resource="rdf:nil"></span>
</dd>
@@ -482,19 +551,19 @@
<p class="copyright">
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> ©
- 2014
+ 2015
<a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup>
(<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>,
<a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
- <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>),
-
- All Rights Reserved.
+ <a href="http://www.keio.ac.jp/">Keio</a>, <a href="http://ev.buaa.edu.cn/">Beihang</a>).
<abbr title="World Wide Web Consortium">W3C</abbr> <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and
- <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
+
+ <a rel="license" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
+
rules apply.
</p>
@@ -503,22 +572,21 @@
<hr>
</div>
- <section id="abstract" class="introductory" property="dcterms:abstract" datatype="" typeof="bibo:Chapter" resource="#abstract" rel="bibo:Chapter"><h2 role="heading" id="h2_abstract">Abstract</h2><p>
+ <section id="abstract" class="introductory" property="dc:abstract"><h2 id="h-abstract" resource="#h-abstract"><span property="xhv:role" resource="xhv:heading">Abstract</span></h2><p>
The <cite>HTML Media Capture</cite> specification defines an HTML form
- extension that facilitates user access to a device's <a href="#dfn-media-capture-mechanism" class="internalDFN">media capture
+ extension that facilitates user access to a device's <a href="#dfn-media-capture-mechanism" class="internalDFN" data-link-type="dfn">media capture
mechanism</a>, such as a camera, or microphone, from within a file upload
control.
- </p></section><section id="sotd" class="introductory" typeof="bibo:Chapter" resource="#sotd" rel="bibo:Chapter"><h2 role="heading" id="h2_sotd">Status of This Document</h2>
+ </p></section><section id="sotd" class="introductory"><h2 id="h-sotd" resource="#h-sotd"><span property="xhv:role" resource="xhv:heading">Status of This Document</span></h2>
<p>
- <em>This section describes the status of this document at the time of its publication.
- Other documents may supersede this document. A list of current <abbr title="World Wide Web Consortium">W3C</abbr> publications and the
- latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> technical reports index</a> at
- http://www.w3.org/TR/.</em>
+ <em>This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current <abbr title="World Wide Web Consortium">W3C</abbr> publications and the latest revision of this technical report can be found in the <a href="http://www.w3.org/TR/"><abbr title="World Wide Web Consortium">W3C</abbr> technical reports index</a> at http://www.w3.org/TR/.</em>
</p>
+
+
<p>
There have been no substantive changes since the
<a href="http://www.w3.org/TR/2014/WD-html-media-capture-20140619/">
@@ -532,79 +600,91 @@
Implementation Report</a>.
</p>
- <p>
- This document was published by the <a href="http://www.w3.org/2009/dap/">Device APIs Working Group</a> as an Editor's Draft.
-
-
- If you wish to make comments regarding this document, please send them to
- <a href="mailto:public-device-apis@w3.org">public-device-apis@w3.org</a>
- (<a href="mailto:public-device-apis-request@w3.org?subject=subscribe">subscribe</a>,
- <a href="http://lists.w3.org/Archives/Public/public-device-apis/">archives</a>).
-
+ <p>
+ This document was published by the <a href="http://www.w3.org/2009/dap/">Device APIs Working Group</a> as an Editor's Draft.
+
+
+ If you wish to make comments regarding this document, please send them to
+ <a href="mailto:public-device-apis@w3.org">public-device-apis@w3.org</a>
+ (<a href="mailto:public-device-apis-request@w3.org?subject=subscribe">subscribe</a>,
+ <a href="http://lists.w3.org/Archives/Public/public-device-apis/">archives</a>).
+
+
+
+
+
+
+ All comments are welcome.
+
+
+ </p>
+ <p>
+ Please see the Working Group's <a href="http://www.w3.org/2009/dap/wiki/ImplementationStatus">implementation
+ report</a>.
+ </p>
- All comments are welcome.
- </p>
-
- <p>
- Please see the Working Group's <a href="http://www.w3.org/2009/dap/wiki/ImplementationStatus">implementation
- report</a>.
- </p>
-
-
- <p>
- Publication as an Editor's Draft does not imply endorsement by the <abbr title="World Wide Web Consortium">W3C</abbr>
- Membership. This is a draft document and may be updated, replaced or obsoleted by other
- documents at any time. It is inappropriate to cite this document as other than work in
- progress.
- </p>
-
-
-
- <p>
- This document was produced by a group operating under the
- <a id="sotd_patent" about="" rel="w3p:patentRules" href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 <abbr title="World Wide Web Consortium">W3C</abbr> Patent
- Policy</a>.
+ <p>
+ Publication as an Editor's Draft does not imply endorsement by the <abbr title="World Wide Web Consortium">W3C</abbr>
+ Membership. This is a draft document and may be updated, replaced or obsoleted by other
+ documents at any time. It is inappropriate to cite this document as other than work in
+ progress.
+ </p>
+ <p>
+
+ This document was produced by
+
+ a group
+ operating under the
+ <a id="sotd_patent" property="w3p:patentRules" href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004 <abbr title="World Wide Web Consortium">W3C</abbr> Patent
+ Policy</a>.
+
+
+
+
+ <abbr title="World Wide Web Consortium">W3C</abbr> maintains a <a href="http://www.w3.org/2004/01/pp-impl/43696/status" rel="disclosure">public list of any patent
+ disclosures</a>
+
+ made in connection with the deliverables of
+
+ the group; that page also includes
+
+ instructions for disclosing a patent. An individual who has actual knowledge of a patent
+ which the individual believes contains
+ <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
+ Claim(s)</a> must disclose the information in accordance with
+ <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
+ 6 of the <abbr title="World Wide Web Consortium">W3C</abbr> Patent Policy</a>.
- <abbr title="World Wide Web Consortium">W3C</abbr> maintains a <a href="http://www.w3.org/2004/01/pp-impl/43696/status" rel="disclosure">public list of any patent
- disclosures</a>
- made in connection with the deliverables of the group; that page also includes
- instructions for disclosing a patent. An individual who has actual knowledge of a patent
- which the individual believes contains
- <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
- Claim(s)</a> must disclose the information in accordance with
- <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
- 6 of the <abbr title="World Wide Web Consortium">W3C</abbr> Patent Policy</a>.
+ </p>
+
+ <p>
+ This document is governed by the <a id="w3c_process_revision" href="http://www.w3.org/2005/10/Process-20051014/">14 October 2005 <abbr title="World Wide Web Consortium">W3C</abbr> Process Document</a>.
+ </p>
- </p>
-
- <p>
- This document is governed by the <a id="w3c_process_revision" href="http://www.w3.org/2005/10/Process-20051014/">14 October 2005 <abbr title="World Wide Web Consortium">W3C</abbr> Process Document</a>.
- </p>
-
-</section><section id="toc"><h2 class="introductory" role="heading" id="h2_toc">Table of Contents</h2><ul class="toc" role="directory" id="respecContents"><li class="tocline"><a href="#introduction" class="tocxref"><span class="secno">1. </span>Introduction</a></li><li class="tocline"><a href="#conformance" class="tocxref"><span class="secno">2. </span>Conformance</a></li><li class="tocline"><a href="#terminology" class="tocxref"><span class="secno">3. </span>Terminology</a></li><li class="tocline"><a href="#security" class="tocxref"><span class="secno">4. </span>Security and privacy considerations</a></li><li class="tocline"><a href="#the-capture-attribute" class="tocxref"><span class="secno">5. </span>The capture attribute</a><ul class="toc"><li class="tocline"><a href="#attributes" class="tocxref"><span class="secno">5.1 </span>Attributes</a></li></ul></li><li class="tocline"><a href="#examples" class="tocxref"><span class="secno">A. </span>Examples</a></li><li class="tocline"><a href="#references" clas="tocxref"><span class="secno">B. </span>References</a><ul class="toc"><li class="tocline"><a href="#normative-references" class="tocxref"><span class="secno">B.1 </span>Normative references</a></li><li class="tocline"><a href="#informative-references" class="tocxref"><span class="secno">B.2 </span>Informative references</a></li></ul></li></ul></section>
+</section><section id="toc"><h2 class="introductory" id="h-toc" resource="#h-toc"><span property="xhv:role" resource="xhv:heading">Table of Contents</span></h2><ul class="toc" role="directory" id="respecContents"><li class="tocline"><a href="#introduction" class="tocxref"><span class="secno">1. </span>Introduction</a></li><li class="tocline"><a href="#conformance" class="tocxref"><span class="secno">2. </span>Conformance</a></li><li class="tocline"><a href="#terminology" class="tocxref"><span class="secno">3. </span>Terminology</a></li><li class="tocline"><a href="#security" class="tocxref"><span class="secno">4. </span>Security and privacy considerations</a></li><li class="tocline"><a href="#the-capture-attribute" class="tocxref"><span class="secno">5. </span>The capture attribute</a><ul class="toc"><li class="tocline"><a href="#attributes" class="tocxref"><span class="secno">5.1 </span>Attributes</a></li></ul></li><li class="tocline"><a href="#examples" class="tocxref"><span class="secno">A. </span>Exampes</a></li><li class="tocline"><a href="#references" class="tocxref"><span class="secno">B. </span>References</a><ul class="toc"><li class="tocline"><a href="#normative-references" class="tocxref"><span class="secno">B.1 </span>Normative references</a></li><li class="tocline"><a href="#informative-references" class="tocxref"><span class="secno">B.2 </span>Informative references</a></li></ul></li></ul></section>
- <section class="informative" id="introduction">
- <!--OddPage--><h2 role="heading" id="h2_introduction"><span class="secno">1. </span>Introduction</h2><p><em>This section is non-normative.</em></p>
+ <section class="informative" id="introduction" typeof="bibo:Chapter" resource="#introduction" property="bibo:hasPart">
+ <!--OddPage--><h2 id="h-introduction" resource="#h-introduction"><span property="xhv:role" resource="xhv:heading"><span class="secno">1. </span>Introduction</span></h2><p><em>This section is non-normative.</em></p>
[251 lines skipped]
--- /sources/public/2009/dap/camera/Overview.src.html 2014/10/14 12:18:33 1.15
+++ /sources/public/2009/dap/camera/Overview.src.html 2015/11/10 08:24:31 1.16
@@ -13,8 +13,8 @@
{name: "Ilkka Oksanen", company: "Nokia (until May 10, 2012)"},
{name: "Dominique Hazaël-Massieux", company: "W3C (until May 10, 2012)"}
],
- publishDate: "2014-09-09",
- previousPublishDate: "2014-06-19",
+ // publishDate: "2014-09-09",
+ previousPublishDate: "2014-09-09",
previousMaturity: "LC",
edDraftURI: "http://dev.w3.org/2009/dap/camera/",
crEnd: "2014-11-12",
@@ -177,7 +177,7 @@
section apply.
</p>
<dl title="partial interface HTMLInputElement" class="idl">
- <dt>attribute boolean <dfn>capture</dfn></dt>
+ <dt>attribute boolean capture</dt>
<dd>
</dd>
</dl>
Received on Tuesday, 10 November 2015 08:24:36 UTC