html5/markup Makefile,1.93,1.94 Overview.html,1.399,1.400 a.html,1.53,1.54 abbr.html,1.37,1.38 acknowledgments.html,1.12,1.13 address.html,1.39,1.40 area.html,1.48,1.49 article.html,1.44,1.45 aside.html,1.42,1.43 audio.html,1.50,1.51 b.html,1.39,1.40 base.html,1.40,1.41 bdo.html,1.39,1.40 blockquote.html,1.39,1.40 body.html,1.40,1.41 br.html,1.33,1.34 button.button.html,1.43,1.44 button.html,1.13,1.14 button.reset.html,1.43,1.44 button.submit.html,1.43,1.44 canvas.html,1.38,1.39 caption.html,1.37,1.38 cite.html,1.36,1.37 code.html,1.36,1.37 col.html,1.38,1.39 colgroup.html,1.38,1.39 command.checkbox.html,1.40,1.41 command.command.html,1.40,1.41 command.html,1.14,1.15 command.radio.html,1.40,1.41 common-attributes.html,1.35,1.36 common-models.html,1.27,1.28 datalist.html,1.42,1.43 datatypes.html,1.39,1.40 dd.html,1.41,1.42 del.html,1.42,1.43 details.html,1.26,1.27 dfn.html,1.38,1.39 dialog.html,1.13,1.14 div.html,1.39,1.40 dl.html,1.38,1.39 documents.html,1.16,1.17 dt.html,1.40,1.41 elements-generat

Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv6309

Modified Files:
	Makefile Overview.html a.html abbr.html acknowledgments.html 
	address.html area.html article.html aside.html audio.html 
	b.html base.html bdo.html blockquote.html body.html br.html 
	button.button.html button.html button.reset.html 
	button.submit.html canvas.html caption.html cite.html 
	code.html col.html colgroup.html command.checkbox.html 
	command.command.html command.html command.radio.html 
	common-attributes.html common-models.html datalist.html 
	datatypes.html dd.html del.html details.html dfn.html 
	dialog.html div.html dl.html documents.html dt.html 
	elements-generated.html elements.html em.html embed.html 
	fieldset.html figcaption.html figure.html footer.html 
	form-attributes.html form.html forms-attributes.html h1.html 
	h2.html h3.html h4.html h5.html h6.html head.html header.html 
	hgroup.html hr.html html.html i.html iframe.html img.html 
	input.button.html input.checkbox.html input.color.html 
	input.date.html input.datetime-local.html input.datetime.html 
	input.email.html input.file.html input.hidden.html input.html 
	input.image.html input.month.html input.number.html 
	input.password.html input.radio.html input.range.html 
	input.reset.html input.search.html input.submit.html 
	input.tel.html input.text.html input.time.html input.url.html 
	input.week.html ins.html intro.html kbd.html keygen.html 
	label.html legend.html li.html link.html map.html mark.html 
	menu.html meta.charset.html meta.html 
	meta.http-equiv.content-language.html 
	meta.http-equiv.content-type.html 
	meta.http-equiv.default-style.html 
	meta.http-equiv.refresh.html meta.name.html meter.html 
	nav.html noscript.html object.html ol.html optgroup.html 
	option.html output.html p.html param.html pre.html 
	progress.html q.html references.html rp.html rt.html ruby.html 
	samp.html script.html section.html select.html small.html 
	source.html span.html spec.html strong.html style.html 
	sub.html summary.html sup.html syntax.html table.html 
	tbody.html td.html terminology.html textarea.html tfoot.html 
	th.html thead.html time.html title.html tr.html ul.html 
	var.html video.html webapps.html 
Log Message:
make final fixes for publication

Index: body.html
===================================================================
RCS file: /sources/public/html5/markup/body.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- body.html	16 Feb 2010 10:28:15 -0000	1.40
+++ body.html	4 Mar 2010 17:14:39 -0000	1.41
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: body &#8211; document body</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: body &#8211; document body</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -175,7 +175,7 @@
         <div class="css-props" id="body-css"><div class="selectors"><span class="selector">body</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">8px</span>; }</div></div><div class="selectors"><span class="selector">body<span class="pseudo">:focus</span></span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">outline</span>: <span class="prop-value">none</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="blockquote.html">&#171; blockquote</a></span>
 <span class="nav-next"><a href="br.html">br &#187;</a></span>

Index: legend.html
===================================================================
RCS file: /sources/public/html5/markup/legend.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- legend.html	16 Feb 2010 10:28:18 -0000	1.38
+++ legend.html	4 Mar 2010 17:14:42 -0000	1.39
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: legend &#8211; title or explanatory caption</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: legend &#8211; title or explanatory caption</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -53,7 +53,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#legend-display">#</a></h2>
         <div class="css-props" id="legend-css"><div class="selectors"><span class="selector">legend</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">padding-left</span>: <span class="prop-value">2px</span>;</div><div class="css-property"><span class="prop-name">padding-right</span>: <span class="prop-value">2px</span>;</div><div class="css-property"><span class="prop-name">border</span>: <span class="prop-value">none</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="label.html">&#171; label</a></span>
 <span class="nav-next"><a href="li.html">li &#187;</a></span>

Index: address.html
===================================================================
RCS file: /sources/public/html5/markup/address.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- address.html	16 Feb 2010 10:28:15 -0000	1.39
+++ address.html	4 Mar 2010 17:14:38 -0000	1.40
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: address &#8211; contact information</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: address &#8211; contact information</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -71,7 +71,7 @@
         <div class="css-props" id="address-css"><div class="selectors"><span class="selector">address</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div><div class="selectors"><span class="selector">address</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">font-style</span>: <span class="prop-value">italic</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="abbr.html">&#171; abbr</a></span>
 <span class="nav-next"><a href="area.html">area &#187;</a></span>

Index: button.html
===================================================================
RCS file: /sources/public/html5/markup/button.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- button.html	12 Feb 2010 04:52:23 -0000	1.13
+++ button.html	4 Mar 2010 17:14:39 -0000	1.14
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: button</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: button</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -20,7 +20,7 @@
                   attribute set to "submit"</a>.</p>
       </div>
       </div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="br.html">&#171; br</a></span>
 <span class="nav-next"><a href="button.submit.html">button type=submit &#187;</a></span>

Index: th.html
===================================================================
RCS file: /sources/public/html5/markup/th.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- th.html	22 Feb 2010 11:27:51 -0000	1.47
+++ th.html	4 Mar 2010 17:14:44 -0000	1.48
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: th &#8211; table header cell</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: th &#8211; table header cell</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -149,7 +149,7 @@
         <div class="css-props" id="th-css"><div class="selectors"><span class="selector">th</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-cell</span>;</div><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">inherit</span>; }</div></div><div class="selectors"><span class="selector">th</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>;</div><div class="css-property"><span class="prop-name">text-align</span>: <span class="prop-value">center</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="tfoot.html">&#171; tfoot</a></span>
 <span class="nav-next"><a href="thead.html">thead &#187;</a></span>

Index: mark.html
===================================================================
RCS file: /sources/public/html5/markup/mark.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- mark.html	16 Feb 2010 10:28:18 -0000	1.38
+++ mark.html	4 Mar 2010 17:14:42 -0000	1.39
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: mark &#8211; marked (highlighted) text (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: mark &#8211; marked (highlighted) text (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -50,7 +50,7 @@
         <h2 class="element-subhead">DOM interface <a class="hash" href="#mark-interface">#</a></h2><p class="dom-interface">Uses
             <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>.
           </p></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="map.html">&#171; map</a></span>
 <span class="nav-next"><a href="menu.html">menu &#187;</a></span>

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.399
retrieving revision 1.400
diff -u -d -r1.399 -r1.400
--- Overview.html	4 Mar 2010 03:17:03 -0000	1.399
+++ Overview.html	4 Mar 2010 17:14:38 -0000	1.400
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html >
+<html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
 <title>HTML: The Markup Language</title>

Index: br.html
===================================================================
RCS file: /sources/public/html5/markup/br.html,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- br.html	16 Feb 2010 10:28:15 -0000	1.33
+++ br.html	4 Mar 2010 17:14:39 -0000	1.34
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: br &#8211; line break</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: br &#8211; line break</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -56,7 +56,7 @@
       </div>
       <div class="no-number no-toc" id="br-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#br-interface">#</a></h2><pre class="idl">interface <b>HTMLBRElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="body.html">&#171; body</a></span>
 <span class="nav-next"><a href="button.html">button &#187;</a></span>

Index: input.email.html
===================================================================
RCS file: /sources/public/html5/markup/input.email.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- input.email.html	16 Feb 2010 10:28:17 -0000	1.43
+++ input.email.html	4 Mar 2010 17:14:41 -0000	1.44
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=email &#8211; e-mail address input control (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=email &#8211; e-mail address input control (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -163,7 +163,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.range.html">&#171; input type=range</a></span>
 <span class="nav-next"><a href="input.url.html">input type=url &#187;</a></span>

Index: tr.html
===================================================================
RCS file: /sources/public/html5/markup/tr.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- tr.html	16 Feb 2010 10:28:20 -0000	1.36
+++ tr.html	4 Mar 2010 17:14:44 -0000	1.37
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: tr &#8211; table row</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: tr &#8211; table row</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -90,7 +90,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#tr-display">#</a></h2>
         <div class="css-props" id="tr-css"><div class="selectors"><span class="selector">tr</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-row</span>;</div><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">inherit</span>;</div><div class="css-property"><span class="prop-name">border-color</span>: <span class="prop-value">inherit</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="title.html">&#171; title</a></span>
 <span class="nav-next"><a href="ul.html">ul &#187;</a></span>

Index: input.month.html
===================================================================
RCS file: /sources/public/html5/markup/input.month.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- input.month.html	16 Feb 2010 10:28:17 -0000	1.44
+++ input.month.html	4 Mar 2010 17:14:41 -0000	1.45
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=month &#8211; year-and-month input control (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=month &#8211; year-and-month input control (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -167,7 +167,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.date.html">&#171; input type=date</a></span>
 <span class="nav-next"><a href="input.time.html">input type=time &#187;</a></span>

Index: iframe.html
===================================================================
RCS file: /sources/public/html5/markup/iframe.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- iframe.html	2 Mar 2010 05:12:40 -0000	1.52
+++ iframe.html	4 Mar 2010 17:14:41 -0000	1.53
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: iframe &#8211; nested browsing context (inline frame)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: iframe &#8211; nested browsing context (inline frame)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -140,7 +140,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#iframe-display">#</a></h2>
         <div class="css-props" id="iframe-css"><div class="selectors"><span class="selector">iframe</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">border</span>: <span class="prop-value">2px inset</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="i.html">&#171; i</a></span>
 <span class="nav-next"><a href="img.html">img &#187;</a></span>

Index: ins.html
===================================================================
RCS file: /sources/public/html5/markup/ins.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- ins.html	22 Feb 2010 12:12:21 -0000	1.43
+++ ins.html	4 Mar 2010 17:14:42 -0000	1.44
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: ins &#8211; inserted text</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: ins &#8211; inserted text</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -71,7 +71,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ins-display">#</a></h2>
         <div class="css-props" id="ins-css"><div class="selectors"><span class="selector">ins</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">text-decoration</span>: <span class="prop-value">underline</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.color.html">&#171; input type=color</a></span>
 <span class="nav-next"><a href="kbd.html">kbd &#187;</a></span>

Index: abbr.html
===================================================================
RCS file: /sources/public/html5/markup/abbr.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- abbr.html	16 Feb 2010 10:28:15 -0000	1.37
+++ abbr.html	4 Mar 2010 17:14:38 -0000	1.38
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: abbr &#8211; abbreviation</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: abbr &#8211; abbreviation</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -55,7 +55,7 @@
         <h2 class="element-subhead">DOM interface <a class="hash" href="#abbr-interface">#</a></h2><p class="dom-interface">Uses
             <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>.
           </p></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="a.html">&#171; a</a></span>
 <span class="nav-next"><a href="address.html">address &#187;</a></span>

Index: div.html
===================================================================
RCS file: /sources/public/html5/markup/div.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- div.html	16 Feb 2010 10:28:16 -0000	1.39
+++ div.html	4 Mar 2010 17:14:40 -0000	1.40
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: div &#8211; generic flow container</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: div &#8211; generic flow container</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -71,7 +71,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#div-display">#</a></h2>
         <div class="css-props" id="div-css"><div class="selectors"><span class="selector">div</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="dfn.html">&#171; dfn</a></span>
 <span class="nav-next"><a href="dl.html">dl &#187;</a></span>

Index: webapps.html
===================================================================
RCS file: /sources/public/html5/markup/webapps.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- webapps.html	25 Feb 2010 14:37:46 -0000	1.7
+++ webapps.html	4 Mar 2010 17:14:44 -0000	1.8
@@ -8538,7 +8538,7 @@
 
    <p>Thus, in the XML serialization, one can use RDF, like this:</p>
 
-   <pre>&lt;html xmlns="http://www.w3.org/1999/xhtml"
+   <pre>&lt;html 
       xmlns:r="http://www.w3.org/1999/02/22-rdf-syntax-ns#"&gt;
  &lt;head&gt;
   &lt;title&gt;Hedral's Home Page&lt;/title&gt;
@@ -9927,7 +9927,7 @@
 
     <!--
     Where would document.write() insert?
-    Consider: data:text/xml,<script xmlns="http://www.w3.org/1999/xhtml"><![CDATA[ document.write('<foo>Test</foo>'); ]]></script>
+    Consider: data:text/xml,<script ><![CDATA[ document.write('<foo>Test</foo>'); ]]></script>
     -->
 
    </li>

Index: table.html
===================================================================
RCS file: /sources/public/html5/markup/table.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- table.html	16 Feb 2010 10:28:20 -0000	1.42
+++ table.html	4 Mar 2010 17:14:43 -0000	1.43
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: table &#8211; table</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: table &#8211; table</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -141,7 +141,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#table-display">#</a></h2>
         <div class="css-props" id="table-css"><div class="selectors"><span class="selector">table</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table</span>;</div><div class="css-property"><span class="prop-name">border-collapse</span>: <span class="prop-value">separate</span>;</div><div class="css-property"><span class="prop-name">border-spacing</span>: <span class="prop-value">2px</span>;</div><div class="css-property"><span class="prop-name">border-color</span>: <span class="prop-value">gray</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="sup.html">&#171; sup</a></span>
 <span class="nav-next"><a href="tbody.html">tbody &#187;</a></span>

Index: nav.html
===================================================================
RCS file: /sources/public/html5/markup/nav.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- nav.html	16 Feb 2010 10:28:18 -0000	1.43
+++ nav.html	4 Mar 2010 17:14:42 -0000	1.44
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: nav &#8211; group of navigational links (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: nav &#8211; group of navigational links (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -72,7 +72,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#nav-display">#</a></h2>
         <div class="css-props" id="nav-css"><div class="selectors"><span class="selector">nav</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="meter.html">&#171; meter</a></span>
 <span class="nav-next"><a href="noscript.html">noscript &#187;</a></span>

Index: html.html
===================================================================
RCS file: /sources/public/html5/markup/html.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- html.html	16 Feb 2010 10:28:17 -0000	1.39
+++ html.html	4 Mar 2010 17:14:41 -0000	1.40
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: html &#8211; root element</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: html &#8211; root element</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -86,7 +86,7 @@
         <div class="css-props" id="html-css"><div class="selectors"><span class="selector">html</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div><div class="selectors"><span class="selector">html<span class="pseudo">:focus</span></span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">outline</span>: <span class="prop-value">none</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="hr.html">&#171; hr</a></span>
 <span class="nav-next"><a href="i.html">i &#187;</a></span>

Index: meta.http-equiv.content-type.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.content-type.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- meta.http-equiv.content-type.html	16 Feb 2010 10:28:18 -0000	1.45
+++ meta.http-equiv.content-type.html	4 Mar 2010 17:14:42 -0000	1.46
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: meta http-equiv=content-type &#8211; document character-encoding declaration</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: meta http-equiv=content-type &#8211; document character-encoding declaration</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -101,7 +101,7 @@
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-content" title="dom-meta-content">content</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="meta.charset.html">&#171; meta charset</a></span>
 <span class="nav-next"><a href="meter.html">meter &#187;</a></span>

Index: footer.html
===================================================================
RCS file: /sources/public/html5/markup/footer.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- footer.html	2 Mar 2010 07:29:50 -0000	1.42
+++ footer.html	4 Mar 2010 17:14:40 -0000	1.43
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: footer &#8211; footer (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: footer &#8211; footer (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -73,7 +73,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#footer-display">#</a></h2>
         <div class="css-props" id="footer-css"><div class="selectors"><span class="selector">footer</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="figure.html">&#171; figure</a></span>
 <span class="nav-next"><a href="form.html">form &#187;</a></span>

Index: meta.http-equiv.content-language.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.content-language.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- meta.http-equiv.content-language.html	16 Feb 2010 10:28:18 -0000	1.40
+++ meta.http-equiv.content-language.html	4 Mar 2010 17:14:42 -0000	1.41
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: meta http-equiv=content-language &#8211; &#8220;default language&#8221; pragma directive (OBSOLETE)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: meta http-equiv=content-language &#8211; &#8220;default language&#8221; pragma directive (OBSOLETE)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -88,7 +88,7 @@
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-content" title="dom-meta-content">content</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="meta.http-equiv.default-style.html">&#171; meta http-equiv=default-style</a></span>
 <span class="nav-next"><a href="meta.charset.html">meta charset &#187;</a></span>

Index: script.html
===================================================================
RCS file: /sources/public/html5/markup/script.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- script.html	2 Mar 2010 05:12:40 -0000	1.53
+++ script.html	4 Mar 2010 17:14:43 -0000	1.54
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: script &#8211; embedded script</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: script &#8211; embedded script</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -149,7 +149,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#script-display">#</a></h2>
         <div class="css-props" id="script-css"><div class="selectors"><span class="selector">script</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="samp.html">&#171; samp</a></span>
 <span class="nav-next"><a href="section.html">section &#187;</a></span>

Index: input.range.html
===================================================================
RCS file: /sources/public/html5/markup/input.range.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- input.range.html	16 Feb 2010 10:28:17 -0000	1.44
+++ input.range.html	4 Mar 2010 17:14:41 -0000	1.45
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=range &#8211; imprecise number-input control (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=range &#8211; imprecise number-input control (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -165,7 +165,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.number.html">&#171; input type=number</a></span>
 <span class="nav-next"><a href="input.email.html">input type=email &#187;</a></span>

Index: audio.html
===================================================================
RCS file: /sources/public/html5/markup/audio.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- audio.html	25 Feb 2010 10:30:20 -0000	1.50
+++ audio.html	4 Mar 2010 17:14:38 -0000	1.51
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: audio &#8211; audio stream (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: audio &#8211; audio stream (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -113,7 +113,7 @@
         <h2 class="element-subhead">DOM interface <a class="hash" href="#audio-interface">#</a></h2><pre class="idl">[NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-audio" title="dom-Audio">Audio</a>(),
  NamedConstructor=<a href="http://dev.w3.org/html5/spec/#dom-audio-s" title="dom-Audio-s">Audio</a>(in DOMString src)]
 interface <b>HTMLAudioElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlmediaelement" title="">HTMLMediaElement</a> {};</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="aside.html">&#171; aside</a></span>
 <span class="nav-next"><a href="b.html">b &#187;</a></span>

Index: time.html
===================================================================
RCS file: /sources/public/html5/markup/time.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- time.html	16 Feb 2010 10:28:20 -0000	1.43
+++ time.html	4 Mar 2010 17:14:44 -0000	1.44
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: time &#8211; date and/or time (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: time &#8211; date and/or time (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -95,7 +95,7 @@
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-time-pubdate" title="dom-time-pubDate">pubDate</a>;
   readonly attribute  <a href="http://dev.w3.org/html5/spec/#dom-time-valueasdate" title="dom-time-valueAsDate">valueAsDate</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="thead.html">&#171; thead</a></span>
 <span class="nav-next"><a href="title.html">title &#187;</a></span>

Index: meta.http-equiv.default-style.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.default-style.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- meta.http-equiv.default-style.html	16 Feb 2010 10:28:18 -0000	1.42
+++ meta.http-equiv.default-style.html	4 Mar 2010 17:14:42 -0000	1.43
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: meta http-equiv=default-style &#8211; &#8220;preferred stylesheet&#8221; pragma directive</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: meta http-equiv=default-style &#8211; &#8220;preferred stylesheet&#8221; pragma directive</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -81,7 +81,7 @@
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-content" title="dom-meta-content">content</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="meta.http-equiv.refresh.html">&#171; meta http-equiv=refresh</a></span>
 <span class="nav-next"><a href="meta.http-equiv.content-language.html">meta http-equiv=content-language &#187;</a></span>

Index: input.html
===================================================================
RCS file: /sources/public/html5/markup/input.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- input.html	12 Feb 2010 04:52:25 -0000	1.14
+++ input.html	4 Mar 2010 17:14:41 -0000	1.15
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -18,7 +18,7 @@
                 no <span class="attribute">type</span> attribute
                 specified represents the same thing as a <a href="input.text.html#input.text">input element with its type
                   attribute set to "text"</a>.</p></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="img.html">&#171; img</a></span>
 <span class="nav-next"><a href="input.text.html">input type=text &#187;</a></span>

Index: command.html
===================================================================
RCS file: /sources/public/html5/markup/command.html,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- command.html	2 Mar 2010 07:29:50 -0000	1.14
+++ command.html	4 Mar 2010 17:14:39 -0000	1.15
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: command (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: command (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -18,7 +18,7 @@
                 no <span class="attribute">type</span> attribute
                 specified represents the same thing as a <a href="command.command.html#command.command">command element with its type
                   attribute set to "command"</a>.</p></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="colgroup.html">&#171; colgroup</a></span>
 <span class="nav-next"><a href="command.command.html">command type=command &#187;</a></span>

Index: keygen.html
===================================================================
RCS file: /sources/public/html5/markup/keygen.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- keygen.html	16 Feb 2010 10:28:18 -0000	1.42
+++ keygen.html	4 Mar 2010 17:14:42 -0000	1.43
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: keygen &#8211; key-pair generator/input control (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: keygen &#8211; key-pair generator/input control (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -97,7 +97,7 @@
 
   readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="kbd.html">&#171; kbd</a></span>
 <span class="nav-next"><a href="label.html">label &#187;</a></span>

Index: command.command.html
===================================================================
RCS file: /sources/public/html5/markup/command.command.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- command.command.html	16 Feb 2010 10:28:16 -0000	1.40
+++ command.command.html	4 Mar 2010 17:14:39 -0000	1.41
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: command type=command &#8211; command with an associated action (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: command type=command &#8211; command with an associated action (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -83,7 +83,7 @@
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-command-checked" title="dom-command-checked">checked</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-radiogroup" title="dom-command-radiogroup">radiogroup</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="command.html">&#171; command</a></span>
 <span class="nav-next"><a href="command.radio.html">command type=radio &#187;</a></span>

Index: progress.html
===================================================================
RCS file: /sources/public/html5/markup/progress.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- progress.html	16 Feb 2010 10:28:19 -0000	1.43
+++ progress.html	4 Mar 2010 17:14:43 -0000	1.44
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: progress &#8211; progress indicator (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: progress &#8211; progress indicator (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -84,7 +84,7 @@
   readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
   readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="pre.html">&#171; pre</a></span>
 <span class="nav-next"><a href="q.html">q &#187;</a></span>

Index: dfn.html
===================================================================
RCS file: /sources/public/html5/markup/dfn.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- dfn.html	16 Feb 2010 10:28:16 -0000	1.38
+++ dfn.html	4 Mar 2010 17:14:40 -0000	1.39
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: dfn &#8211; defining instance</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: dfn &#8211; defining instance</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -57,7 +57,7 @@
         <h2 class="element-subhead">DOM interface <a class="hash" href="#dfn-interface">#</a></h2><p class="dom-interface">Uses
             <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>.
           </p></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="details.html">&#171; details</a></span>
 <span class="nav-next"><a href="div.html">div &#187;</a></span>

Index: intro.html
===================================================================
RCS file: /sources/public/html5/markup/intro.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- intro.html	12 Feb 2010 04:52:25 -0000	1.15
+++ intro.html	4 Mar 2010 17:14:42 -0000	1.16
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: Introduction</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: Introduction</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -42,7 +42,7 @@
     guide</li>
   </ul>
 </div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 
 <span class="nav-next"><a href="terminology.html">terminology &#187;</a></span>

Index: textarea.html
===================================================================
RCS file: /sources/public/html5/markup/textarea.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- textarea.html	2 Mar 2010 05:12:40 -0000	1.46
+++ textarea.html	4 Mar 2010 17:14:44 -0000	1.47
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: textarea &#8211; text input area</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: textarea &#8211; text input area</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -137,7 +137,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="td.html">&#171; td</a></span>
 <span class="nav-next"><a href="tfoot.html">tfoot &#187;</a></span>

Index: cite.html
===================================================================
RCS file: /sources/public/html5/markup/cite.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- cite.html	16 Feb 2010 10:28:16 -0000	1.36
+++ cite.html	4 Mar 2010 17:14:39 -0000	1.37
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: cite &#8211; cited title of a work</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: cite &#8211; cited title of a work</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -54,7 +54,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#cite-display">#</a></h2>
         <div class="css-props" id="cite-css"><div class="selectors"><span class="selector">cite</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">font-style</span>: <span class="prop-value">italic</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="caption.html">&#171; caption</a></span>
 <span class="nav-next"><a href="code.html">code &#187;</a></span>

Index: meter.html
===================================================================
RCS file: /sources/public/html5/markup/meter.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- meter.html	16 Feb 2010 10:28:18 -0000	1.45
+++ meter.html	4 Mar 2010 17:14:42 -0000	1.46
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: meter &#8211; scalar gauge (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: meter &#8211; scalar gauge (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -167,7 +167,7 @@
   readonly attribute <a href="http://dev.w3.org/html5/spec/#htmlformelement" title="">HTMLFormElement</a> <a href="http://dev.w3.org/html5/spec/#dom-fae-form" title="dom-fae-form">form</a>;
   readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="meta.http-equiv.content-type.html">&#171; meta http-equiv=content-type</a></span>
 <span class="nav-next"><a href="nav.html">nav &#187;</a></span>

Index: input.button.html
===================================================================
RCS file: /sources/public/html5/markup/input.button.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- input.button.html	16 Feb 2010 10:28:17 -0000	1.40
+++ input.button.html	4 Mar 2010 17:14:41 -0000	1.41
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=button &#8211; button</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=button &#8211; button</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -144,7 +144,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.radio.html">&#171; input type=radio</a></span>
 <span class="nav-next"><a href="input.submit.html">input type=submit &#187;</a></span>

Index: aside.html
===================================================================
RCS file: /sources/public/html5/markup/aside.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- aside.html	16 Feb 2010 10:28:15 -0000	1.42
+++ aside.html	4 Mar 2010 17:14:38 -0000	1.43
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: aside &#8211; tangential content (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: aside &#8211; tangential content (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -69,7 +69,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#aside-display">#</a></h2>
         <div class="css-props" id="aside-css"><div class="selectors"><span class="selector">aside</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="article.html">&#171; article</a></span>
 <span class="nav-next"><a href="audio.html">audio &#187;</a></span>

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/syntax.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- syntax.html	4 Mar 2010 16:46:18 -0000	1.40
+++ syntax.html	4 Mar 2010 17:14:43 -0000	1.41
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: HTML syntax</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: HTML syntax</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -1092,7 +1092,7 @@
    </div>
  </div>
 </div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="documents.html">&#171; documents</a></span>
 <span class="nav-next"><a href="elements.html">elements &#187;</a></span>

Index: section.html
===================================================================
RCS file: /sources/public/html5/markup/section.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- section.html	16 Feb 2010 10:28:19 -0000	1.45
+++ section.html	4 Mar 2010 17:14:43 -0000	1.46
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: section &#8211; section (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: section &#8211; section (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -63,7 +63,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#section-display">#</a></h2>
         <div class="css-props" id="section-css"><div class="selectors"><span class="selector">section</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="script.html">&#171; script</a></span>
 <span class="nav-next"><a href="select.html">select &#187;</a></span>

Index: link.html
===================================================================
RCS file: /sources/public/html5/markup/link.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- link.html	16 Feb 2010 10:28:18 -0000	1.44
+++ link.html	4 Mar 2010 17:14:42 -0000	1.45
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: link &#8211; inter-document relationship metadata</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: link &#8211; inter-document relationship metadata</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -131,7 +131,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#link-display">#</a></h2>
         <div class="css-props" id="link-css"><div class="selectors"><span class="selector">link</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="li.html">&#171; li</a></span>
 <span class="nav-next"><a href="map.html">map &#187;</a></span>

Index: meta.http-equiv.refresh.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.refresh.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- meta.http-equiv.refresh.html	16 Feb 2010 10:28:18 -0000	1.40
+++ meta.http-equiv.refresh.html	4 Mar 2010 17:14:42 -0000	1.41
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: meta http-equiv=refresh &#8211; &#8220;refresh&#8221; pragma directive</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: meta http-equiv=refresh &#8211; &#8220;refresh&#8221; pragma directive</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -85,7 +85,7 @@
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-content" title="dom-meta-content">content</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="meta.name.html">&#171; meta name</a></span>
 <span class="nav-next"><a href="meta.http-equiv.default-style.html">meta http-equiv=default-style &#187;</a></span>

Index: area.html
===================================================================
RCS file: /sources/public/html5/markup/area.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- area.html	20 Feb 2010 03:36:57 -0000	1.48
+++ area.html	4 Mar 2010 17:14:38 -0000	1.49
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: area &#8211; image-map hyperlink</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: area &#8211; image-map hyperlink</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -182,7 +182,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#area-display">#</a></h2>
         <div class="css-props" id="area-css"><div class="selectors"><span class="selector">area</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="address.html">&#171; address</a></span>
 <span class="nav-next"><a href="article.html">article &#187;</a></span>

Index: input.text.html
===================================================================
RCS file: /sources/public/html5/markup/input.text.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- input.text.html	16 Feb 2010 10:28:18 -0000	1.41
+++ input.text.html	4 Mar 2010 17:14:41 -0000	1.42
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=text &#8211; text-input field</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=text &#8211; text-input field</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -152,7 +152,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.html">&#171; input</a></span>
 <span class="nav-next"><a href="input.password.html">input type=password &#187;</a></span>

Index: Makefile
===================================================================
RCS file: /sources/public/html5/markup/Makefile,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- Makefile	2 Mar 2010 05:12:40 -0000	1.93
+++ Makefile	4 Mar 2010 17:14:38 -0000	1.94
@@ -42,6 +42,9 @@
 endif
 
 all: Overview.html spec.html
+	 $(PERL) $(PERLFLAGS) -pi -e 's| xmlns="http://www.w3.org/1999/xhtml"||' *.html
+	 $(PERL) $(PERLFLAGS) -pi -e 's|</link>||' *.html
+	 $(PERL) $(PERLFLAGS) -pi -e 's|</hr>||' *.html
 
 patch-schema: $(SCHEMA_FILES)
 	$(SVN) $(SVNFLAGS) diff --depth files  schema > $@
@@ -136,7 +139,7 @@
 	  --stringparam site "$(PUBSITE)" \
 	  tools/specgen.xsl $< \
 	  | $(TOHTML)  2>/dev/null \
-	  | $(PERL) $(PERLFLAGS) -pi -e 's|xmlns="http://www.w3.org/1999/xhtml"||' \
+	  | $(PERL) $(PERLFLAGS) -pi -e 's| xmlns="http://www.w3.org/1999/xhtml"||' \
 	  > $@
 
 spec.html: html.spec.src.html src/status.html tools/specgen.xsl tools/toc.xsl
@@ -145,7 +148,7 @@
 	  --stringparam site "$(PUBSITE)" \
 	  tools/specgen.xsl $< \
 	  | $(TOHTML)  2>/dev/null \
-	  | $(PERL) $(PERLFLAGS) -pi -e 's|xmlns="http://www.w3.org/1999/xhtml"||' \
+	  | $(PERL) $(PERLFLAGS) -pi -e 's| xmlns="http://www.w3.org/1999/xhtml"||' \
 	  > $@
 
 aria: aria/Overview.html aria/spec.html

Index: samp.html
===================================================================
RCS file: /sources/public/html5/markup/samp.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- samp.html	16 Feb 2010 10:28:19 -0000	1.37
+++ samp.html	4 Mar 2010 17:14:43 -0000	1.38
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: samp &#8211; (sample) output</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: samp &#8211; (sample) output</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -53,7 +53,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#samp-display">#</a></h2>
         <div class="css-props" id="samp-css"><div class="selectors"><span class="selector">samp</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">font-family</span>: <span class="prop-value">monospace</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="ruby.html">&#171; ruby</a></span>
 <span class="nav-next"><a href="script.html">script &#187;</a></span>

Index: h6.html
===================================================================
RCS file: /sources/public/html5/markup/h6.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- h6.html	16 Feb 2010 10:28:17 -0000	1.41
+++ h6.html	4 Mar 2010 17:14:40 -0000	1.42
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: h6 &#8211; heading</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: h6 &#8211; heading</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -63,7 +63,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h6-display">#</a></h2>
         <div class="css-props" id="h6-css"><div class="selectors"><span class="selector">h6</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">.67em</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">2.33em 0 2.33em 0</span>;</div><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="h5.html">&#171; h5</a></span>
 <span class="nav-next"><a href="head.html">head &#187;</a></span>

Index: input.checkbox.html
===================================================================
RCS file: /sources/public/html5/markup/input.checkbox.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- input.checkbox.html	16 Feb 2010 10:28:17 -0000	1.40
+++ input.checkbox.html	4 Mar 2010 17:14:41 -0000	1.41
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=checkbox &#8211; checkbox</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=checkbox &#8211; checkbox</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -146,7 +146,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.password.html">&#171; input type=password</a></span>
 <span class="nav-next"><a href="input.radio.html">input type=radio &#187;</a></span>

Index: a.html
===================================================================
RCS file: /sources/public/html5/markup/a.html,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- a.html	22 Feb 2010 12:12:21 -0000	1.53
+++ a.html	4 Mar 2010 17:14:38 -0000	1.54
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: a &#8211; hyperlink</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: a &#8211; hyperlink</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -203,7 +203,7 @@
         <div class="css-props" id="a-css"><div class="selectors"><span class="selector">a<span class="pseudo">:link</span></span>, <span class="selector">a<span class="pseudo">:visited</span></span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">color</span>: <span class="prop-value"><i class="vendor-value">(internal value)</i></span>;</div><div class="css-property"><span class="prop-name">text-decoration</span>: <span class="prop-value">underline</span>;</div><div class="css-property"><span class="prop-name">cursor</span>: <span class="prop-value">auto</span>; }</div></div><div class="selectors"><span class="selector">a<span class="pseudo">:link:active</span></span>, <span class="selector">a<span class="pseudo">:visited:active</span></span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">color</span>: <span class="prop-value"><i class="vendor-value">(internal value)</i></span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="elements.html">&#171; elements</a></span>
 <span class="nav-next"><a href="abbr.html">abbr &#187;</a></span>

Index: object.html
===================================================================
RCS file: /sources/public/html5/markup/object.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- object.html	16 Feb 2010 10:28:18 -0000	1.49
+++ object.html	4 Mar 2010 17:14:42 -0000	1.50
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: object &#8211; generic external content</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: object &#8211; generic external content</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -177,7 +177,7 @@
   boolean <a href="http://dev.w3.org/html5/spec/#dom-cva-checkvalidatity" title="dom-cva-checkValidatity">checkValidity</a>();
   void <a href="http://dev.w3.org/html5/spec/#dom-cva-setcustomvalidity" title="dom-cva-setCustomValidity">setCustomValidity</a>(in DOMString error);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="noscript.html">&#171; noscript</a></span>
 <span class="nav-next"><a href="ol.html">ol &#187;</a></span>

Index: terminology.html
===================================================================
RCS file: /sources/public/html5/markup/terminology.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- terminology.html	18 Feb 2010 20:39:19 -0000	1.26
+++ terminology.html	4 Mar 2010 17:14:44 -0000	1.27
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: Terminology</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: Terminology</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -100,7 +100,7 @@
     </dd>
   </dl>
 </div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="intro.html">&#171; intro</a></span>
 <span class="nav-next"><a href="documents.html">documents &#187;</a></span>

Index: input.tel.html
===================================================================
RCS file: /sources/public/html5/markup/input.tel.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- input.tel.html	16 Feb 2010 10:28:18 -0000	1.41
+++ input.tel.html	4 Mar 2010 17:14:41 -0000	1.42
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=tel &#8211; telephone-number-input field (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=tel &#8211; telephone-number-input field (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -153,7 +153,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.search.html">&#171; input type=search</a></span>
 <span class="nav-next"><a href="input.color.html">input type=color &#187;</a></span>

Index: h4.html
===================================================================
RCS file: /sources/public/html5/markup/h4.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- h4.html	16 Feb 2010 10:28:17 -0000	1.41
+++ h4.html	4 Mar 2010 17:14:40 -0000	1.42
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: h4 &#8211; heading</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: h4 &#8211; heading</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -63,7 +63,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h4-display">#</a></h2>
         <div class="css-props" id="h4-css"><div class="selectors"><span class="selector">h4</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1.33em 0 1.33em 0</span>;</div><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="h3.html">&#171; h3</a></span>
 <span class="nav-next"><a href="h5.html">h5 &#187;</a></span>

Index: header.html
===================================================================
RCS file: /sources/public/html5/markup/header.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- header.html	16 Feb 2010 10:28:17 -0000	1.42
+++ header.html	4 Mar 2010 17:14:41 -0000	1.43
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: header &#8211; header (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: header &#8211; header (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -74,7 +74,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#header-display">#</a></h2>
         <div class="css-props" id="header-css"><div class="selectors"><span class="selector">header</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="head.html">&#171; head</a></span>
 <span class="nav-next"><a href="hgroup.html">hgroup &#187;</a></span>

Index: b.html
===================================================================
RCS file: /sources/public/html5/markup/b.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- b.html	16 Feb 2010 10:28:15 -0000	1.39
+++ b.html	4 Mar 2010 17:14:39 -0000	1.40
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: b &#8211; offset text typically styled in bold (CHANGED)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: b &#8211; offset text typically styled in bold (CHANGED)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -55,7 +55,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#b-display">#</a></h2>
         <div class="css-props" id="b-css"><div class="selectors"><span class="selector">b</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bolder</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="audio.html">&#171; audio</a></span>
 <span class="nav-next"><a href="base.html">base &#187;</a></span>

Index: img.html
===================================================================
RCS file: /sources/public/html5/markup/img.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- img.html	16 Feb 2010 10:28:17 -0000	1.49
+++ img.html	4 Mar 2010 17:14:41 -0000	1.50
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: img &#8211; image</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: img &#8211; image</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -156,7 +156,7 @@
   readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-img-naturalheight" title="dom-img-naturalHeight">naturalHeight</a>;
   readonly attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-img-complete" title="dom-img-complete">complete</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="iframe.html">&#171; iframe</a></span>
 <span class="nav-next"><a href="input.html">input &#187;</a></span>

Index: bdo.html
===================================================================
RCS file: /sources/public/html5/markup/bdo.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- bdo.html	16 Feb 2010 10:28:15 -0000	1.39
+++ bdo.html	4 Mar 2010 17:14:39 -0000	1.40
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: bdo &#8211; BiDi override</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: bdo &#8211; BiDi override</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -58,7 +58,7 @@
         <h2 class="element-subhead">DOM interface <a class="hash" href="#bdo-interface">#</a></h2><p class="dom-interface">Uses
             <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>.
           </p></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="base.html">&#171; base</a></span>
 <span class="nav-next"><a href="blockquote.html">blockquote &#187;</a></span>

Index: input.number.html
===================================================================
RCS file: /sources/public/html5/markup/input.number.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- input.number.html	16 Feb 2010 10:28:17 -0000	1.44
+++ input.number.html	4 Mar 2010 17:14:41 -0000	1.45
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=number &#8211; number input control (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=number &#8211; number input control (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -167,7 +167,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.week.html">&#171; input type=week</a></span>
 <span class="nav-next"><a href="input.range.html">input type=range &#187;</a></span>

Index: col.html
===================================================================
RCS file: /sources/public/html5/markup/col.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- col.html	16 Feb 2010 10:28:16 -0000	1.38
+++ col.html	4 Mar 2010 17:14:39 -0000	1.39
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: col &#8211; table column</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: col &#8211; table column</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -88,7 +88,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#col-display">#</a></h2>
         <div class="css-props" id="col-css"><div class="selectors"><span class="selector">col</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-column</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="code.html">&#171; code</a></span>
 <span class="nav-next"><a href="colgroup.html">colgroup &#187;</a></span>

Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/datatypes.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- datatypes.html	2 Mar 2010 05:12:40 -0000	1.39
+++ datatypes.html	4 Mar 2010 17:14:40 -0000	1.40
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: Datatypes</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: Datatypes</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -778,7 +778,7 @@
     </div>
       </div>
     </div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="forms-attributes.html">&#171; forms attributes</a></span>
 <span class="nav-next"><a href="references.html">references &#187;</a></span>

Index: command.radio.html
===================================================================
RCS file: /sources/public/html5/markup/command.radio.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- command.radio.html	16 Feb 2010 10:28:16 -0000	1.40
+++ command.radio.html	4 Mar 2010 17:14:39 -0000	1.41
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: command type=radio &#8211; selection of one item from a list of items (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: command type=radio &#8211; selection of one item from a list of items (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -94,7 +94,7 @@
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-command-checked" title="dom-command-checked">checked</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-radiogroup" title="dom-command-radiogroup">radiogroup</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="command.command.html">&#171; command type=command</a></span>
 <span class="nav-next"><a href="command.checkbox.html">command type=checkbox &#187;</a></span>

Index: input.datetime.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- input.datetime.html	16 Feb 2010 10:28:17 -0000	1.44
+++ input.datetime.html	4 Mar 2010 17:14:41 -0000	1.45
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=datetime &#8211; global date-and-time input control (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=datetime &#8211; global date-and-time input control (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -168,7 +168,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.image.html">&#171; input type=image</a></span>
 <span class="nav-next"><a href="input.datetime-local.html">input type=datetime-local &#187;</a></span>

Index: input.password.html
===================================================================
RCS file: /sources/public/html5/markup/input.password.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- input.password.html	16 Feb 2010 10:28:17 -0000	1.41
+++ input.password.html	4 Mar 2010 17:14:41 -0000	1.42
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=password &#8211; password-input field</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=password &#8211; password-input field</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -152,7 +152,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.text.html">&#171; input type=text</a></span>
 <span class="nav-next"><a href="input.checkbox.html">input type=checkbox &#187;</a></span>

Index: embed.html
===================================================================
RCS file: /sources/public/html5/markup/embed.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- embed.html	22 Feb 2010 09:36:44 -0000	1.41
+++ embed.html	4 Mar 2010 17:14:40 -0000	1.42
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: embed &#8211; integration point for plugins (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: embed &#8211; integration point for plugins (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -108,7 +108,7 @@
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-width" title="dom-dim-width">width</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-dim-height" title="dom-dim-height">height</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="em.html">&#171; em</a></span>
 <span class="nav-next"><a href="fieldset.html">fieldset &#187;</a></span>

Index: dd.html
===================================================================
RCS file: /sources/public/html5/markup/dd.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- dd.html	22 Feb 2010 09:36:44 -0000	1.41
+++ dd.html	4 Mar 2010 17:14:40 -0000	1.42
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: dd &#8211; description or value</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: dd &#8211; description or value</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -74,7 +74,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#dd-display">#</a></h2>
         <div class="css-props" id="dd-css"><div class="selectors"><span class="selector">dd</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin-start</span>: <span class="prop-value">40px</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="datalist.html">&#171; datalist</a></span>
 <span class="nav-next"><a href="del.html">del &#187;</a></span>

Index: common-models.html
===================================================================
RCS file: /sources/public/html5/markup/common-models.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- common-models.html	12 Feb 2010 07:56:03 -0000	1.27
+++ common-models.html	4 Mar 2010 17:14:39 -0000	1.28
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: Common content models</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: Common content models</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -132,7 +132,7 @@
         </div>
       </div>
     </div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="elements.html">&#171; elements</a></span>
 <span class="nav-next"><a href="common-attributes.html">common attributes &#187;</a></span>

Index: ul.html
===================================================================
RCS file: /sources/public/html5/markup/ul.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- ul.html	16 Feb 2010 10:28:20 -0000	1.36
+++ ul.html	4 Mar 2010 17:14:44 -0000	1.37
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: ul &#8211; unordered list</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: ul &#8211; unordered list</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -65,7 +65,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ul-display">#</a></h2>
         <div class="css-props" id="ul-css"><div class="selectors"><span class="selector">ul</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">list-style-type</span>: <span class="prop-value">disc</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 0 1em 0</span>;</div><div class="css-property"><span class="prop-name">padding-start</span>: <span class="prop-value">40px</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="tr.html">&#171; tr</a></span>
 <span class="nav-next"><a href="var.html">var &#187;</a></span>

Index: input.time.html
===================================================================
RCS file: /sources/public/html5/markup/input.time.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- input.time.html	16 Feb 2010 10:28:18 -0000	1.44
+++ input.time.html	4 Mar 2010 17:14:41 -0000	1.45
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=time &#8211; time input control (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=time &#8211; time input control (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -168,7 +168,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.month.html">&#171; input type=month</a></span>
 <span class="nav-next"><a href="input.week.html">input type=week &#187;</a></span>

Index: dt.html
===================================================================
RCS file: /sources/public/html5/markup/dt.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- dt.html	16 Feb 2010 10:28:16 -0000	1.40
+++ dt.html	4 Mar 2010 17:14:40 -0000	1.41
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: dt &#8211; term or name</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: dt &#8211; term or name</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -74,7 +74,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#dt-display">#</a></h2>
         <div class="css-props" id="dt-css"><div class="selectors"><span class="selector">dt</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="dl.html">&#171; dl</a></span>
 <span class="nav-next"><a href="em.html">em &#187;</a></span>

Index: strong.html
===================================================================
RCS file: /sources/public/html5/markup/strong.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- strong.html	16 Feb 2010 10:28:19 -0000	1.39
+++ strong.html	4 Mar 2010 17:14:43 -0000	1.40
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: strong &#8211; strong importance (CHANGED)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: strong &#8211; strong importance (CHANGED)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -52,7 +52,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#strong-display">#</a></h2>
         <div class="css-props" id="strong-css"><div class="selectors"><span class="selector">strong</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bolder</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="span.html">&#171; span</a></span>
 <span class="nav-next"><a href="style.html">style &#187;</a></span>

Index: acknowledgments.html
===================================================================
RCS file: /sources/public/html5/markup/acknowledgments.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- acknowledgments.html	12 Feb 2010 04:52:22 -0000	1.12
+++ acknowledgments.html	4 Mar 2010 17:14:38 -0000	1.13
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: Acknowledgments</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: Acknowledgments</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -42,7 +42,7 @@
       <pre class="license">&#169; Copyright 2004-2008 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA.
 You are granted a license to use, reproduce and create derivative works of this document.</pre>
       </div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="references.html">&#171; references</a></span>
 </div>

Index: input.color.html
===================================================================
RCS file: /sources/public/html5/markup/input.color.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- input.color.html	16 Feb 2010 10:28:17 -0000	1.42
+++ input.color.html	4 Mar 2010 17:14:41 -0000	1.43
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=color &#8211; color-well control (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=color &#8211; color-well control (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -150,7 +150,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.tel.html">&#171; input type=tel</a></span>
 <span class="nav-next"><a href="ins.html">ins &#187;</a></span>

Index: li.html
===================================================================
RCS file: /sources/public/html5/markup/li.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- li.html	16 Feb 2010 10:28:18 -0000	1.44
+++ li.html	4 Mar 2010 17:14:42 -0000	1.45
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: li &#8211; list item</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: li &#8211; list item</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -89,7 +89,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#li-display">#</a></h2>
         <div class="css-props" id="li-css"><div class="selectors"><span class="selector">li</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">list-item</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="legend.html">&#171; legend</a></span>
 <span class="nav-next"><a href="link.html">link &#187;</a></span>

Index: style.html
===================================================================
RCS file: /sources/public/html5/markup/style.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- style.html	2 Mar 2010 05:12:40 -0000	1.47
+++ style.html	4 Mar 2010 17:14:43 -0000	1.48
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: style &#8211; style (presentation) information</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: style &#8211; style (presentation) information</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -100,7 +100,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#style-display">#</a></h2>
         <div class="css-props" id="style-css"><div class="selectors"><span class="selector">style</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="strong.html">&#171; strong</a></span>
 <span class="nav-next"><a href="sub.html">sub &#187;</a></span>

Index: documents.html
===================================================================
RCS file: /sources/public/html5/markup/documents.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- documents.html	4 Mar 2010 16:46:18 -0000	1.16
+++ documents.html	4 Mar 2010 17:14:40 -0000	1.17
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: Documents</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: Documents</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -197,7 +197,7 @@
     </ul>
   </div>
 </div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="terminology.html">&#171; terminology</a></span>
 <span class="nav-next"><a href="syntax.html">syntax &#187;</a></span>

Index: del.html
===================================================================
RCS file: /sources/public/html5/markup/del.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- del.html	22 Feb 2010 12:12:21 -0000	1.42
+++ del.html	4 Mar 2010 17:14:40 -0000	1.43
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: del &#8211; deleted text</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: del &#8211; deleted text</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -71,7 +71,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#del-display">#</a></h2>
         <div class="css-props" id="del-css"><div class="selectors"><span class="selector">del</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">text-decoration</span>: <span class="prop-value">line-through</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="dd.html">&#171; dd</a></span>
 <span class="nav-next"><a href="details.html">details &#187;</a></span>

Index: menu.html
===================================================================
RCS file: /sources/public/html5/markup/menu.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- menu.html	16 Feb 2010 10:28:18 -0000	1.48
+++ menu.html	4 Mar 2010 17:14:42 -0000	1.49
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: menu &#8211; list of commands (CHANGED)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: menu &#8211; list of commands (CHANGED)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -96,7 +96,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#menu-display">#</a></h2>
         <div class="css-props" id="menu-css"><div class="selectors"><span class="selector">menu</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">list-style-type</span>: <span class="prop-value">disc</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 0 1em 0</span>;</div><div class="css-property"><span class="prop-name">padding-start</span>: <span class="prop-value">40px</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="mark.html">&#171; mark</a></span>
 <span class="nav-next"><a href="meta.html">meta &#187;</a></span>

Index: input.image.html
===================================================================
RCS file: /sources/public/html5/markup/input.image.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- input.image.html	2 Mar 2010 05:12:40 -0000	1.43
+++ input.image.html	4 Mar 2010 17:14:41 -0000	1.44
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=image &#8211; image-coordinates input control</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=image &#8211; image-coordinates input control</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -177,7 +177,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.hidden.html">&#171; input type=hidden</a></span>
 <span class="nav-next"><a href="input.datetime.html">input type=datetime &#187;</a></span>

Index: code.html
===================================================================
RCS file: /sources/public/html5/markup/code.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- code.html	16 Feb 2010 10:28:16 -0000	1.36
+++ code.html	4 Mar 2010 17:14:39 -0000	1.37
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: code &#8211; code fragment</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: code &#8211; code fragment</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -52,7 +52,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#code-display">#</a></h2>
         <div class="css-props" id="code-css"><div class="selectors"><span class="selector">code</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">font-family</span>: <span class="prop-value">monospace</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="cite.html">&#171; cite</a></span>
 <span class="nav-next"><a href="col.html">col &#187;</a></span>

Index: h2.html
===================================================================
RCS file: /sources/public/html5/markup/h2.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- h2.html	16 Feb 2010 10:28:17 -0000	1.41
+++ h2.html	4 Mar 2010 17:14:40 -0000	1.42
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: h2 &#8211; heading</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: h2 &#8211; heading</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -63,7 +63,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h2-display">#</a></h2>
         <div class="css-props" id="h2-css"><div class="selectors"><span class="selector">h2</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">1.5em</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">.83em 0 .83em 0</span>;</div><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="h1.html">&#171; h1</a></span>
 <span class="nav-next"><a href="h3.html">h3 &#187;</a></span>

Index: head.html
===================================================================
RCS file: /sources/public/html5/markup/head.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- head.html	18 Feb 2010 18:41:32 -0000	1.35
+++ head.html	4 Mar 2010 17:14:40 -0000	1.36
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: head &#8211; document metadata</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: head &#8211; document metadata</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -76,7 +76,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#head-display">#</a></h2>
         <div class="css-props" id="head-css"><div class="selectors"><span class="selector">head</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="h6.html">&#171; h6</a></span>
 <span class="nav-next"><a href="header.html">header &#187;</a></span>

Index: p.html
===================================================================
RCS file: /sources/public/html5/markup/p.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- p.html	16 Feb 2010 10:28:19 -0000	1.42
+++ p.html	4 Mar 2010 17:14:42 -0000	1.43
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: p &#8211; paragraph</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: p &#8211; paragraph</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -96,7 +96,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#p-display">#</a></h2>
         <div class="css-props" id="p-css"><div class="selectors"><span class="selector">p</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1.0em 0px</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="output.html">&#171; output</a></span>
 <span class="nav-next"><a href="param.html">param &#187;</a></span>

Index: figcaption.html
===================================================================
RCS file: /sources/public/html5/markup/figcaption.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- figcaption.html	16 Feb 2010 10:28:16 -0000	1.10
+++ figcaption.html	4 Mar 2010 17:14:40 -0000	1.11
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: figcaption &#8211; figure caption (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: figcaption &#8211; figure caption (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -49,7 +49,7 @@
         <h2 class="element-subhead">DOM interface <a class="hash" href="#figcaption-interface">#</a></h2><p class="dom-interface">Uses
             <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>.
           </p></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="fieldset.html">&#171; fieldset</a></span>
 <span class="nav-next"><a href="figure.html">figure &#187;</a></span>

Index: map.html
===================================================================
RCS file: /sources/public/html5/markup/map.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- map.html	22 Feb 2010 12:12:21 -0000	1.43
+++ map.html	4 Mar 2010 17:14:42 -0000	1.44
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: map &#8211; image-map definition</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: map &#8211; image-map definition</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -74,7 +74,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#map-display">#</a></h2>
         <div class="css-props" id="map-css"><div class="selectors"><span class="selector">map</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">inline</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="link.html">&#171; link</a></span>
 <span class="nav-next"><a href="mark.html">mark &#187;</a></span>

Index: input.file.html
===================================================================
RCS file: /sources/public/html5/markup/input.file.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- input.file.html	16 Feb 2010 10:28:17 -0000	1.40
+++ input.file.html	4 Mar 2010 17:14:41 -0000	1.41
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=file &#8211; file upload control</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=file &#8211; file upload control</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -151,7 +151,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.reset.html">&#171; input type=reset</a></span>
 <span class="nav-next"><a href="input.hidden.html">input type=hidden &#187;</a></span>

Index: input.radio.html
===================================================================
RCS file: /sources/public/html5/markup/input.radio.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- input.radio.html	16 Feb 2010 10:28:17 -0000	1.41
+++ input.radio.html	4 Mar 2010 17:14:41 -0000	1.42
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=radio &#8211; radio button</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=radio &#8211; radio button</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -147,7 +147,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.checkbox.html">&#171; input type=checkbox</a></span>
 <span class="nav-next"><a href="input.button.html">input type=button &#187;</a></span>

Index: command.checkbox.html
===================================================================
RCS file: /sources/public/html5/markup/command.checkbox.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- command.checkbox.html	16 Feb 2010 10:28:16 -0000	1.40
+++ command.checkbox.html	4 Mar 2010 17:14:39 -0000	1.41
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: command type=checkbox &#8211; state or option that can be toggled (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: command type=checkbox &#8211; state or option that can be toggled (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -89,7 +89,7 @@
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-command-checked" title="dom-command-checked">checked</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-command-radiogroup" title="dom-command-radiogroup">radiogroup</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="command.radio.html">&#171; command type=radio</a></span>
 <span class="nav-next"><a href="datalist.html">datalist &#187;</a></span>

Index: param.html
===================================================================
RCS file: /sources/public/html5/markup/param.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- param.html	16 Feb 2010 10:28:19 -0000	1.42
+++ param.html	4 Mar 2010 17:14:43 -0000	1.43
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: param &#8211; initialization parameters for plugins</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: param &#8211; initialization parameters for plugins</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -76,7 +76,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#param-display">#</a></h2>
         <div class="css-props" id="param-css"><div class="selectors"><span class="selector">param</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="p.html">&#171; p</a></span>
 <span class="nav-next"><a href="pre.html">pre &#187;</a></span>

Index: span.html
===================================================================
RCS file: /sources/public/html5/markup/span.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- span.html	16 Feb 2010 10:28:19 -0000	1.38
+++ span.html	4 Mar 2010 17:14:43 -0000	1.39
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: span &#8211; generic span</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: span &#8211; generic span</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -57,7 +57,7 @@
     to add additional semantics and structure to phrasing content.</p>
   </div></div><div class="no-number no-toc" id="span-interface">
         <h2 class="element-subhead">DOM interface <a class="hash" href="#span-interface">#</a></h2><pre class="idl">interface <b>HTMLSpanElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {};</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="source.html">&#171; source</a></span>
 <span class="nav-next"><a href="strong.html">strong &#187;</a></span>

Index: input.reset.html
===================================================================
RCS file: /sources/public/html5/markup/input.reset.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- input.reset.html	16 Feb 2010 10:28:17 -0000	1.41
+++ input.reset.html	4 Mar 2010 17:14:41 -0000	1.42
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=reset &#8211; reset button</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=reset &#8211; reset button</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -144,7 +144,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.submit.html">&#171; input type=submit</a></span>
 <span class="nav-next"><a href="input.file.html">input type=file &#187;</a></span>

Index: input.datetime-local.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime-local.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- input.datetime-local.html	16 Feb 2010 10:28:17 -0000	1.44
+++ input.datetime-local.html	4 Mar 2010 17:14:41 -0000	1.45
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=datetime-local &#8211; local date-and-time input control (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=datetime-local &#8211; local date-and-time input control (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -168,7 +168,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.datetime.html">&#171; input type=datetime</a></span>
 <span class="nav-next"><a href="input.date.html">input type=date &#187;</a></span>

Index: meta.html
===================================================================
RCS file: /sources/public/html5/markup/meta.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- meta.html	12 Feb 2010 07:56:03 -0000	1.10
+++ meta.html	4 Mar 2010 17:14:42 -0000	1.11
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: meta</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: meta</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -22,7 +22,7 @@
       <li><a href="meta.http-equiv.content-type.html#meta.http-equiv.content-type">meta http-equiv=content-type</a></li>
       </ul>
       </div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="menu.html">&#171; menu</a></span>
 <span class="nav-next"><a href="meta.name.html">meta name &#187;</a></span>

Index: q.html
===================================================================
RCS file: /sources/public/html5/markup/q.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- q.html	16 Feb 2010 10:28:19 -0000	1.39
+++ q.html	4 Mar 2010 17:14:43 -0000	1.40
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: q &#8211; quoted text</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: q &#8211; quoted text</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -64,7 +64,7 @@
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">inline</span>; }</div></div><div class="selectors"><span class="selector">q<span class="pseudo">:before</span></span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">content</span>: <span class="prop-value">'"'</span>; }</div></div><div class="selectors"><span class="selector">q<span class="pseudo">:after</span></span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">content</span>: <span class="prop-value">'"'</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="progress.html">&#171; progress</a></span>
 <span class="nav-next"><a href="rp.html">rp &#187;</a></span>

Index: common-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/common-attributes.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- common-attributes.html	16 Feb 2010 10:28:16 -0000	1.35
+++ common-attributes.html	4 Mar 2010 17:14:39 -0000	1.36
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: Common attributes</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: Common attributes</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -395,7 +395,7 @@
         <a href="documents.html#syntax-document-html">documents in the HTML syntax</a>.</dd>
           
         </dl></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="common-models.html">&#171; common models</a></span>
 <span class="nav-next"><a href="forms-attributes.html">forms attributes &#187;</a></span>

Index: option.html
===================================================================
RCS file: /sources/public/html5/markup/option.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- option.html	2 Mar 2010 05:12:40 -0000	1.45
+++ option.html	4 Mar 2010 17:14:42 -0000	1.46
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: option &#8211; option</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: option &#8211; option</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -96,7 +96,7 @@
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-option-text" title="dom-option-text">text</a>;
   readonly attribute long <a href="http://dev.w3.org/html5/spec/#dom-option-index" title="dom-option-index">index</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="optgroup.html">&#171; optgroup</a></span>
 <span class="nav-next"><a href="output.html">output &#187;</a></span>

Index: label.html
===================================================================
RCS file: /sources/public/html5/markup/label.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- label.html	16 Feb 2010 10:28:18 -0000	1.44
+++ label.html	4 Mar 2010 17:14:42 -0000	1.45
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: label &#8211; caption for a form control</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: label &#8211; caption for a form control</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -91,7 +91,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#label-display">#</a></h2>
         <div class="css-props" id="label-css"><div class="selectors"><span class="selector">label</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">cursor</span>: <span class="prop-value">default</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="keygen.html">&#171; keygen</a></span>
 <span class="nav-next"><a href="legend.html">legend &#187;</a></span>

Index: select.html
===================================================================
RCS file: /sources/public/html5/markup/select.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- select.html	16 Feb 2010 10:28:19 -0000	1.42
+++ select.html	4 Mar 2010 17:14:43 -0000	1.43
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: select &#8211; option-selection form control</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: select &#8211; option-selection form control</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -120,7 +120,7 @@
 
   readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="section.html">&#171; section</a></span>
 <span class="nav-next"><a href="small.html">small &#187;</a></span>

Index: noscript.html
===================================================================
RCS file: /sources/public/html5/markup/noscript.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- noscript.html	22 Feb 2010 12:12:21 -0000	1.43
+++ noscript.html	4 Mar 2010 17:14:42 -0000	1.44
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: noscript &#8211; fallback content for script</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: noscript &#8211; fallback content for script</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -72,7 +72,7 @@
         <h2 class="element-subhead">DOM interface <a class="hash" href="#noscript-interface">#</a></h2><p class="dom-interface">Uses
             <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>.
           </p></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="nav.html">&#171; nav</a></span>
 <span class="nav-next"><a href="object.html">object &#187;</a></span>

Index: blockquote.html
===================================================================
RCS file: /sources/public/html5/markup/blockquote.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- blockquote.html	16 Feb 2010 10:28:15 -0000	1.39
+++ blockquote.html	4 Mar 2010 17:14:39 -0000	1.40
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: blockquote &#8211; block quotation</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: blockquote &#8211; block quotation</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -62,7 +62,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#blockquote-display">#</a></h2>
         <div class="css-props" id="blockquote-css"><div class="selectors"><span class="selector">blockquote</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 40px 1em 40px</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="bdo.html">&#171; bdo</a></span>
 <span class="nav-next"><a href="body.html">body &#187;</a></span>

Index: hr.html
===================================================================
RCS file: /sources/public/html5/markup/hr.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- hr.html	25 Feb 2010 14:37:46 -0000	1.39
+++ hr.html	4 Mar 2010 17:14:41 -0000	1.40
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: hr &#8211; thematic break (CHANGED)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: hr &#8211; thematic break (CHANGED)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -81,7 +81,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#hr-display">#</a></h2>
         <div class="css-props" id="hr-css"><div class="selectors"><span class="selector">hr</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">0.5em auto</span>;</div><div class="css-property"><span class="prop-name">border-style</span>: <span class="prop-value">inset</span>;</div><div class="css-property"><span class="prop-name">border-width</span>: <span class="prop-value">1px</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="hgroup.html">&#171; hgroup</a></span>
 <span class="nav-next"><a href="html.html">html &#187;</a></span>

Index: td.html
===================================================================
RCS file: /sources/public/html5/markup/td.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- td.html	16 Feb 2010 10:28:20 -0000	1.44
+++ td.html	4 Mar 2010 17:14:44 -0000	1.45
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: td &#8211; table cell</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: td &#8211; table cell</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -135,7 +135,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#td-display">#</a></h2>
         <div class="css-props" id="td-css"><div class="selectors"><span class="selector">td</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-cell</span>;</div><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">inherit</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="tbody.html">&#171; tbody</a></span>
 <span class="nav-next"><a href="textarea.html">textarea &#187;</a></span>

Index: elements-generated.html
===================================================================
RCS file: /sources/public/html5/markup/elements-generated.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- elements-generated.html	25 Dec 2008 06:38:36 -0000	1.19
+++ elements-generated.html	4 Mar 2010 17:14:40 -0000	1.20
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<div xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://www.w3.org/1999/xhtml">
+<div  xmlns:h="http://www.w3.org/1999/xhtml">
 <div id="a">
 <h4>The a element</h4>
 <div class="longdesc">

Index: em.html
===================================================================
RCS file: /sources/public/html5/markup/em.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- em.html	22 Feb 2010 09:36:44 -0000	1.38
+++ em.html	4 Mar 2010 17:14:40 -0000	1.39
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: em &#8211; emphatic stress (CHANGED)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: em &#8211; emphatic stress (CHANGED)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -52,7 +52,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#em-display">#</a></h2>
         <div class="css-props" id="em-css"><div class="selectors"><span class="selector">em</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">font-style</span>: <span class="prop-value">italic</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="dt.html">&#171; dt</a></span>
 <span class="nav-next"><a href="embed.html">embed &#187;</a></span>

Index: figure.html
===================================================================
RCS file: /sources/public/html5/markup/figure.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- figure.html	16 Feb 2010 10:28:16 -0000	1.25
+++ figure.html	4 Mar 2010 17:14:40 -0000	1.26
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: figure &#8211; figure with optional caption (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: figure &#8211; figure with optional caption (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -55,7 +55,7 @@
         <h2 class="element-subhead">DOM interface <a class="hash" href="#figure-interface">#</a></h2><p class="dom-interface">Uses
             <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>.
           </p></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="figcaption.html">&#171; figcaption</a></span>
 <span class="nav-next"><a href="footer.html">footer &#187;</a></span>

Index: input.hidden.html
===================================================================
RCS file: /sources/public/html5/markup/input.hidden.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- input.hidden.html	16 Feb 2010 10:28:17 -0000	1.41
+++ input.hidden.html	4 Mar 2010 17:14:41 -0000	1.42
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=hidden &#8211; hidden input control</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=hidden &#8211; hidden input control</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -145,7 +145,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.file.html">&#171; input type=file</a></span>
 <span class="nav-next"><a href="input.image.html">input type=image &#187;</a></span>

Index: caption.html
===================================================================
RCS file: /sources/public/html5/markup/caption.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- caption.html	16 Feb 2010 10:28:16 -0000	1.37
+++ caption.html	4 Mar 2010 17:14:39 -0000	1.38
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: caption &#8211; table title</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: caption &#8211; table title</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -58,7 +58,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#caption-display">#</a></h2>
         <div class="css-props" id="caption-css"><div class="selectors"><span class="selector">caption</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-caption</span>;</div><div class="css-property"><span class="prop-name">text-align</span>: <span class="prop-value">center</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="canvas.html">&#171; canvas</a></span>
 <span class="nav-next"><a href="cite.html">cite &#187;</a></span>

Index: kbd.html
===================================================================
RCS file: /sources/public/html5/markup/kbd.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- kbd.html	16 Feb 2010 10:28:18 -0000	1.38
+++ kbd.html	4 Mar 2010 17:14:42 -0000	1.39
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: kbd &#8211; user input</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: kbd &#8211; user input</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -58,7 +58,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#kbd-display">#</a></h2>
         <div class="css-props" id="kbd-css"><div class="selectors"><span class="selector">kbd</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">font-family</span>: <span class="prop-value">monospace</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="ins.html">&#171; ins</a></span>
 <span class="nav-next"><a href="keygen.html">keygen &#187;</a></span>

Index: references.html
===================================================================
RCS file: /sources/public/html5/markup/references.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- references.html	2 Mar 2010 05:12:40 -0000	1.22
+++ references.html	4 Mar 2010 17:14:43 -0000	1.23
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: References</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: References</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -85,7 +85,7 @@
       W3C Recommendation.</dd>
   </dl>
 </div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="datatypes.html">&#171; datatypes</a></span>
 <span class="nav-next"><a href="acknowledgments.html">acknowledgments &#187;</a></span>

Index: base.html
===================================================================
RCS file: /sources/public/html5/markup/base.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- base.html	16 Feb 2010 10:28:15 -0000	1.40
+++ base.html	4 Mar 2010 17:14:39 -0000	1.41
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: base &#8211; base URL</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: base &#8211; base URL</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -68,7 +68,7 @@
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-base-href" title="dom-base-href">href</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-base-target" title="dom-base-target">target</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="b.html">&#171; b</a></span>
 <span class="nav-next"><a href="bdo.html">bdo &#187;</a></span>

Index: canvas.html
===================================================================
RCS file: /sources/public/html5/markup/canvas.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- canvas.html	22 Feb 2010 12:12:21 -0000	1.38
+++ canvas.html	4 Mar 2010 17:14:39 -0000	1.39
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: canvas &#8211; canvas for dynamic graphics (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: canvas &#8211; canvas for dynamic graphics (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -71,7 +71,7 @@
 
   object <a href="http://dev.w3.org/html5/spec/#dom-canvas-getcontext" title="dom-canvas-getContext">getContext</a>(in DOMString contextId);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="button.button.html">&#171; button type=button</a></span>
 <span class="nav-next"><a href="caption.html">caption &#187;</a></span>

Index: input.search.html
===================================================================
RCS file: /sources/public/html5/markup/input.search.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- input.search.html	16 Feb 2010 10:28:18 -0000	1.44
+++ input.search.html	4 Mar 2010 17:14:41 -0000	1.45
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=search &#8211; search field (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=search &#8211; search field (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -154,7 +154,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.url.html">&#171; input type=url</a></span>
 <span class="nav-next"><a href="input.tel.html">input type=tel &#187;</a></span>

Index: tfoot.html
===================================================================
RCS file: /sources/public/html5/markup/tfoot.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- tfoot.html	16 Feb 2010 10:28:20 -0000	1.36
+++ tfoot.html	4 Mar 2010 17:14:44 -0000	1.37
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: tfoot &#8211; table footer row group</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: tfoot &#8211; table footer row group</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -100,7 +100,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#tfoot-display">#</a></h2>
         <div class="css-props" id="tfoot-css"><div class="selectors"><span class="selector">tfoot</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-footer-group</span>;</div><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">middle</span>;</div><div class="css-property"><span class="prop-name">border-color</span>: <span class="prop-value">inherit</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="textarea.html">&#171; textarea</a></span>
 <span class="nav-next"><a href="th.html">th &#187;</a></span>

Index: rt.html
===================================================================
RCS file: /sources/public/html5/markup/rt.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- rt.html	16 Feb 2010 10:28:19 -0000	1.39
+++ rt.html	4 Mar 2010 17:14:43 -0000	1.40
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: rt &#8211; ruby text (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: rt &#8211; ruby text (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -64,7 +64,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#rt-display">#</a></h2>
         <div class="css-props" id="rt-css"><div class="selectors"><span class="selector">rt</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">text-indent</span>: <span class="prop-value">0</span>;</div><div class="css-property"><span class="prop-name">line-height</span>: <span class="prop-value">normal</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="rp.html">&#171; rp</a></span>
 <span class="nav-next"><a href="ruby.html">ruby &#187;</a></span>

Index: fieldset.html
===================================================================
RCS file: /sources/public/html5/markup/fieldset.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- fieldset.html	16 Feb 2010 10:28:16 -0000	1.40
+++ fieldset.html	4 Mar 2010 17:14:40 -0000	1.41
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: fieldset &#8211; set of related form controls</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: fieldset &#8211; set of related form controls</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -68,7 +68,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#fieldset-display">#</a></h2>
         <div class="css-props" id="fieldset-css"><div class="selectors"><span class="selector">fieldset</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin-left</span>: <span class="prop-value">2px</span>;</div><div class="css-property"><span class="prop-name">margin-right</span>: <span class="prop-value">2px</span>;</div><div class="css-property"><span class="prop-name">padding</span>: <span class="prop-value">0.35em 0.75em 0.625em</span>;</div><div class="css-property"><span class="prop-name">border</span>: <span class="prop-value">2px groove <i class="vendor-value">(internal value)</i></span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="embed.html">&#171; embed</a></span>
 <span class="nav-next"><a href="figcaption.html">figcaption &#187;</a></span>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.190
retrieving revision 1.191
diff -u -d -r1.190 -r1.191
--- spec.html	4 Mar 2010 16:46:18 -0000	1.190
+++ spec.html	4 Mar 2010 17:14:43 -0000	1.191
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html >
+<html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
 <title>HTML: The Markup Language</title>

Index: datalist.html
===================================================================
RCS file: /sources/public/html5/markup/datalist.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- datalist.html	16 Feb 2010 10:28:16 -0000	1.42
+++ datalist.html	4 Mar 2010 17:14:39 -0000	1.43
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: datalist &#8211; predefined options for other controls (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: datalist &#8211; predefined options for other controls (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -65,7 +65,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#datalist-display">#</a></h2>
         <div class="css-props" id="datalist-css"><div class="selectors"><span class="selector">datalist</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="command.checkbox.html">&#171; command type=checkbox</a></span>
 <span class="nav-next"><a href="dd.html">dd &#187;</a></span>

Index: h1.html
===================================================================
RCS file: /sources/public/html5/markup/h1.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- h1.html	16 Feb 2010 10:28:17 -0000	1.40
+++ h1.html	4 Mar 2010 17:14:40 -0000	1.41
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: h1 &#8211; heading</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: h1 &#8211; heading</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -63,7 +63,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h1-display">#</a></h2>
         <div class="css-props" id="h1-css"><div class="selectors"><span class="selector">h1</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">2em</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">.67em 0 .67em 0</span>;</div><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="form.html">&#171; form</a></span>
 <span class="nav-next"><a href="h2.html">h2 &#187;</a></span>

Index: h3.html
===================================================================
RCS file: /sources/public/html5/markup/h3.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- h3.html	16 Feb 2010 10:28:17 -0000	1.41
+++ h3.html	4 Mar 2010 17:14:40 -0000	1.42
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: h3 &#8211; heading</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: h3 &#8211; heading</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -63,7 +63,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h3-display">#</a></h2>
         <div class="css-props" id="h3-css"><div class="selectors"><span class="selector">h3</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">1.17em</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 0 1em 0</span>;</div><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="h2.html">&#171; h2</a></span>
 <span class="nav-next"><a href="h4.html">h4 &#187;</a></span>

Index: optgroup.html
===================================================================
RCS file: /sources/public/html5/markup/optgroup.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- optgroup.html	16 Feb 2010 10:28:18 -0000	1.37
+++ optgroup.html	4 Mar 2010 17:14:42 -0000	1.38
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: optgroup &#8211; group of options</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: optgroup &#8211; group of options</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -69,7 +69,7 @@
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-optgroup-disabled" title="dom-optgroup-disabled">disabled</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-optgroup-label" title="dom-optgroup-label">label</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="ol.html">&#171; ol</a></span>
 <span class="nav-next"><a href="option.html">option &#187;</a></span>

Index: input.week.html
===================================================================
RCS file: /sources/public/html5/markup/input.week.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- input.week.html	16 Feb 2010 10:28:18 -0000	1.44
+++ input.week.html	4 Mar 2010 17:14:42 -0000	1.45
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=week &#8211; year-and-week input control (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=week &#8211; year-and-week input control (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -167,7 +167,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.time.html">&#171; input type=time</a></span>
 <span class="nav-next"><a href="input.number.html">input type=number &#187;</a></span>

Index: button.button.html
===================================================================
RCS file: /sources/public/html5/markup/button.button.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- button.button.html	16 Feb 2010 10:28:15 -0000	1.43
+++ button.button.html	4 Mar 2010 17:14:39 -0000	1.44
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: button type=button &#8211; button with no additional semantics</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: button type=button &#8211; button with no additional semantics</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -101,7 +101,7 @@
 
   readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="button.reset.html">&#171; button type=reset</a></span>
 <span class="nav-next"><a href="canvas.html">canvas &#187;</a></span>

Index: form.html
===================================================================
RCS file: /sources/public/html5/markup/form.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- form.html	16 Feb 2010 10:28:16 -0000	1.46
+++ form.html	4 Mar 2010 17:14:40 -0000	1.47
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: form &#8211; user-submittable form</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: form &#8211; user-submittable form</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -138,7 +138,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#form-display">#</a></h2>
         <div class="css-props" id="form-css"><div class="selectors"><span class="selector">form</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin-top</span>: <span class="prop-value">0em</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="footer.html">&#171; footer</a></span>
 <span class="nav-next"><a href="h1.html">h1 &#187;</a></span>

Index: small.html
===================================================================
RCS file: /sources/public/html5/markup/small.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- small.html	16 Feb 2010 10:28:19 -0000	1.39
+++ small.html	4 Mar 2010 17:14:43 -0000	1.40
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: small &#8211; small print (CHANGED)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: small &#8211; small print (CHANGED)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -53,7 +53,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#small-display">#</a></h2>
         <div class="css-props" id="small-css"><div class="selectors"><span class="selector">small</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">smaller</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="select.html">&#171; select</a></span>
 <span class="nav-next"><a href="source.html">source &#187;</a></span>

Index: ruby.html
===================================================================
RCS file: /sources/public/html5/markup/ruby.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- ruby.html	16 Feb 2010 10:28:19 -0000	1.39
+++ ruby.html	4 Mar 2010 17:14:43 -0000	1.40
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: ruby &#8211; ruby annotation (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: ruby &#8211; ruby annotation (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -56,7 +56,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ruby-display">#</a></h2>
         <div class="css-props" id="ruby-css"><div class="selectors"><span class="selector">ruby</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">text-indent</span>: <span class="prop-value">0</span>;</div><div class="css-property"><span class="prop-name">line-height</span>: <span class="prop-value">normal</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="rt.html">&#171; rt</a></span>
 <span class="nav-next"><a href="samp.html">samp &#187;</a></span>

Index: ol.html
===================================================================
RCS file: /sources/public/html5/markup/ol.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- ol.html	16 Feb 2010 10:28:18 -0000	1.41
+++ ol.html	4 Mar 2010 17:14:42 -0000	1.42
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: ol &#8211; ordered list</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: ol &#8211; ordered list</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -92,7 +92,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#ol-display">#</a></h2>
         <div class="css-props" id="ol-css"><div class="selectors"><span class="selector">ol</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">list-style-type</span>: <span class="prop-value">decimal</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 0 1em 0</span>;</div><div class="css-property"><span class="prop-name">padding-start</span>: <span class="prop-value">40px</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="object.html">&#171; object</a></span>
 <span class="nav-next"><a href="optgroup.html">optgroup &#187;</a></span>

Index: article.html
===================================================================
RCS file: /sources/public/html5/markup/article.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- article.html	2 Mar 2010 07:29:50 -0000	1.44
+++ article.html	4 Mar 2010 17:14:38 -0000	1.45
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: article &#8211; article (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: article &#8211; article (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -64,7 +64,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#article-display">#</a></h2>
         <div class="css-props" id="article-css"><div class="selectors"><span class="selector">article</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="area.html">&#171; area</a></span>
 <span class="nav-next"><a href="aside.html">aside &#187;</a></span>

Index: dialog.html
===================================================================
RCS file: /sources/public/html5/markup/dialog.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- dialog.html	9 Sep 2009 08:00:46 -0000	1.13
+++ dialog.html	4 Mar 2010 17:14:40 -0000	1.14
@@ -1,9 +1,9 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html >
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
 <title>HTML5: dialog &#8211; conversation</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
-<link rel="stylesheet" href="W3C-ED.css" type="text/css"></link>
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML 5: The Markup Language</a></h2>
@@ -60,7 +60,7 @@
     <a href="dd.html#dd-discourse">span of discourse/quote</a>
     (represented by a <a href="dd.html#dd" class="element">dd</a> element).</p>
   </div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="dfn.html">&#171; dfn</a></span>
 <span class="nav-next"><a href="div.html">div &#187;</a></span>

Index: form-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/form-attributes.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- form-attributes.html	1 Aug 2009 16:46:31 -0000	1.2
+++ form-attributes.html	4 Mar 2010 17:14:40 -0000	1.3
@@ -1,9 +1,9 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html >
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
 <title>HTML5: Form attributes</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
-<link rel="stylesheet" href="W3C-ED.css" type="text/css"></link>
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML5: The Markup Language</a></h2>
@@ -55,7 +55,7 @@
     </span><a class="hash" href="form-attributes.html#input.attrs.step.integer">#</a></dt><dd><i class="TK">(detailed attribute description to come)</i></dd>
         </dl>
     </div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="common-attributes.html">&#171; common-attributes</a></span>
 <span class="nav-next"><a href="datatypes.html">datatypes &#187;</a></span>

Index: meta.name.html
===================================================================
RCS file: /sources/public/html5/markup/meta.name.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- meta.name.html	16 Feb 2010 10:28:18 -0000	1.41
+++ meta.name.html	4 Mar 2010 17:14:42 -0000	1.42
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: meta name &#8211; name-value metadata</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: meta name &#8211; name-value metadata</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -65,7 +65,7 @@
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-content" title="dom-meta-content">content</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="meta.html">&#171; meta</a></span>
 <span class="nav-next"><a href="meta.http-equiv.refresh.html">meta http-equiv=refresh &#187;</a></span>

Index: elements.html
===================================================================
RCS file: /sources/public/html5/markup/elements.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- elements.html	2 Mar 2010 07:29:50 -0000	1.39
+++ elements.html	4 Mar 2010 17:14:40 -0000	1.40
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: HTML elements</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: HTML elements</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -298,7 +298,7 @@
     
     
     </div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="syntax.html">&#171; syntax</a></span>
 <span class="nav-next"><a href="common-models.html">common models &#187;</a></span>

Index: colgroup.html
===================================================================
RCS file: /sources/public/html5/markup/colgroup.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- colgroup.html	16 Feb 2010 10:28:16 -0000	1.38
+++ colgroup.html	4 Mar 2010 17:14:39 -0000	1.39
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: colgroup &#8211; table column group</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: colgroup &#8211; table column group</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -100,7 +100,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#colgroup-display">#</a></h2>
         <div class="css-props" id="colgroup-css"><div class="selectors"><span class="selector">colgroup</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-column-group</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="col.html">&#171; col</a></span>
 <span class="nav-next"><a href="command.html">command &#187;</a></span>

Index: dl.html
===================================================================
RCS file: /sources/public/html5/markup/dl.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- dl.html	16 Feb 2010 10:28:16 -0000	1.38
+++ dl.html	4 Mar 2010 17:14:40 -0000	1.39
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: dl &#8211; description list</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: dl &#8211; description list</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -74,7 +74,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#dl-display">#</a></h2>
         <div class="css-props" id="dl-css"><div class="selectors"><span class="selector">dl</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 0 1em 0</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="div.html">&#171; div</a></span>
 <span class="nav-next"><a href="dt.html">dt &#187;</a></span>

Index: thead.html
===================================================================
RCS file: /sources/public/html5/markup/thead.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- thead.html	16 Feb 2010 10:28:20 -0000	1.36
+++ thead.html	4 Mar 2010 17:14:44 -0000	1.37
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: thead &#8211; table heading group</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: thead &#8211; table heading group</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -87,7 +87,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#thead-display">#</a></h2>
         <div class="css-props" id="thead-css"><div class="selectors"><span class="selector">thead</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-header-group</span>;</div><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">middle</span>;</div><div class="css-property"><span class="prop-name">border-color</span>: <span class="prop-value">inherit</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="th.html">&#171; th</a></span>
 <span class="nav-next"><a href="time.html">time &#187;</a></span>

Index: tbody.html
===================================================================
RCS file: /sources/public/html5/markup/tbody.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- tbody.html	16 Feb 2010 10:28:20 -0000	1.36
+++ tbody.html	4 Mar 2010 17:14:44 -0000	1.37
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: tbody &#8211; table row group</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: tbody &#8211; table row group</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -97,7 +97,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#tbody-display">#</a></h2>
         <div class="css-props" id="tbody-css"><div class="selectors"><span class="selector">tbody</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">table-row-group</span>;</div><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">middle</span>;</div><div class="css-property"><span class="prop-name">border-color</span>: <span class="prop-value">inherit</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="table.html">&#171; table</a></span>
 <span class="nav-next"><a href="td.html">td &#187;</a></span>

Index: video.html
===================================================================
RCS file: /sources/public/html5/markup/video.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- video.html	25 Feb 2010 10:30:20 -0000	1.49
+++ video.html	4 Mar 2010 17:14:44 -0000	1.50
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: video &#8211; video (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: video &#8211; video (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -136,7 +136,7 @@
   readonly attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-video-videoheight" title="dom-video-videoHeight">videoHeight</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-video-poster" title="dom-video-poster">poster</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="var.html">&#171; var</a></span>
 <span class="nav-next"><a href="common-models.html">common models &#187;</a></span>

Index: source.html
===================================================================
RCS file: /sources/public/html5/markup/source.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- source.html	16 Feb 2010 10:28:19 -0000	1.48
+++ source.html	4 Mar 2010 17:14:43 -0000	1.49
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: source &#8211; media source (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: source &#8211; media source (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -93,7 +93,7 @@
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-source-type" title="dom-source-type">type</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-source-media" title="dom-source-media">media</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="small.html">&#171; small</a></span>
 <span class="nav-next"><a href="span.html">span &#187;</a></span>

Index: button.reset.html
===================================================================
RCS file: /sources/public/html5/markup/button.reset.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- button.reset.html	16 Feb 2010 10:28:15 -0000	1.43
+++ button.reset.html	4 Mar 2010 17:14:39 -0000	1.44
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: button type=reset &#8211; reset button</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: button type=reset &#8211; reset button</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -101,7 +101,7 @@
 
   readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="button.submit.html">&#171; button type=submit</a></span>
 <span class="nav-next"><a href="button.button.html">button type=button &#187;</a></span>

Index: meta.charset.html
===================================================================
RCS file: /sources/public/html5/markup/meta.charset.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- meta.charset.html	16 Feb 2010 10:28:18 -0000	1.48
+++ meta.charset.html	4 Mar 2010 17:14:42 -0000	1.49
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: meta charset &#8211; document character-encoding declaration (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: meta charset &#8211; document character-encoding declaration (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -81,7 +81,7 @@
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-httpequiv" title="dom-meta-httpEquiv">httpEquiv</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-meta-content" title="dom-meta-content">content</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="meta.http-equiv.content-language.html">&#171; meta http-equiv=content-language</a></span>
 <span class="nav-next"><a href="meta.http-equiv.content-type.html">meta http-equiv=content-type &#187;</a></span>

Index: output.html
===================================================================
RCS file: /sources/public/html5/markup/output.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- output.html	16 Feb 2010 10:28:19 -0000	1.44
+++ output.html	4 Mar 2010 17:14:42 -0000	1.45
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: output &#8211; result of a calculation in a form (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: output &#8211; result of a calculation in a form (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -76,7 +76,7 @@
 
   readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="option.html">&#171; option</a></span>
 <span class="nav-next"><a href="p.html">p &#187;</a></span>

Index: i.html
===================================================================
RCS file: /sources/public/html5/markup/i.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- i.html	16 Feb 2010 10:28:17 -0000	1.37
+++ i.html	4 Mar 2010 17:14:41 -0000	1.38
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: i &#8211; offset text typically styled in italic</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: i &#8211; offset text typically styled in italic</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -62,7 +62,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#i-display">#</a></h2>
         <div class="css-props" id="i-css"><div class="selectors"><span class="selector">i</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">font-style</span>: <span class="prop-value">italic</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="html.html">&#171; html</a></span>
 <span class="nav-next"><a href="iframe.html">iframe &#187;</a></span>

Index: input.submit.html
===================================================================
RCS file: /sources/public/html5/markup/input.submit.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- input.submit.html	16 Feb 2010 10:28:18 -0000	1.41
+++ input.submit.html	4 Mar 2010 17:14:41 -0000	1.42
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=submit &#8211; submit button</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=submit &#8211; submit button</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -149,7 +149,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.button.html">&#171; input type=button</a></span>
 <span class="nav-next"><a href="input.reset.html">input type=reset &#187;</a></span>

Index: input.date.html
===================================================================
RCS file: /sources/public/html5/markup/input.date.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- input.date.html	16 Feb 2010 10:28:17 -0000	1.43
+++ input.date.html	4 Mar 2010 17:14:41 -0000	1.44
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=date &#8211; date input control (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=date &#8211; date input control (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -167,7 +167,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.datetime-local.html">&#171; input type=datetime-local</a></span>
 <span class="nav-next"><a href="input.month.html">input type=month &#187;</a></span>

Index: var.html
===================================================================
RCS file: /sources/public/html5/markup/var.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- var.html	16 Feb 2010 10:28:20 -0000	1.37
+++ var.html	4 Mar 2010 17:14:44 -0000	1.38
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: var &#8211; variable or placeholder text</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: var &#8211; variable or placeholder text</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -54,7 +54,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#var-display">#</a></h2>
         <div class="css-props" id="var-css"><div class="selectors"><span class="selector">var</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">font-style</span>: <span class="prop-value">italic</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="ul.html">&#171; ul</a></span>
 <span class="nav-next"><a href="video.html">video &#187;</a></span>

Index: sub.html
===================================================================
RCS file: /sources/public/html5/markup/sub.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- sub.html	16 Feb 2010 10:28:19 -0000	1.38
+++ sub.html	4 Mar 2010 17:14:43 -0000	1.39
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: sub &#8211; subscript</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: sub &#8211; subscript</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -52,7 +52,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#sub-display">#</a></h2>
         <div class="css-props" id="sub-css"><div class="selectors"><span class="selector">sub</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">sub</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">smaller</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="style.html">&#171; style</a></span>
 <span class="nav-next"><a href="summary.html">summary &#187;</a></span>

Index: title.html
===================================================================
RCS file: /sources/public/html5/markup/title.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- title.html	2 Mar 2010 05:12:40 -0000	1.38
+++ title.html	4 Mar 2010 17:14:44 -0000	1.39
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: title &#8211; document title</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: title &#8211; document title</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -51,7 +51,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#title-display">#</a></h2>
         <div class="css-props" id="title-css"><div class="selectors"><span class="selector">title</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">none</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="time.html">&#171; time</a></span>
 <span class="nav-next"><a href="tr.html">tr &#187;</a></span>

Index: pre.html
===================================================================
RCS file: /sources/public/html5/markup/pre.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- pre.html	16 Feb 2010 10:28:19 -0000	1.40
+++ pre.html	4 Mar 2010 17:14:43 -0000	1.41
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: pre &#8211; preformatted text</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: pre &#8211; preformatted text</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -61,7 +61,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#pre-display">#</a></h2>
         <div class="css-props" id="pre-css"><div class="selectors"><span class="selector">pre</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">font-family</span>: <span class="prop-value">monospace</span>;</div><div class="css-property"><span class="prop-name">white-space</span>: <span class="prop-value">pre</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1em 0</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="param.html">&#171; param</a></span>
 <span class="nav-next"><a href="progress.html">progress &#187;</a></span>

Index: button.submit.html
===================================================================
RCS file: /sources/public/html5/markup/button.submit.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- button.submit.html	16 Feb 2010 10:28:16 -0000	1.43
+++ button.submit.html	4 Mar 2010 17:14:39 -0000	1.44
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: button type=submit &#8211; submit button</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: button type=submit &#8211; submit button</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -106,7 +106,7 @@
 
   readonly attribute <a href="http://dev.w3.org/html5/spec/#nodelist" title="">NodeList</a> <a href="http://dev.w3.org/html5/spec/#dom-lfe-labels" title="dom-lfe-labels">labels</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="button.html">&#171; button</a></span>
 <span class="nav-next"><a href="button.reset.html">button type=reset &#187;</a></span>

Index: rp.html
===================================================================
RCS file: /sources/public/html5/markup/rp.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- rp.html	16 Feb 2010 10:28:19 -0000	1.39
+++ rp.html	4 Mar 2010 17:14:43 -0000	1.40
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: rp &#8211; ruby parenthesis (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: rp &#8211; ruby parenthesis (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -62,7 +62,7 @@
         <h2 class="element-subhead">DOM interface <a class="hash" href="#rp-interface">#</a></h2><p class="dom-interface">Uses
             <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>.
           </p></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="q.html">&#171; q</a></span>
 <span class="nav-next"><a href="rt.html">rt &#187;</a></span>

Index: sup.html
===================================================================
RCS file: /sources/public/html5/markup/sup.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- sup.html	16 Feb 2010 10:28:19 -0000	1.38
+++ sup.html	4 Mar 2010 17:14:43 -0000	1.39
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: sup &#8211; superscript</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: sup &#8211; superscript</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -52,7 +52,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#sup-display">#</a></h2>
         <div class="css-props" id="sup-css"><div class="selectors"><span class="selector">sup</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">vertical-align</span>: <span class="prop-value">super</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">smaller</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="summary.html">&#171; summary</a></span>
 <span class="nav-next"><a href="table.html">table &#187;</a></span>

Index: forms-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/forms-attributes.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- forms-attributes.html	16 Feb 2010 10:28:16 -0000	1.13
+++ forms-attributes.html	4 Mar 2010 17:14:40 -0000	1.14
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: Forms attributes</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: Forms attributes</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -95,7 +95,7 @@
         value.</dd>
         </dl>
     </div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="common-attributes.html">&#171; common attributes</a></span>
 <span class="nav-next"><a href="datatypes.html">datatypes &#187;</a></span>

Index: details.html
===================================================================
RCS file: /sources/public/html5/markup/details.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- details.html	16 Feb 2010 10:28:16 -0000	1.26
+++ details.html	4 Mar 2010 17:14:40 -0000	1.27
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: details &#8211; control for additional on-demand information (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: details &#8211; control for additional on-demand information (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -73,7 +73,7 @@
         <h2 class="element-subhead">DOM interface <a class="hash" href="#details-interface">#</a></h2><pre class="idl">interface <b>HTMLDetailsElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
            attribute boolean <a href="http://dev.w3.org/html5/spec/#dom-details-open" title="dom-details-open">open</a>;
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="del.html">&#171; del</a></span>
 <span class="nav-next"><a href="dfn.html">dfn &#187;</a></span>

Index: input.url.html
===================================================================
RCS file: /sources/public/html5/markup/input.url.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- input.url.html	16 Feb 2010 10:28:18 -0000	1.43
+++ input.url.html	4 Mar 2010 17:14:42 -0000	1.44
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: input type=url &#8211; URL input control (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: input type=url &#8211; URL input control (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -157,7 +157,7 @@
            attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionend" title="dom-textarea/input-selectionEnd">selectionEnd</a>;
   void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-setselectionrange" title="dom-textarea/input-setSelectionRange">setSelectionRange</a>(in unsigned long start, in unsigned long end);
 };</pre></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="input.email.html">&#171; input type=email</a></span>
 <span class="nav-next"><a href="input.search.html">input type=search &#187;</a></span>

Index: summary.html
===================================================================
RCS file: /sources/public/html5/markup/summary.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- summary.html	16 Feb 2010 10:28:19 -0000	1.10
+++ summary.html	4 Mar 2010 17:14:43 -0000	1.11
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: summary &#8211; summary, caption, or legend for a details control (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: summary &#8211; summary, caption, or legend for a details control (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -50,7 +50,7 @@
         <h2 class="element-subhead">DOM interface <a class="hash" href="#summary-interface">#</a></h2><p class="dom-interface">Uses
             <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>.
           </p></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="sub.html">&#171; sub</a></span>
 <span class="nav-next"><a href="sup.html">sup &#187;</a></span>

Index: hgroup.html
===================================================================
RCS file: /sources/public/html5/markup/hgroup.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- hgroup.html	16 Feb 2010 10:28:17 -0000	1.37
+++ hgroup.html	4 Mar 2010 17:14:41 -0000	1.38
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: hgroup &#8211; heading group (NEW)</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: hgroup &#8211; heading group (NEW)</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -59,7 +59,7 @@
         <h2 class="element-subhead">DOM interface <a class="hash" href="#hgroup-interface">#</a></h2><p class="dom-interface">Uses
             <a href="http://dev.w3.org/html5/spec/#htmlelement" title="HTMLElement">HTMLElement</a>.
           </p></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="header.html">&#171; header</a></span>
 <span class="nav-next"><a href="hr.html">hr &#187;</a></span>

Index: h5.html
===================================================================
RCS file: /sources/public/html5/markup/h5.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- h5.html	16 Feb 2010 10:28:17 -0000	1.41
+++ h5.html	4 Mar 2010 17:14:40 -0000	1.42
@@ -1,8 +1,8 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html>
 <head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"></link><title>HTML5: h5 &#8211; heading</title>
-<link rel="stylesheet" href="style.css" type="text/css"></link>
+<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css"><title>HTML5: h5 &#8211; heading</title>
+<link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body>
 <h2 class="chunkpagetitle"><a href="Overview.html">HTML: The Markup Language</a></h2>
@@ -63,7 +63,7 @@
         <h2 class="element-subhead">Typical default display properties <a class="hash" href="#h5-display">#</a></h2>
         <div class="css-props" id="h5-css"><div class="selectors"><span class="selector">h5</span> {
 </div><div class="properties"><div class="css-property"><span class="prop-name">display</span>: <span class="prop-value">block</span>;</div><div class="css-property"><span class="prop-name">font-size</span>: <span class="prop-value">.83em</span>;</div><div class="css-property"><span class="prop-name">margin</span>: <span class="prop-value">1.67em 0 1.67em 0</span>;</div><div class="css-property"><span class="prop-name">font-weight</span>: <span class="prop-value">bold</span>; }</div></div></div></div></div>
-<hr class="footerbreak"></hr>
+<hr class="footerbreak">
 <div class="nav">
 <span class="nav-prev"><a href="h4.html">&#171; h4</a></span>
 <span class="nav-next"><a href="h6.html">h6 &#187;</a></span>

Received on Thursday, 4 March 2010 17:15:24 UTC