- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Feb 2010 23:16:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv25640 Modified Files: Overview.html elements.html spec.html Log Message: xref fix (whatwg r4665) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.642 retrieving revision 1.643 diff -u -d -r1.642 -r1.643 --- Overview.html 5 Feb 2010 23:07:10 -0000 1.642 +++ Overview.html 5 Feb 2010 23:16:55 -0000 1.643 @@ -302,7 +302,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3717. +This is revision 1.3719. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: elements.html =================================================================== RCS file: /sources/public/html5/spec-author-view/elements.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- elements.html 1 Feb 2010 23:27:18 -0000 1.21 +++ elements.html 5 Feb 2010 23:16:55 -0000 1.22 @@ -764,7 +764,7 @@ </dl><div class="example"> <p>If a Web page wanted an element to represent a space ship, - e.g. as part of a game, it would have to use the <code class="attr-class">class</code> attribute along with <code title="attr-data-*"><a href="#attr-data">data-*</a></code> attributes:</p> + e.g. as part of a game, it would have to use the <code title="attr-class"><a href="#classes">class</a></code> attribute along with <code title="attr-data-*"><a href="#attr-data">data-*</a></code> attributes:</p> <pre><div class="spaceship" data-id="92432" data-weapons="laser 2" data-shields="50%" @@ -777,11 +777,11 @@ </div><p>Authors should carefully design such extensions so that when the attributes are ignored and any associated CSS dropped, the page is - still usable.</p><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.</p><div class="example"> + still usable.</p><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.</p><div class="example"> <p>For example, a library called "DoQuery" could use attribute names like <code title="">data-doquery-range</code>, and a library Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.647 retrieving revision 1.648 diff -u -d -r1.647 -r1.648 --- spec.html 5 Feb 2010 23:07:11 -0000 1.647 +++ spec.html 5 Feb 2010 23:16:55 -0000 1.648 @@ -300,7 +300,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3717. +This is revision 1.3719. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -3029,7 +3029,7 @@ </dl><div class=example> <p>If a Web page wanted an element to represent a space ship, - e.g. as part of a game, it would have to use the <code class=attr-class>class</code> attribute along with <code title=attr-data-*><a href=#attr-data>data-*</a></code> attributes:</p> + e.g. as part of a game, it would have to use the <code title=attr-class><a href=#classes>class</a></code> attribute along with <code title=attr-data-*><a href=#attr-data>data-*</a></code> attributes:</p> <pre><div class="spaceship" data-id="92432" data-weapons="laser 2" data-shields="50%" @@ -3042,11 +3042,11 @@ </div><p>Authors should carefully design such extensions so that when the attributes are ignored and any associated CSS dropped, the page is - still usable.</p><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.</p><div class=example> + still usable.</p><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.</p><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:16:59 UTC