html5/markup Makefile,1.96,1.97 Overview.html,1.401,1.402 a.html,1.56,1.57 abbr.html,1.39,1.40 acknowledgments.html,1.15,1.16 address.html,1.41,1.42 area.html,1.51,1.52 article.html,1.46,1.47 aside.html,1.44,1.45 audio.html,1.52,1.53 b.html,1.41,1.42 base.html,1.42,1.43 bdo.html,1.41,1.42 blockquote.html,1.41,1.42 body.html,1.42,1.43 br.html,1.35,1.36 button.button.html,1.45,1.46 button.html,1.15,1.16 button.reset.html,1.45,1.46 button.submit.html,1.45,1.46 canvas.html,1.40,1.41 caption.html,1.39,1.40 cite.html,1.38,1.39 code.html,1.38,1.39 col.html,1.40,1.41 colgroup.html,1.40,1.41 command.checkbox.html,1.42,1.43 command.command.html,1.42,1.43 command.html,1.16,1.17 command.radio.html,1.42,1.43 common-attributes.html,1.37,1.38 common-models.html,1.29,1.30 datalist.html,1.44,1.45 datatypes.html,1.41,1.42 dd.html,1.43,1.44 del.html,1.44,1.45 details.html,1.28,1.29 dfn.html,1.40,1.41 div.html,1.41,1.42 dl.html,1.40,1.41 documents.html,1.19,1.20 dt.html,1.42,1.43 elements.html,1.41,1.42 em.html,1.40,1

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

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 div.html 
	dl.html documents.html dt.html elements.html em.html 
	embed.html fieldset.html figcaption.html figure.html 
	footer.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:
h:tml, switched to grabbing DOM IDLs from W3C version (because there are now some differences; e.g., the WHATWG version still has the ping attribute)
also, switched from maturity from WD back to ED


Index: body.html
===================================================================
RCS file: /sources/public/html5/markup/body.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- body.html	5 Mar 2010 02:19:37 -0000	1.42
+++ body.html	7 Mar 2010 11:29:03 -0000	1.43
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: body &#8211; document body</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: legend.html
===================================================================
RCS file: /sources/public/html5/markup/legend.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- legend.html	5 Mar 2010 02:19:40 -0000	1.40
+++ legend.html	7 Mar 2010 11:29:06 -0000	1.41
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: legend &#8211; title or explanatory caption</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: address.html
===================================================================
RCS file: /sources/public/html5/markup/address.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- address.html	5 Mar 2010 02:19:37 -0000	1.41
+++ address.html	7 Mar 2010 11:29:03 -0000	1.42
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: address &#8211; contact information</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: button.html
===================================================================
RCS file: /sources/public/html5/markup/button.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- button.html	5 Mar 2010 02:19:37 -0000	1.15
+++ button.html	7 Mar 2010 11:29:03 -0000	1.16
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: button</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: th.html
===================================================================
RCS file: /sources/public/html5/markup/th.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- th.html	5 Mar 2010 02:19:41 -0000	1.49
+++ th.html	7 Mar 2010 11:29:07 -0000	1.50
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: th &#8211; table header cell</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: mark.html
===================================================================
RCS file: /sources/public/html5/markup/mark.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- mark.html	5 Mar 2010 02:19:40 -0000	1.40
+++ mark.html	7 Mar 2010 11:29:06 -0000	1.41
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: mark &#8211; marked (highlighted) text (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.401
retrieving revision 1.402
diff -u -d -r1.401 -r1.402
--- Overview.html	5 Mar 2010 02:19:36 -0000	1.401
+++ Overview.html	7 Mar 2010 11:29:02 -0000	1.402
@@ -4,22 +4,20 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HTML: The Markup Language</title>
 <link rel="stylesheet" href="style.css" type="text/css">
-<script src="js/dfn.js" type="text/javascript"></script><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<script src="js/dfn.js" type="text/javascript"></script><link rel="stylesheet" href="W3C-ED.css" type="text/css">
 </head>
 <body>
 <div class="head">
 <div><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></div>
 <h1>HTML: The Markup Language</h1>
-<h2>W3C Working Draft <em>4 March 2010</em>
+<h2>W3C Editor&#8217;s Draft <em>7 March 2010</em>
 </h2>
 <dl>
-<dt>This Version:</dt>
-<dd><a href="http://www.w3.org/TR/2010/WD-html-markup-20100304/">http://www.w3.org/TR/2010/WD-html-markup-20100304/</a></dd>
-<dt>Latest Published Version:</dt>
-<dd><a href="http://www.w3.org/TR/html-markup/">http://www.w3.org/TR/html-markup/</a></dd>
 <dt>Latest Editor&#8217;s Draft:</dt>
 <dd>
 <a id="latestED" href="http://dev.w3.org/html5/markup/">http://dev.w3.org/html5/markup/</a> </dd>
+<dt>Latest Published Version:</dt>
+<dd><a href="http://www.w3.org/TR/html-markup/">http://www.w3.org/TR/html-markup/</a></dd>
 <dt>Editor:</dt>
 <dd>
 <a href="http://people.w3.org/mike">Michael(tm) Smith</a>, W3C &lt;<a href="mailto:mike@w3.org">mike@w3.org</a>&gt;</dd>
@@ -53,7 +51,7 @@
           reports index</a> at http://www.w3.org/TR/.
       </em></p>
     <p>
-        This document is the 4 March 2010 First Public Working Draft of 
+        This document is the 7 March 2010 Editor&#8217;s Draft of 
         <cite>HTML: The Markup Language</cite>.
       
       If you&#8217;d like to comment on this document, the preferred
@@ -66,7 +64,7 @@
     </p>
     <p>
       This document
-       was published by 
+       is associated with 
       the <a href="http://www.w3.org/html/wg">W3C HTML Working Group</a>,
       part of the <a href="http://www.w3.org/MarkUp/Activity.html">HTML Activity</a>
       in the W3C <a href="http://www.w3.org/Interaction/">Interaction Domain</a>.
@@ -111,26 +109,12 @@
 </div>
     <p>
           Publication as
-          a Working Draft does not imply endorsement by the
+          an Editor&#8217;s Draft does not imply endorsement by the
           W3C Membership. This is a draft document and may be updated, replaced
           or obsoleted by other documents at any time. It is inappropriate to cite
           this document as other than work in progress.
         </p>
-    <p>
-        This document was produced by a group operating under the
-        <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February
-          2004 W3C Patent Policy</a>. W3C maintains a
-        <a href="http://www.w3.org/2004/01/pp-impl/40318/status">public list of
-          any patent disclosures</a> made in connection with the deliverables of
-        the group; that page also includes instructions for disclosing a patent.
-        An individual who has actual knowledge of a patent which the individual
-        believes contains
-        <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
-          Claim(s)</a> must disclose the information in accordance with
-        <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
-          6 of the W3C Patent Policy</a>.
-      </p>
-</div>
+    </div>
 <div class="toc" id="unexpanded-toc">
 
       <h2>Table of Contents </h2>

Index: br.html
===================================================================
RCS file: /sources/public/html5/markup/br.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- br.html	5 Mar 2010 02:19:37 -0000	1.35
+++ br.html	7 Mar 2010 11:29:03 -0000	1.36
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: br &#8211; line break</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: input.email.html
===================================================================
RCS file: /sources/public/html5/markup/input.email.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- input.email.html	5 Mar 2010 02:19:39 -0000	1.45
+++ input.email.html	7 Mar 2010 11:29:05 -0000	1.46
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" 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>
@@ -182,10 +182,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: tr.html
===================================================================
RCS file: /sources/public/html5/markup/tr.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- tr.html	5 Mar 2010 02:19:42 -0000	1.38
+++ tr.html	7 Mar 2010 11:29:08 -0000	1.39
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: tr &#8211; table row</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: input.month.html
===================================================================
RCS file: /sources/public/html5/markup/input.month.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- input.month.html	5 Mar 2010 02:19:39 -0000	1.46
+++ input.month.html	7 Mar 2010 11:29:05 -0000	1.47
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" 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>
@@ -189,10 +189,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: iframe.html
===================================================================
RCS file: /sources/public/html5/markup/iframe.html,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- iframe.html	5 Mar 2010 02:19:39 -0000	1.54
+++ iframe.html	7 Mar 2010 11:29:04 -0000	1.55
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: iframe &#8211; nested browsing context (inline frame)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: ins.html
===================================================================
RCS file: /sources/public/html5/markup/ins.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- ins.html	5 Mar 2010 02:19:39 -0000	1.45
+++ ins.html	7 Mar 2010 11:29:05 -0000	1.46
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: ins &#8211; inserted text</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: abbr.html
===================================================================
RCS file: /sources/public/html5/markup/abbr.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- abbr.html	5 Mar 2010 02:19:37 -0000	1.39
+++ abbr.html	7 Mar 2010 11:29:02 -0000	1.40
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: abbr &#8211; abbreviation</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: div.html
===================================================================
RCS file: /sources/public/html5/markup/div.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- div.html	5 Mar 2010 02:19:38 -0000	1.41
+++ div.html	7 Mar 2010 11:29:04 -0000	1.42
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: div &#8211; generic flow container</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: webapps.html
===================================================================
RCS file: /sources/public/html5/markup/webapps.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- webapps.html	7 Mar 2010 11:05:05 -0000	1.9
+++ webapps.html	7 Mar 2010 11:29:08 -0000	1.10
@@ -1,98 +1,197 @@
 <?xml version="1.0" standalone="yes"?>
-<!DOCTYPE html>
-<html lang="en-US-x-hixie"><head><title>HTML5 (including next generation additions still in development)</title><script><![CDATA[
-   var loadTimer = new Date();
-   var current_revision = "r" + "$Revision$".substr(11);
-   current_revision = current_revision.substr(0, current_revision.length - 2);
-   var last_known_revision = current_revision;
-   function getCookie(name) {
-     var params = location.search.substr(1).split("&");
-     for (var index = 0; index < params.length; index++) {
-       if (params[index] == name)
[...35983 lines suppressed...]
-  examples used in the specification.</p>
-
-
-  <p>Thanks also to the Microsoft blogging community for some ideas,
+  </div><p>Thanks to the many sources that provided inspiration for the
+  examples used in the specification.</p><p>Thanks also to the Microsoft blogging community for some ideas,
   to the attendees of the W3C Workshop on Web Applications and
   Compound Documents for inspiration, to the #mrt crew, the #mrt.no
   crew, and the #whatwg crew, and to Pillar and Hedral for their ideas
-  and support.</p>
-
-  <!-- Hopefully Kam won't notice he's covered by these
-  acknowledgements three times! -->
-
-<!--
+  and support.</p><!-- Hopefully Kam won't notice he's covered by these
+  acknowledgements three times! --><!--
  v2  * library of resources:
         var library = new ZipFile("data.zip");
         library.onload = function() {

Index: table.html
===================================================================
RCS file: /sources/public/html5/markup/table.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- table.html	5 Mar 2010 02:19:41 -0000	1.44
+++ table.html	7 Mar 2010 11:29:07 -0000	1.45
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: table &#8211; table</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: nav.html
===================================================================
RCS file: /sources/public/html5/markup/nav.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- nav.html	5 Mar 2010 02:19:40 -0000	1.45
+++ nav.html	7 Mar 2010 11:29:06 -0000	1.46
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: nav &#8211; group of navigational links (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: html.html
===================================================================
RCS file: /sources/public/html5/markup/html.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- html.html	5 Mar 2010 02:19:38 -0000	1.41
+++ html.html	7 Mar 2010 11:29:04 -0000	1.42
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: html &#8211; root element</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: meta.http-equiv.content-type.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.content-type.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- meta.http-equiv.content-type.html	5 Mar 2010 02:19:40 -0000	1.47
+++ meta.http-equiv.content-type.html	7 Mar 2010 11:29:06 -0000	1.48
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" 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>

Index: footer.html
===================================================================
RCS file: /sources/public/html5/markup/footer.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- footer.html	5 Mar 2010 02:19:38 -0000	1.44
+++ footer.html	7 Mar 2010 11:29:04 -0000	1.45
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: footer &#8211; footer (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: meta.http-equiv.content-language.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.content-language.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- meta.http-equiv.content-language.html	5 Mar 2010 02:19:40 -0000	1.42
+++ meta.http-equiv.content-language.html	7 Mar 2010 11:29:06 -0000	1.43
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" 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>

Index: script.html
===================================================================
RCS file: /sources/public/html5/markup/script.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- script.html	5 Mar 2010 02:19:41 -0000	1.55
+++ script.html	7 Mar 2010 11:29:07 -0000	1.56
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: script &#8211; embedded script</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: input.range.html
===================================================================
RCS file: /sources/public/html5/markup/input.range.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- input.range.html	5 Mar 2010 02:19:39 -0000	1.46
+++ input.range.html	7 Mar 2010 11:29:05 -0000	1.47
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" 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>
@@ -187,10 +187,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: audio.html
===================================================================
RCS file: /sources/public/html5/markup/audio.html,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- audio.html	5 Mar 2010 02:19:37 -0000	1.52
+++ audio.html	7 Mar 2010 11:29:03 -0000	1.53
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: audio &#8211; audio stream (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: time.html
===================================================================
RCS file: /sources/public/html5/markup/time.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- time.html	5 Mar 2010 02:19:42 -0000	1.45
+++ time.html	7 Mar 2010 11:29:08 -0000	1.46
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: time &#8211; date and/or time (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: meta.http-equiv.default-style.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.default-style.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- meta.http-equiv.default-style.html	5 Mar 2010 02:19:40 -0000	1.44
+++ meta.http-equiv.default-style.html	7 Mar 2010 11:29:06 -0000	1.45
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" 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>

Index: input.html
===================================================================
RCS file: /sources/public/html5/markup/input.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- input.html	5 Mar 2010 02:19:39 -0000	1.16
+++ input.html	7 Mar 2010 11:29:05 -0000	1.17
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: input</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: command.html
===================================================================
RCS file: /sources/public/html5/markup/command.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- command.html	5 Mar 2010 02:19:37 -0000	1.16
+++ command.html	7 Mar 2010 11:29:03 -0000	1.17
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: command (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: keygen.html
===================================================================
RCS file: /sources/public/html5/markup/keygen.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- keygen.html	5 Mar 2010 02:19:40 -0000	1.44
+++ keygen.html	7 Mar 2010 11:29:05 -0000	1.45
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: keygen &#8211; key-pair generator/input control (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: command.command.html
===================================================================
RCS file: /sources/public/html5/markup/command.command.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- command.command.html	5 Mar 2010 02:19:37 -0000	1.42
+++ command.command.html	7 Mar 2010 11:29:03 -0000	1.43
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" 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>

Index: progress.html
===================================================================
RCS file: /sources/public/html5/markup/progress.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- progress.html	5 Mar 2010 02:19:40 -0000	1.45
+++ progress.html	7 Mar 2010 11:29:06 -0000	1.46
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: progress &#8211; progress indicator (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: dfn.html
===================================================================
RCS file: /sources/public/html5/markup/dfn.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- dfn.html	5 Mar 2010 02:19:38 -0000	1.40
+++ dfn.html	7 Mar 2010 11:29:04 -0000	1.41
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: dfn &#8211; defining instance</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: intro.html
===================================================================
RCS file: /sources/public/html5/markup/intro.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- intro.html	5 Mar 2010 02:19:39 -0000	1.17
+++ intro.html	7 Mar 2010 11:29:05 -0000	1.18
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: Introduction</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: textarea.html
===================================================================
RCS file: /sources/public/html5/markup/textarea.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- textarea.html	5 Mar 2010 02:19:41 -0000	1.48
+++ textarea.html	7 Mar 2010 11:29:07 -0000	1.49
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: textarea &#8211; text input area</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
@@ -162,10 +162,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: cite.html
===================================================================
RCS file: /sources/public/html5/markup/cite.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- cite.html	5 Mar 2010 02:19:37 -0000	1.38
+++ cite.html	7 Mar 2010 11:29:03 -0000	1.39
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: cite &#8211; cited title of a work</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: meter.html
===================================================================
RCS file: /sources/public/html5/markup/meter.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- meter.html	5 Mar 2010 02:19:40 -0000	1.47
+++ meter.html	7 Mar 2010 11:29:06 -0000	1.48
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: meter &#8211; scalar gauge (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: input.button.html
===================================================================
RCS file: /sources/public/html5/markup/input.button.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- input.button.html	5 Mar 2010 02:19:39 -0000	1.42
+++ input.button.html	7 Mar 2010 11:29:04 -0000	1.43
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: input type=button &#8211; button</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
@@ -162,10 +162,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: aside.html
===================================================================
RCS file: /sources/public/html5/markup/aside.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- aside.html	5 Mar 2010 02:19:37 -0000	1.44
+++ aside.html	7 Mar 2010 11:29:03 -0000	1.45
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: aside &#8211; tangential content (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/syntax.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- syntax.html	5 Mar 2010 08:08:46 -0000	1.43
+++ syntax.html	7 Mar 2010 11:29:07 -0000	1.44
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: HTML syntax</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: section.html
===================================================================
RCS file: /sources/public/html5/markup/section.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- section.html	5 Mar 2010 02:19:41 -0000	1.47
+++ section.html	7 Mar 2010 11:29:07 -0000	1.48
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: section &#8211; section (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: link.html
===================================================================
RCS file: /sources/public/html5/markup/link.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- link.html	7 Mar 2010 11:05:04 -0000	1.47
+++ link.html	7 Mar 2010 11:29:06 -0000	1.48
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: link &#8211; inter-document relationship metadata</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: meta.http-equiv.refresh.html
===================================================================
RCS file: /sources/public/html5/markup/meta.http-equiv.refresh.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- meta.http-equiv.refresh.html	5 Mar 2010 02:19:40 -0000	1.42
+++ meta.http-equiv.refresh.html	7 Mar 2010 11:29:06 -0000	1.43
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" 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>

Index: area.html
===================================================================
RCS file: /sources/public/html5/markup/area.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- area.html	7 Mar 2010 11:05:04 -0000	1.51
+++ area.html	7 Mar 2010 11:29:03 -0000	1.52
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: area &#8211; image-map hyperlink</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
@@ -199,9 +199,6 @@
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-shape" title="dom-area-shape">shape</a>;
   stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-href" title="dom-area-href">href</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-target" title="dom-area-target">target</a>;
-
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-ping" title="dom-area-ping">ping</a>;
-
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-rel" title="dom-area-rel">rel</a>;
   readonly attribute DOMTokenList <a href="http://dev.w3.org/html5/spec/#dom-area-rellist" title="dom-area-relList">relList</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-media" title="dom-area-media">media</a>;

Index: input.text.html
===================================================================
RCS file: /sources/public/html5/markup/input.text.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- input.text.html	5 Mar 2010 02:19:39 -0000	1.43
+++ input.text.html	7 Mar 2010 11:29:05 -0000	1.44
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: input type=text &#8211; text-input field</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
@@ -170,10 +170,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: Makefile
===================================================================
RCS file: /sources/public/html5/markup/Makefile,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- Makefile	5 Mar 2010 08:08:46 -0000	1.96
+++ Makefile	7 Mar 2010 11:29:02 -0000	1.97
@@ -215,7 +215,7 @@
 	$(SCP) $(SCPFLAGS) *.html *.css help.whatwg.org:~/help.whatwg.org/html/markup
 
 webapps.html:
-	$(CURL) $(CURLFLAGS) http://www.whatwg.org/specs/web-apps/current-work/ \
+	$(CURL) $(CURLFLAGS) http://dev.w3.org/html5/spec/Overview.html \
 	  | $(PARSE) $(PARSEFLAGS) - > $@
 
 elements-generated.html: webapps.html tools/get-elements.xsl

Index: samp.html
===================================================================
RCS file: /sources/public/html5/markup/samp.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- samp.html	5 Mar 2010 02:19:41 -0000	1.39
+++ samp.html	7 Mar 2010 11:29:07 -0000	1.40
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: samp &#8211; (sample) output</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: h6.html
===================================================================
RCS file: /sources/public/html5/markup/h6.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- h6.html	5 Mar 2010 02:19:38 -0000	1.43
+++ h6.html	7 Mar 2010 11:29:04 -0000	1.44
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: h6 &#8211; heading</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: input.checkbox.html
===================================================================
RCS file: /sources/public/html5/markup/input.checkbox.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- input.checkbox.html	5 Mar 2010 02:19:39 -0000	1.42
+++ input.checkbox.html	7 Mar 2010 11:29:05 -0000	1.43
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: input type=checkbox &#8211; checkbox</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
@@ -164,10 +164,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: a.html
===================================================================
RCS file: /sources/public/html5/markup/a.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- a.html	7 Mar 2010 11:05:04 -0000	1.56
+++ a.html	7 Mar 2010 11:29:02 -0000	1.57
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: a &#8211; hyperlink</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
@@ -218,9 +218,6 @@
 <pre class="idl">interface <b>HTMLAnchorElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
   stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-href" title="dom-a-href">href</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-target" title="dom-a-target">target</a>;
-
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-ping" title="dom-a-ping">ping</a>;
-
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-rel" title="dom-a-rel">rel</a>;
   readonly attribute DOMTokenList <a href="http://dev.w3.org/html5/spec/#dom-a-rellist" title="dom-a-relList">relList</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-media" title="dom-a-media">media</a>;

Index: object.html
===================================================================
RCS file: /sources/public/html5/markup/object.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- object.html	5 Mar 2010 02:19:40 -0000	1.51
+++ object.html	7 Mar 2010 11:29:06 -0000	1.52
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: object &#8211; generic external content</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: terminology.html
===================================================================
RCS file: /sources/public/html5/markup/terminology.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- terminology.html	5 Mar 2010 02:19:41 -0000	1.28
+++ terminology.html	7 Mar 2010 11:29:07 -0000	1.29
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: Terminology</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: input.tel.html
===================================================================
RCS file: /sources/public/html5/markup/input.tel.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- input.tel.html	5 Mar 2010 02:19:39 -0000	1.43
+++ input.tel.html	7 Mar 2010 11:29:05 -0000	1.44
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" 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>
@@ -171,10 +171,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: h4.html
===================================================================
RCS file: /sources/public/html5/markup/h4.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- h4.html	5 Mar 2010 02:19:38 -0000	1.43
+++ h4.html	7 Mar 2010 11:29:04 -0000	1.44
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: h4 &#8211; heading</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: header.html
===================================================================
RCS file: /sources/public/html5/markup/header.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- header.html	5 Mar 2010 02:19:38 -0000	1.44
+++ header.html	7 Mar 2010 11:29:04 -0000	1.45
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: header &#8211; header (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: b.html
===================================================================
RCS file: /sources/public/html5/markup/b.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- b.html	5 Mar 2010 02:19:37 -0000	1.41
+++ b.html	7 Mar 2010 11:29:03 -0000	1.42
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" 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>

Index: img.html
===================================================================
RCS file: /sources/public/html5/markup/img.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- img.html	5 Mar 2010 02:19:39 -0000	1.51
+++ img.html	7 Mar 2010 11:29:04 -0000	1.52
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: img &#8211; image</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: bdo.html
===================================================================
RCS file: /sources/public/html5/markup/bdo.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- bdo.html	5 Mar 2010 02:19:37 -0000	1.41
+++ bdo.html	7 Mar 2010 11:29:03 -0000	1.42
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: bdo &#8211; BiDi override</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: input.number.html
===================================================================
RCS file: /sources/public/html5/markup/input.number.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- input.number.html	5 Mar 2010 02:19:39 -0000	1.46
+++ input.number.html	7 Mar 2010 11:29:05 -0000	1.47
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: input type=number &#8211; number input control (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
@@ -189,10 +189,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: col.html
===================================================================
RCS file: /sources/public/html5/markup/col.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- col.html	5 Mar 2010 02:19:37 -0000	1.40
+++ col.html	7 Mar 2010 11:29:03 -0000	1.41
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: col &#8211; table column</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/datatypes.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- datatypes.html	5 Mar 2010 02:19:38 -0000	1.41
+++ datatypes.html	7 Mar 2010 11:29:03 -0000	1.42
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: Datatypes</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: command.radio.html
===================================================================
RCS file: /sources/public/html5/markup/command.radio.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- command.radio.html	5 Mar 2010 02:19:38 -0000	1.42
+++ command.radio.html	7 Mar 2010 11:29:03 -0000	1.43
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" 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>

Index: input.datetime.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- input.datetime.html	5 Mar 2010 02:19:39 -0000	1.46
+++ input.datetime.html	7 Mar 2010 11:29:05 -0000	1.47
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" 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>
@@ -190,10 +190,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: input.password.html
===================================================================
RCS file: /sources/public/html5/markup/input.password.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- input.password.html	5 Mar 2010 02:19:39 -0000	1.43
+++ input.password.html	7 Mar 2010 11:29:05 -0000	1.44
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: input type=password &#8211; password-input field</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
@@ -170,10 +170,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: embed.html
===================================================================
RCS file: /sources/public/html5/markup/embed.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- embed.html	5 Mar 2010 02:19:38 -0000	1.43
+++ embed.html	7 Mar 2010 11:29:04 -0000	1.44
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: embed &#8211; integration point for plugins (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: dd.html
===================================================================
RCS file: /sources/public/html5/markup/dd.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- dd.html	5 Mar 2010 02:19:38 -0000	1.43
+++ dd.html	7 Mar 2010 11:29:03 -0000	1.44
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: dd &#8211; description or value</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: common-models.html
===================================================================
RCS file: /sources/public/html5/markup/common-models.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- common-models.html	5 Mar 2010 02:19:38 -0000	1.29
+++ common-models.html	7 Mar 2010 11:29:03 -0000	1.30
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: Common content models</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: ul.html
===================================================================
RCS file: /sources/public/html5/markup/ul.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- ul.html	5 Mar 2010 02:19:42 -0000	1.38
+++ ul.html	7 Mar 2010 11:29:08 -0000	1.39
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: ul &#8211; unordered list</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: input.time.html
===================================================================
RCS file: /sources/public/html5/markup/input.time.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- input.time.html	5 Mar 2010 02:19:39 -0000	1.46
+++ input.time.html	7 Mar 2010 11:29:05 -0000	1.47
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: input type=time &#8211; time input control (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
@@ -190,10 +190,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: dt.html
===================================================================
RCS file: /sources/public/html5/markup/dt.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- dt.html	5 Mar 2010 02:19:38 -0000	1.42
+++ dt.html	7 Mar 2010 11:29:04 -0000	1.43
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: dt &#8211; term or name</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: strong.html
===================================================================
RCS file: /sources/public/html5/markup/strong.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- strong.html	5 Mar 2010 02:19:41 -0000	1.41
+++ strong.html	7 Mar 2010 11:29:07 -0000	1.42
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: strong &#8211; strong importance (CHANGED)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: acknowledgments.html
===================================================================
RCS file: /sources/public/html5/markup/acknowledgments.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- acknowledgments.html	7 Mar 2010 11:05:04 -0000	1.15
+++ acknowledgments.html	7 Mar 2010 11:29:02 -0000	1.16
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: Acknowledgments</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: input.color.html
===================================================================
RCS file: /sources/public/html5/markup/input.color.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- input.color.html	5 Mar 2010 02:19:39 -0000	1.44
+++ input.color.html	7 Mar 2010 11:29:05 -0000	1.45
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: input type=color &#8211; color-well control (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
@@ -168,10 +168,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: li.html
===================================================================
RCS file: /sources/public/html5/markup/li.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- li.html	5 Mar 2010 02:19:40 -0000	1.46
+++ li.html	7 Mar 2010 11:29:06 -0000	1.47
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: li &#8211; list item</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: style.html
===================================================================
RCS file: /sources/public/html5/markup/style.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- style.html	5 Mar 2010 02:19:41 -0000	1.49
+++ style.html	7 Mar 2010 11:29:07 -0000	1.50
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: style &#8211; style (presentation) information</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: documents.html
===================================================================
RCS file: /sources/public/html5/markup/documents.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- documents.html	5 Mar 2010 08:53:36 -0000	1.19
+++ documents.html	7 Mar 2010 11:29:04 -0000	1.20
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: Documents</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: del.html
===================================================================
RCS file: /sources/public/html5/markup/del.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- del.html	5 Mar 2010 02:19:38 -0000	1.44
+++ del.html	7 Mar 2010 11:29:04 -0000	1.45
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: del &#8211; deleted text</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: menu.html
===================================================================
RCS file: /sources/public/html5/markup/menu.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- menu.html	5 Mar 2010 02:19:40 -0000	1.50
+++ menu.html	7 Mar 2010 11:29:06 -0000	1.51
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: menu &#8211; list of commands (CHANGED)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: input.image.html
===================================================================
RCS file: /sources/public/html5/markup/input.image.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- input.image.html	5 Mar 2010 02:19:39 -0000	1.45
+++ input.image.html	7 Mar 2010 11:29:05 -0000	1.46
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: input type=image &#8211; image-coordinates input control</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
@@ -198,10 +198,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: code.html
===================================================================
RCS file: /sources/public/html5/markup/code.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- code.html	5 Mar 2010 02:19:37 -0000	1.38
+++ code.html	7 Mar 2010 11:29:03 -0000	1.39
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: code &#8211; code fragment</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: h2.html
===================================================================
RCS file: /sources/public/html5/markup/h2.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- h2.html	5 Mar 2010 02:19:38 -0000	1.43
+++ h2.html	7 Mar 2010 11:29:04 -0000	1.44
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: h2 &#8211; heading</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: head.html
===================================================================
RCS file: /sources/public/html5/markup/head.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- head.html	5 Mar 2010 02:19:38 -0000	1.37
+++ head.html	7 Mar 2010 11:29:04 -0000	1.38
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: head &#8211; document metadata</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: p.html
===================================================================
RCS file: /sources/public/html5/markup/p.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- p.html	5 Mar 2010 02:19:40 -0000	1.44
+++ p.html	7 Mar 2010 11:29:06 -0000	1.45
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: p &#8211; paragraph</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: figcaption.html
===================================================================
RCS file: /sources/public/html5/markup/figcaption.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- figcaption.html	5 Mar 2010 02:19:38 -0000	1.12
+++ figcaption.html	7 Mar 2010 11:29:04 -0000	1.13
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: figcaption &#8211; figure caption (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: map.html
===================================================================
RCS file: /sources/public/html5/markup/map.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- map.html	5 Mar 2010 02:19:40 -0000	1.45
+++ map.html	7 Mar 2010 11:29:06 -0000	1.46
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: map &#8211; image-map definition</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: input.file.html
===================================================================
RCS file: /sources/public/html5/markup/input.file.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- input.file.html	5 Mar 2010 02:19:39 -0000	1.42
+++ input.file.html	7 Mar 2010 11:29:05 -0000	1.43
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: input type=file &#8211; file upload control</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
@@ -169,10 +169,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: input.radio.html
===================================================================
RCS file: /sources/public/html5/markup/input.radio.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- input.radio.html	5 Mar 2010 02:19:39 -0000	1.43
+++ input.radio.html	7 Mar 2010 11:29:05 -0000	1.44
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: input type=radio &#8211; radio button</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
@@ -165,10 +165,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: command.checkbox.html
===================================================================
RCS file: /sources/public/html5/markup/command.checkbox.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- command.checkbox.html	5 Mar 2010 02:19:37 -0000	1.42
+++ command.checkbox.html	7 Mar 2010 11:29:03 -0000	1.43
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" 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>

Index: param.html
===================================================================
RCS file: /sources/public/html5/markup/param.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- param.html	5 Mar 2010 02:19:40 -0000	1.44
+++ param.html	7 Mar 2010 11:29:06 -0000	1.45
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: param &#8211; initialization parameters for plugins</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: span.html
===================================================================
RCS file: /sources/public/html5/markup/span.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- span.html	5 Mar 2010 02:19:41 -0000	1.40
+++ span.html	7 Mar 2010 11:29:07 -0000	1.41
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: span &#8211; generic span</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: input.reset.html
===================================================================
RCS file: /sources/public/html5/markup/input.reset.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- input.reset.html	5 Mar 2010 02:19:39 -0000	1.43
+++ input.reset.html	7 Mar 2010 11:29:05 -0000	1.44
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: input type=reset &#8211; reset button</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
@@ -162,10 +162,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: input.datetime-local.html
===================================================================
RCS file: /sources/public/html5/markup/input.datetime-local.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- input.datetime-local.html	5 Mar 2010 02:19:39 -0000	1.46
+++ input.datetime-local.html	7 Mar 2010 11:29:05 -0000	1.47
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" 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>
@@ -190,10 +190,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: meta.html
===================================================================
RCS file: /sources/public/html5/markup/meta.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- meta.html	5 Mar 2010 02:19:40 -0000	1.12
+++ meta.html	7 Mar 2010 11:29:06 -0000	1.13
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: meta</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: q.html
===================================================================
RCS file: /sources/public/html5/markup/q.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- q.html	5 Mar 2010 02:19:40 -0000	1.41
+++ q.html	7 Mar 2010 11:29:06 -0000	1.42
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: q &#8211; quoted text</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: common-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/common-attributes.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- common-attributes.html	5 Mar 2010 02:19:38 -0000	1.37
+++ common-attributes.html	7 Mar 2010 11:29:03 -0000	1.38
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: Common attributes</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: option.html
===================================================================
RCS file: /sources/public/html5/markup/option.html,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- option.html	5 Mar 2010 02:19:40 -0000	1.47
+++ option.html	7 Mar 2010 11:29:06 -0000	1.48
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: option &#8211; option</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: label.html
===================================================================
RCS file: /sources/public/html5/markup/label.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- label.html	5 Mar 2010 02:19:40 -0000	1.46
+++ label.html	7 Mar 2010 11:29:06 -0000	1.47
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: label &#8211; caption for a form control</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: select.html
===================================================================
RCS file: /sources/public/html5/markup/select.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- select.html	5 Mar 2010 02:19:41 -0000	1.44
+++ select.html	7 Mar 2010 11:29:07 -0000	1.45
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: select &#8211; option-selection form control</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: noscript.html
===================================================================
RCS file: /sources/public/html5/markup/noscript.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- noscript.html	5 Mar 2010 02:19:40 -0000	1.45
+++ noscript.html	7 Mar 2010 11:29:06 -0000	1.46
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: noscript &#8211; fallback content for script</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: blockquote.html
===================================================================
RCS file: /sources/public/html5/markup/blockquote.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- blockquote.html	5 Mar 2010 02:19:37 -0000	1.41
+++ blockquote.html	7 Mar 2010 11:29:03 -0000	1.42
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: blockquote &#8211; block quotation</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: hr.html
===================================================================
RCS file: /sources/public/html5/markup/hr.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- hr.html	5 Mar 2010 02:19:38 -0000	1.41
+++ hr.html	7 Mar 2010 11:29:04 -0000	1.42
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: hr &#8211; thematic break (CHANGED)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: td.html
===================================================================
RCS file: /sources/public/html5/markup/td.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- td.html	5 Mar 2010 02:19:41 -0000	1.46
+++ td.html	7 Mar 2010 11:29:07 -0000	1.47
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: td &#8211; table cell</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: em.html
===================================================================
RCS file: /sources/public/html5/markup/em.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- em.html	5 Mar 2010 02:19:38 -0000	1.40
+++ em.html	7 Mar 2010 11:29:04 -0000	1.41
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: em &#8211; emphatic stress (CHANGED)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: figure.html
===================================================================
RCS file: /sources/public/html5/markup/figure.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- figure.html	5 Mar 2010 02:19:38 -0000	1.27
+++ figure.html	7 Mar 2010 11:29:04 -0000	1.28
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: figure &#8211; figure with optional caption (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: input.hidden.html
===================================================================
RCS file: /sources/public/html5/markup/input.hidden.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- input.hidden.html	5 Mar 2010 02:19:39 -0000	1.43
+++ input.hidden.html	7 Mar 2010 11:29:05 -0000	1.44
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: input type=hidden &#8211; hidden input control</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
@@ -163,10 +163,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: caption.html
===================================================================
RCS file: /sources/public/html5/markup/caption.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- caption.html	5 Mar 2010 02:19:37 -0000	1.39
+++ caption.html	7 Mar 2010 11:29:03 -0000	1.40
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: caption &#8211; table title</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: kbd.html
===================================================================
RCS file: /sources/public/html5/markup/kbd.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- kbd.html	5 Mar 2010 02:19:40 -0000	1.40
+++ kbd.html	7 Mar 2010 11:29:05 -0000	1.41
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: kbd &#8211; user input</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: references.html
===================================================================
RCS file: /sources/public/html5/markup/references.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- references.html	5 Mar 2010 02:19:40 -0000	1.24
+++ references.html	7 Mar 2010 11:29:06 -0000	1.25
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: References</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: base.html
===================================================================
RCS file: /sources/public/html5/markup/base.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- base.html	5 Mar 2010 02:19:37 -0000	1.42
+++ base.html	7 Mar 2010 11:29:03 -0000	1.43
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: base &#8211; base URL</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: canvas.html
===================================================================
RCS file: /sources/public/html5/markup/canvas.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- canvas.html	5 Mar 2010 02:19:37 -0000	1.40
+++ canvas.html	7 Mar 2010 11:29:03 -0000	1.41
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: canvas &#8211; canvas for dynamic graphics (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: input.search.html
===================================================================
RCS file: /sources/public/html5/markup/input.search.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- input.search.html	5 Mar 2010 02:19:39 -0000	1.46
+++ input.search.html	7 Mar 2010 11:29:05 -0000	1.47
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: input type=search &#8211; search field (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
@@ -172,10 +172,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: tfoot.html
===================================================================
RCS file: /sources/public/html5/markup/tfoot.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- tfoot.html	5 Mar 2010 02:19:41 -0000	1.38
+++ tfoot.html	7 Mar 2010 11:29:07 -0000	1.39
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: tfoot &#8211; table footer row group</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: rt.html
===================================================================
RCS file: /sources/public/html5/markup/rt.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- rt.html	5 Mar 2010 02:19:41 -0000	1.41
+++ rt.html	7 Mar 2010 11:29:06 -0000	1.42
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: rt &#8211; ruby text (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: fieldset.html
===================================================================
RCS file: /sources/public/html5/markup/fieldset.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- fieldset.html	5 Mar 2010 02:19:38 -0000	1.42
+++ fieldset.html	7 Mar 2010 11:29:04 -0000	1.43
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: fieldset &#8211; set of related form controls</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -d -r1.195 -r1.196
--- spec.html	7 Mar 2010 11:05:04 -0000	1.195
+++ spec.html	7 Mar 2010 11:29:07 -0000	1.196
@@ -4,22 +4,20 @@
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
 <title>HTML: The Markup Language</title>
 <link rel="stylesheet" href="style.css" type="text/css">
-<script src="js/dfn.js" type="text/javascript"></script><link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<script src="js/dfn.js" type="text/javascript"></script><link rel="stylesheet" href="W3C-ED.css" type="text/css">
 </head>
 <body>
 <div class="head">
 <div><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></div>
 <h1>HTML: The Markup Language</h1>
-<h2>W3C Working Draft <em>4 March 2010</em>
+<h2>W3C Editor&#8217;s Draft <em>7 March 2010</em>
 </h2>
 <dl>
-<dt>This Version:</dt>
-<dd><a href="http://www.w3.org/TR/2010/WD-html-markup-20100304/">http://www.w3.org/TR/2010/WD-html-markup-20100304/</a></dd>
-<dt>Latest Published Version:</dt>
-<dd><a href="http://www.w3.org/TR/html-markup/">http://www.w3.org/TR/html-markup/</a></dd>
 <dt>Latest Editor&#8217;s Draft:</dt>
 <dd>
 <a id="latestED" href="http://dev.w3.org/html5/markup/">http://dev.w3.org/html5/markup/</a> </dd>
+<dt>Latest Published Version:</dt>
+<dd><a href="http://www.w3.org/TR/html-markup/">http://www.w3.org/TR/html-markup/</a></dd>
 <dt>Editor:</dt>
 <dd>
 <a href="http://people.w3.org/mike">Michael(tm) Smith</a>, W3C &lt;<a href="mailto:mike@w3.org">mike@w3.org</a>&gt;</dd>
@@ -52,7 +50,7 @@
           reports index</a> at http://www.w3.org/TR/.
       </em></p>
     <p>
-        This document is the 4 March 2010 First Public Working Draft of 
+        This document is the 7 March 2010 Editor&#8217;s Draft of 
         <cite>HTML: The Markup Language</cite>.
       
       If you&#8217;d like to comment on this document, the preferred
@@ -65,7 +63,7 @@
     </p>
     <p>
       This document
-       was published by 
+       is associated with 
       the <a href="http://www.w3.org/html/wg">W3C HTML Working Group</a>,
       part of the <a href="http://www.w3.org/MarkUp/Activity.html">HTML Activity</a>
       in the W3C <a href="http://www.w3.org/Interaction/">Interaction Domain</a>.
@@ -110,26 +108,12 @@
 </div>
     <p>
           Publication as
-          a Working Draft does not imply endorsement by the
+          an Editor&#8217;s Draft does not imply endorsement by the
           W3C Membership. This is a draft document and may be updated, replaced
           or obsoleted by other documents at any time. It is inappropriate to cite
           this document as other than work in progress.
         </p>
-    <p>
-        This document was produced by a group operating under the
-        <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February
-          2004 W3C Patent Policy</a>. W3C maintains a
-        <a href="http://www.w3.org/2004/01/pp-impl/40318/status">public list of
-          any patent disclosures</a> made in connection with the deliverables of
-        the group; that page also includes instructions for disclosing a patent.
-        An individual who has actual knowledge of a patent which the individual
-        believes contains
-        <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
-          Claim(s)</a> must disclose the information in accordance with
-        <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
-          6 of the W3C Patent Policy</a>.
-      </p>
-</div>
+    </div>
 <div class="toc" id="unexpanded-toc">
 
       <h2>Table of Contents </h2>
@@ -2759,9 +2743,6 @@
 <pre class="idl">interface <b>HTMLAnchorElement</b> : <a href="http://dev.w3.org/html5/spec/#htmlelement" title="">HTMLElement</a> {
   stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-href" title="dom-a-href">href</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-target" title="dom-a-target">target</a>;
-
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-ping" title="dom-a-ping">ping</a>;
-
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-rel" title="dom-a-rel">rel</a>;
   readonly attribute DOMTokenList <a href="http://dev.w3.org/html5/spec/#dom-a-rellist" title="dom-a-relList">relList</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-a-media" title="dom-a-media">media</a>;
@@ -3146,9 +3127,6 @@
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-shape" title="dom-area-shape">shape</a>;
   stringifier attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-href" title="dom-area-href">href</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-target" title="dom-area-target">target</a>;
-
-           attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-ping" title="dom-area-ping">ping</a>;
-
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-rel" title="dom-area-rel">rel</a>;
   readonly attribute DOMTokenList <a href="http://dev.w3.org/html5/spec/#dom-area-rellist" title="dom-area-relList">relList</a>;
            attribute DOMString <a href="http://dev.w3.org/html5/spec/#dom-area-media" title="dom-area-media">media</a>;
@@ -8140,10 +8118,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -8305,10 +8283,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -8464,10 +8442,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -8624,10 +8602,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -8781,10 +8759,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -8943,10 +8921,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -9100,10 +9078,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -9264,10 +9242,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -9422,10 +9400,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -9615,10 +9593,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -9800,10 +9778,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -9985,10 +9963,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -10169,10 +10147,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -10353,10 +10331,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -10538,10 +10516,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -10722,10 +10700,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -10906,10 +10884,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -11088,10 +11066,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -11265,10 +11243,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -11435,10 +11413,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -11602,10 +11580,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -11768,10 +11746,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -11931,10 +11909,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>
@@ -16806,10 +16784,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: datalist.html
===================================================================
RCS file: /sources/public/html5/markup/datalist.html,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- datalist.html	5 Mar 2010 02:19:38 -0000	1.44
+++ datalist.html	7 Mar 2010 11:29:03 -0000	1.45
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: datalist &#8211; predefined options for other controls (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: h1.html
===================================================================
RCS file: /sources/public/html5/markup/h1.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- h1.html	5 Mar 2010 02:19:38 -0000	1.42
+++ h1.html	7 Mar 2010 11:29:04 -0000	1.43
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: h1 &#8211; heading</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: h3.html
===================================================================
RCS file: /sources/public/html5/markup/h3.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- h3.html	5 Mar 2010 02:19:38 -0000	1.43
+++ h3.html	7 Mar 2010 11:29:04 -0000	1.44
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: h3 &#8211; heading</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: optgroup.html
===================================================================
RCS file: /sources/public/html5/markup/optgroup.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- optgroup.html	5 Mar 2010 02:19:40 -0000	1.39
+++ optgroup.html	7 Mar 2010 11:29:06 -0000	1.40
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: optgroup &#8211; group of options</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: input.week.html
===================================================================
RCS file: /sources/public/html5/markup/input.week.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- input.week.html	5 Mar 2010 02:19:39 -0000	1.46
+++ input.week.html	7 Mar 2010 11:29:05 -0000	1.47
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" 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>
@@ -189,10 +189,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: button.button.html
===================================================================
RCS file: /sources/public/html5/markup/button.button.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- button.button.html	5 Mar 2010 02:19:37 -0000	1.45
+++ button.button.html	7 Mar 2010 11:29:03 -0000	1.46
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" 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>

Index: form.html
===================================================================
RCS file: /sources/public/html5/markup/form.html,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- form.html	5 Mar 2010 02:19:38 -0000	1.48
+++ form.html	7 Mar 2010 11:29:04 -0000	1.49
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: form &#8211; user-submittable form</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: small.html
===================================================================
RCS file: /sources/public/html5/markup/small.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- small.html	5 Mar 2010 02:19:41 -0000	1.41
+++ small.html	7 Mar 2010 11:29:07 -0000	1.42
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: small &#8211; small print (CHANGED)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: ruby.html
===================================================================
RCS file: /sources/public/html5/markup/ruby.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- ruby.html	5 Mar 2010 02:19:41 -0000	1.41
+++ ruby.html	7 Mar 2010 11:29:07 -0000	1.42
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: ruby &#8211; ruby annotation (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: ol.html
===================================================================
RCS file: /sources/public/html5/markup/ol.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- ol.html	5 Mar 2010 02:19:40 -0000	1.43
+++ ol.html	7 Mar 2010 11:29:06 -0000	1.44
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: ol &#8211; ordered list</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: article.html
===================================================================
RCS file: /sources/public/html5/markup/article.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- article.html	5 Mar 2010 02:19:37 -0000	1.46
+++ article.html	7 Mar 2010 11:29:03 -0000	1.47
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: article &#8211; article (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: meta.name.html
===================================================================
RCS file: /sources/public/html5/markup/meta.name.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- meta.name.html	5 Mar 2010 02:19:40 -0000	1.43
+++ meta.name.html	7 Mar 2010 11:29:06 -0000	1.44
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: meta name &#8211; name-value metadata</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: elements.html
===================================================================
RCS file: /sources/public/html5/markup/elements.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- elements.html	5 Mar 2010 02:19:38 -0000	1.41
+++ elements.html	7 Mar 2010 11:29:04 -0000	1.42
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: HTML elements</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: colgroup.html
===================================================================
RCS file: /sources/public/html5/markup/colgroup.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- colgroup.html	5 Mar 2010 02:19:37 -0000	1.40
+++ colgroup.html	7 Mar 2010 11:29:03 -0000	1.41
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: colgroup &#8211; table column group</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: dl.html
===================================================================
RCS file: /sources/public/html5/markup/dl.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- dl.html	5 Mar 2010 02:19:38 -0000	1.40
+++ dl.html	7 Mar 2010 11:29:04 -0000	1.41
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: dl &#8211; description list</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: thead.html
===================================================================
RCS file: /sources/public/html5/markup/thead.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- thead.html	5 Mar 2010 02:19:42 -0000	1.38
+++ thead.html	7 Mar 2010 11:29:08 -0000	1.39
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: thead &#8211; table heading group</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: tbody.html
===================================================================
RCS file: /sources/public/html5/markup/tbody.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- tbody.html	5 Mar 2010 02:19:41 -0000	1.38
+++ tbody.html	7 Mar 2010 11:29:07 -0000	1.39
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: tbody &#8211; table row group</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: video.html
===================================================================
RCS file: /sources/public/html5/markup/video.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- video.html	5 Mar 2010 02:19:42 -0000	1.51
+++ video.html	7 Mar 2010 11:29:08 -0000	1.52
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: video &#8211; video (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: source.html
===================================================================
RCS file: /sources/public/html5/markup/source.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- source.html	5 Mar 2010 02:19:41 -0000	1.50
+++ source.html	7 Mar 2010 11:29:07 -0000	1.51
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: source &#8211; media source (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: button.reset.html
===================================================================
RCS file: /sources/public/html5/markup/button.reset.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- button.reset.html	5 Mar 2010 02:19:37 -0000	1.45
+++ button.reset.html	7 Mar 2010 11:29:03 -0000	1.46
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: button type=reset &#8211; reset button</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: meta.charset.html
===================================================================
RCS file: /sources/public/html5/markup/meta.charset.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- meta.charset.html	5 Mar 2010 02:19:40 -0000	1.50
+++ meta.charset.html	7 Mar 2010 11:29:06 -0000	1.51
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: meta charset &#8211; document character-encoding declaration (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: output.html
===================================================================
RCS file: /sources/public/html5/markup/output.html,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- output.html	5 Mar 2010 02:19:40 -0000	1.46
+++ output.html	7 Mar 2010 11:29:06 -0000	1.47
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" 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>

Index: i.html
===================================================================
RCS file: /sources/public/html5/markup/i.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- i.html	5 Mar 2010 02:19:39 -0000	1.39
+++ i.html	7 Mar 2010 11:29:04 -0000	1.40
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: i &#8211; offset text typically styled in italic</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: input.submit.html
===================================================================
RCS file: /sources/public/html5/markup/input.submit.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- input.submit.html	5 Mar 2010 02:19:39 -0000	1.43
+++ input.submit.html	7 Mar 2010 11:29:05 -0000	1.44
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: input type=submit &#8211; submit button</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
@@ -167,10 +167,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: input.date.html
===================================================================
RCS file: /sources/public/html5/markup/input.date.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- input.date.html	5 Mar 2010 02:19:39 -0000	1.45
+++ input.date.html	7 Mar 2010 11:29:05 -0000	1.46
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: input type=date &#8211; date input control (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
@@ -189,10 +189,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: var.html
===================================================================
RCS file: /sources/public/html5/markup/var.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- var.html	5 Mar 2010 02:19:42 -0000	1.39
+++ var.html	7 Mar 2010 11:29:08 -0000	1.40
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: var &#8211; variable or placeholder text</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: sub.html
===================================================================
RCS file: /sources/public/html5/markup/sub.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- sub.html	5 Mar 2010 02:19:41 -0000	1.40
+++ sub.html	7 Mar 2010 11:29:07 -0000	1.41
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: sub &#8211; subscript</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: title.html
===================================================================
RCS file: /sources/public/html5/markup/title.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- title.html	5 Mar 2010 02:19:42 -0000	1.40
+++ title.html	7 Mar 2010 11:29:08 -0000	1.41
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: title &#8211; document title</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: pre.html
===================================================================
RCS file: /sources/public/html5/markup/pre.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- pre.html	5 Mar 2010 02:19:40 -0000	1.42
+++ pre.html	7 Mar 2010 11:29:06 -0000	1.43
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: pre &#8211; preformatted text</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: button.submit.html
===================================================================
RCS file: /sources/public/html5/markup/button.submit.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- button.submit.html	5 Mar 2010 02:19:37 -0000	1.45
+++ button.submit.html	7 Mar 2010 11:29:03 -0000	1.46
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: button type=submit &#8211; submit button</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: rp.html
===================================================================
RCS file: /sources/public/html5/markup/rp.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- rp.html	5 Mar 2010 02:19:41 -0000	1.41
+++ rp.html	7 Mar 2010 11:29:06 -0000	1.42
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: rp &#8211; ruby parenthesis (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: sup.html
===================================================================
RCS file: /sources/public/html5/markup/sup.html,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- sup.html	5 Mar 2010 02:19:41 -0000	1.40
+++ sup.html	7 Mar 2010 11:29:07 -0000	1.41
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: sup &#8211; superscript</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: forms-attributes.html
===================================================================
RCS file: /sources/public/html5/markup/forms-attributes.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- forms-attributes.html	5 Mar 2010 02:19:38 -0000	1.15
+++ forms-attributes.html	7 Mar 2010 11:29:04 -0000	1.16
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: Forms attributes</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: details.html
===================================================================
RCS file: /sources/public/html5/markup/details.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- details.html	5 Mar 2010 02:19:38 -0000	1.28
+++ details.html	7 Mar 2010 11:29:04 -0000	1.29
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" 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>

Index: input.url.html
===================================================================
RCS file: /sources/public/html5/markup/input.url.html,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- input.url.html	5 Mar 2010 02:19:39 -0000	1.45
+++ input.url.html	7 Mar 2010 11:29:05 -0000	1.46
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: input type=url &#8211; URL input control (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
@@ -175,10 +175,10 @@
 
   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>;
 
-  void <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-select" title="dom-textarea/input-select">select</a>();
-           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea/input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
-           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);
+  void <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-select" title="dom-textarea/input-select">select</a>();
+           attribute unsigned long <a href="http://dev.w3.org/html5/spec/#dom-textarea-input-selectionstart" title="dom-textarea/input-selectionStart">selectionStart</a>;
+           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>

Index: summary.html
===================================================================
RCS file: /sources/public/html5/markup/summary.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- summary.html	5 Mar 2010 02:19:41 -0000	1.12
+++ summary.html	7 Mar 2010 11:29:07 -0000	1.13
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" 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>

Index: hgroup.html
===================================================================
RCS file: /sources/public/html5/markup/hgroup.html,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- hgroup.html	5 Mar 2010 02:19:38 -0000	1.39
+++ hgroup.html	7 Mar 2010 11:29:04 -0000	1.40
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: hgroup &#8211; heading group (NEW)</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Index: h5.html
===================================================================
RCS file: /sources/public/html5/markup/h5.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- h5.html	5 Mar 2010 02:19:38 -0000	1.43
+++ h5.html	7 Mar 2010 11:29:04 -0000	1.44
@@ -2,7 +2,7 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
+<link rel="stylesheet" href="W3C-ED.css" type="text/css">
 <title>HTML5: h5 &#8211; heading</title>
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>

Received on Sunday, 7 March 2010 11:29:51 UTC