html5/spec association-of-controls-and-forms.html,1.85,1.86 spec.html,1.1523,1.1524 urls.html,1.47,1.48

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

Modified Files:
	association-of-controls-and-forms.html spec.html urls.html 
Log Message:
mention that this is an example (whatwg r6207)

[updated by splitter]


Index: association-of-controls-and-forms.html
===================================================================
RCS file: /sources/public/html5/spec/association-of-controls-and-forms.html,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- association-of-controls-and-forms.html	3 Jun 2011 00:47:44 -0000	1.85
+++ association-of-controls-and-forms.html	9 Jun 2011 18:46:45 -0000	1.86
@@ -2075,6 +2075,13 @@
     not get converted to a 7-bit safe encoding as suggested in RFC
     2388).</p>
 
+    <p>File names included in the generated <code title="">multipart/form-data</code> resource (as part of file
+    fields) must use the character encoding selected above, though the
+    precise name may be approximated if necessary (e.g. newlines could
+    be removed from file names, quotes could be changed to "%22", and
+    characters not expressible in the selected character encoding
+    could be replaced by other characters). User agents must not use
+    the RFC 2231 encoding suggested by RFC 2388.</p> 
     <p>The boundary used by the user agent in generating the return
     value of this algorithm is the <dfn id="multipart-form-data-boundary-string"><code title="">multipart/form-data</code> boundary string</dfn>. (This
     value is used to generate the MIME type of the form submission

Index: urls.html
===================================================================
RCS file: /sources/public/html5/spec/urls.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- urls.html	3 Jun 2011 19:47:04 -0000	1.47
+++ urls.html	9 Jun 2011 18:46:46 -0000	1.48
@@ -815,11 +815,12 @@
 
     <p>The element is not directly affected.</p>
 
-    <p class="example">Changing the base URL doesn't affect the image
-    displayed by <code><a href="embedded-content-1.html#the-img-element">img</a></code> elements, although subsequent
-    accesses of the <code title="dom-img-src"><a href="embedded-content-1.html#dom-img-src">src</a></code> IDL attribute
-    from script will return a new <a href="#absolute-url">absolute URL</a> that might
-    no longer correspond to the image being shown.</p>
+    <p class="example">For instance, changing the base URL doesn't
+    affect the image displayed by <code><a href="embedded-content-1.html#the-img-element">img</a></code> elements, although
+    subsequent accesses of the <code title="dom-img-src"><a href="embedded-content-1.html#dom-img-src">src</a></code>
+    IDL attribute from script will return a new <a href="#absolute-url">absolute
+    URL</a> that might no longer correspond to the image being
+    shown.</p>
 
    </dd>
 

Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1523
retrieving revision 1.1524
diff -u -d -r1.1523 -r1.1524
--- spec.html	9 Jun 2011 07:47:02 -0000	1.1523
+++ spec.html	9 Jun 2011 18:46:45 -0000	1.1524
@@ -347,7 +347,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4972.
+This is revision 1.4974.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2011 <a href="http://www.w3.org/"><abbr title="World Wide

Received on Thursday, 9 June 2011 18:46:49 UTC