[html5] r8245 - [e] (0) Update term in data-* section to match DOM. ('attribute list' vs 'attrib [...]
whatwg at whatwg.org
whatwg at whatwg.org
Mon Oct 28 14:47:45 PDT 2013
Author: ianh
Date: 2013-10-28 14:47:44 -0700 (Mon, 28 Oct 2013)
New Revision: 8245
Modified:
complete.html
index
source
Log:
[e] (0) Update term in data-* section to match DOM. ('attribute list' vs 'attributes list')
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23658
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-10-28 21:45:14 UTC (rev 8244)
+++ complete.html 2013-10-28 21:47:44 UTC (rev 8245)
@@ -11151,7 +11151,7 @@
<li>For each content attribute on the element whose first five characters are the string "<code title="">data-</code>" and whose remaining characters (if any) do not include any
<a href=#uppercase-ascii-letters>uppercase ASCII letters</a>, in the order that those attributes are listed in the
- element's <span>attributes list</span>, add a name-value pair to <var title="">list</var> whose
+ element's <a href=#attribute-list>attribute list</a>, add a name-value pair to <var title="">list</var> whose
name is the attribute's name with the first five characters removed and whose value is the
attribute's value.</li>
Modified: index
===================================================================
--- index 2013-10-28 21:45:14 UTC (rev 8244)
+++ index 2013-10-28 21:47:44 UTC (rev 8245)
@@ -11151,7 +11151,7 @@
<li>For each content attribute on the element whose first five characters are the string "<code title="">data-</code>" and whose remaining characters (if any) do not include any
<a href=#uppercase-ascii-letters>uppercase ASCII letters</a>, in the order that those attributes are listed in the
- element's <span>attributes list</span>, add a name-value pair to <var title="">list</var> whose
+ element's <a href=#attribute-list>attribute list</a>, add a name-value pair to <var title="">list</var> whose
name is the attribute's name with the first five characters removed and whose value is the
attribute's value.</li>
Modified: source
===================================================================
--- source 2013-10-28 21:45:14 UTC (rev 8244)
+++ source 2013-10-28 21:47:44 UTC (rev 8245)
@@ -11148,7 +11148,7 @@
<li>For each content attribute on the element whose first five characters are the string "<code
data-x="">data-</code>" and whose remaining characters (if any) do not include any
<span>uppercase ASCII letters</span>, in the order that those attributes are listed in the
- element's <span>attributes list</span>, add a name-value pair to <var data-x="">list</var> whose
+ element's <span>attribute list</span>, add a name-value pair to <var data-x="">list</var> whose
name is the attribute's name with the first five characters removed and whose value is the
attribute's value.</li>
More information about the Commit-Watchers
mailing list