Re: [WSG] XHTML Strict alternative to ol start=11

2005-02-07 Thread Kornel Lesinski
On Sun, 6 Feb 2005 23:19:02 +, Ian Fenn [EMAIL PROTECTED] wrote: Had I been doing it with HTML Transitional or similar, I would have displayed a second page of results as follows: ol start=11liFirst result/li liSecond.../li ... /ol Do you have any suggestions as to how I could achieve a

Re: [WSG] XHTML Strict alternative to ol start=11

2005-02-07 Thread Michael Cordover
See, I'd say a table or a definition list. I think I'm one of the very few people who actually supports the loss of the start= attribute. An ordered list means there is an order, *not* that there is anything particular assocated with that order. So, think about it in terms of set theory, if you

Re: [WSG] Another plea for help: FF1.0 render problem

2005-02-07 Thread Andrew Krespanis
Your problem occurs when you have the border-top: 0; after the border statement. Is this a Gecko bug, I wonder? I doubt it, more likely that border-top:0; is incorrect use of the shorthand property. 'border-top' is supposed to receive 3 values, border-top-width is what you would use to set the

RE: [WSG] 2 Column Symetrical Stretching Layout?

2005-02-07 Thread Trusz, Andrew
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joey Sent: Saturday, February 05, 2005 8:11 AM To: wsg@webstandardsgroup.org Subject: Re: [WSG] 2 Column Symetrical Stretching Layout? Hi Drew, I removed the 45% margin from #right but this still never

[WSG] Browser Checks

2005-02-07 Thread Paul
This is more of a general standards question, but if you are designing a page for the public in general (in my case a university) at what point ( % wise _or_ # of browsers) do you say 'Okay this is the site, no more trying to accommodate obscure browsers/older versions of browsers. ? I know there

Re: [WSG] 2 Column Symetrical Stretching Layout?

2005-02-07 Thread Fred Butts
Below is the CSS for a two column layout, modify as you wish but follow the same basic coding. Also if you visit A List Apart's web site their are many articles with code and tutorials for doing most any kind of layout and much more. Also the W3C.org site has the standards with illustrations

Re: [WSG] 2 Column Symetrical Stretching Layout?

2005-02-07 Thread Joey
Hi Fred, thanks for that, ill give it a try soon and let you know how it all goes. As for the HTML 4.01 comment, i think actual the majority of CSS developers would use XHTML 1.0, as HTML 4.01 is out dated and has deprecated elements nowadays, that dont conform with current web standards. I

Re: [WSG] Browser Checks

2005-02-07 Thread Bert Doorn
G'day Paul wrote: This is more of a general standards question, but if you are designing a page for the public in general (in my case a university) at what point ( % wise _or_ # of browsers) do you say 'Okay this is the site, no more trying to accommodate obscure browsers/older versions of

Re: [WSG] Browser Checks

2005-02-07 Thread Gunlaug Sørtun
Paul wrote: This is more of a general standards question, but if you are designing a page for the public in general (in my case a university) at what point ( % wise _or_ # of browsers) do you say 'Okay this is the site, no more trying to accommodate obscure browsers/older versions of browsers.

Re: [WSG] XHTML Strict alternative to ol start=11

2005-02-07 Thread Patrick Griffiths
See, I'd say a table or a definition list. I think I'm one of the very few people who actually supports the loss of the start= attribute. I'd go with Michael, on both points. Table would be fine, but definition list is probably better. And the start attribute is bad because the first item in

[WSG] Aligning bullets

2005-02-07 Thread Paul
Title: Message My bullets are lining up at the bottom of the li ( see: http://www.speakupnow.ca/wu/audiovideo.php) ? Is there a property I can set to align:top ? Paul

[WSG] Nothing too flashy

2005-02-07 Thread Chris Kennon
Hi, Can some direct me in creating a flash replacement content . The idea is to us css to display the default scroll bar in i-frame type scolling div. If the flash scrolling text box, with custom sroll bar does not load or plug-in is diabled. CK __ Knowing is not

Re: [WSG] XHTML Strict alternative to ol start=11

2005-02-07 Thread The Bo$$
Use Javascript. Insert the content with innerHTML. ** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list getting help

Re: [WSG] XHTML Strict alternative to ol start=11

2005-02-07 Thread Patrick H. Lauke
The Bo$$ wrote: Use Javascript. Insert the content with innerHTML. How accessible...and semantic! Write valid code, so you pass automated validators, then use JS to basically mess it up in whatever way you like? Sorry, but that's hardly the point of web standards, imho. -- Patrick H. Lauke

Re: [WSG] WAI checkpoint 13.1 Help

2005-02-07 Thread John Britsios
Zachary, The only problems I see on you page is, that you are using redudant tabindex tags and letters instead of numbers for you accesskeys. About http://webxact.watchfire.com/ no need to worry! That is the only tool of all I know and that I do not use. Stick for automatic evaluations with

Re: [WSG] WAI checkpoint 13.1 Help

2005-02-07 Thread John Britsios
Zachary, Me again. I also do not see your reason using a text-only version. It is absolutely redudant! You did a too good work, to hang on your page a text-version. Also you are using CDATA sections which are not recommended due to poor browser support (even some newer browsers fail to properly

Re: [WSG] WAI checkpoint 13.1 Help

2005-02-07 Thread Zachary Hopkins
- I got the link text figured out.It just didn't link my hyperlinks w/ background images not having any link text. - Redundant tabindex tags? (O.o)? - What's wrong with letters? - The meta tags hold keywords, page descriptions, author info, page rating, time between search bot re-indexing, etc,

Re: [WSG] WAI checkpoint 13.1 Help

2005-02-07 Thread Zachary Hopkins
- Redundancy is key. I want no one left out, whether they have the latest and greatest, oldest and moldiest, cell phone, PDA, whatever! - CDATA is bad? How does it degrade? - The contact links have been fixed to meet Priority 1 checkpoint 6.3 and Priority 2 checkpoint 10.1. --Zachary John

[WSG] Webnauts Net Accessibility, Usability and SEO forums online

2005-02-07 Thread John Britsios
Dear WSG members!Sincea few daysnow, our Accessibility, Usability and SEO forums are online.Therefore we would kindly like to inivite you to drop by, and we hope you will support us with your membership/contribution, promoting Accessibility, Usability and Search Engines issues.The forums

Re: [WSG] WAI checkpoint 13.1 Help

2005-02-07 Thread John Britsios
Zachary, About Tabindex Tags read here: http://www.wats.ca/articles/keyboardusageandtabindex/62 About Accesskeys problems using letters read here: http://www.wats.ca/resources/accesskeysandkeystrokes/38 Sure there are some problems using numbers too, but not as with letters:

Re: [WSG] Nothing too flashy

2005-02-07 Thread Andrew Krespanis
While you could just nest the iframe in the object as fallback (is that valid nesting? Unsure about iframes..), fallback content often doesn't work due to users having the flash plugin but having flash content blocked by a browser plugin. Another way to do it would be to use a flash detection

Re: [WSG] WAI checkpoint 13.1 Help

2005-02-07 Thread John Britsios
Zachary, You are right. As I wrote in my previous mail, I use accesskeys. And mainly for the reason you mentioned. PDA, Mobile, etc devices. But I use numbers for accesskeys. Kind regards, John S. Britsios http://www.webnauts.net - Original Message - From: Zachary Hopkins [EMAIL

[WSG] Re: XHTML Strict alternative to ol start=11

2005-02-07 Thread Douglas Clifton
Ian, Why not switch to XHTML Transitional for the page that you want to use the start= attribute on? I outline this technique on my website. You don't have to be using PHP to do this, you can simply cut and paste the correct DTD. http://loadaveragezero.com/vnav/labs/PHP/DOCTYPE.php Doug

RE: [WSG] Re: XHTML Strict alternative to ol start=11

2005-02-07 Thread Ian Fenn
Douglas wrote: Why not switch to XHTML Transitional for the page that you want to use the start= attribute on? Thanks for that, Douglas. Unfortunately my client has accessibility guidelines that insist the pages are built in XHTML Strict. All the best, -- Ian Fenn Chopstix Media

Re: [WSG] XHTML Strict alternative to ol start=11

2005-02-07 Thread Kornel Lesinski
On Mon, 7 Feb 2005 23:07:39 +1100, Michael Cordover [EMAIL PROTECTED] wrote: An ordered list means there is an order, *not* that there is anything particular assocated with that order. So, think about it in terms of set theory, if you will. An unordered list is like a set: {1, 2, 3} which is

RE: [WSG] XHTML Strict alternative to ol start=11

2005-02-07 Thread Ian Fenn
Hi, Patrick wrote: How accessible...and semantic! Write valid code, so you pass automated validators, then use JS to basically mess it up in whatever way you like? Sorry, but that's hardly the point of web standards, imho. Indeed. At the moment I'm trying to use a definition list but I'm not

Re: [WSG] XHTML Strict alternative to ol start=11

2005-02-07 Thread Patrick H. Lauke
Kornel Lesinski wrote: I don't think that definition list can replace that either. dt11/dtddFoo/dd Foo does not define 11. It's just supposed to be 11th element of some list. However, the spec is soo vague with regards to the true semantics of DL, that the above use seems, if not ideal, at least

Re: [WSG] XHTML Strict alternative to ol start=11

2005-02-07 Thread Patrick H. Lauke
Ian Fenn wrote: dt { float:left; } dd { margin:4px 8px; } This looks fine in firefox, but with IE 6 (Windows XP) the contents of the first dt are appearing slightly raised in comparison to the contents of the following dd. The other dts and dds are being displayed fine... doesn't work all the

Re: [WSG] Aligning bullets

2005-02-07 Thread russ - maxdesign
Trying to align bullets and get some sort of consistency across the various browsers is hard, as each browser positions them in slightly different ways. One option is to use background images. This gives you two advantages over standard html bullets: 1. you can use any sort of bullet you like -

Re: [WSG] Browser Checks

2005-02-07 Thread Kornel Lesinski
On Mon, 07 Feb 2005 23:57:06 +0800, Bert Doorn [EMAIL PROTECTED] wrote: Really depends on the audience, the client, etc but I usually draw the line at 5th generation browsers (MSIE5+, Opera 5+, Netscape 6/7, Firefox, Mozilla, Safari, etc) You can totally ignore Opera 5 and 6. 92% of Opera

Re: [WSG] Browser Checks

2005-02-07 Thread Lea de Groot
On Mon, 07 Feb 2005 10:03:30 -0330, Paul wrote: This is more of a general standards question, but if you are designing a page for the public in general (in my case a university) at what point ( % wise _or_ # of browsers) do you say 'Okay this is the site, no more trying to accommodate obscure

Re: [WSG] XHTML Strict alternative to ol start=11

2005-02-07 Thread heretic
Hi there, ol start=11liFirst result/li liSecond.../li ... /ol My two cents: use this method. It's one of those times that the standards are too strict without providing a robust alternative (more the fault of browsers than standards, though). I would support the idea of using Transitional

Re: [WSG] Browser Checks

2005-02-07 Thread heretic
This is more of a general standards question, but if you are designing a page for the public in general (in my case a university) at what point ( % wise _or_ # of browsers) do you say 'Okay this is the site, no more trying to accommodate obscure browsers/older versions of browsers. ? I know

[WSG] Brisbane WSG Meeting tomorrow night

2005-02-07 Thread Lea de Groot
For anyone who missed the update, Andrew Krespanis has refined his presentation and has something really good for us - entitled Site in an Hour Studying the workflow of CSS development, Andrew is going to involve audience participation to build a site from scratch. *I'm* not missing this one!

[WSG] accessible bar charts

2005-02-07 Thread Justin Thorp
I was wondering if you anyone had tried the Standards Schmandards technique on making accessible bar charts. http://www.standards-schmandards.com/index.php?2005/02/06/14- accessible-bar-chart I am intrigued by the idea and wondered what people thought. I'd be interested in getting a

Re: [WSG] accessible bar charts

2005-02-07 Thread James Ellis
I've created stacked bar charts (vertical and horizontal) in CSS without images. Entirely visual using empty divs. Also provided is a plain text description of the chart for visual and non-visual users (which we all are). Unfortunately they are behind a login so can't show you any code but quite

Re: [WSG] Browser Checks

2005-02-07 Thread Andy
Hi Altough others may use other standards, I for one don't care all that much about browser percentage. HTML 4 exists more then 10 years now and users with browsers that don't understand HTML 4 can't be all that interested in your site anyway. So with this in mind, I set my doctype to 4.01