Re: [WSG] positive-discrimination === not positive and IMG properties

2005-12-19 Thread Ben Curtis
RE: my htc to remove uneeded alt text after an image loads. On Dec 15, 2005, at 12:44 PM, Derek Featherstone wrote: On 12/15/05, Ben Curtis wrote: The alt text is removed from the element if the image is loaded. ... You attach it to the img selector in your css, or a more specific

Re: [WSG] positive-discrimination === not positive and IMG properties

2005-12-15 Thread Ben Curtis
On Dec 14, 2005, at 3:10 PM, Rebecca Cox wrote: Will this also prevent the alt text from being available in say the JAWS screen reader, (which uses Internet Explorer), when the user has javascript enabled? Or is it just the tooltip behaviour not the alt content which is removed by the

Re: [WSG] positive-discrimination === not positive and IMG properties

2005-12-15 Thread Derek Featherstone
On 12/15/05, Ben Curtis wrote: The alt text is removed from the element if the image is loaded. It's a very simple htc that runs this code for each image after the page loads: if (element.complete) element.alt = ''; You attach it to the img selector in your css, or a more specific

Re: [WSG] positive-discrimination === not positive and IMG properties

2005-12-15 Thread James Gollan
This is interesting, but a rather pragamitc approach? Are we changing our coding practice to suit the technological limitations of current user agents. Is some of the power of a standards based approach the idea that we do what is considered best practise given the current standards? I use

Re: [WSG] positive-discrimination === not positive and IMG properties

2005-12-14 Thread Ben Curtis
On Dec 13, 2005, at 1:37 PM, Ric Jude Raftis wrote: Alt attribute content only provides tool tips in IE because it is a non-compliant browser. They do not display in other browsers. The title attribute however, does display in Firefox, but not sure about Opera et al. On my tests,

RE: [WSG] positive-discrimination === not positive and IMG properties

2005-12-14 Thread Rebecca Cox
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Curtis Sent: Thursday, 15 December 2005 7:55 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] positive-discrimination === not positive and IMG properties so I wrote an htc called Alt Destroyer

[WSG] positive-discrimination === not positive and IMG properties

2005-12-13 Thread Stephen Stagg
rant comment=please correct me if I'm wrong about anything Why should Text mode browsers benefit from the ALT property when Graphical agents can't? I understand that this is planned to change in future specifications but Why does the IMG element have an alt property? why not define a

Re: [WSG] positive-discrimination === not positive and IMG properties

2005-12-13 Thread Kim Kruse
What about the title attribute? img src=mygif.gif title=label alt=label / a href=whatever.htm title=some label hereimg src=mygif.gif alt=label //a BTW. does anyone know a good way of stylistically adding labels to images? At the moment i'm using: p class=image title=!label! img

Re: [WSG] positive-discrimination === not positive and IMG properties

2005-12-13 Thread Christian Montoya
On 12/13/05, Kim Kruse [EMAIL PROTECTED] wrote: What about the title attribute? img src=mygif.gif title=label alt=label / a href=whatever.htm title=some label hereimg src=mygif.gif alt=label //a Titles aren't used by anything... so they are useless. BTW. does anyone know a good way

Re: [WSG] positive-discrimination === not positive and IMG properties

2005-12-13 Thread Randall Potter
Stephen Stagg wrote: snip BTW. does anyone know a good way of stylistically adding labels to images? At the moment i'm using: p class=image title=!label! img src=!URI! alt=!label!/span class=label!label!/span /p is this right? what do you suggest? /snip I'd code it this way: div id=!id!

Re: [WSG] positive-discrimination === not positive and IMG properties

2005-12-13 Thread Kim Kruse
Hi Christian, Titles aren't used by anything... so they are useless. Would you care to explain??? ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to

Re: [WSG] positive-discrimination === not positive and IMG properties

2005-12-13 Thread Gunlaug Sørtun
Randall Potter wrote: I'd code it this way: div id=!id! class=!class! img src=!URI! alt= / span class=caption!caption!/span /div I know that some would consider this solution to suffer from divitis but, an image and a caption do not fit my description of a paragraph. The following W3C

Re: [WSG] positive-discrimination === not positive and IMG properties

2005-12-13 Thread Christian Montoya
On 12/13/05, Kim Kruse [EMAIL PROTECTED] wrote: Hi Christian, Titles aren't used by anything... so they are useless. Would you care to explain??? From: http://www.sf.id.au/WE05/indexa.html * Users that rely upon the keyboard to access web content cannot access the TITLE text. *

Re: [WSG] positive-discrimination === not positive and IMG properties

2005-12-13 Thread leenath1
PROTECTED] To: WSG wsg@webstandardsgroup.org Sent: Wednesday, December 14, 2005 3:57 AM Subject: [WSG] positive-discrimination === not positive and IMG properties rant comment=please correct me if I'm wrong about anything Why should Text mode browsers benefit from the ALT property when Graphical

Re: [WSG] positive-discrimination === not positive and IMG properties

2005-12-13 Thread Kim Kruse
Hi Christian, From: http://www.sf.id.au/WE05/indexa.html * Users that rely upon the keyboard to access web content cannot access the TITLE text. * Some users of screen magnifiers will not be able to read the TITLE text. * Most users of screen reader software will not be aware of the

Re: [WSG] positive-discrimination === not positive and IMG properties

2005-12-13 Thread Al Sparber
From: Kim Kruse [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Sent: Tuesday, December 13, 2005 3:33 PM Subject: Re: [WSG] positive-discrimination === not positive and IMG properties Hi Christian, From: http://www.sf.id.au/WE05/indexa.html * Users that rely upon the keyboard to access

RE: [WSG] positive-discrimination === not positive and IMG properties

2005-12-13 Thread Jonathan Bloy
On Tuesday, December 13, 2005 2:31 PM Nathan wrote: I'd just like to point out that the alt text does benefit everyone in situations like providing tooltip content You mean everyone who uses Internet Explorer. That's the only browser that treats alt attributes as a tool tip. Modern browsers,

Re: [WSG] positive-discrimination === not positive and IMG properties

2005-12-13 Thread Thomas Livingston
On Dec 13, 2005, at 3:50 PM, Jonathan Bloy wrote: You mean everyone who uses Internet Explorer. That's the only browser that treats alt attributes as a tool tip. Modern browsers, Firefox, Opera, Safari, etc. correctly only display the alt attribute if the image is not available. If I am

Re: [WSG] positive-discrimination === not positive and IMG properties

2005-12-13 Thread Kim Kruse
I'm so happy this web stuff is so straight forward and make perfect sense :) To add - If you add a title to a link, some versions of JAWS will read only the title and not the actual link text. It's a maze :-) Al Sparber PVII http://www.projectseven.com Designing with CSS is sometimes like