Tweak wording on tests
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Tue, 15 Nov 2011 12:14:14 -0700
changeset 676 0c4c345c2c63
parent 675 9860f92c4b82
child 677 eccd9a0d408e
Tweak wording on tests
editing.html
source.html
--- 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-&mdash;-last-update-9-november-2011>Work in Progress &mdash; Last Update 9 November 2011</h2>
+<h2 class="no-num no-toc" id=work-in-progress-&mdash;-last-update-15-november-2011>Work in Progress &mdash; Last Update 15 November 2011</h2>
 <dl>
  <dt>Editor
  <dd>Aryeh Gregor &lt;<a href=mailto:ayg@aryeh.name>ayg@aryeh.name</a>&gt;
@@ -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