Skip to content

Commit

Permalink
[e] (0) Update term in data-* section to match DOM. ('attribute list'…
Browse files Browse the repository at this point in the history
… vs 'attributes list')

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23658
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8245 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 28, 2013
1 parent 452697b commit 8cf8b58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -11151,7 +11151,7 @@ <h5 id=embedding-custom-non-visible-data-with-the-data-*-attributes><span class=

<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>

Expand Down
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -11151,7 +11151,7 @@ background: transparent"&gt;blue&lt;/span&gt;.&lt;/p&gt;</pre>

<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>

Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -11148,7 +11148,7 @@ background: transparent">blue&lt;/span>.&lt;/p></pre>
<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>

Expand Down

0 comments on commit 8cf8b58

Please sign in to comment.