ARIA Validator
Scans page for WAI-ARIA implementation issues.
ARIA Validator란 무엇입니까?
ARIA Validator은(는) RickBrown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scans page for WAI-ARIA implementation issues."입니다.
확장 프로그램 스크린샷
ARIA Validator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds a button to Chrome that you can click when you want to validate the ARIA implementation of the HTML page you are viewing. Also checks for duplicate IDs in your HTML. It will open a new tab showing errors and warnings for each frame it can read on the page. Note: you may have to reload open tabs after installing this extension before it will function on them. Disclaimers: 1. This is beta software. 2. It will not find ALL issues. 3. You should use this tool to help you avoid simple mistakes when implementing ARIA. New in 0.10 - Fixed bug in validating "aria-owns" in frames. - Fixed formatting issue in "aria-owns" warning. New in 0.9 - Tweaks to formatting of error messages. New in 0.8 - Takes implicit semantics from native HTML elements into account. New in 0.7 - Now checks elements with "aria-" attributes but no aria role (these checks can be disabled in Options) New in 0.6: - Added "Zoom" button to make it easier to see long messages. - Added checks for abstract roles. - A few minor bug fixes. New in 0.5: - Validator failed on Mac OSX if element ids contained curly braces. - Added (optional) ID check - yes it's not part of ARIA but ARIA relies on IDs.
확장 프로그램 기본 정보
이름 | ARIA Validator |
ID | oigghlanfjgnkcndchmnlnmaojahnjoc |
공식 URL | https://chromewebstore.google.com/detail/aria-validator/oigghlanfjgnkcndchmnlnmaojahnjoc |
설명 | Scans page for WAI-ARIA implementation issues. |
파일 크기 | 102 KB |
설치 횟수 | 2,935 |
현재 버전 | 0.10 |
최근 업데이트 | 2014-08-06 |
출시 날짜 | 2014-08-06 |
평점 | 2.00/5 총 4 개의 평점 |
개발자 | RickBrown |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://code.google.com/p/aria-toolkit/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ARIA Validator", "description": "Scans page for WAI-ARIA implementation issues.", "author": "Rick Brown", "version": "0.10", "background": { "persistent": false, "scripts": [ "background.js" ] }, "icons": { "16": "icon\/16\/AVLogo.png", "48": "icon\/48\/AVLogo.png", "128": "icon\/128\/AVLogo.png" }, "browser_action": { "default_icon": "icon\/48\/AVLogo.png", "default_title": "Validate ARIA" }, "options_page": "options.html", "content_scripts": [ { "matches": [ " |