Skip to content

Commit

Permalink
[e] (0) An idea for <device>. Don't know if we'll go with this, but i…
Browse files Browse the repository at this point in the history
…t's interesting.

git-svn-id: http://svn.whatwg.org/webapps@5312 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 18, 2010
1 parent 703bb25 commit 6053e8a
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 21 deletions.
20 changes: 13 additions & 7 deletions complete.html
Expand Up @@ -50430,11 +50430,12 @@ <h4 id=devices><span class=secno>4.11.6 </span>The <dfn><code>device</code></dfn
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
Expand All @@ -50452,9 +50453,13 @@ <h4 id=devices><span class=secno>4.11.6 </span>The <dfn><code>device</code></dfn
<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>

Expand Down Expand Up @@ -95691,6 +95696,7 @@ <h3 class="no-num">Reflecting IDL attributes</h3>
Robert O'Callahan,
Robert Sayre,
Robin Berjon,
Rodger Combs,
Roland Steiner,
Roman Ivanov,
Roy Fielding,
Expand Down
20 changes: 13 additions & 7 deletions index
Expand Up @@ -50357,11 +50357,12 @@ interface <dfn>DataGridListener</dfn> {
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
Expand All @@ -50379,9 +50380,13 @@ interface <dfn>DataGridListener</dfn> {
<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>

Expand Down Expand Up @@ -88938,6 +88943,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Robert O'Callahan,
Robert Sayre,
Robin Berjon,
Rodger Combs,
Roland Steiner,
Roman Ivanov,
Roy Fielding,
Expand Down
21 changes: 14 additions & 7 deletions source
Expand Up @@ -56356,11 +56356,12 @@ interface <dfn>DataGridListener</dfn> {
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>
Expand All @@ -56385,11 +56386,16 @@ interface <dfn>DataGridListener</dfn> {
<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">

Expand Down Expand Up @@ -109750,6 +109756,7 @@ interface <span>HTMLDocument</span> {
Robert O'Callahan,
Robert Sayre,
Robin Berjon,
Rodger Combs,
Roland Steiner,
Roman Ivanov,
Roy Fielding,
Expand Down

0 comments on commit 6053e8a

Please sign in to comment.