Front End Accessibility Development Guide
生活随笔
收集整理的這篇文章主要介紹了
Front End Accessibility Development Guide
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Header
- Carefully write heading(h1,h2,h3) for screen reader.
Alternative Image
- Provide alt text for both essential and functional images.
- Provide empty alt text (alt=””) for decorative images.
- Don’t repeat the alt text of an image in the adjacent text.
- Define decorative image as CSS background images.
- CSS be used instead of spacer images.
Labeling Form Elements
- Must ensure the forms can be navigated and completed using keyboard.
- Ensure “for” and “id” attributes are associated in the label and form element.
- Use a fieldset to group several associated form elements such as checkboxes and radio buttons. Legend text should be visible and concise.
-
Use html buttons, input or button element for
- submitting a form
- Opening model dialogs
- Dynamic page updates
-
-
總結
以上是生活随笔為你收集整理的Front End Accessibility Development Guide的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 怎么把JSP的参数:先传到JSP中,然后
- 下一篇: windows10系统的电脑如何设置密码