- From: CVS User akostiai <cvsmail@w3.org>
- Date: Wed, 20 Aug 2014 07:49:21 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/vibration In directory roscoe:/tmp/cvs-serv29406 Modified Files: Overview.html Overview.src.html Log Message: Make CR proposal; address LC-2945. --- /sources/public/2009/dap/vibration/Overview.html 2014/06/16 06:16:25 1.51 +++ /sources/public/2009/dap/vibration/Overview.html 2014/08/20 07:49:18 1.52 @@ -1,641 +1,82 @@ <!DOCTYPE html> -<html lang="en" dir="ltr" typeof="bibo:Document w3p:LastCall" about="" property="dcterms:language" content="en"> -<head> +<html> + <head> <title>Vibration API</title> - <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> - - - <style>/***************************************************************** - * ReSpec 3 CSS - * Robin Berjon - http://berjon.com/ - *****************************************************************/ - -/* --- INLINES --- */ -em.rfc2119 { - text-transform: lowercase; - font-variant: small-caps; - font-style: normal; - color: #900; -} - -h1 acronym, h2 acronym, h3 acronym, h4 acronym, h5 acronym, h6 acronym, a acronym, -h1 abbr, h2 abbr, h3 abbr, h4 abbr, h5 abbr, h6 abbr, a abbr { - border: none; -} - -dfn { - font-weight: bold; -} - -a.internalDFN { - color: inherit; - border-bottom: 1px solid #99c; - text-decoration: none; -} - -a.externalDFN { - color: inherit; - border-bottom: 1px dotted #ccc; - text-decoration: none; -} - -a.bibref { - text-decoration: none; -} - -cite .bibref { - font-style: normal; -} - -code { - color: #ff4500; -} - -/* --- TOC --- */ -.toc a, .tof a { - text-decoration: none; -} - -a .secno, a .figno { - color: #000; -} - -ul.tof, ol.tof { - list-style: none outside none; -} - -.caption { - margin-top: 0.5em; - font-style: italic; -} - -/* --- TABLE --- */ -table.simple { - border-spacing: 0; - border-collapse: collapse; - border-bottom: 3px solid #005a9c; -} - -.simple th { - background: #005a9c; - color: #fff; - padding: 3px 5px; - text-align: left; -} - -.simple th[scope="row"] { - background: inherit; - color: inherit; - border-top: 1px solid #ddd; -} - -.simple td { - padding: 3px 10px; - border-top: 1px solid #ddd; -} - -.simple tr:nth-child(even) { - background: #f0f6ff; -} - -/* --- DL --- */ -.section dd > p:first-child { - margin-top: 0; -} - -.section dd > p:last-child { - margin-bottom: 0; -} - -.section dd { - margin-bottom: 1em; -} - -.section dl.attrs dd, .section dl.eldef dd { - margin-bottom: 0; -} - -@media print { - .removeOnSave { - display: none; - } -} -</style><style>/* --- EXAMPLES --- */ -div.example-title { - min-width: 7.5em; - color: #b9ab2d; -} -div.example-title span { - text-transform: uppercase; -} -aside.example, div.example, div.illegal-example { - padding: 0.5em; - margin: 1em 0; - position: relative; - clear: both; -} -div.illegal-example { color: red } -div.illegal-example p { color: black } -aside.example, div.example { - padding: .5em; - border-left-width: .5em; - border-left-style: solid; - border-color: #e0cb52; - background: #fcfaee; -} - -aside.example div.example { - border-left-width: .1em; - border-color: #999; - background: #fff; -} -aside.example div.example div.example-title { - color: #999; -} -</style><style>/* --- ISSUES/NOTES --- */ -div.issue-title, div.note-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 { - text-transform: uppercase; -} -div.note, div.issue { - margin-top: 1em; - margin-bottom: 1em; -} -.note > p:first-child, .issue > p:first-child { margin-top: 0 } -.issue, .note { - padding: .5em; - border-left-width: .5em; - border-left-style: solid; -} -div.issue, div.note { - padding: 1em 1.2em 0.5em; - margin: 1em 0; - position: relative; - clear: both; -} -span.note, span.issue { padding: .1em .5em .15em; } - -.issue { - border-color: #e05252; - background: #fbe9e9; -} -.note { - border-color: #52e052; - background: #e9fbe9; -} - - -</style><style>/* HIGHLIGHTS */ -code.prettyprint { - color: inherit; -} - -/* this from google-code-prettify */ -.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee} -</style><style>/* --- WEB IDL --- */ -pre.idl { - border-top: 1px solid #90b8de; - border-bottom: 1px solid #90b8de; - padding: 1em; - line-height: 120%; -} - -pre.idl::before { - content: "WebIDL"; - display: block; - width: 150px; - background: #90b8de; - color: #fff; - font-family: initial; - padding: 3px; - font-weight: bold; - margin: -1em 0 1em -1em; -} - -.idlType { - color: #ff4500; - font-weight: bold; - text-decoration: none; -} - -/*.idlModule*/ -/*.idlModuleID*/ -/*.idlInterface*/ -.idlInterfaceID, .idlDictionaryID, .idlCallbackID, .idlEnumID { - font-weight: bold; - color: #005a9c; -} -a.idlEnumItem { - color: #000; - border-bottom: 1px dotted #ccc; - text-decoration: none; -} - -.idlSuperclass { - font-style: italic; - color: #005a9c; -} - -/*.idlAttribute*/ -.idlAttrType, .idlFieldType, .idlMemberType { - color: #005a9c; -} -.idlAttrName, .idlFieldName, .idlMemberName { - color: #ff4500; -} -.idlAttrName a, .idlFieldName a, .idlMemberName a { - color: #ff4500; - border-bottom: 1px dotted #ff4500; - text-decoration: none; -} - -/*.idlMethod*/ -.idlMethType, .idlCallbackType { - color: #005a9c; -} -.idlMethName { - color: #ff4500; -} -.idlMethName a { - color: #ff4500; - border-bottom: 1px dotted #ff4500; - text-decoration: none; -} - -/*.idlCtor*/ -.idlCtorName { - color: #ff4500; -} -.idlCtorName a { - color: #ff4500; - border-bottom: 1px dotted #ff4500; - text-decoration: none; -} - -/*.idlParam*/ -.idlParamType { - color: #005a9c; -} -.idlParamName, .idlDefaultValue { - font-style: italic; -} - -.extAttr { - color: #666; -} - -/*.idlSectionComment*/ -.idlSectionComment { - color: gray; -} - -/*.idlConst*/ -.idlConstType { - color: #005a9c; -} -.idlConstName { - color: #ff4500; -} -.idlConstName a { - color: #ff4500; - border-bottom: 1px dotted #ff4500; - text-decoration: none; -} - -/*.idlException*/ -.idlExceptionID { - font-weight: bold; - color: #c00; -} - -.idlTypedefID, .idlTypedefType { - color: #005a9c; -} - -.idlRaises, .idlRaises a.idlType, .idlRaises a.idlType code, .excName a, .excName a code { - color: #c00; - font-weight: normal; -} - -.excName a { - font-family: monospace; -} - -.idlRaises a.idlType, .excName a.idlType { - border-bottom: 1px dotted #c00; -} - -.excGetSetTrue, .excGetSetFalse, .prmNullTrue, .prmNullFalse, .prmOptTrue, .prmOptFalse { - width: 45px; - text-align: center; -} -.excGetSetTrue, .prmNullTrue, .prmOptTrue { color: #0c0; } -.excGetSetFalse, .prmNullFalse, .prmOptFalse { color: #c00; } - -.idlImplements a { - font-weight: bold; -} - -dl.attributes, dl.methods, dl.constants, dl.constructors, dl.fields, dl.dictionary-members { - margin-left: 2em; -} - -.attributes dt, .methods dt, .constants dt, .constructors dt, .fields dt, .dictionary-members dt { - font-weight: normal; -} - -.attributes dt code, .methods dt code, .constants dt code, .constructors dt code, .fields dt code, .dictionary-members dt code { - font-weight: bold; - color: #000; - font-family: monospace; -} - -.attributes dt code, .fields dt code, .dictionary-members dt code { - background: #ffffd2; -} - -.attributes dt .idlAttrType code, .fields dt .idlFieldType code, .dictionary-members dt .idlMemberType code { - color: #005a9c; - background: transparent; - font-family: inherit; - font-weight: normal; - font-style: italic; -} - -.methods dt code { - background: #d9e6f8; -} - -.constants dt code { - background: #ddffd2; -} - -.constructors dt code { - background: #cfc; -} - -.attributes dd, .methods dd, .constants dd, .constructors dd, .fields dd, .dictionary-members dd { - margin-bottom: 1em; -} - -table.parameters, table.exceptions { - border-spacing: 0; - border-collapse: collapse; - margin: 0.5em 0; - width: 100%; -} -table.parameters { border-bottom: 1px solid #90b8de; } -table.exceptions { border-bottom: 1px solid #deb890; } - [513 lines skipped] --- /sources/public/2009/dap/vibration/Overview.src.html 2014/06/16 06:16:25 1.19 +++ /sources/public/2009/dap/vibration/Overview.src.html 2014/08/20 07:49:19 1.20 @@ -6,13 +6,13 @@ <script src='http://www.w3.org/Tools/respec/respec-w3c-common' class='remove'></script> <script class='remove'> var respecConfig = { - specStatus: "LC", + specStatus: "CR", shortName: "vibration", - publishDate: "2014-06-19", - previousPublishDate: "2014-02-11", + publishDate: "2014-08-28", + previousPublishDate: "2014-06-19", previousMaturity: "LC", edDraftURI: "http://dev.w3.org/2009/dap/vibration/", - lcEnd: "2014-07-24", + crEnd: "2014-11-01", editors: [ { name: "Anssi Kostiainen", company: "Intel" } ], @@ -24,13 +24,7 @@ wgPublicList: "public-device-apis", wgPatentURI: "http://www.w3.org/2004/01/pp-impl/43696/status", testSuiteURI: "http://w3c-test.org/vibration/", - otherLinks: [{ - key: "Implementation status", - data: [{ - value: "http://www.w3.org/2009/dap/wiki/ImplementationStatus#Vibration_API", - href: "http://www.w3.org/2009/dap/wiki/ImplementationStatus#Vibration_API" - }] - }] + implementationReportURI: "http://www.w3.org/2009/dap/wiki/ImplementationStatus" }; </script> </head> @@ -43,20 +37,24 @@ <section id='sotd'> <p> The following changes have been made - since the <a href="http://www.w3.org/TR/2014/WD-vibration-20140211/"> - W3C Last Call Working Draft 11 February 2014</a> - (<a href="LC4-diff.html">diff</a>): + since the <a href="http://www.w3.org/TR/2014/WD-vibration-20140619/"> + W3C Last Call Working Draft 19 June 2014</a> + (<a href="CR-diff.html">diff</a>): </p> <ul> <li> - <a href="http://www.w3.org/TR/2014/WD-vibration-20140211/#dfn-processing-vibration-patterns"> - The step 5 in the processing vibration patterns algorithm defined in - the previous LC</a> was made a <a href="#remove-last-entry"> - non-normative note</a>, since it is an implementation detail that - cannot be tested. + The step 9.2 in the <a href="#dfn-processing-vibration-patterns"> + processing vibration patterns</a> algorithm was clarified by + explicitly mentioning a single entry with a value of 0. </li> </ul> <p> + The CR exit criterion is two interoperable deployed implementations of + each feature. No features are marked as 'at-risk'. The group will create + an <a href="http://www.w3.org/2009/dap/wiki/ImplementationStatus"> + Implementation Report</a>. + </p> + <p> This document represents the consensus of the group on the scope and features of the Vibration API. It should be noted that the group is aware of more advanced use cases that cannot be realized using this @@ -209,8 +207,9 @@ patterns</a> algorithm, if any. </li> <li> - If <var>pattern</var> is an empty list, or if the device is - unable to vibrate, then return true and terminate these steps. + If <var>pattern</var> is an empty list, contains a single entry + with a value of 0, or if the device is unable to vibrate, then + return true and terminate these steps. </li> </ol> <li>
Received on Wednesday, 20 August 2014 07:49:23 UTC