--- a/editing.html Thu Jul 28 14:12:05 2011 -0600
+++ b/editing.html Thu Jul 28 14:13:58 2011 -0600
@@ -448,8 +448,8 @@
<a href=#the-copy-command>the <code title="">copy</code> command</a>, <a href=#the-cut-command>the <code title="">cut</code> command</a>, and/or <a href=#the-paste-command>the <code title="">paste</code>
command</a>. Additional <a href=#command title=command>commands</a> can also be
<a href=#supported>supported</a>, but implementers should prefix any nonstandard
-<a href=#command>command</a> names with a vendor-specific string that ends in a hyphen
-(e.g., "ms-", "gecko-", "webkit-", "opera-").
+<a href=#command>command</a> names with a vendor-specific string (e.g., "ms", "gecko",
+"webkit", "opera").
<!-- If you try doing anything with an unrecognized command, IE9 throws an
"Invalid argument" exception, and Firefox 6.0a2 throws
NS_ERROR_NOT_IMPLEMENTED. Chrome 14 dev and Opera 11.11 both just return a
--- a/source.html Thu Jul 28 14:12:05 2011 -0600
+++ b/source.html Thu Jul 28 14:13:58 2011 -0600
@@ -385,8 +385,8 @@
title>cut</code> command</span>, and/or <span>the <code title>paste</code>
command</span>. Additional <span title=command>commands</span> can also be
<span>supported</span>, but implementers should prefix any nonstandard
-<span>command</span> names with a vendor-specific string that ends in a hyphen
-(e.g., "ms-", "gecko-", "webkit-", "opera-").
+<span>command</span> names with a vendor-specific string (e.g., "ms", "gecko",
+"webkit", "opera").
<!-- If you try doing anything with an unrecognized command, IE9 throws an
"Invalid argument" exception, and Firefox 6.0a2 throws
NS_ERROR_NOT_IMPLEMENTED. Chrome 14 dev and Opera 11.11 both just return a