Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) typo
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12332

git-svn-id: http://svn.whatwg.org/webapps@6113 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 6, 2011
1 parent 439a11f commit 991ace2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 21 deletions.
13 changes: 6 additions & 7 deletions complete.html
Expand Up @@ -45566,13 +45566,12 @@ <h6 id=file-upload-state><span class=secno>4.10.7.1.18 </span><dfn title=attr-in
attribute, the user agent must <a href=#split-a-string-on-commas title="split a string on
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="">audio/*</code>, a user agent could offer the
user the option of recording a clip using a headset microphone.</p>
<p>User agents may use the value of this attribute to display 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="">audio/*</code>, a user agent could offer the user the
option of recording a clip using a headset microphone.</p>

<div class=impl>

Expand Down
13 changes: 6 additions & 7 deletions index
Expand Up @@ -45594,13 +45594,12 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
attribute, the user agent must <a href=#split-a-string-on-commas title="split a string on
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="">audio/*</code>, a user agent could offer the
user the option of recording a clip using a headset microphone.</p>
<p>User agents may use the value of this attribute to display 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="">audio/*</code>, a user agent could offer the user the
option of recording a clip using a headset microphone.</p>

<div class=impl>

Expand Down
14 changes: 7 additions & 7 deletions source
Expand Up @@ -51017,13 +51017,13 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
attribute, the user agent must <span title="split a string on
commas">split the attribute value on commas</span>.</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="">audio/*</code>, a user agent could offer the
user the option of recording a clip using a headset microphone.</p>
<p>User agents may use the value of this attribute to display 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="">audio/*</code>, a user agent could offer the user the
option of recording a clip using a headset microphone.</p>

<div class="impl">

Expand Down

0 comments on commit 991ace2

Please sign in to comment.