[html5] r8234 - [e] (0) grammar fix for last checkin Affected topics: HTML
whatwg at whatwg.org
whatwg at whatwg.org
Tue Oct 22 10:22:55 PDT 2013
Author: ianh
Date: 2013-10-22 10:22:53 -0700 (Tue, 22 Oct 2013)
New Revision: 8234
Modified:
complete.html
index
source
Log:
[e] (0) grammar fix for last checkin
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-10-21 22:30:53 UTC (rev 8233)
+++ complete.html 2013-10-22 17:22:53 UTC (rev 8234)
@@ -256,7 +256,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 21 October 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 22 October 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -52125,7 +52125,7 @@
actually the script would get parsed weirdly: <em>the script block above is not terminated</em>.
That is, what looks like a "<code title=""></script></code>" end tag in this snippet is
actually still part of the <code><a href=#the-script-element>script</a></code> block. The script doesn't execute (since it's not
- terminated); if it somehow was to execute, as it might if the markup looked as follows, it would
+ terminated); if it somehow were to execute, as it might if the markup looked as follows, it would
fail because the script (highlighted here) is not valid JavaScript:</p>
<pre><script><mark>
Modified: index
===================================================================
--- index 2013-10-21 22:30:53 UTC (rev 8233)
+++ index 2013-10-22 17:22:53 UTC (rev 8234)
@@ -256,7 +256,7 @@
<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 21 October 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 22 October 2013</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -52125,7 +52125,7 @@
actually the script would get parsed weirdly: <em>the script block above is not terminated</em>.
That is, what looks like a "<code title=""></script></code>" end tag in this snippet is
actually still part of the <code><a href=#the-script-element>script</a></code> block. The script doesn't execute (since it's not
- terminated); if it somehow was to execute, as it might if the markup looked as follows, it would
+ terminated); if it somehow were to execute, as it might if the markup looked as follows, it would
fail because the script (highlighted here) is not valid JavaScript:</p>
<pre><script><mark>
Modified: source
===================================================================
--- source 2013-10-21 22:30:53 UTC (rev 8233)
+++ source 2013-10-22 17:22:53 UTC (rev 8234)
@@ -57626,7 +57626,7 @@
actually the script would get parsed weirdly: <em>the script block above is not terminated</em>.
That is, what looks like a "<code data-x=""></script></code>" end tag in this snippet is
actually still part of the <code>script</code> block. The script doesn't execute (since it's not
- terminated); if it somehow was to execute, as it might if the markup looked as follows, it would
+ terminated); if it somehow were to execute, as it might if the markup looked as follows, it would
fail because the script (highlighted here) is not valid JavaScript:</p>
<pre><script><mark>
More information about the Commit-Watchers
mailing list