- From: Anne van Kesteren <annevk@opera.com>
- Date: Wed, 12 Mar 2008 22:52:12 +0100
- To: "Chris Wilson" <Chris.Wilson@microsoft.com>, "Simon Pieters" <simonp@opera.com>, "Dave Pawson" <dave.pawson@gmail.com>
- Cc: "Jon Gunderson" <jongund@uiuc.edu>, "Aaron M Leventhal" <aleventh@us.ibm.com>, "Charles McCathieNevile" <chaals@opera.com>, "Marc Silbey" <marcsil@windows.microsoft.com>, "David Poehlman" <poehlman1@comcast.net>, "www-archive@w3.org" <www-archive@w3.org>
Hi Chris, On Wed, 12 Mar 2008 22:44:04 +0100, Chris Wilson <Chris.Wilson@microsoft.com> wrote: > Actually, Anne's post was not very clear about the ARIA point as well as > others. In IE8 you can do element.ariaDisabled = true This is not possible in any other browser. In other browsers you are required to do element.setAttribute("aria-disabled", "true") So if people use the former it will only work in IE8. Also, the idea was that ARIA scripts would work for older browsers as well as AT could simply read the DOM. If you introduce DOM attributes (such as ariaDisabled) this whould no longer be true. > Yeah, I see that, and I've been thinking about that very issue. Not > clear to me if Opera is happy if we simply make it so a standards-mode > DOCTYPE is necessary, as some of the invective is still demanding > removal of IE7 compatibility altogether. We're not happy with documentMode, but making X-UA-Compatible work just for standards mode would be an improvement. Just like doing IE8 mode by default is an improvement. Hope that helps. Kind regards, -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>
Received on Wednesday, 12 March 2008 21:57:48 UTC