html5/html-author Overview.html,1.8,1.9 Overview.src.html,1.8,1.9

Update of /sources/public/html5/html-author
In directory hutz:/tmp/cvs-serv20145

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixed minor markup error in Glossary

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Overview.html	10 Jun 2008 13:21:55 -0000	1.8
+++ Overview.html	10 Jun 2008 13:45:09 -0000	1.9
@@ -921,14 +921,15 @@
    <dt>HTML Serialisation
 
    <dd>An HTML serialisation is a document authored using the HTML syntax,
-    typically delivered using the <b>text/html</b> media type and is expected
-    to be parsed using an HTML parser.
+    typically delivered using the <code>text/html</code> media type and is
+    expected to be parsed using an HTML parser.
 
    <dt>XHTML Serialisation
 
    <dd>An XHTML serialisation is an HTML document authored using XML syntax,
-    typically delivered using an XML media type such as application/xhtml+xml
-    or application/xml and is expected to be parsed using an XML parser.
+    typically delivered using an XML media type such as
+    <code>application/xhtml+xml</code> or <code>application/xml</code> and is
+    expected to be parsed using an XML parser.
 
    <dt>DOM
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html-author/Overview.src.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Overview.src.html	10 Jun 2008 13:21:41 -0000	1.8
+++ Overview.src.html	10 Jun 2008 13:45:09 -0000	1.9
@@ -689,13 +689,13 @@
 	<dl>
 		<dt>HTML Serialisation</dt>
 		<dd>An HTML serialisation is a document authored using the HTML syntax,
-		    typically delivered using the <b>text/html</b> media type and is
-		    expected to be parsed using an HTML parser.</dd>
+		    typically delivered using the <code>text/html</code> media type and
+		    is expected to be parsed using an HTML parser.</dd>
 		<dt>XHTML Serialisation</dt>
 		<dd>An XHTML serialisation is an HTML document authored using XML
 		    syntax, typically delivered using an XML media type such as
-		    application/xhtml+xml or application/xml and is expected to be
-		    parsed using an XML parser.</dd>
+		    <code>application/xhtml+xml</code> or <code>application/xml</code>
+		    and is expected to be parsed using an XML parser.</dd>
 		<dt>DOM</dt>
 		<dd>Document Object Model</dd>
 	</dl>

Received on Tuesday, 10 June 2008 13:45:47 UTC