html5/spec number-state.html,1.35,1.36 spec.html,1.1408,1.1409

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

Modified Files:
	number-state.html spec.html 
Log Message:
Explicitly allow UAs to use <input type=file accept> intelligently. (whatwg r5957)

[updated by splitter]


Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1408
retrieving revision 1.1409
diff -u -d -r1.1408 -r1.1409
--- spec.html	18 Mar 2011 01:46:39 -0000	1.1408
+++ spec.html	18 Mar 2011 04:47:01 -0000	1.1409
@@ -369,7 +369,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.4788.
+This is revision 1.4789.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Index: number-state.html
===================================================================
RCS file: /sources/public/html5/spec/number-state.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- number-state.html	4 Mar 2011 00:46:41 -0000	1.35
+++ number-state.html	18 Mar 2011 04:47:01 -0000	1.36
@@ -1024,7 +1024,13 @@
   matches for any of the other tokens (i.e. duplicates are not
   allowed). <span class="impl">To obtain the list of tokens from the
   attribute, the user agent must <a href="common-microsyntaxes.html#split-a-string-on-commas" title="split a string on
-  commas">split the attribute value on commas</a>.</span></p><div class="impl">
+  commas">split the attribute value on commas</a>.</span></p><p>User agents may use the value of this attribute to display
+  appropriate a more appropriate user interface than a generic file
+  picker. For instance, given the value <code title="">image/*</code>,
+  a user agent could offer the user the option of using a local camera
+  or selecting a photograph from their photo collection; given the
+  value <code title="">image/*</code>, a user agent could offer the
+  user the option of recording a clip using a headset microphone.</p><div class="impl">
 
   <p>User agents should prevent the user from selecting files that are
   not accepted by one (or more) of these tokens.</p>

Received on Friday, 18 March 2011 04:47:11 UTC