- From: poot <cvsmail@w3.org>
- Date: Sat, 1 Aug 2009 01:19:35 +0900 (JST)
- To: public-html-diffs@w3.org
annevk: small SGML feature change; adding links to HTML4
http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.71&r2=1.72&f=h
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- Overview.html 31 Jul 2009 13:24:01 -0000 1.71
+++ Overview.html 31 Jul 2009 16:19:06 -0000 1.72
@@ -354,9 +354,11 @@
<p>HTML 5 defines an HTML syntax that is compatible with HTML 4
and XHTML 1 documents published on the Web, but is not compatible
- with the more esoteric SGML features of HTML 4, such as the NET
- syntax (i.e. <code><em/content/</code>) and processing instructions.
- Documents using the HTML syntax must be served with the
+ with the more esoteric SGML features of HTML 4, such as <a
+ href="http://www.w3.org/TR/1999/REC-html401-19991224/appendix/notes.html#h-B.3.6">processing
+ instructions</a> and <a
+ href="http://www.w3.org/TR/1999/REC-html401-19991224/appendix/notes.html#h-B.3.7">shorthand
+ markup</a>. Documents using the HTML syntax must be served with the
<code>text/html</code> media type.
<p>HTML 5 also defines detailed parsing rules (including "error
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- Overview.src.html 31 Jul 2009 13:24:01 -0000 1.49
+++ Overview.src.html 31 Jul 2009 16:19:06 -0000 1.50
@@ -263,8 +263,11 @@
<p>HTML 5 defines an HTML syntax that is
compatible with HTML 4 and XHTML 1 documents published on the
Web, but is not compatible with the more esoteric SGML features of
- HTML 4, such as the NET syntax (i.e. <code><em/content/</code>)
- and processing instructions. Documents using the HTML syntax must be
+ HTML 4, such as
+ <a href="http://www.w3.org/TR/1999/REC-html401-19991224/appendix/notes.html#h-B.3.6">processing instructions</a>
+ and
+ <a href="http://www.w3.org/TR/1999/REC-html401-19991224/appendix/notes.html#h-B.3.7">shorthand markup</a>.
+ Documents using the HTML syntax must be
served with the <code>text/html</code> media type.</p>
<p>HTML 5 also defines detailed parsing rules (including "error
Received on Friday, 31 July 2009 16:20:12 UTC