Silverlight 4 是否符合 WCAG 2.0 规范

发布于 2024-09-26 07:11:24 字数 275 浏览 3 评论 0原文

我需要构建一个符合 WCAG 2.0 规范 的 Web 应用程序。

该应用程序的一个主要特点是某些代码必须在客户端上执行。我没有办法避免(这是电子标牌的老问题)。

这就是我想到 Silverlight 的原因(当然也是因为 RIA 服务)。但我还没有找到任何关于以这种方式开发的应用程序是否满足 WCAG 2.0 要求的信息。

有链接或意见吗?

提前致谢。

I need to build a web application which complies with the WCAG 2.0 specification.

One main feature of this application is that some code must be executed on the client. I don't have any way to avoid it (it's the old problem of the electronic sign).

That's why I thought of Silverlight (and because of RIA services, of course). But I haven't found any information about whether an application developed this way would meet the WCAG 2.0 requirements.

Any links or opinions?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

白况 2024-10-03 07:11:24

Silverlight 确实具有辅助功能 Silverlight辅助功能概述

Silverlight does have accessibilty features Silverlight Accessibility Overview.

酷到爆炸 2024-10-03 07:11:24

Silverlight 并非旨在满足 WCAG 2.0 的要求。所有文本均呈现为位图,并且不可用于文本阅读软件。完全辅助键盘支持是可行的,但不是内置的。

如果您必须使用 Silverlight WCAG 2.0,那么您还需要一个传统的网站,对于那些由于原因而无法使用 Silverlight 的人视力障碍或其他残疾。请注意,并行 ASP.Net 站点也有助于满足 SEO 要求。

一个很好的组合是使用 RIA 服务的 Silverlight 前端以及 ASP.Net 网站(也可以使用 RIA 服务)来满足可访问性要求。

检测是否未安装 Silverlight 很容易,然后显示传统站点,或者您可以从主 Html 页面中选择 Silverlight 或 Web。

Silverlight is not designed to meet the requirements of WCAG 2.0. All text is rendered as a bitmap and not available to text reading software. Full accessibility keyboard support is doable but not built in.

If you must use Silverlight and WCAG 2.0, then you will also need a traditional website, for those who cannot use Silverlight due to visual impairment or other disability. Note a parallel ASP.Net site also helps with SEO requirements.

A good combination would be a Silverlight front end using RIA services, along with an ASP.Net website (which can also use RIA services) to meet the accessibility requirements.

It is an easy matter to detect if Silverlight is not installed, then show the traditional site, or you could give a choice of Silverlight or web from a main Html page.

很酷不放纵 2024-10-03 07:11:24

WCAG 2.0 的 silverlight 技术:http://www. w3.org/TR/2012/NOTE-WCAG20-TECHS-20120103/silverlight.html

您必须使用 Microsoft UI Automation 框架,因此此文档: https://msdn.microsoft.com/en-us/library/cc707824%28VS.95%29.aspx 会帮助你。

The silverlight techniques for WCAG 2.0 : http://www.w3.org/TR/2012/NOTE-WCAG20-TECHS-20120103/silverlight.html

You have to use the framework Microsoft UI Automation so this document : https://msdn.microsoft.com/en-us/library/cc707824%28VS.95%29.aspx will help you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文