html5/spec Overview.html,1.1997,1.1998

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21459

Modified Files:
	Overview.html 
Log Message:
Clarify <small> even further, by popular request. Clarify the rules involved in the handshake of the Web Socket protocol. Some editorial tweaks. (whatwg r2827)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1997
retrieving revision 1.1998
diff -u -d -r1.1997 -r1.1998
--- Overview.html	14 Feb 2009 01:26:24 -0000	1.1997
+++ Overview.html	17 Feb 2009 03:15:00 -0000	1.1998
@@ -10,7 +10,7 @@
    <p><a href=http://www.w3.org/><img alt=W3C height=48 src=http://www.w3.org/Icons/w3c_home width=72></a></p>
    <h1>HTML 5</h1>
    <h2 class="no-num no-toc" id=a-vocabulary-and-associated-apis-for-html-and-xhtml>A vocabulary and associated APIs for HTML and XHTML</h2>
-   <h2 class="no-num no-toc" id=w3c-working-draft-12-february-year><!--ZZZ:--> W3C Working Draft 12 February 2009<!-- fix date ZZZ --><!-- Editor's Draft 14 February 2009 --><!--:ZZZ--></h2>
+   <h2 class="no-num no-toc" id=w3c-working-draft-12-february-year><!--ZZZ:--> W3C Working Draft 12 February 2009<!-- fix date ZZZ --><!-- Editor's Draft 17 February 2009 --><!--:ZZZ--></h2>
    <dl><!-- ZZZ: update the month/day (twice), uncomment out --><dt>This Version:</dt>
     <dd><a href=http://www.w3.org/TR/2009/WD-html5-20090212/>http://www.w3.org/TR/2009/WD-html5-20090212/</a></dd>
 <!-- :ZZZ -->
@@ -100,7 +100,7 @@
   track.
   <!--ZZZ:-->
   This specification is the 12 February 2009 Working Draft.
-  <!-- This specification is the 14 February 2009 Editor's Draft. -->
+  <!-- This specification is the 17 February 2009 Editor's Draft. -->
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href=http://www.whatwg.org/>WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -10757,9 +10757,9 @@
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-small-element>small</a></code> element <a href=#represents>represents</a> small
-  print (part of a document often describing disclaimers, caveats, or
-  legal restrictions, such as copyrights or other disadvantages), or
-  other side comments.<p class=note>The <code><a href=#the-small-element>small</a></code> element does not
+  print or other side comments.<p class=note>Small print is typically legalese describing
+  disclaimers, caveats, legal restrictions, or copyrights. Small print
+  is also sometimes used for attribution.<p class=note>The <code><a href=#the-small-element>small</a></code> element does not
   "de-emphasize" or lower the importance of text emphasised by the
   <code><a href=#the-em-element>em</a></code> element or marked as important with the
   <code><a href=#the-strong-element>strong</a></code> element.<div class=example>
@@ -13793,7 +13793,9 @@
    <pre>&lt;iframe sandbox="allow-same-origin allow-forms allow-scripts"
         src="http://maps.example.com/embedded.html"&gt;&lt;/iframe&gt;</pre>
 
-  </div><hr><p>The <dfn id=attr-iframe-seamless title=attr-iframe-seamless><code>seamless</code></dfn>
+  </div><hr><!-- v2: Might be interesting to have a value on seamless that
+  allowed event propagation of some sort, maybe based on the WICD
+  work: http://www.w3.org/TR/WICD/ --><p>The <dfn id=attr-iframe-seamless title=attr-iframe-seamless><code>seamless</code></dfn>
   attribute is a boolean attribute. When specified, it indicates that
   the <code><a href=#the-iframe-element>iframe</a></code> element's <a href=#browsing-context>browsing context</a> is
   to be rendered in a manner that makes it appear to be part of the
@@ -37106,14 +37108,15 @@
 
    <li><p>Let <var title="">origin</var> be the <a href=#ascii-serialization-of-an-origin title="ASCII
    serialization of an origin">ASCII serialization</a> of the
-   <a href=#origin-0>origin</a> of the script that invoked the <code title=dom-WebSocket><a href=#dom-websocket>WebSocket()</a></code> constructor.</li>
+   <a href=#origin-0>origin</a> of the script that invoked the <code title=dom-WebSocket><a href=#dom-websocket>WebSocket()</a></code> constructor,
+   <a href=#converted-to-lowercase>converted to lowercase</a>.</li>
 
    <li><p>If the <a href=#url-scheme title=url-scheme>&lt;scheme&gt;</a>
    component of <var title="">url</var> is "<code title="">ws</code>",
    set <var title="">secure</var> to false; otherwise, the <a href=#url-scheme title=url-scheme>&lt;scheme&gt;</a> component is "<code title="">wss</code>", set <var title="">secure</var> to
    true.</li>
 
-   <li><p>Let <var title="">host</var> be the value of the <a href=#url-host title=url-host>&lt;host&gt;</a> component of <var title="">url</var>.</li>
+   <li><p>Let <var title="">host</var> be the value of the <a href=#url-host title=url-host>&lt;host&gt;</a> component of <var title="">url</var>, <a href=#converted-to-lowercase>converted to lowercase</a>.</li>
 
    <li><p>If <var title="">url</var> has a <a href=#url-port title=url-port>&lt;port&gt;</a> component, then let <var title="">port</var> be that component's value; otherwise, there is
    no explicit <var title="">port</var>.</li>
@@ -37230,7 +37233,8 @@
   connection</dfn> to a host <var title="">host</var>, optionally on
   port <var title="">port</var>, from an origin <var title="">origin</var>, with a flag <var title="">secure</var>, and
   with a particular <var title="">resource name</var>, it must run the
-  following steps:<ol><li>
+  following steps.<p class=note>The <var title="">host</var> and <var title="">origin</var> strings will be all-lowercase when this
+  algorithm is invoked.<ol><li>
 
     <p>If there is no explicit <var title="">port</var>, then: if <var title="">secure</var> is false, let <var title="">port</var> be 81,
     otherwise let <var title="">port</var> be 815.</p>
@@ -37303,9 +37307,8 @@
 
     <pre>48 6f 73 74 3a 20</pre>
 
-    <p>Send the <var title="">host</var> value, encoded as US-ASCII
-    and <a href=#converted-to-lowercase>converted to lowercase</a>, if it represents a host
-    name (and not an IP address).</p>
+    <p>Send the <var title="">host</var> value, encoded as
+    US-ASCII.</p>
 
     <p>Send the following bytes:</p>
 
@@ -37321,8 +37324,10 @@
 
     <pre>4f 72 69 67 69 6e 3a 20</pre>
 
-    <p>Send the <var title="">origin</var> value, encoded as US-ASCII
-    and <a href=#converted-to-lowercase>converted to lowercase</a>.</p>
+    <p>Send the <var title="">origin</var> value, encoded as US-ASCII.</p>
+
+    <p class=note>The <var title="">origin</var> value is a string
+    that was passed to this algorithm.</p>
 
     <p>Send the following bytes:</p>
 

Received on Tuesday, 17 February 2009 03:15:12 UTC