- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Feb 2010 23:07:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv23920
Modified Files:
Overview.html
Log Message:
xref fix (whatwg r4664)
Index: Overview.html
===================================================================
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:07:28 UTC