- From: Charles McCathieNevile <charles@w3.org>
- Date: Wed, 2 Jun 1999 14:20:49 -0400 (EDT)
- To: Chuck Letourneau <cpl@starlingweb.com>
- cc: allan_jm@tsb1.tsbvi.edu, w3c-wai-eo@w3.org
Chuck, What I tended to do in the tutorials I wrote was to name browsers which had big bugs in them. And point out that this was a bug, and that using a work-around to suit the browser would just mess it up for everyone else. It is a pretty religious position to take, that standards are really important. Fortunately there are alternatives - just point people to the browsers which do the job properly - in this case IE, Opera, W3, ... (also, you probably should avoid class="id" since id is the name of a possible attribute. So you should have class="identifier" or class="xxx" or pretty much anything else... cheers Charles PS I was told that you work with Deirdre Bagot - say hi from me. PPS Is it wet in all of Ontario, or only in Hamilton? On Wed, 2 Jun 1999, Chuck Letourneau wrote: Charles... you have identified, but not helped solve, the biggest problem with the curriculum. I simply do not know how to do what is "right" and have it work on more than one mainstream browser at time. If I use compliant code, the Netscape users out there will see either a broken style or possibly even find their system crashing occasionally (mine does!). If I use incompliant code, then both IE and Netscape users will see the intended page. It makes me want to cry, but there it is. If you have a simple solution, I would love to hear it. Cheers! Chuck Letourneau At 01/06/99 01:01 PM , Charles McCathieNevile wrote: >But removing the quote marks means you have invalid HTML which is a Bad Thing >(Pat. Pend.) > >Charles > >On Mon, 31 May 1999, Chuck Letourneau wrote: > > My fixes or comments are preceded by CPL:: > > CPL:: This one was due to the fact that Netscape doesn't like quotation > marks around style ID calls (e.g. <div class="id">). If you write it as > <div class=id> then Netscape understands it. Again, IE doesn't care one > way or the other. > ---- Starling Access Services "Access A World Of Possibility" e-mail: info@starlingweb.com URL: http://www.starlingweb.com Phone: 613-820-2272 FAX: 613-820-6983 --Charles McCathieNevile mailto:charles@w3.org phone: +1 617 258 0992 http://www.w3.org/People/Charles W3C Web Accessibility Initiative http://www.w3.org/WAI MIT/LCS - 545 Technology sq., Cambridge MA, 02139, USA
Received on Wednesday, 2 June 1999 14:21:03 UTC