Add comment on nonexistence of state for useCss
authorAryeh Gregor <AryehGregor+gitcommit@gmail.com>
Wed, 29 Jun 2011 09:14:47 -0600
changeset 343 919033b4af87
parent 342 c056a604c764
child 344 1464ec42036a
Add comment on nonexistence of state for useCss
editcommands.html
source.html
--- a/editcommands.html	Wed Jun 29 09:08:33 2011 -0600
+++ b/editcommands.html	Wed Jun 29 09:14:47 2011 -0600
@@ -6633,6 +6633,9 @@
 it.  It would be great if Gecko would agree to drop support, so that we could
 get rid of it.
 
+<!-- No state defined, since only Gecko supports useCss at all, and as of
+Firefox 6.0a2, it doesn't support queryCommandState() for it. -->
+
 
 <h2 id=additional-requirements><span class=secno>9 </span>Additional requirements</h2>
 
--- a/source.html	Wed Jun 29 09:08:33 2011 -0600
+++ b/source.html	Wed Jun 29 09:14:47 2011 -0600
@@ -6661,6 +6661,9 @@
 <p class=XXX>The meaning of this command is backwards, and only Gecko supports
 it.  It would be great if Gecko would agree to drop support, so that we could
 get rid of it.
+
+<!-- No state defined, since only Gecko supports useCss at all, and as of
+Firefox 6.0a2, it doesn't support queryCommandState() for it. -->
 <!-- @} -->
 
 <h2>Additional requirements</h2>