[html5] r4587 - [e] (0) Fix a redundant requirement. Also, cleanup comment.
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jan 13 22:25:04 PST 2010
Author: ianh
Date: 2010-01-13 22:25:01 -0800 (Wed, 13 Jan 2010)
New Revision: 4587
Modified:
complete.html
index
source
Log:
[e] (0) Fix a redundant requirement. Also, cleanup comment.
Modified: complete.html
===================================================================
--- complete.html 2010-01-13 07:06:01 UTC (rev 4586)
+++ complete.html 2010-01-14 06:25:01 UTC (rev 4587)
@@ -110,7 +110,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Draft Standard — 13 January 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 14 January 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -19561,18 +19561,14 @@
src="" to be used for legacy UAs:
<iframe seamless sandbox="allow-scripts allow-forms" doc="
- <!DOCTYPE HTML>
- <title></title>
Welcome to my blog!
</sandbox>
<a href='#' onclick='alert(document.cookie)'>Click here</a>
"></iframe>
- (There are things we can do to make this better, e.g. make the
- <!DOCTYPE HMTL> and <title></title> bits implicit, maybe
- introducing type="" to say whether it's HTML or XML instead of
- only supporting HTML, maybe saying that if src="" and doc=""
- are both specified they must have identical data, etc.)
+ TODO:
+ <!DOCTYPE HTML> implication
+ <title></title> optional
--><p>The <code><a href=#the-iframe-element>iframe</a></code> element <a href=#represents>represents</a> a
<a href=#nested-browsing-context>nested browsing context</a>.</p>
@@ -87673,6 +87669,7 @@
Wladimir Palant,
Wojciech Mach,
Wolfram Kriesing,
+ Yang Chen,
Yi-An Huang,
Yngve Nysaeter Pettersen,
Yuzo Fujishima,
Modified: index
===================================================================
--- index 2010-01-13 07:06:01 UTC (rev 4586)
+++ index 2010-01-14 06:25:01 UTC (rev 4587)
@@ -112,7 +112,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
- <h2 class="no-num no-toc">Draft Standard — 13 January 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 14 January 2010</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -19461,18 +19461,14 @@
src="" to be used for legacy UAs:
<iframe seamless sandbox="allow-scripts allow-forms" doc="
- <!DOCTYPE HTML>
- <title></title>
Welcome to my blog!
</sandbox>
<a href='#' onclick='alert(document.cookie)'>Click here</a>
"></iframe>
- (There are things we can do to make this better, e.g. make the
- <!DOCTYPE HMTL> and <title></title> bits implicit, maybe
- introducing type="" to say whether it's HTML or XML instead of
- only supporting HTML, maybe saying that if src="" and doc=""
- are both specified they must have identical data, etc.)
+ TODO:
+ <!DOCTYPE HTML> implication
+ <title></title> optional
--><p>The <code><a href=#the-iframe-element>iframe</a></code> element <a href=#represents>represents</a> a
<a href=#nested-browsing-context>nested browsing context</a>.</p>
@@ -82172,6 +82168,7 @@
Wladimir Palant,
Wojciech Mach,
Wolfram Kriesing,
+ Yang Chen,
Yi-An Huang,
Yngve Nysaeter Pettersen,
Yuzo Fujishima,
Modified: source
===================================================================
--- source 2010-01-13 07:06:01 UTC (rev 4586)
+++ source 2010-01-14 06:25:01 UTC (rev 4587)
@@ -20797,18 +20797,14 @@
src="" to be used for legacy UAs:
<iframe seamless sandbox="allow-scripts allow-forms" doc="
- <!DOCTYPE HTML>
- <title></title>
Welcome to my blog!
</sandbox>
<a href='#' onclick='alert(document.cookie)'>Click here</a>
"></iframe>
- (There are things we can do to make this better, e.g. make the
- <!DOCTYPE HMTL> and <title></title> bits implicit, maybe
- introducing type="" to say whether it's HTML or XML instead of
- only supporting HTML, maybe saying that if src="" and doc=""
- are both specified they must have identical data, etc.)
+ TODO:
+ <!DOCTYPE HTML> implication
+ <title></title> optional
-->
@@ -67385,15 +67381,14 @@
<p>If a <i>postflight operation</i> was defined for this instance
of the transaction steps, then: as one atomic operation, commit
- the transaction and run the <i>postflight operation</i>. If either
- fails, then do neither, and instead jump to the last step. (This
- is basically a hook for the <code
+ the transaction and, if that succeeds, run the <i>postflight
+ operation</i>. If the commit fails, then instead jump to the last
+ step. (This is basically a hook for the <code
title="dom-database-changeVersion">changeVersion()</code>
method.)</p>
- <p>Otherwise: commit the transaction and run the <i>postflight
- operation</i>. If an error occurred in the committing of the
- transaction, jump to the last step.</p>
+ <p>Otherwise: commit the transaction. If an error occurred in the
+ committing of the transaction, jump to the last step.</p>
</li>
@@ -98150,6 +98145,7 @@
Wladimir Palant,
Wojciech Mach,
Wolfram Kriesing,
+ Yang Chen,
Yi-An Huang,
Yngve Nysaeter Pettersen,
Yuzo Fujishima,
More information about the Commit-Watchers
mailing list