annevk: small SGML feature change; adding links to HTML4

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&nbsp;5 defines an HTML syntax that is compatible with HTML&nbsp;4
    and XHTML&nbsp;1 documents published on the Web, but is not compatible
-   with the more esoteric SGML features of HTML&nbsp;4, such as the NET
-   syntax (i.e. <code>&lt;em/content/</code>) and processing instructions.
-   Documents using the HTML syntax must be served with the
+   with the more esoteric SGML features of HTML&nbsp;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&nbsp;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&nbsp;5 defines an HTML syntax that is
     compatible with HTML&nbsp;4 and XHTML&nbsp;1 documents published on the
     Web, but is not compatible with the more esoteric SGML features of
-    HTML&nbsp;4, such as the NET syntax (i.e. <code>&lt;em/content/</code>)
-    and processing instructions. Documents using the HTML syntax must be
+    HTML&nbsp;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&nbsp;5 also defines detailed parsing rules (including "error

Received on Friday, 31 July 2009 16:20:12 UTC