- From: Jim Ley <jim@jibbering.com>
- Date: Tue, 3 Sep 2002 13:54:28 -0000
- To: <w3c-wai-ua@w3.org>
1. Operating system: Windows 98,ME,2000,XP
2. Assistive technology: none
3. User agent name/version: Internet Explorer IE5, 5.5, 6
> 4. Special settings: none
> 5. Recognizes MARQUEE: Yes
> 6. Can you stop text from scrolling: Sort Of
> a)
Only after loading by using the javascript bookmarklet:
javascript:els=document.getElementsByTagName('marquee');for
(i=0;i<els.length;i++)
alert(els[i].outerHTML=els[i].outerHTML.replace('MARQUEE','span'));void 0
> b) Did text remain motionless:
Yes.
> c) Does user agent provide option for slowing scrolling rate?
Only with javascript bookmarklet: (Likely works in Mozilla etc.)
javascript:els=document.getElementsByTagName('marquee');for
(i=0;i<els.length;i++)
alert(els[i].scrollDelay=els[i].scrollDelay*3);void 0
(slows it down by a factor of 3 on each activation.)
Jim.
Received on Tuesday, 3 September 2002 09:58:28 UTC