Re: [WSG] site layout problems, specifically in Mac IE

2004-10-21 Thread Hugh Todd
Craig, The main issue would appear to be as follows: Mac IE 5 wrongly clears floats inside clearing block elements, and you can't fix it with "clear:none;". The easy way to solve it is to add a standalone clearer to your HTML (say after a navigation bar that you need to clear). It may need to be

Re: [WSG] Solutions for testing in speech/text readers

2004-10-21 Thread Dejan Kozina
Take a look at pwWebSpeak [http://www.soundlinks.com/pwgen.htm]. "If you are a visually impaired individual, or are using the software to evaluate sites for accessibility, you may use the software freely, but will not be entitled to support." djn -- Dejan Kozina Web Design Studio Dolina 346

Re: [WSG] Solutions for testing in speech/text readers

2004-10-21 Thread Jason Foss
Oh well... I knew it was 40 somethings! ;-p On Fri, 22 Oct 2004 14:43:17 +1000, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > looks like its 40 minutes not 40 hours :-(( > > "The Free Demo download of JAWS for Windows is a full featured product. It includes > the synthesizer and everything

RE: [WSG] site layout problems, specifically in Mac IE

2004-10-21 Thread Craig Millman
Thanks for your advice Nick and Jesse. I have downloaded Firefox and have started from scratch. The page is at www.pacifichomeloans.com.au and css at www.pacifichomeloans.com.au/styleshome.css The page is looking fine in Firefox (apart from my #maintitle not starting at the top of the page) and

RE: [WSG] Solutions for testing in speech/text readers

2004-10-21 Thread Steven . Faulkner
looks like its 40 minutes not 40 hours :-(( "The Free Demo download of JAWS for Windows is a full featured product. It includes the synthesizer and everything you'll need to install and operate JAWS for 40

Re: [WSG] as form label

2004-10-21 Thread Steven . Faulkner
Hi TIA, in Nicks' example, which i was referring to, there were label elements inside other label elements wrapped around a form control, which is not valid, but thanks for pointing out about the explicit [for/id] association of multiple labels to a control, it hadn't occured to me before. I wil

RE: [WSG] Solutions for testing in speech/text readers

2004-10-21 Thread Jason Foss
Someone said once that there was a version of JAWS that would work for 40 hours or something like that - which is a LOT of testing. (40 hours as in 10 minutes here, 5 minutes there etc) Can anyone confirm that? ** Jason Foss Almost Anything Desktop Publishing www.almost-anything.com.a

Re: [WSG] as form label

2004-10-21 Thread Nick Lo
Hi Lea, have you looked a the fieldset tag? Its useful for grouping fields together. Yes, in fact that example is an excerpt from a larger form that is enclosed in a fieldset with a legend. Though what my example highlighted was the finer points of accessibility I wasn't capturing. Thanks, Nick

Re: [WSG] Solutions for testing in speech/text readers

2004-10-21 Thread Nick Lo
Hello again, Wow, I have to say I expected a short list but not as few as that. I know of course about JAWS but the pricing is quite prohibitive. It really is an area crying out for some open source input as in: http://developer.gnome.org/projects/gap/AT/Gnopernicus/ Sad, as although there are c

Re: [WSG] as form label

2004-10-21 Thread Terrence Wood
Multiple labels for a single form control is valid HTML, however a single label for multiple form controls is not: http://www.w3.org/TR/html4/interact/forms.html#h-17.9 Steven, can you be more specific about the barriers multiple labels present? TIA ./tdw On 2004-10-22 2:56 PM, [EMAIL PROTECTED]

Re: [WSG] as form label

2004-10-21 Thread Nick Lo
Hi Steven, Yes that's a solution I'd considered and on thinking about it/reading that article I realised yet another point: I use the label class to indicate required elements. So if this part of the form was submitted but not filled in: Phone Type The user would be returned to the form with th

Re: [WSG] as form label

2004-10-21 Thread Lea de Groot
On Fri, 22 Oct 2004 10:15:53 +1000, Nick Lo wrote: > So my question is really; is the label around a element > essentially pointless? Nick, have you looked a the fieldset tag? Its useful for grouping fields together. HIH Lea -- Lea de Groot Elysian Systems - http://elysiansystems.com/ Brisbane

Re: [WSG] Semantics of Breadcrumb "you are here" links

2004-10-21 Thread Paul Connolley
Ryan Nichols wrote: Really a browser doesn't understand what any of the tags are. What you see are only the browsers default behavior at rendering certain items it's aware of in the DTD. A browser doesn't understand of course. It parses. Behaviour is programmed in HTML user agents. This was all p

Re: [WSG] Solutions for testing in speech/text readers

2004-10-21 Thread Steven . Faulkner
Nick You can download a trial (30 days) copy of IBM homepage reader (web browser): [windows only] http://www-3.ibm.com/able/solution_offerings/hpr.html this is a good tool for getting a feel for how your pages are "heard" as it is simpler/easier to use than full blown screen readers such as JAWS.

Re: [WSG] as form label

2004-10-21 Thread Steven . Faulkner
Nick, i think your second solution is on the money. you wrote: "However notice how the first is actually less laborious visually in terms of how we use desktop applications." You can hide the visual display of text labels if you want see: Invisible Form Prompts - http://www.juicystudio.com/invi

[WSG] Solutions for testing in speech/text readers

2004-10-21 Thread Nick Lo
Steven Faulkner just made me realise I've not yet seen or asked about set-ups for actually testing sites using speech/text readers. There are plenty of articles on browser testing but how would you go about setting up an environment for testing via speech/text readers. I use a Mac for developme

RE: [WSG] Semantics of Breadcrumb "you are here" links

2004-10-21 Thread Ryan Nichols
Really a browser doesn't understand what any of the tags are. What you see are only the browsers default behavior at rendering certain items it's aware of in the DTD. This was all put in by whoever made the browser, and is totally up to the browser. Default renderings are not specified in W3C. This

Re: [WSG] as form label

2004-10-21 Thread Nick Lo
Wow, so many responses... must type fast...just knocked up what must be a better solution: http://www.trikeinteractive.com/form_example.html However notice how the first is actually less laborious visually in terms of how we use desktop applications. I'm thinking of for example OS X Address Boo

Re: [WSG] as form label

2004-10-21 Thread Susan R. Grossman
It does work with tabbing/arrows/keyboard only in FF, but the focus unless you continue to hold the mouse as you draw down the drop down does leave to the formfield, which goes against what user expect of a select box, though it does actually work in FF 1.0 Though it does associate the label with

Re: [WSG] as form label

2004-10-21 Thread Steven . Faulkner
Please do not associate multiple label elemnts with an input or multiple inputs with a single label element, both things will bugger up the associations for assistive tech (which is a major reason to use labels in the first place. ) in either case it is also not valid HTML. with regards Steven

Re: [WSG]

2004-10-21 Thread Paul Connolley
Patrick H. Lauke wrote: Paul Connolley wrote: This is a perfectly natural English language grammar. Sorry, wasn't advocating changing the writing style, but having a mechanism in place to unequivocally tie a CITE course to Q or BLOCKQUOTE My apologies also if I came across wrong. I agree with you

Re: [WSG] as form label

2004-10-21 Thread Patrick H. Lauke
Nick Lo wrote: Perhaps this is a case where it needs a nested label like... Phone type Please Select work home fax mobile other I think you may be wanting a FIELDSET here. And don't get hung up on wrapping th

Re: [WSG]

2004-10-21 Thread Patrick H. Lauke
Paul Connolley wrote: This is a perfectly natural English language grammar. Sorry, wasn't advocating changing the writing style, but having a mechanism in place to unequivocally tie a CITE course to Q or BLOCKQUOTE and have those pesky browsers actually expose that information to the user (with

Re: [WSG] as form label

2004-10-21 Thread Darren Wood
Nick Lo wrote: As I've just put at... http://www.trikeinteractive.com/form_example.html I like the idea...but have a look at it in firefox 1.0 and you'll see why it probably isn't a good idea. each time I click on the dropdown the input box gets the focus, thus proving v.difficult to actually s

Re: [WSG] as form label

2004-10-21 Thread Steven . Faulkner
This is what a user (accessing with IBM homepage reader) hears for your example form: (Start of select menu with 6 items.) work[Selected.] (End of select menu.) [Text.] doesn't appear very informative? with regards Steven Faulkner Web Accessibility Consultant National Information & Library Ser

Re: [WSG] as form label

2004-10-21 Thread Patrick H. Lauke
Oops...should really make it a habit to actually read the questions properly before storming in with what I think is the answer *blush* P Nick Lo wrote: Hi Patrick, Thanks for your response, unfortunately that wasn't my question though I realise at a glance it's how my question read. It was spec

Re: [WSG]

2004-10-21 Thread Paul Connolley
On 22 Oct 2004, at 02:23, Paul Connolley wrote: [snip] consider the scenario of a screenreader user who skips from paragraph to paragraph, and ends up on the second paragraph of this [snip a whole load more] I'll reiterate that I see that I reiterated nothing. I've missed a bit out that I intended

Re: [WSG]

2004-10-21 Thread Paul Connolley
Patrick H. Lauke wrote: [snip] consider the scenario of a screenreader user who skips from paragraph to paragraph, and ends up on the second paragraph of this Harry S. Truman said, The buck stops here. ... He then also said something else entirely. Now, assuming that the screenreader flags up tha

Re: [WSG] as form label

2004-10-21 Thread Nick Lo
Thanks Nick, Well, no... but it needs to be used correctly. The element allows the text label for a form input to become 'live' (ie clickable) to enlarge the target for, say, a radio button - but it needs to wrap around the element it refers to. You have the label for id="input_phone_1" wrappe

Re: [WSG] as form label

2004-10-21 Thread Mike Brown
Nick Lo wrote: Thanks for your response, unfortunately that wasn't my question though I realise at a glance it's how my question read. It was specifically referring to this type of instance... Please Select work home fax mobile ot

Re: [WSG] as form label

2004-10-21 Thread Nick Lo
Hi Patrick, Thanks for your response, unfortunately that wasn't my question though I realise at a glance it's how my question read. It was specifically referring to this type of instance... Please Select work home fax mobile other

Re: [WSG] as form label

2004-10-21 Thread Steven . Faulkner
I think that it would be better to provide informative labels texts and explicitly associate a label with each form field. Example: preferred method of contact Please Select work home fax mobile other contact number

Re: [WSG] Combining in css

2004-10-21 Thread Lyn Patterson
Thanks, Nick and thanks for the links, Russ - have bookmarked them. Lyn Nick Gleitzman wrote: On 22 Oct 2004, at 9:59 AM, Lyn Patterson wrote: #[name of page] #container #floatimgleft {background-color: #dff;} but it didn't work. Only the last mentioned (#floatimgleft) worked and (#container) reve

Re: [WSG] as form label

2004-10-21 Thread Nick Gleitzman
On 22 Oct 2004, at 10:15 AM, Nick Lo wrote: Please Select work home fax mobile other ...is currently in the admin section of a CMS I'm putting together. The point is to allow the admin user to specify what the ty

Re: [WSG] as form label

2004-10-21 Thread Patrick H. Lauke
Nick Lo wrote: So my question is really; is the label around a element essentially pointless? Labels are a good thing, both from an accessibility and usability point of view. So no, not pointless at all. Read http://www.webaim.org/techniques/forms/2#labels for a soft introduction on this. ...i

Re: [WSG] Combining in css

2004-10-21 Thread Lyn Patterson
Patrick, Lachlan and Zulema Thanks for prompt replies - it works ! Lyn Patrick H. Lauke wrote: Lyn Patterson wrote: have I left out commas or something? Yes. #[name of page] #container, #[name of page] #floatimgleft {background-color: #dff;} Patrick H. Lauke ___

Re: [WSG] Combining in css

2004-10-21 Thread russ - maxdesign
> but it didn't work. Only the last mentioned (#floatimgleft) worked and > (#container) reverted to general background color. Is there a way to > combine them - have I left out commas or something? As Pat said, the comma is needed. More info here: http://www.w3.org/TR/REC-CSS2/selector.html#group

Re: [WSG] Combining in css

2004-10-21 Thread Nick Gleitzman
On 22 Oct 2004, at 9:59 AM, Lyn Patterson wrote: #[name of page] #container #floatimgleft {background-color: #dff;} but it didn't work. Only the last mentioned (#floatimgleft) worked and (#container) reverted to general background color. Is there a way to combine them - have I left out commas or

Re: [WSG] 256 colours or the whole enchilada?

2004-10-21 Thread Kevin Futter
Here's a link to an article that convinced me the Websafe colour palette sits alongside Bigfoot and the Loch Ness Monster ... http://webmonkey.wired.com/webmonkey/00/37/index2a.html?tw=design Cheers, Kevin Futter On 21/10/04 4:49 PM, "Neerav" <[EMAIL PROTECTED]> wrote: > http://www.mail-archive

Re: [WSG] Combining in css

2004-10-21 Thread Zulema
Comma is the correct answer: #[name of page] #floatimgleft, #[next page] #floatimgleft {background-color: #dff;} unless I'm wrong? but that makes sense to me later, Z · · · · · · · · · · · · · · · · Z u l e m a O r t i z W e b D e s i g n e r email : [EMAIL PROTECTED] website : http://zoblue

Re: [WSG] Combining in css

2004-10-21 Thread Patrick H. Lauke
Lyn Patterson wrote: have I left out commas or something? Yes. #[name of page] #container, #[name of page] #floatimgleft {background-color: #dff;} Patrick H. Lauke _ re·dux (adj.): brought back; returned. used postpositively [latin : re-, re-

[WSG] as form label

2004-10-21 Thread Nick Lo
Hello, This example below... Please Select work home fax mobile other ...is currently in the admin section of a CMS I'm putting together. The point is to allow the admin user to specify what the type of phone is

[WSG] Combining in css

2004-10-21 Thread Lyn Patterson
I have different colored backgrounds on several pages and have put them is the css as follows: #[name of page] #container {background-color: #dff;} #[next page] #container {background-color: #ffd;} and so on. Then I have #[name of page] #floatimgleft {background-color: #dff;} #[next page] #float

Re: [WSG] site layout problems, specifically in Mac IE

2004-10-21 Thread Nick Gleitzman
On 22 Oct 2004, at 12:17 AM, Craig Millman wrote: This is my first post, I have been silently gobbling up info. I have designed a website for a friend www.pacifichomeloans.com.au which seems to look ok in IE on Windows, however not in Mac IE. The css is at www.pacifichomeloans.com.au/styleshome.c

Re: [WSG] site layout problems, specifically in Mac IE

2004-10-21 Thread J Rodgers
Have you looked at it in Firefox? Or Safari? It looks even further off ;) Might want to not call the image in the background and use that to keep the content down where you want it. I think it's cause you are relying on the list of links in the top to push things down and the font renders awfully

Re: [WSG] Semantics of Breadcrumb "you are here" links

2004-10-21 Thread Patrick H. Lauke
Ryan Nichols wrote: I think this is where Xhtml has it's (eventual) power. Since it's extensible, you could use your own DTD, which has extra tags and markup which contains the semantic meaning you need. Then via CSS and javascript, you can alter/style the data anyway you need for the client. Maybe

Re: [WSG]

2004-10-21 Thread Patrick H. Lauke
Clayton Lengel-Zigich wrote: That is a good point, however is there an instance where the two would not appear to be linked when viewing the page? (e.g. a screen reader or something) Ok, aside from any automated harvesting tools or whatever, consider the scenario of a screenreader user who skips f

RE: [WSG] Semantics of Breadcrumb "you are here" links

2004-10-21 Thread Ryan Nichols
>It's about walking a fine (sane) line, and in many cases realising that the semantic structures offered by (x)html are actually quite limited, and you >won't always find the exact right set of elements that perfectly fit your real-world content...so it turns into a question of triage. I think thi

Re: [WSG]

2004-10-21 Thread Clayton Lengel-Zigich
> The problem with that (and yes, I know it's an official W3C example) is > that it does not unequivocally link the CITE with the Q (not in the same > way that, for instance, LABEL is linked to an INPUT or other form > control via the FOR attribute). So the relationship between those two > elements

RE: [WSG]

2004-10-21 Thread Daniel Bowling
I agree, the usefulness of an uncoupled citation is much lower than one not specifically within the tag. What if many quotes where used near each other inline-- huge usability concerns I would guess. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick

Re: [WSG] Looking for party animals

2004-10-21 Thread Patrick H. Lauke
Anything happening in the UK at all? Patrick H. Lauke _ re·dux (adj.): brought back; returned. used postpositively [latin : re-, re- + dux, leader; see duke.] www.splintered.co.uk | www.photographia.co.uk http://redux.deviantart.com **

Re: [WSG]

2004-10-21 Thread Patrick H. Lauke
Clayton Lengel-Zigich wrote: There is this format for presenting quotes As Harry S. Truman said, The buck stops here. The problem with that (and yes, I know it's an official W3C example) is that it does not unequivocally link the CITE with the Q (not in the same way that, for instance, LABEL is l

Re: [WSG] Semantics of Breadcrumb "you are here" links

2004-10-21 Thread Patrick H. Lauke
Sean Naden wrote: er, maybe it's my 'listless' disposition but why would you put a breadcrumb in a list? The usual > seperators seem ideal ...except that it does not, intrinsically, have any structure or semantic meaning if it's just a line of text with an arbitrary character as separator. Usin

Re: [WSG]

2004-10-21 Thread Patrick H. Lauke
Daniel Bowling wrote: shouldn't it be in a way that any reader can see the attribution? Of course. Unfortunately, this is a user agent issue, and no mainstream browser (as far as I'm aware of) exposes this attribute to the user. It *can* be visually displayed via CSS (:before / :after and the con

Re: [WSG]

2004-10-21 Thread Clayton Lengel-Zigich
There is this format for presenting quotes As Harry S. Truman said, The buck stops here. More info here : http://www.w3.org/TR/REC-html40/struct/text.html#edef-CITE On Thu, 21 Oct 2004 10:57:09 -0500, Daniel Bowling <[EMAIL PROTECTED]> wrote: > Ok, I consider myself fairly savvy in XHTML, but f

[WSG]

2004-10-21 Thread Daniel Bowling
Ok, I consider myself fairly savvy in XHTML, but for the life of me I can't figure out what the cite attribute of blockquote is really good for if it doesn't display to the end user. If you are quoting something that needs to be cited, shouldn't it be in a way that any reader can see the attributio

[WSG] site layout problems, specifically in Mac IE

2004-10-21 Thread Craig Millman
Hi, This is my first post, I have been silently gobbling up info. I have designed a website for a friend www.pacifichomeloans.com.au which seems to look ok in IE on Windows, however not in Mac IE. The css is at www.pacifichomeloans.com.au/styleshome.css I have validated the XHTML although it has

Re: [WSG] Foreign Translations

2004-10-21 Thread Jad Madi
why not to stick with UTF-8 and UTF-16 for Chinese? On Thu, 21 Oct 2004 14:47:32 +1000, Neerav <[EMAIL PROTECTED]> wrote: > Thats interesting, personally I like to be specific about the charset eg: > > Chinese Traditional > Taiwan, Hong Kong > > > Chinese Simplified > China mainland, Singapor

Re: [SPAM] Re: [WSG] CSS - How the max size of a .css file

2004-10-21 Thread Genau Junior
Kay, I appreciated your advice about www.websiteoptimization , but i think that service its not enougth to analyses if the css and html have the rigth size or not. I think that an emphiric and "softwarless" analisys, can be more useful. Genau Lopes Júnior WebDesigner - Original Message

Re: [WSG] 256 colours or the whole enchilada?

2004-10-21 Thread Lyn Patterson
Thanks, Jeremy for the link to More Crayons. I have just changed every color on the site I am working on to More Crayons colors and the results are great - the "new" colors are indistinguishable from the originals but much more web safe. Lyn Patterson **

Re: [SPAM] Re: [WSG] CSS - How the max size of a .css file

2004-10-21 Thread Nick Gleitzman
John Wells wrote: Which begs the question, when a stylesheet is loaded up by a browser, will that browser automatically attempt to load every referenced image, regardless of it being called by the HTML file? This question's come up before - and the answer is... (of course) it varies from browser

Re: [WSG] 256 colours or the whole enchilada?

2004-10-21 Thread Jeremy Keith
Andreas Boehmer asked: Out of curiosity: what's your stand to the 216 web colours? Do you stick with them or do you go the full 16 bits? I subscribe to the More Crayons school of thought: http://www.morecrayons.com/ That gives me 4,096 colours while also allowing me to predict *how* they will deg

Re: [SPAM] Re: [WSG] CSS - How the max size of a .css file

2004-10-21 Thread John Wells
I just tossed my site through that web optimization service (http://www.websiteoptimization.com/), and it returned a very peculiar review: it counted and weighed every single image being pointed to from my CSS file, even though the HTML page that I had it review only used a fraction of them. W

Re: inline elements inside - Was: [WSG] Semantics of Breadcrumb

2004-10-21 Thread Rimantas Liubertas
On Thu, 21 Oct 2004 19:55:38 +1300, David McDonald <[EMAIL PROTECTED]> wrote: > > I've noticed in the code on Russ 'listopathic' page, that and > other tags are inside tags eg: > > > What is the obsession with lists? > > > I've seen this other places as well, but

Re: [WSG] Semantics of Breadcrumb "you are here" links (Away on holidays)

2004-10-21 Thread Gus Ortega
I will be away from 17 May to 28 May 2004. Please contact [EMAIL PROTECTED] This message is intended for the addressee named and may contain confidential/privileged information. If you are not the intended recipient, please delete it and notify the sender. Views expressed in this message are t

Re: [WSG] Semantics of Breadcrumb "you are here" links

2004-10-21 Thread Cameron Adams
Would you be able to enumerate each point in your reply? I wasn't able to follow the structure of it. Sincerely, -- Cameron W: www.themaninblue.com --- russ - maxdesign <[EMAIL PROTECTED]> wrote: > > er, maybe it's my 'listless' disposition but why > would you put a > > breadcrumb in a list? T

Re: [WSG] 256 colours or the whole enchilada?

2004-10-21 Thread Andrew Krespanis
> Out of curiosity: what's your stand to the 216 web colours? Do you stick > with them or do you go the full 16 bits? Honest answer - "WHAT? your monitor only supports 216 colours??! Hahahaaa... 16.7 million too much to handle?" ;) Half decent answer - It's a bit like making sure all is well at 8

Re: [WSG] 256 colours or the whole enchilada?

2004-10-21 Thread Justin French
On 21/10/2004, at 4:34 PM, Andreas Boehmer wrote: Out of curiosity: what's your stand to the 216 web colours? Do you stick with them or do you go the full 16 bits? I personally have stopped limiting myself a long time ago (unless absolutely necessary), but keep coming across articles warning me f