开发者 |
vol4ikman
nivnoiman |
---|---|
更新时间 | 2024年7月17日 15:40 |
捐献地址: | 去捐款 |
PHP版本: | 7.4 及以上 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/wp-accessibility-helper
directory, or install the plugin through the WordPress plugins screen directly.Accessibility
admin menu - the main plugin optionsAttachments Control
- allows you control all images uploaded to mediaLandmark & CSS
- ARIA, HTML5 and custom CSS propertiesContribute
- Contribute =)You can report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team help validate, triage and handle any security vulnerabilities. Report a security vulnerability.
Please verify that your WordPress theme has:
wp_head();
wp_footer();
and your body tag has
body_class();
You should use REM units resize, only when your theme is built with REM units, not in PX (pixels). Zoom in/out page will be useful for websites with unclear html/css standards, a website that was overridden and fixed several times. For example, one part of a code was written in REM units, and the second part – in pixels or percents… Script base resize option will be useful for… everyone =) This script calculates font size for the next HTML tags: h1,h2,h3,h4,h5,h6,a.
Alt+Z
- open accessibility sidebarAlt+X
- close accessibility sidebarrole="link"
for each a
tagWP Accessibility Helper Attachments control screen [youtube http://www.youtube.com/watch?v=neOx17jhx94] [youtube http://www.youtube.com/watch?v=ikQmLVVXcyI]
WP Accessibility Helper makes it possible to improve accessibility on your website, but in any case does not guarantee 100% result (at any level: A, AA, AAA). In order for your site to be at 100% accessible to people with disabilities, you should consult an expert. More information about "what is web accessibility?" you can find here: LINK In any case, it all depends on the quality of the code of your website =)
a
tag