Penguin
Diff: RealWorldWebCompliance
EditPageHistoryDiffInfoLikePages

Differences between version 6 and revision by previous author of RealWorldWebCompliance.

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

Newer page: version 6 Last edited on Sunday, October 10, 2004 1:48:34 pm by CraigBox Revert
Older page: version 5 Last edited on Tuesday, September 7, 2004 11:23:45 am by NickJohnson Revert
@@ -24,9 +24,11 @@
 * Don't use markup purely because its default display suits what you want. Use markup that's suitable to the content, then style it using CSS, instead. 
  
 * __Don't__ create browser detection pages that lock out browsers you think won't work, or browsers you don't recognise. New browsers and versions come out all the time, and you never know when one of them will be fixed. 
  
-There's a great guide on the specifics at http://nexgenmedia.net/evang/iemozguide/. 
+* Don't put tooltips in 'alt' attribute. They belong in 'title'.  
+  
+ There's a great guide on the specifics at http://nexgenmedia.net/evang/iemozguide/. See also the [Mozilla Web Author FAQ|http://www.mozilla.org/docs/web-developer/faq.html]
  
 !!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.