[html5] r5319 - [e] (0) minor simplification Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?i [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Aug 23 16:10:16 PDT 2010
Author: ianh
Date: 2010-08-23 16:10:14 -0700 (Mon, 23 Aug 2010)
New Revision: 5319
Modified:
complete.html
index
source
Log:
[e] (0) minor simplification
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=9576
Modified: complete.html
===================================================================
--- complete.html 2010-08-23 22:54:51 UTC (rev 5318)
+++ complete.html 2010-08-23 23:10:14 UTC (rev 5319)
@@ -13258,16 +13258,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
Modified: index
===================================================================
--- index 2010-08-23 22:54:51 UTC (rev 5318)
+++ index 2010-08-23 23:10:14 UTC (rev 5319)
@@ -13180,16 +13180,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
Modified: source
===================================================================
--- source 2010-08-23 22:54:51 UTC (rev 5318)
+++ source 2010-08-23 23:10:14 UTC (rev 5319)
@@ -13896,17 +13896,15 @@
<ul>
- <li> just a <span>valid non-negative integer</span>, or</li>
+ <li>just a <span>valid non-negative integer</span>, or</li>
- <li> a <span>valid non-negative integer</span>, followed by a
+ <li>a <span>valid non-negative integer</span>, followed by a
U+003B SEMICOLON character (;), followed by one or more <span
- title="space character">space characters</span>, 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 <span>valid URL</span>.</li>
+ title="space character">space characters</span>, followed by a
+ substring that is an <span>ASCII case-insensitive</span> match
+ for the string "<code title="">URL</code>", followed by a U+003D
+ EQUALS SIGN character (=), followed by a <span>valid
+ URL</span>.</li>
</ul>
More information about the Commit-Watchers
mailing list