- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 23 Aug 2010 23:10:23 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv28306
Modified Files:
Overview.html
Log Message:
minor simplification (whatwg r5319)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4238
retrieving revision 1.4239
diff -u -d -r1.4238 -r1.4239
--- Overview.html 23 Aug 2010 22:54:56 -0000 1.4238
+++ Overview.html 23 Aug 2010 23:10:19 -0000 1.4239
@@ -11444,16 +11444,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="#valid-non-negative-integer">valid non-negative integer</a>, or</li>
+ <ul><li>just a <a href="#valid-non-negative-integer">valid non-negative integer</a>, or</li>
- <li> a <a href="#valid-non-negative-integer">valid non-negative integer</a>, followed by a
- U+003B SEMICOLON character (;), followed by one or more <a href="#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="#valid-url">valid URL</a>.</li>
+ <li>a <a href="#valid-non-negative-integer">valid non-negative integer</a>, followed by a
+ U+003B SEMICOLON character (;), followed by one or more <a href="#space-character" title="space character">space characters</a>, followed by a
+ substring that is an <a href="#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="#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
Received on Monday, 23 August 2010 23:10:25 UTC