--- a/editing.html Thu Nov 10 12:50:31 2011 -0700
+++ b/editing.html Tue Nov 15 12:14:14 2011 -0700
@@ -67,7 +67,7 @@
<body class=draft>
<div class=head id=head>
<h1>HTML Editing APIs</h1>
-<h2 class="no-num no-toc" id=work-in-progress-—-last-update-9-november-2011>Work in Progress — Last Update 9 November 2011</h2>
+<h2 class="no-num no-toc" id=work-in-progress-—-last-update-15-november-2011>Work in Progress — Last Update 15 November 2011</h2>
<dl>
<dt>Editor
<dd>Aryeh Gregor <<a href=mailto:ayg@aryeh.name>ayg@aryeh.name</a>>
@@ -283,14 +283,15 @@
<h3 id=general-remarks>General remarks</h3>
-<p>There are two groups of tests currently associated with this specification:
-selection tests, and command tests. The command tests are available in two
-formats, development tests and conformance tests. This has a lot to do with
-the history of how the specification was developed: selection was originally
-part of the defunct <a href=http://html5.org/specs/dom-range.html>DOM Range</a>
-spec, while the command parts were developed on their own. The selection
-things have been merged into the command spec, but neither the spec text nor
-the tests have been fully unified at the time of this writing.
+<p>There are two groups of tests currently associated with this document:
+selection tests, and command tests. These tests are a non-normative part of
+this specification. The command tests are available in two formats,
+development tests and conformance tests. This has a lot to do with the history
+of how the specification was developed: selection was originally part of the
+defunct <a href=http://html5.org/specs/dom-range.html>DOM Range</a> spec, while
+the command parts were developed on their own. The selection things have been
+merged into the command spec, but neither the spec text nor the tests have been
+fully unified at the time of this writing.
<p>Thus the selection tests live in their own directory, <a href=selecttest/>selecttest/</a>. They use the standard <a href=http://dvcs.w3.org/hg/html/file/tip/tests/resources/testharness.js>testharness.js</a>
framework developed by James Graham. They're entirely self-contained, sharing
--- a/source.html Thu Nov 10 12:50:31 2011 -0700
+++ b/source.html Tue Nov 15 12:14:14 2011 -0700
@@ -199,14 +199,15 @@
<h3>General remarks</h3>
<!-- @{ -->
-<p>There are two groups of tests currently associated with this specification:
-selection tests, and command tests. The command tests are available in two
-formats, development tests and conformance tests. This has a lot to do with
-the history of how the specification was developed: selection was originally
-part of the defunct <a href=http://html5.org/specs/dom-range.html>DOM Range</a>
-spec, while the command parts were developed on their own. The selection
-things have been merged into the command spec, but neither the spec text nor
-the tests have been fully unified at the time of this writing.
+<p>There are two groups of tests currently associated with this document:
+selection tests, and command tests. These tests are a non-normative part of
+this specification. The command tests are available in two formats,
+development tests and conformance tests. This has a lot to do with the history
+of how the specification was developed: selection was originally part of the
+defunct <a href=http://html5.org/specs/dom-range.html>DOM Range</a> spec, while
+the command parts were developed on their own. The selection things have been
+merged into the command spec, but neither the spec text nor the tests have been
+fully unified at the time of this writing.
<p>Thus the selection tests live in their own directory, <a
href=selecttest/>selecttest/</a>. They use the standard <a