[html5] r5312 - [e] (0) An idea for <device>. Don't know if we'll go with this, but it's interesting.

whatwg at whatwg.org whatwg at whatwg.org
Tue Aug 17 18:32:20 PDT 2010


Author: ianh
Date: 2010-08-17 18:32:19 -0700 (Tue, 17 Aug 2010)
New Revision: 5312

Modified:
   complete.html
   index
   source
Log:
[e] (0) An idea for <device>. Don't know if we'll go with this, but it's interesting.

Modified: complete.html
===================================================================
--- complete.html	2010-08-18 01:28:02 UTC (rev 5311)
+++ complete.html	2010-08-18 01:32:19 UTC (rev 5312)
@@ -50430,11 +50430,12 @@
   following table, and their corresponding states given in the cell in
   second column of the same row.</p>
 
-  <p class=XXX>RS232 is only included below to give an idea of where
-  we could go with this. <strong>Should we instead just make this only
-  useful for audiovisual streams?</strong> Unless there are compelling
-  reasons, we probably should not be this generic. So far, the reasons
-  aren't that compelling.</p>
+  <p class=XXX>RS232 and USB are only included below to give an idea
+  of where we could go with this. <strong>Should we instead just make
+  this only useful for audiovisual streams?</strong> Unless there are
+  compelling reasons, we probably should not be this generic. So far,
+  the reasons for RS232 aren't that compelling. For USB, slightly more
+  so.</p>
 
   <table><thead><tr><th>Keyword
      <th>State
@@ -50452,9 +50453,13 @@
      <td><span title=attr-device-type-rs232>RS232</span>
      <td>RS232 device.
      <td>A serial port.
+    <tr><td><dfn id=attr-device-type-keyword-usb title=attr-device-type-keyword-usb><code>usb</code></dfn>
+     <td><span title=attr-device-type-usb>USB</span>
+     <td>USB device.
+     <td>A scanner, a music player, a disk jockey, a fish tank.
   </table><p class=XXX>processing model: 'change' event fires once user
-  selects a new device; .data is set to new Stream, LocalFS, or RS232
-  object as appropriate.</p>
+  selects a new device; .data is set to new Stream, LocalFS, USB, or
+  RS232 object as appropriate.</p>
 
   <div class=example>
 
@@ -95691,6 +95696,7 @@
   Robert O'Callahan,
   Robert Sayre,
   Robin Berjon,
+  Rodger Combs,
   Roland Steiner,
   Roman Ivanov,
   Roy Fielding,

Modified: index
===================================================================
--- index	2010-08-18 01:28:02 UTC (rev 5311)
+++ index	2010-08-18 01:32:19 UTC (rev 5312)
@@ -50357,11 +50357,12 @@
   following table, and their corresponding states given in the cell in
   second column of the same row.</p>
 
-  <p class=XXX>RS232 is only included below to give an idea of where
-  we could go with this. <strong>Should we instead just make this only
-  useful for audiovisual streams?</strong> Unless there are compelling
-  reasons, we probably should not be this generic. So far, the reasons
-  aren't that compelling.</p>
+  <p class=XXX>RS232 and USB are only included below to give an idea
+  of where we could go with this. <strong>Should we instead just make
+  this only useful for audiovisual streams?</strong> Unless there are
+  compelling reasons, we probably should not be this generic. So far,
+  the reasons for RS232 aren't that compelling. For USB, slightly more
+  so.</p>
 
   <table><thead><tr><th>Keyword
      <th>State
@@ -50379,9 +50380,13 @@
      <td><span title=attr-device-type-rs232>RS232</span>
      <td>RS232 device.
      <td>A serial port.
+    <tr><td><dfn id=attr-device-type-keyword-usb title=attr-device-type-keyword-usb><code>usb</code></dfn>
+     <td><span title=attr-device-type-usb>USB</span>
+     <td>USB device.
+     <td>A scanner, a music player, a disk jockey, a fish tank.
   </table><p class=XXX>processing model: 'change' event fires once user
-  selects a new device; .data is set to new Stream, LocalFS, or RS232
-  object as appropriate.</p>
+  selects a new device; .data is set to new Stream, LocalFS, USB, or
+  RS232 object as appropriate.</p>
 
   <div class=example>
 
@@ -88938,6 +88943,7 @@
   Robert O'Callahan,
   Robert Sayre,
   Robin Berjon,
+  Rodger Combs,
   Roland Steiner,
   Roman Ivanov,
   Roy Fielding,

Modified: source
===================================================================
--- source	2010-08-18 01:28:02 UTC (rev 5311)
+++ source	2010-08-18 01:32:19 UTC (rev 5312)
@@ -56356,11 +56356,12 @@
   following table, and their corresponding states given in the cell in
   second column of the same row.</p>
 
-  <p class="XXX">RS232 is only included below to give an idea of where
-  we could go with this. <strong>Should we instead just make this only
-  useful for audiovisual streams?</strong> Unless there are compelling
-  reasons, we probably should not be this generic. So far, the reasons
-  aren't that compelling.</p>
+  <p class="XXX">RS232 and USB are only included below to give an idea
+  of where we could go with this. <strong>Should we instead just make
+  this only useful for audiovisual streams?</strong> Unless there are
+  compelling reasons, we probably should not be this generic. So far,
+  the reasons for RS232 aren't that compelling. For USB, slightly more
+  so.</p>
 
   <table>
    <thead>
@@ -56385,11 +56386,16 @@
      <td><span title="attr-device-type-rs232">RS232</span>
      <td>RS232 device.
      <td>A serial port.
+    <tr>
+     <td><dfn title="attr-device-type-keyword-usb"><code>usb</code></dfn>
+     <td><span title="attr-device-type-usb">USB</span>
+     <td>USB device.
+     <td>A scanner, a music player, a disk jockey, a fish tank.
   </table>
 
   <p class="XXX">processing model: 'change' event fires once user
-  selects a new device; .data is set to new Stream, LocalFS, or RS232
-  object as appropriate.</p>
+  selects a new device; .data is set to new Stream, LocalFS, USB, or
+  RS232 object as appropriate.</p>
 
   <div class="example">
 
@@ -109750,6 +109756,7 @@
   Robert O'Callahan,
   Robert Sayre,
   Robin Berjon,
+  Rodger Combs,
   Roland Steiner,
   Roman Ivanov,
   Roy Fielding,




More information about the Commit-Watchers mailing list