- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 Aug 2010 23:16:42 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv29049
Modified Files:
semantics.html spec.html
Log Message:
minor simplification (whatwg r5319)
[updated by splitter]
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.1014
retrieving revision 1.1015
diff -u -d -r1.1014 -r1.1015
--- semantics.html 16 Aug 2010 22:16:47 -0000 1.1014
+++ semantics.html 23 Aug 2010 23:16:40 -0000 1.1015
@@ -1479,16 +1479,14 @@
the <code title="attr-meta-content"><a href="#attr-meta-content">content</a></code> attribute must
have a value consisting either of:</p>
- <ul><li> just a <a href="common-microsyntaxes.html#valid-non-negative-integer">valid non-negative integer</a>, or</li>
+ <ul><li>just a <a href="common-microsyntaxes.html#valid-non-negative-integer">valid non-negative integer</a>, or</li>
- <li> a <a href="common-microsyntaxes.html#valid-non-negative-integer">valid non-negative integer</a>, followed by a
- U+003B SEMICOLON character (;), followed by one or more <a href="common-microsyntaxes.html#space-character" title="space character">space characters</a>, followed by
- either a U+0055 LATIN CAPITAL LETTER U character (U) or a U+0075
- LATIN SMALL LETTER U character (u), a U+0052 LATIN CAPITAL LETTER
- R character (R) or a U+0072 LATIN SMALL LETTER R character (r), a
- U+004C LATIN CAPITAL LETTER L character (L) or a U+006C LATIN
- SMALL LETTER L character (l), a U+003D EQUALS SIGN character (=),
- and then a <a href="urls.html#valid-url">valid URL</a>.</li>
+ <li>a <a href="common-microsyntaxes.html#valid-non-negative-integer">valid non-negative integer</a>, followed by a
+ U+003B SEMICOLON character (;), followed by one or more <a href="common-microsyntaxes.html#space-character" title="space character">space characters</a>, followed by a
+ substring that is an <a href="infrastructure.html#ascii-case-insensitive">ASCII case-insensitive</a> match
+ for the string "<code title="">URL</code>", followed by a U+003D
+ EQUALS SIGN character (=), followed by a <a href="urls.html#valid-url">valid
+ URL</a>.</li>
</ul><p>In the former case, the integer represents a number of seconds
before the page is to be reloaded; in the latter case the integer
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1156
retrieving revision 1.1157
diff -u -d -r1.1156 -r1.1157
--- spec.html 23 Aug 2010 22:56:46 -0000 1.1156
+++ spec.html 23 Aug 2010 23:16:40 -0000 1.1157
@@ -336,7 +336,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">author edition</a>.
-This is revision 1.4238.
+This is revision 1.4239.
</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
Received on Monday, 23 August 2010 23:16:44 UTC