RE: Using CSS instead of JS for accessibility (was Re: [WSG] CSS Expandable Menu)

2010-06-30 Thread Thierry Koblentz
Hi Mathew, http://tjkdesign.com/articles/keyboard_friendly_dropdown_menu/EK.asp I have a bug report... tested against FF 3.6.4 and IE6 (no bug under Chrome 5.0.376) Steps to reproduce: - click on background - tab to focus first menu item - hit enter to display sub-items - tab through to

[WSG] that old IE6 thing...

2010-06-30 Thread Andrew Harris
I know this was a recent discussion, and I don't want to revive an already well worn subject, but I just noticed something amazing on a multi user blog site I manage. Two blogs, same base domain, same template, same environment, same university. Blog 1: Audience: Librarians IE6: 42.2% Firefox

RE: Using CSS instead of JS for accessibility (was Re: [WSG] CSS Expandable Menu)

2010-06-30 Thread Foskett, Mike
Sorry Thierry I only took a quick look at the page and didn't read it fully. Mike -Original Message- From: li...@webstandardsgroup.org [mailto:li...@webstandardsgroup.org] On Behalf Of Thierry Koblentz Sent: 29 June 2010 17:34 To: wsg@webstandardsgroup.org Subject: RE: Using CSS

FW: [WSG] CSS Expandable Menu

2010-06-30 Thread Grant Bailey
As a follow-up to my original email, the following methods have been very well designed from the accessibility point of view: http://juicystudio.com/article/ecmascriptmenu.php http://www.456bereastreet.com/archive/200705/accessible_expanding_and_co llapsing_menu/ A further example worth

Re: [WSG] Is it still necessary to encode ampersands?

2010-06-30 Thread tee
On Jun 25, 2010, at 5:10 AM, David Dorward wrote: This is fair. You ask for free support, but provide test data that doesn't pass basic, automated QA tests. It doesn't really motivate people to help. Actually it's not always fair. There are many kinds of validation errors, an

Re: [WSG] Is it still necessary to encode ampersands?

2010-06-30 Thread Susan Grossman
On Wed, Jun 30, 2010 at 12:34 PM, Nancy Johnson njohnso...@gmail.comwrote: I think you said it very nicely. The sites I am work on, one agency designs and gives initial html mock-up and we hook it up to an CMS system and the client adds content. Could it be managed better? yes, but that is

[WSG] Out of Office AutoReply: WSG Digest

2010-06-30 Thread Andy Dempster
I will be out of the office until Wednesday, July 7. Please leave a message and I'll get back to you then. *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe:

Re: [WSG] Is it still necessary to encode ampersands?

2010-06-30 Thread tee
If you use XHTML doctype, you can add CDATA comment, this will prevent possible validation errors. Example: script type=text/javascript /* ![CDATA[ */ jQuery(document).ready(function(){ jQuery(ul.sf-menu).superfish(); }); /* ]] */ /script