473,394 Members | 1,806 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

ASP.Net Control Accessibility

This page: http://msdn2.microsoft.com/en-us/lib...96(VS.80).aspx

at the top says "ASP.NET server controls cannot be used in applications that
must be 100 percent conformant with Web Content Accessibility Guidelines 1.0
(WCAG) priority 1 guidelines. In those cases, you must avoid using the
controls."

It would be nice if the page said what controls cannot ever be 100%. Like
the Menu control can never be 100% because it requires Client script.
--
Mike Logan
Dec 15 '06 #1
7 1188
re:
Like the Menu control can never be 100% because it requires Client script.
Have you seen the new ASP.NET 2.0 CSS Friendly Control Adapters ?

http://www.asp.net/cssadapters/Default.aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Mike Logan" <Mi*******@community.nospamwrote in message
news:78**********************************@microsof t.com...
This page: http://msdn2.microsoft.com/en-us/lib...96(VS.80).aspx

at the top says "ASP.NET server controls cannot be used in applications that
must be 100 percent conformant with Web Content Accessibility Guidelines 1.0
(WCAG) priority 1 guidelines. In those cases, you must avoid using the
controls."

It would be nice if the page said what controls cannot ever be 100%. Like
the Menu control can never be 100% because it requires Client script.
--
Mike Logan

Dec 15 '06 #2
"Mike Logan" <Mi*******@community.nospamwrote in message
news:50**********************************@microsof t.com...
These adapters still don't make it able to use it without javascript,
correct?
Correct.
Dec 15 '06 #3
Maybe I'm confused, Mike.

My impression has been that the use of Javascript doesn't trangress
the Web Content Accessibility Guidelines 1.0 (WCAG) priority 1 guidelines.

Does it ?


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Mike Logan" <Mi*******@community.nospamwrote in message
news:50**********************************@microsof t.com...
Hello Juan,

These adapters still don't make it able to use it without javascript, correct?

I posted something about this awhile ago:

http://msdn.microsoft.com/newsgroups...3-aa42125ed800
--
Mike Logan
"Juan T. Llibre" wrote:
>re:
Like the Menu control can never be 100% because it requires Client script.

Have you seen the new ASP.NET 2.0 CSS Friendly Control Adapters ?

http://www.asp.net/cssadapters/Default.aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Mike Logan" <Mi*******@community.nospamwrote in message
news:78**********************************@microso ft.com...
This page: http://msdn2.microsoft.com/en-us/lib...96(VS.80).aspx

at the top says "ASP.NET server controls cannot be used in applications that
must be 100 percent conformant with Web Content Accessibility Guidelines 1.0
(WCAG) priority 1 guidelines. In those cases, you must avoid using the
controls."

It would be nice if the page said what controls cannot ever be 100%. Like
the Menu control can never be 100% because it requires Client script.
--
Mike Logan



Dec 15 '06 #4
As I read it, all that section requires is that equivalent information
be made available on an alternative accessible page, if the user
has opted for turning off Javascript and that renders the page unusable.

There's no restriction regarding the use of Javascript itself, is there ?
For users who have *not* opted for turning off Javascript, its use is OK, isn't it ?

IOW, if you provide a text equivalent for the Javascript-based menu, it's OK.

That can be achieved by testing for Javascript (set a variable and check for
its presence) and, in the absence for the variable, rendering a text-only menu.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Mike Logan" <Mi*******@community.nospamwrote in message
news:0D**********************************@microsof t.com...
Not according to Checkpoint 6.3.

http://www.w3.org/TR/WCAG10-TECHS/#tech-scripts

--
Mike Logan
"Juan T. Llibre" wrote:
>Maybe I'm confused, Mike.

My impression has been that the use of Javascript doesn't trangress
the Web Content Accessibility Guidelines 1.0 (WCAG) priority 1 guidelines.

Does it ?


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Mike Logan" <Mi*******@community.nospamwrote in message
news:50**********************************@microso ft.com...
Hello Juan,

These adapters still don't make it able to use it without javascript, correct?

I posted something about this awhile ago:

http://msdn.microsoft.com/newsgroups...3-aa42125ed800
--
Mike Logan
"Juan T. Llibre" wrote:

re:
Like the Menu control can never be 100% because it requires Client script.

Have you seen the new ASP.NET 2.0 CSS Friendly Control Adapters ?

http://www.asp.net/cssadapters/Default.aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Mike Logan" <Mi*******@community.nospamwrote in message
news:78**********************************@microso ft.com...
This page: http://msdn2.microsoft.com/en-us/lib...96(VS.80).aspx

at the top says "ASP.NET server controls cannot be used in applications that
must be 100 percent conformant with Web Content Accessibility Guidelines 1.0
(WCAG) priority 1 guidelines. In those cases, you must avoid using the
controls."

It would be nice if the page said what controls cannot ever be 100%. Like
the Menu control can never be 100% because it requires Client script.
--
Mike Logan



Dec 15 '06 #5
Cool. I'm glad our exchange cleared that up.

:-)

I also support your wish that the matrix you want be provided.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Mike Logan" <Mi*******@community.nospamwrote in message
news:B4**********************************@microsof t.com...
Your right. Which means that controls that require client script to function
are not accessible...and an accessible alternative should be provided. All I
want is for the MS guys to update that page with a matrix of what controls
are "able" (when configured) to adhere to WCAG and 508.

--
Mike Logan
"Juan T. Llibre" wrote:
>As I read it, all that section requires is that equivalent information
be made available on an alternative accessible page, if the user
has opted for turning off Javascript and that renders the page unusable.

There's no restriction regarding the use of Javascript itself, is there ?
For users who have *not* opted for turning off Javascript, its use is OK, isn't it ?

IOW, if you provide a text equivalent for the Javascript-based menu, it's OK.

That can be achieved by testing for Javascript (set a variable and check for
its presence) and, in the absence for the variable, rendering a text-only menu.


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Mike Logan" <Mi*******@community.nospamwrote in message
news:0D**********************************@microso ft.com...
Not according to Checkpoint 6.3.

http://www.w3.org/TR/WCAG10-TECHS/#tech-scripts

--
Mike Logan
"Juan T. Llibre" wrote:

Maybe I'm confused, Mike.

My impression has been that the use of Javascript doesn't trangress
the Web Content Accessibility Guidelines 1.0 (WCAG) priority 1 guidelines.

Does it ?


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Mike Logan" <Mi*******@community.nospamwrote in message
news:50**********************************@microso ft.com...
Hello Juan,

These adapters still don't make it able to use it without javascript, correct?

I posted something about this awhile ago:

http://msdn.microsoft.com/newsgroups...3-aa42125ed800
--
Mike Logan
"Juan T. Llibre" wrote:

re:
Like the Menu control can never be 100% because it requires Client script.

Have you seen the new ASP.NET 2.0 CSS Friendly Control Adapters ?

http://www.asp.net/cssadapters/Default.aspx


Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Mike Logan" <Mi*******@community.nospamwrote in message
news:78**********************************@microso ft.com...
This page: http://msdn2.microsoft.com/en-us/lib...96(VS.80).aspx

at the top says "ASP.NET server controls cannot be used in applications that
must be 100 percent conformant with Web Content Accessibility Guidelines 1.0
(WCAG) priority 1 guidelines. In those cases, you must avoid using the
controls."

It would be nice if the page said what controls cannot ever be 100%. Like
the Menu control can never be 100% because it requires Client script.
--
Mike Logan




Dec 15 '06 #6
Hi Mike,

I also agree that it is a good idea to provide a more specific list of
accessiblity info of each ASP.NET server control. You are suggested to post
the request in the product feedback center:

http://connect.microsoft.com/feedbac...spx?SiteID=210

In addition, here are some other reference related to web accessibility:

http://support.microsoft.com/kb/819351/en-us

http://support.microsoft.com/kb/823030/

http://msdn2.microsoft.com/en-us/library/ms178233.aspx

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.

Dec 18 '06 #7
Thanks for your reply Mike,

The feedback site's submitted request or bug will be imported into our
internal database automatically and the dev team members will be able to
review them. Also, they'll make decision on the plan for any certain
request or bug due to their existing schedule or budget. Anyway, your
feedback and comments are really welcome and appreciated since it is quite
a good resource for us to improve the products.

Thanks again for your posting.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

This posting is provided "AS IS" with no warranties, and confers no rights.

Dec 19 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
by: JAMESICUS | last post by:
Refer to ..... http://news.com.com/2100-1032-5063444.html James Pickering Pickering Pages http://www.jp29.org/
9
by: Barbara de Zoete | last post by:
I am getting more and more confused as to the meaning of the words 'accessibility' and 'usability' *in the context of the world wide web*. What do these two words mean? How do they differ from one...
5
by: Dave Henson | last post by:
Hi I am checking a site for accessibility and Dreamweaver suggests making sure that the menu is accessible via keyboard as well as mouse (i.e device-independent). A question has arisen which is...
14
by: clintonG | last post by:
This is an appeal for peer support sent to Microsoft as will be noted in closing. The Login control does not include a Cancel button. The only option is to convert the Login control to a...
0
by: gxl034000 | last post by:
Hi, I have been trying to use a .net Forms control in my webpage to open up an application(notepad) on the client. The control works fine when embedded in a windows form, but I keep getting a...
2
by: Budhi Saputra Prasetya | last post by:
Hi, I managed to create a Windows Form Control and put it on my ASP .NET page. I have done the suggestion that is provided by modifying the security settings. From the stack trace, I would...
0
by: Budhi Saputra Prasetya | last post by:
Hi, I still have the same problem with embedding Windows Control. I'll just requote what I posted last time: I managed to create a Windows Form Control and put it on my ASP .NET page. I...
0
by: fiona | last post by:
Dramatically increases support for accessibility as well as fully conforming to the Office 2007 UI license and guidelines Dorset, United Kingdom - January 3 2007, Divelements Ltd announces the...
8
by: cms-hispano.org | last post by:
i'm building a site about extreme accessibility, i.e.: how (and why) to get sites to become fully accessible, *beyond* W3C Web Accessibility Initiative guidelines. it's far from being completed (i...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.