Gecko prefixes with "moz", not "gecko"
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Fri, 05 Aug 2011 11:18:23 -0600
changeset 496 d2f757162c53
parent 495 4255184a354b
child 497 ced5e9bfc246
Gecko prefixes with "moz", not "gecko"

Reported-By: Ehsan Akhgari
Report-URL: http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2011-August/032812.html
editing.html
source.html
--- a/editing.html	Fri Aug 05 10:38:58 2011 -0600
+++ b/editing.html	Fri Aug 05 11:18:23 2011 -0600
@@ -495,7 +495,7 @@
 <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 (e.g., "ms", "gecko",
+<a href=#command>command</a> names with a vendor-specific string (e.g., "ms", "moz",
 "webkit", "opera").
 
 <p class=comments>I.e., no trying to look good on lazy conformance tests by
--- a/source.html	Fri Aug 05 10:38:58 2011 -0600
+++ b/source.html	Fri Aug 05 11:18:23 2011 -0600
@@ -431,7 +431,7 @@
 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 (e.g., "ms", "gecko",
+<span>command</span> names with a vendor-specific string (e.g., "ms", "moz",
 "webkit", "opera").
 
 <p class=comments>I.e., no trying to look good on lazy conformance tests by