- From: poot <cvsmail@w3.org>
- Date: Sat, 6 Feb 2010 08:07:34 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: xref fix (whatwg r4664)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3717&r2=1.3718&f=h
http://html5.org/tools/web-apps-tracker?from=4663&to=4664
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3717
retrieving revision 1.3718
diff -u -d -r1.3717 -r1.3718
--- Overview.html 5 Feb 2010 23:00:19 -0000 1.3717
+++ Overview.html 5 Feb 2010 23:07:23 -0000 1.3718
@@ -7245,11 +7245,11 @@
these attributes or values. Specifications intended for user agents
must not define these attributes to have any meaningful values.</p>
- </div><p>JavaScript libraries may use the <span>custom data
- attributes</span>, as they are considered to be part of the page on
- which they are used. Authors of libraries that are reused by many
- authors are encouraged to include their name in the attribute names,
- to reduce the risk of clashes.<div class="example">
+ </div><p>JavaScript libraries may use the <a href="#custom-data-attribute" title="custom data
+ attribute">custom data attributes</a>, as they are considered to
+ be part of the page on which they are used. Authors of libraries
+ that are reused by many authors are encouraged to include their name
+ in the attribute names, to reduce the risk of clashes.<div class="example">
<p>For example, a library called "DoQuery" could use attribute
names like <code title="">data-doquery-range</code>, and a library
Received on Friday, 5 February 2010 23:08:02 UTC