- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 09 Apr 2010 04:06:45 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv14166
Modified Files:
acknowledgements.html browsers.html dom.html editing.html
embedded-content-0.html forms.html history.html iana.html
index.html infrastructure.html interactive-elements.html
introduction.html named-character-references.html
obsolete.html offline.html references.html semantics.html
spec.html syntax.html tabular-data.html
text-level-semantics.html the-canvas-element.html
the-xhtml-syntax.html video.html webappapis.html
Log Message:
Make <object type=application/octet-stream> ignore the type= attribute for legacy compat. Also, fix some trailing spaces throughout. (whatwg r4990)
[updated by splitter]
Index: infrastructure.html
===================================================================
RCS file: /sources/public/html5/spec/infrastructure.html,v
retrieving revision 1.926
retrieving revision 1.927
diff -u -d -r1.926 -r1.927
--- infrastructure.html 9 Apr 2010 01:56:55 -0000 1.926
+++ infrastructure.html 9 Apr 2010 04:06:42 -0000 1.927
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
Index: text-level-semantics.html
===================================================================
RCS file: /sources/public/html5/spec/text-level-semantics.html,v
retrieving revision 1.912
retrieving revision 1.913
diff -u -d -r1.912 -r1.913
--- text-level-semantics.html 9 Apr 2010 01:56:56 -0000 1.912
+++ text-level-semantics.html 9 Apr 2010 04:06:43 -0000 1.913
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
@@ -346,7 +346,7 @@
areas, e.g. a link to see photos of the event, or to edit the event,
or some such. --><p>If the <code><a href="#the-a-element">a</a></code> element has no <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute, then the element
<a href="the-xhtml-syntax.html#represents">represents</a> a placeholder for where a link might
- otherwise have been placed, if it had been relevant.</p><p>The <code title="attr-hyperlink-target"><a href="interactive-elements.html#attr-hyperlink-target">target</a></code>,
+ otherwise have been placed, if it had been relevant.</p><p>The <code title="attr-hyperlink-target"><a href="interactive-elements.html#attr-hyperlink-target">target</a></code>,
<code title="attr-hyperlink-rel"><a href="interactive-elements.html#attr-hyperlink-rel">rel</a></code>, <code title="attr-hyperlink-media"><a href="interactive-elements.html#attr-hyperlink-media">media</a></code>, <code title="attr-hyperlink-hreflang"><a href="interactive-elements.html#attr-hyperlink-hreflang">hreflang</a></code>, and <code title="attr-hyperlink-type"><a href="interactive-elements.html#attr-hyperlink-type">type</a></code> attributes must be omitted
if the <code title="attr-hyperlink-href"><a href="interactive-elements.html#attr-hyperlink-href">href</a></code> attribute is
not present.</p><div class="example">
@@ -424,7 +424,7 @@
</dl><div class="impl">
- <p>The IDL attributes <dfn id="dom-a-href" title="dom-a-href"><code>href</code></dfn>,
+ <p>The IDL attributes <dfn id="dom-a-href" title="dom-a-href"><code>href</code></dfn>,
<dfn id="dom-a-target" title="dom-a-target"><code>target</code></dfn>, <dfn id="dom-a-rel" title="dom-a-rel"><code>rel</code></dfn>, <dfn id="dom-a-media" title="dom-a-media"><code>media</code></dfn>, <dfn id="dom-a-hreflang" title="dom-a-hreflang"><code>hreflang</code></dfn>, and <dfn id="dom-a-type" title="dom-a-type"><code>type</code></dfn>, must
<a href="infrastructure.html#reflect">reflect</a> the respective content attributes of the same
name.</p>
@@ -4674,15 +4674,15 @@
| Is there a type="" attribute whose value is a plugin type? ============================================-.
| | |
| | NO |
- | V NO YES V
- | Is there a Content type? ========-> Is there a type="" attribute? ====================================>-+
- | | | |
- | | YES | NO |
- V NO V | |
- +-<============== Is it text/plain or application/octet-stream? `============> Sniff ==-. |
- | | | | |
+ | V NO YES |
+ | Is there a Content type? ========-> Is there a type="" attribute? ==========> Let TYPE be type="" |
+ | | | attribute value |
+ | | YES | NO | |
+ V NO V | V |
+ +-<============== Is it text/plain or application/octet-stream? `==> Let TYPE be =====>+ |
+ | | | Sniffed type | |
| | text/plain | octet-stream V |
- | V YES V Is the sniffed-type |
+ | V YES V Is TYPE |
| Does the page sniff as binary? ======> Is there a type="" attribute? application/octet-stream? |
| | | | | | |
| | NO | YES | NO | YES | NO |
@@ -4695,10 +4695,10 @@
| | doesn't start with image/* ======> FALLBACK | | |
| | and is not a plugin type? | | |
| | | | | |
- | | | NO | V V
- V V V V Use Use
- Use Use Use it (will be Use sniffed type=""
- Content-Type text/plain bitmap or plugin) extension type attribute
+ | | | NO | | V
+ V V V V V Use
+ Use Use Use it (will be Use Use type=""
+ Content-Type text/plain bitmap or plugin) extension TYPE attribute
| | | | | |
| V V V V |
`================->-+========================================>-+==============>-+-<============-+-<==============+-<======'
@@ -4825,25 +4825,19 @@
<ol><li>
<p>If there is a <code title="attr-object-type"><a href="#attr-object-type">type</a></code> attribute present on
- the <code><a href="#the-object-element">object</a></code> element, then let the <var title="">resource type</var> be the type specified in that
- <code title="attr-object-type"><a href="#attr-object-type">type</a></code> attribute, and
- jump to the step below labeled <i>handler</i>.</p>
-
- </li>
-
- <li>
-
- <!-- no content-type and no attribute -->
+ the <code><a href="#the-object-element">object</a></code> element, then let the <var title="">tentative type</var> be the type specified in that
+ <code title="attr-object-type"><a href="#attr-object-type">type</a></code> attribute.</p>
- <p>Let <var title="">sniffed type</var> be the <a href="infrastructure.html#content-type-sniffing-0" title="content-type sniffing">sniffed type of the
+ <p>Otherwise, let <var title="">tentative type</var> be the
+ <a href="infrastructure.html#content-type-sniffing-0" title="content-type sniffing">sniffed type of the
resource</a>.</p>
</li>
<li>
- <p>If <var title="">sniffed type</var> is <em>not</em>
- <code>application/octet-stream</code>, then let <var title="">resource type</var> be <var title="">sniffed
+ <p>If <var title="">tentative type</var> is <em>not</em>
+ <code>application/octet-stream</code>, then let <var title="">resource type</var> be <var title="">tentative
type</var> and jump to the step below labeled
<i>handler</i>.</p>
@@ -5153,7 +5147,7 @@
<video controls src="http://video.example.com/vids/315981">
<a href="http://video.example.com/vids/315981">View video</a>.
</video>
- </object>
+ </object>
</p></pre>
</div><h4 id="the-param-element"><span class="secno">4.8.5 </span>The <dfn><code>param</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i></p><dl class="element"><dt>Categories</dt>
Index: the-canvas-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-canvas-element.html,v
retrieving revision 1.779
retrieving revision 1.780
diff -u -d -r1.779 -r1.780
--- the-canvas-element.html 9 Apr 2010 01:56:56 -0000 1.779
+++ the-canvas-element.html 9 Apr 2010 04:06:43 -0000 1.780
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
Index: tabular-data.html
===================================================================
RCS file: /sources/public/html5/spec/tabular-data.html,v
retrieving revision 1.907
retrieving revision 1.908
diff -u -d -r1.907 -r1.908
--- tabular-data.html 9 Apr 2010 01:56:56 -0000 1.907
+++ tabular-data.html 9 Apr 2010 04:06:43 -0000 1.908
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
@@ -2536,21 +2536,21 @@
<tr> <th> <th>2008 <th>2007 <th>2006
<tbody>
<tr> <th scope=rowgroup> Research and development
- <td> $ 1,109 <td> $ 782 <td> $ 712
+ <td> $ 1,109 <td> $ 782 <td> $ 712
<tr> <th scope=row> Percentage of net sales
- <td> 3.4% <td> 3.3% <td> 3.7%
+ <td> 3.4% <td> 3.3% <td> 3.7%
<tbody>
<tr> <th scope=rowgroup> Selling, general, and administrative
- <td> $ 3,761 <td> $ 2,963 <td> $ 2,433
+ <td> $ 3,761 <td> $ 2,963 <td> $ 2,433
<tr> <th scope=row> Percentage of net sales
<td> 11.6% <td> 12.3% <td> 12.6%
</table></pre><p>This table could look like this:</p><table class="apple-table-examples e2"><thead><tr><th> </th><th>2008 </th><th>2007 </th><th>2006
</th></tr></thead><tbody><tr><th scope="rowgroup"> Research and development
- </th><td> $ 1,109 </td><td> $ 782 </td><td> $ 712
+ </th><td> $ 1,109 </td><td> $ 782 </td><td> $ 712
</td></tr><tr><th scope="row"> Percentage of net sales
- </th><td> 3.4% </td><td> 3.3% </td><td> 3.7%
+ </th><td> 3.4% </td><td> 3.3% </td><td> 3.7%
</td></tr></tbody><tbody><tr><th scope="rowgroup"> Selling, general, and administrative
- </th><td> $ 3,761 </td><td> $ 2,963 </td><td> $ 2,433
+ </th><td> $ 3,761 </td><td> $ 2,963 </td><td> $ 2,433
</td></tr><tr><th scope="row"> Percentage of net sales
</th><td> 11.6% </td><td> 12.3% </td><td> 12.6%
</td></tr></tbody></table></body></html>
\ No newline at end of file
Index: embedded-content-0.html
===================================================================
RCS file: /sources/public/html5/spec/embedded-content-0.html,v
retrieving revision 1.904
retrieving revision 1.905
diff -u -d -r1.904 -r1.905
--- embedded-content-0.html 9 Apr 2010 01:56:55 -0000 1.904
+++ embedded-content-0.html 9 Apr 2010 04:06:42 -0000 1.905
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
Index: dom.html
===================================================================
RCS file: /sources/public/html5/spec/dom.html,v
retrieving revision 1.918
retrieving revision 1.919
diff -u -d -r1.918 -r1.919
--- dom.html 9 Apr 2010 01:56:55 -0000 1.918
+++ dom.html 9 Apr 2010 04:06:41 -0000 1.919
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
Index: references.html
===================================================================
RCS file: /sources/public/html5/spec/references.html,v
retrieving revision 1.912
retrieving revision 1.913
diff -u -d -r1.912 -r1.913
--- references.html 9 Apr 2010 01:56:56 -0000 1.912
+++ references.html 9 Apr 2010 04:06:42 -0000 1.913
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
Index: acknowledgements.html
===================================================================
RCS file: /sources/public/html5/spec/acknowledgements.html,v
retrieving revision 1.922
retrieving revision 1.923
diff -u -d -r1.922 -r1.923
--- acknowledgements.html 9 Apr 2010 01:56:55 -0000 1.922
+++ acknowledgements.html 9 Apr 2010 04:06:41 -0000 1.923
@@ -289,7 +289,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
Index: iana.html
===================================================================
RCS file: /sources/public/html5/spec/iana.html,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -d -r1.243 -r1.244
--- iana.html 9 Apr 2010 01:56:55 -0000 1.243
+++ iana.html 9 Apr 2010 04:06:42 -0000 1.244
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
Index: forms.html
===================================================================
RCS file: /sources/public/html5/spec/forms.html,v
retrieving revision 1.911
retrieving revision 1.912
diff -u -d -r1.911 -r1.912
--- forms.html 9 Apr 2010 01:56:55 -0000 1.911
+++ forms.html 9 Apr 2010 04:06:42 -0000 1.912
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
Index: interactive-elements.html
===================================================================
RCS file: /sources/public/html5/spec/interactive-elements.html,v
retrieving revision 1.910
retrieving revision 1.911
diff -u -d -r1.910 -r1.911
--- interactive-elements.html 9 Apr 2010 01:56:55 -0000 1.910
+++ interactive-elements.html 9 Apr 2010 04:06:42 -0000 1.911
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
Index: editing.html
===================================================================
RCS file: /sources/public/html5/spec/editing.html,v
retrieving revision 1.913
retrieving revision 1.914
diff -u -d -r1.913 -r1.914
--- editing.html 9 Apr 2010 01:56:55 -0000 1.913
+++ editing.html 9 Apr 2010 04:06:42 -0000 1.914
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
@@ -2689,14 +2689,14 @@
<dd><p>The <a href="#current-target-element">current target element</a> must be set to
the <a href="#immediate-user-selection">immediate user selection</a> anyway.</p></dd>
- <dt>If the <a href="#current-target-element">current target element</a> is
+ <dt>If the <a href="#current-target-element">current target element</a> is
<a href="dom.html#the-body-element">the body element</a></dt>
<dd><p>The <a href="#current-target-element">current target element</a> is left
unchanged.</p></dd>
<dt>Otherwise</dt>
-
+
<dd><p>The user agent must fire a <code title="event-dragenter"><a href="#event-dragenter">dragenter</a></code> event at <a href="dom.html#the-body-element">the
body element</a>, and the <a href="#current-target-element">current target
element</a> must be set to <a href="dom.html#the-body-element">the body element</a>,
Index: video.html
===================================================================
RCS file: /sources/public/html5/spec/video.html,v
retrieving revision 1.787
retrieving revision 1.788
diff -u -d -r1.787 -r1.788
--- video.html 9 Apr 2010 01:56:57 -0000 1.787
+++ video.html 9 Apr 2010 04:06:43 -0000 1.788
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
@@ -579,18 +579,18 @@
</dl><p>An <code><a href="#audio">audio</a></code> element <a href="the-xhtml-syntax.html#represents">represents</a> a sound or
audio stream.</p><!-- v2 (actually v3) suggestions:
* Audio syntesis. Use cases from Charles Pritchard:
- > Use a sound of varying pitch to hint to a user the location of their
- > mouse (is it hovering over a button, is it x/y pixels away from the edge
+ > Use a sound of varying pitch to hint to a user the location of their
+ > mouse (is it hovering over a button, is it x/y pixels away from the edge
> of the screen, how close is it to the center).
- >
+ >
> Alter the pitch of a sound to make a very cheap midi instrument.
- >
+ >
> Pre-mix a few generated sounds, because the client processor is slow.
- >
- > Alter the pitch of an actual audio recording, and pre-mix it, to give
- > different sounding voices to pre-recorded readings of a single text. As
+ >
+ > Alter the pitch of an actual audio recording, and pre-mix it, to give
+ > different sounding voices to pre-recorded readings of a single text. As
> has been tried for "male" "female" sound fonts.
- >
+ >
> Support very simple audio codecs, and programmable synthesizers.
--><p>Content may be provided inside the <code><a href="#audio">audio</a></code>
element<span class="impl">. User agents should not show this content
Index: browsers.html
===================================================================
RCS file: /sources/public/html5/spec/browsers.html,v
retrieving revision 1.912
retrieving revision 1.913
diff -u -d -r1.912 -r1.913
--- browsers.html 9 Apr 2010 01:56:55 -0000 1.912
+++ browsers.html 9 Apr 2010 04:06:41 -0000 1.913
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
@@ -994,7 +994,7 @@
<var title="">url</var> earlier. If the <var title="">replace</var>
is true, then <a href="history.html#replacement-enabled" title="replacement enabled">replacement must be
enabled</a>; otherwise, it must not be enabled unless the
- <a href="#browsing-context">browsing context</a> was just created as part of
+ <a href="#browsing-context">browsing context</a> was just created as part of
<a href="#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name">the rules for choosing a browsing context given a browsing
context name</a>. The navigation must be done with the <a href="webappapis.html#script-s-browsing-context" title="script's browsing context">browsing context</a> of the
<a href="#entry-script">entry script</a> as the <a href="history.html#source-browsing-context">source browsing
Index: the-xhtml-syntax.html
===================================================================
RCS file: /sources/public/html5/spec/the-xhtml-syntax.html,v
retrieving revision 1.917
retrieving revision 1.918
diff -u -d -r1.917 -r1.918
--- the-xhtml-syntax.html 9 Apr 2010 01:56:56 -0000 1.917
+++ the-xhtml-syntax.html 9 Apr 2010 04:06:43 -0000 1.918
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
@@ -1196,7 +1196,7 @@
<!-- (Apparently only IE supports this?) (Note: if you add this
back, make sure to define which of 'size' vs 'pointsize' wins.)
-
+
<p>When a <code>font</code> element has a <code
title="attr-font-pointsize">pointsize</code> attribute, the user
agent is expected to parse that attribute's value using the
Index: offline.html
===================================================================
RCS file: /sources/public/html5/spec/offline.html,v
retrieving revision 1.906
retrieving revision 1.907
diff -u -d -r1.906 -r1.907
--- offline.html 9 Apr 2010 01:56:56 -0000 1.906
+++ offline.html 9 Apr 2010 04:06:42 -0000 1.907
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
@@ -1777,7 +1777,7 @@
</dl><p>The <a href="webappapis.html#task-source">task source</a> for these <a href="webappapis.html#concept-task" title="concept-task">tasks</a> is the <a href="webappapis.html#networking-task-source">networking task
source</a>.</p>
-
+
Index: obsolete.html
===================================================================
RCS file: /sources/public/html5/spec/obsolete.html,v
retrieving revision 1.908
retrieving revision 1.909
diff -u -d -r1.908 -r1.909
--- obsolete.html 9 Apr 2010 01:56:56 -0000 1.908
+++ obsolete.html 9 Apr 2010 04:06:42 -0000 1.909
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
Index: named-character-references.html
===================================================================
RCS file: /sources/public/html5/spec/named-character-references.html,v
retrieving revision 1.905
retrieving revision 1.906
diff -u -d -r1.905 -r1.906
--- named-character-references.html 9 Apr 2010 01:56:56 -0000 1.905
+++ named-character-references.html 9 Apr 2010 04:06:42 -0000 1.906
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
Index: history.html
===================================================================
RCS file: /sources/public/html5/spec/history.html,v
retrieving revision 1.908
retrieving revision 1.909
diff -u -d -r1.908 -r1.909
--- history.html 9 Apr 2010 01:56:55 -0000 1.908
+++ history.html 9 Apr 2010 04:06:42 -0000 1.909
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
@@ -707,7 +707,7 @@
does not go back in time, and therefore it would be inappropriate
to put the time in the session history title.</p>
- <pre><!DOCTYPE HTML>
+ <pre><!DOCTYPE HTML>
<TITLE>Line</TITLE>
<SCRIPT>
setInterval(function () { document.title = 'Line - ' + new Date(); }, 1000);
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.926
retrieving revision 1.927
diff -u -d -r1.926 -r1.927
--- semantics.html 9 Apr 2010 01:56:56 -0000 1.926
+++ semantics.html 9 Apr 2010 04:06:42 -0000 1.927
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
@@ -2915,7 +2915,7 @@
<title>Online or offline?</title>
<script>
function update(online) {
- document.getElementById('status').textContent =
+ document.getElementById('status').textContent =
online ? 'Online' : 'Offline';
}
</script>
@@ -4811,7 +4811,7 @@
<dt>Contexts in which this element may be used:</dt>
<dd>Before <code><a href="#the-dd-element">dd</a></code> or <code><a href="#the-dt-element">dt</a></code> elements inside <code><a href="#the-dl-element">dl</a></code> elements.</dd>
<dt>Content model:</dt>
- <dd><a href="dom.html#phrasing-content">Phrasing content</a>.</dd>
+ <dd><a href="dom.html#phrasing-content">Phrasing content</a>.</dd>
<dt>Content attributes:</dt>
<dd><a href="dom.html#global-attributes">Global attributes</a></dd>
<dt>DOM interface:</dt>
Index: index.html
===================================================================
RCS file: /sources/public/html5/spec/index.html,v
retrieving revision 1.914
retrieving revision 1.915
diff -u -d -r1.914 -r1.915
--- index.html 9 Apr 2010 01:56:55 -0000 1.914
+++ index.html 9 Apr 2010 04:06:42 -0000 1.915
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
@@ -1140,7 +1140,7 @@
<td><code><a href="dom.html#htmlelement">HTMLElement</a></code></td>
</tr><tr><th><code><a href="semantics.html#script">script</a></code></th>
<td>Embedded script</td>
- <td><a href="dom.html#metadata-content" title="Metadata content">metadata</a>;
+ <td><a href="dom.html#metadata-content" title="Metadata content">metadata</a>;
<a href="dom.html#flow-content" title="Flow content">flow</a>;
<a href="dom.html#phrasing-content" title="Phrasing content">phrasing</a></td>
<td><code><a href="semantics.html#the-head-element-0">head</a></code>;
@@ -1408,7 +1408,7 @@
</th><th> Elements
</th><th> Elements with exceptions
</th></tr></thead><tbody><tr><td> <a href="dom.html#metadata-content">Metadata content</a>
- </td><td>
+ </td><td>
<code><a href="semantics.html#the-base-element">base</a></code>;
<code><a href="interactive-elements.html#the-command">command</a></code>;
<code><a href="semantics.html#the-link-element">link</a></code>;
@@ -1417,7 +1417,7 @@
<code><a href="semantics.html#script">script</a></code>;
<code><a href="semantics.html#the-style-element">style</a></code>;
<code><a href="semantics.html#the-title-element-0">title</a></code>
- </td><td>
+ </td><td>
—
</td></tr><tr><td> <a href="dom.html#flow-content">Flow content</a>
@@ -1694,7 +1694,7 @@
<code><a href="semantics.html#the-section-element">section</a></code>;
<code><a href="semantics.html#the-nav-element">nav</a></code>;
<code><a href="semantics.html#the-article-element">article</a></code>;
- <code><a href="semantics.html#the-aside-element">aside</a></code>;
+ <code><a href="semantics.html#the-aside-element">aside</a></code>;
<code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>;
<code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h2</a></code>;
<code><a href="semantics.html#the-h1-h2-h3-h4-h5-and-h6-elements">h3</a></code>;
@@ -2139,7 +2139,7 @@
</td></tr><tr><th> <code title="">sandbox</code>
</th><td> <code title="attr-iframe-sandbox"><a href="text-level-semantics.html#attr-iframe-sandbox">iframe</a></code>
</td><td> Security rules for nested content
- </td><td> <a href="infrastructure.html#unordered-set-of-unique-space-separated-tokens">Unordered set of unique space-separated tokens</a> consisting of
+ </td><td> <a href="infrastructure.html#unordered-set-of-unique-space-separated-tokens">Unordered set of unique space-separated tokens</a> consisting of
"<code title="attr-iframe-sandbox-allow-same-origin"><a href="text-level-semantics.html#attr-iframe-sandbox-allow-same-origin">allow-same-origin</a></code>",
"<code title="attr-iframe-sandbox-allow-forms"><a href="text-level-semantics.html#attr-iframe-sandbox-allow-forms">allow-forms</a></code>", and
"<code title="attr-iframe-sandbox-allow-scripts"><a href="text-level-semantics.html#attr-iframe-sandbox-allow-scripts">allow-scripts</a></code>"
@@ -2719,12 +2719,12 @@
<th> Reflects...
<tbody>
...
- <tr>
+ <tr>
<td> <code>HTMLElement</code>
<td> <span>HTML elements</span>
<td> <code title="dom-contextMenu">contextMenu</code>
<td> <code title="attr-contextmenu">contextmenu</code>
- <tr>
+ <tr>
<td> <code>HTMLOptionElement</code>
<td> <code>option</code>
<td> <code title="dom-option-text">text</code>
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.956
retrieving revision 1.957
diff -u -d -r1.956 -r1.957
--- spec.html 9 Apr 2010 01:56:56 -0000 1.956
+++ spec.html 9 Apr 2010 04:06:43 -0000 1.957
@@ -307,7 +307,7 @@
</dl><p>This specification is available in the following formats:
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>.
-This is revision 1.4007.
+This is revision 1.4008.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Index: introduction.html
===================================================================
RCS file: /sources/public/html5/spec/introduction.html,v
retrieving revision 1.915
retrieving revision 1.916
diff -u -d -r1.915 -r1.916
--- introduction.html 9 Apr 2010 01:56:56 -0000 1.915
+++ introduction.html 9 Apr 2010 04:06:42 -0000 1.916
@@ -289,7 +289,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
@@ -1145,7 +1145,7 @@
with an U+005F LOW LINE character (_) to only specific predefined
values allows new predefined values to be introduced at a future
time without conflicting with author-defined values.</p>
-
+
</dd>
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/spec/syntax.html,v
retrieving revision 1.919
retrieving revision 1.920
diff -u -d -r1.919 -r1.920
--- syntax.html 9 Apr 2010 01:56:56 -0000 1.919
+++ syntax.html 9 Apr 2010 04:06:43 -0000 1.920
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
@@ -1471,7 +1471,7 @@
the user's locale, for compatibility with legacy content. Locales
are identified by BCP 47 language codes. <a href="references.html#refsBCP47">[BCP47]</a></p>
- <!-- based on mozilla 1.9.1 localizations:
+ <!-- based on mozilla 1.9.1 localizations:
http://mxr.mozilla.org/l10n-mozilla1.9.1/find?string=global%2Fintl.properties&tree=l10n-mozilla1.9.1&hint= -->
<table><thead><tr><th>Locale language
@@ -6240,7 +6240,7 @@
token, then ignore that token and move on to the next
one. (Newlines at the start of <code><a href="forms.html#the-textarea-element">textarea</a></code> elements are
ignored as an authoring convenience.)</p></li>
-
+
<!-- see comment in <pre> start tag bit -->
<li><p>Switch the tokenizer to the <a href="#rcdata-state">RCDATA
@@ -8018,7 +8018,7 @@
<a href="semantics.html#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing">list of scripts that will execute when the document has
finished parsing</a> (i.e. shift out the first entry in the
list).</p></li>
-
+
<li><p>If the <a href="semantics.html#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing">list of scripts that will execute when the
document has finished parsing</a> is still not empty, repeat
these substeps again from substep 1.</p>
Index: webappapis.html
===================================================================
RCS file: /sources/public/html5/spec/webappapis.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- webappapis.html 9 Apr 2010 01:56:57 -0000 1.41
+++ webappapis.html 9 Apr 2010 04:06:43 -0000 1.42
@@ -290,7 +290,7 @@
</head><body onload="fixBrokenLink(); init()"><div class="head" id="head">
<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>HTML5</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><p>This is revision 1.4007.</p>
+ <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><p>This is revision 1.4008.</p>
</div><div>
Received on Friday, 9 April 2010 04:06:49 UTC