Don't suggest hyphens in command names
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Thu, 28 Jul 2011 14:13:58 -0600
changeset 467 c3373a5e3efe
parent 466 bf634d1b51d9
child 468 051704af5cea
Don't suggest hyphens in command names

Reported-By: Ryosuke Niwa
Report-URL: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2011-July/032654.html
editing.html
source.html
--- 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