[html5] r4566 - [e] (0) word order for readability Fixing http://www.w3.org/Bugs/Public/show_bug [...]
whatwg at whatwg.org
whatwg at whatwg.org
Sun Jan 10 20:48:32 PST 2010
Author: ianh
Date: 2010-01-10 20:48:30 -0800 (Sun, 10 Jan 2010)
New Revision: 4566
Modified:
complete.html
index
source
Log:
[e] (0) word order for readability
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8566
Modified: complete.html
===================================================================
--- complete.html 2010-01-11 04:37:43 UTC (rev 4565)
+++ complete.html 2010-01-11 04:48:30 UTC (rev 4566)
@@ -4666,8 +4666,8 @@
<p>A <dfn id=valid-hash-name-reference>valid hash-name reference</dfn> to an element of type <var title="">type</var> is a string consisting of a U+0023 NUMBER SIGN
character (#) followed by a string which exactly matches the value
- of the <code title="">name</code> attribute of an element in the
- document with type <var title="">type</var>.</p>
+ of the <code title="">name</code> attribute of an element with type
+ <var title="">type</var> in the document.</p>
<div class=impl>
Modified: index
===================================================================
--- index 2010-01-11 04:37:43 UTC (rev 4565)
+++ index 2010-01-11 04:48:30 UTC (rev 4566)
@@ -4531,8 +4531,8 @@
<p>A <dfn id=valid-hash-name-reference>valid hash-name reference</dfn> to an element of type <var title="">type</var> is a string consisting of a U+0023 NUMBER SIGN
character (#) followed by a string which exactly matches the value
- of the <code title="">name</code> attribute of an element in the
- document with type <var title="">type</var>.</p>
+ of the <code title="">name</code> attribute of an element with type
+ <var title="">type</var> in the document.</p>
<div class=impl>
Modified: source
===================================================================
--- source 2010-01-11 04:37:43 UTC (rev 4565)
+++ source 2010-01-11 04:48:30 UTC (rev 4566)
@@ -4088,8 +4088,8 @@
<p>A <dfn>valid hash-name reference</dfn> to an element of type <var
title="">type</var> is a string consisting of a U+0023 NUMBER SIGN
character (#) followed by a string which exactly matches the value
- of the <code title="">name</code> attribute of an element in the
- document with type <var title="">type</var>.</p>
+ of the <code title="">name</code> attribute of an element with type
+ <var title="">type</var> in the document.</p>
<div class="impl">
More information about the Commit-Watchers
mailing list