- From: poot <cvsmail@w3.org>
- Date: Tue, 10 Aug 2010 10:34:40 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: typos (whatwg r5260)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4188&r2=1.4189&f=h
http://html5.org/tools/web-apps-tracker?from=5259&to=5260
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4188
retrieving revision 1.4189
diff -u -d -r1.4188 -r1.4189
--- Overview.html 10 Aug 2010 01:22:08 -0000 1.4188
+++ Overview.html 10 Aug 2010 01:30:25 -0000 1.4189
@@ -44675,8 +44675,8 @@
sections</a>. (This is needed for any URL that the page is
intending to use to communicate back to the server.) To specify that
all URLs are automatically whitelisted in this way, a U+002A
- ASTERISK character character (*) may be specified as one of the
- URLs. <!-- concept-appcache-onlinewhitelist-wildcard --><p>Authors should not include namespaces in the <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online whitelist</a> for
+ ASTERISK character (*) may be specified as one of the URLs. <!--
+ concept-appcache-onlinewhitelist-wildcard --><p>Authors should not include namespaces in the <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online whitelist</a> for
which another namespace in the <a href="#concept-appcache-onlinewhitelist" title="concept-appcache-onlinewhitelist">online whitelist</a> is
a <a href="#prefix-match">prefix match</a>.<p>Relative URLs must be given relative to the manifest's own
URL. All URLs in the manifest must have the same <a href="#url-scheme" title="url-scheme"><scheme></a> as the manifest itself
@@ -52184,7 +52184,7 @@
characters (`), and must not be the empty string.</p>
<!-- The ` character is in this list on a temporary basis, waiting
- for IE to fix it's parsing bug whereby it treats ` as an
+ for IE to fix its parsing bug whereby it treats ` as an
attribute value delimiter. Otherwise, escaping software that
tries to be clever and not use quotes when it doesn't need to
could be tricked by an attacker.
@@ -60066,7 +60066,7 @@
<dd>
- <p>Append a U+003C LESS-THAN SIGN character character (<),
+ <p>Append a U+003C LESS-THAN SIGN character (<),
followed by the element's tag name. (For nodes created by the
<a href="#html-parser">HTML parser</a> or <code title="">Document.createElement()</code>, the tag name will be
lowercase.)</p>
Received on Tuesday, 10 August 2010 01:31:08 UTC