Penguin
Diff: RealWorldWebCompliance
EditPageHistoryDiffInfoLikePages

Differences between current version and predecessor to the previous major change of RealWorldWebCompliance.

Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History

Newer page: version 15 Last edited on Thursday, March 2, 2006 9:27:12 am by CraigBox
Older page: version 14 Last edited on Thursday, July 28, 2005 1:53:22 pm by CraigBox Revert
@@ -29,13 +29,13 @@
  * The popular <tt><!----------></tt> style "separators" are dangerous. With any numbers of dashes that is not a multiple of four, you will leave an open comment section around, so the rest of your page will be commented out. 
  
  * Using <tt>--</tt> inside a comment actually closes it. The rest of what was supposed to be a comment will spill into your page. Best to only use double dashes at the start and end of the comment and avoid any more than space-separated single dashes altogether inside it. 
  
-* Don't use <tt>document.all</tt> in your JavaScript 
+* Don't use <tt>document.all</tt> in your JavaScript. Also, don't use <tt>element.innertext</tt>, use innerHTML instead.  
  
-* Don't use MSXMLDOC 
+* Don't use MSXMLDOC.  
  
 See a [great guide on the specifics | http://nexgenmedia.net/evang/iemozguide/] and the [Mozilla Web Author FAQ | http://www.mozilla.org/docs/web-developer/faq.html]. IBM have also [migrating web apps from IE to Mozilla|http://www-128.ibm.com/developerworks/web/library/wa-ie2mozgd/] 
  
 !! Should I support Netscape any more? 
  
 If you support [Mozilla], you're supporting Netscape 7 and up. These days it's realistic to drop support for any version of Netscape 4 or below.