- From: Simon Pieters via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 02 Mar 2012 11:25:07 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv15617
Modified Files:
Overview.src.html
Log Message:
more markup typos
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -d -r1.146 -r1.147
--- Overview.src.html 2 Mar 2012 11:22:15 -0000 1.146
+++ Overview.src.html 2 Mar 2012 11:25:05 -0000 1.147
@@ -514,7 +514,7 @@
<ul>
<li><p>The <code data-anolis-spec=html>a</code> and <code data-anolis-spec=html>area</code> elements now have a
<code data-anolis-spec=html title=attr-hyperlink-media>media</code> attribute for consistency with the <code data-anolis-spec=html>link</code>
- element. WHATWG HTML also has the <code data-anolis-spec-html title=attr-hyperlink-download>download</code> and <code data-anolis-spec-html title=attr-hyperlink-ping>ping</code> attributes.
+ element. WHATWG HTML also has the <code data-anolis-spec=html title=attr-hyperlink-download>download</code> and <code data-anolis-spec=html title=attr-hyperlink-ping>ping</code> attributes.
<li><p>The <code data-anolis-spec=html>area</code> element, for consistency with the
<code data-anolis-spec=html>a</code> and <code data-anolis-spec=html>link</code> elements, now also has the
@@ -1090,7 +1090,7 @@
<li><p><code data-anolis-spec=html title=dom-dataset>dataset</code> is a
convenience feature for handling the <code data-anolis-spec=html
- title=attr-data-*>data-*</code> attributes, which are exposed as
+ title="attr-data-*">data-*</code> attributes, which are exposed as
camel-cased properties. For instance, <code><var>elm</var>.dataset.fooBar
= 'test'</code> sets the <code>data-foo-bar</code> content attribute on
<code><var>elm</var></code>.
Received on Friday, 2 March 2012 11:25:12 UTC