- From: Simon Pieters via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 02 Mar 2012 11:14:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv14383
Modified Files:
Overview.src.html
Log Message:
typo
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -d -r1.144 -r1.145
--- Overview.src.html 2 Mar 2012 11:07:55 -0000 1.144
+++ Overview.src.html 2 Mar 2012 11:14:10 -0000 1.145
@@ -12,7 +12,7 @@
pre strong { color:inherit; background:#ffa }
[data-anolis-ref]::before { content:'[' }
[data-anolis-ref]::after { content:']' }
- [data-anolis-spec] { border-bottom:2px solid silver }
+ [data-anolis-spec], [data-anolis-ref] { border-bottom:2px solid silver }
</style>
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
</head>
@@ -1241,7 +1241,7 @@
<li>Drag and drop <code>DataTransferItems</code> was renamed to <code>DataTransferItemList</code>.
<li>Application cache now supports 'no-store' and HTTPS.
<li>The structured clone algorithm now supports getters.
- <li>The <code>crossorigin</code> attribute has been added to <code>img</code>, <code>video</code> and <code>audio</code> to use CORS. <span data-anolis-ref>CORS</span>
+ <li>The <code>crossorigin</code> attribute has been added to <code>img</code>, <code>video</code> and <code>audio</code> to use CORS.
<li>The <code>external</code> IDL attribute has been added on <code>window</code> and has the members <code>AddSearchProvider()</code> and <code>IsSearchProviderInstalled()</code>.
</ul>
@@ -1351,7 +1351,7 @@
elements. When specified the directionality as specified by the user
will be submitted to the server as well.</li>
<li>A new <code>track</code> element and associated TextTrack API were added for video text tracks.</li>
- <li>The <code>type</code> attribute on the <code>ol</colde> element is now allowed.
+ <li>The <code>type</code> attribute on the <code>ol</code> element is now allowed.
</ul>
<p>The <code>getSelection()</code> API moved to a separate
Received on Friday, 2 March 2012 11:14:19 UTC