- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 06 Mar 2012 14:04:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv14842
Modified Files:
Overview.html
Log Message:
generate a fresh copy
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- Overview.html 5 Feb 2012 12:45:10 -0000 1.164
+++ Overview.html 6 Mar 2012 14:04:14 -0000 1.165
@@ -8,6 +8,9 @@
code :link, code :visited { color:inherit }
pre code { color:inherit }
pre strong { color:inherit; background:#ffa }
+ [data-anolis-ref]::before { content:'[' }
+ [data-anolis-ref]::after { content:']' }
+ [data-anolis-spec], [data-anolis-ref] { border-bottom:2px solid silver }
</style>
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet">
</head>
@@ -28,7 +31,7 @@
[...2551 lines suppressed...]
<dd><cite><a href="http://www.w3.org/TR/DOM-Level-2-HTML/">Document Object Model (DOM) Level 2 HTML Specification</a></cite>, Johnny Stenback, Philippe Le Hégaret and Arnaud Le Hors. W3C.
@@ -1758,6 +3060,9 @@
<dt id="refsHTML4">[HTML4]
<dd><cite><a href="http://www.w3.org/TR/html4/">HTML 4.01 Specification</a></cite>, Dave Raggett, Arnaud Le Hors and Ian Jacobs. W3C.
+<dt id="refsHTML5">[HTML5]
+<dd><cite><a href="http://dev.w3.org/html5/spec/">HTML5</a></cite>, Ian Hickson. W3C.
+
<dt id="refsPSL">[PSL]
<dd><cite><a href="http://publicsuffix.org/">Public Suffix List</a></cite>. Mozilla Foundation.
@@ -1766,6 +3071,7 @@
<dt id="refsXHTML1">[XHTML1]
<dd><cite><a href="http://www.w3.org/TR/xhtml11">XHTML™ 1.1 - Module-based XHTML - Second Edition</a></cite>, Murray Altheim and Shane McCarron.
+
<dt id="refsXML">[XML]
<dd><cite><a href="http://www.w3.org/TR/xml/">Extensible Markup Language</a></cite>, Tim Bray, Jean Paoli, C. M. Sperberg-McQueen et al.. W3C.
Received on Tuesday, 6 March 2012 14:04:23 UTC