aria-query
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -12,1 +12,5 @@ # aria-query Change Log | ||
- Add Watchman config file. | ||
## 2.0.1 | ||
- Added aria-errormessage to the ARIA Props Map. |
@@ -9,3 +9,3 @@ 'use strict'; | ||
var ariaPropsMap = new Map([['aria-activedescendant', { | ||
'type': 'string' | ||
'type': 'id' | ||
}], ['aria-atomic', { | ||
@@ -27,3 +27,3 @@ 'type': 'boolean' | ||
}], ['aria-controls', { | ||
'type': 'string' | ||
'type': 'idlist' | ||
}], ['aria-current', { | ||
@@ -33,3 +33,3 @@ type: 'token', | ||
}], ['aria-describedby', { | ||
'type': 'string' | ||
'type': 'idlist' | ||
}], ['aria-disabled', { | ||
@@ -40,2 +40,4 @@ 'type': 'boolean' | ||
'values': ['copy', 'move', 'link', 'execute', 'popup', 'none'] | ||
}], ['aria-errormessage', { | ||
'type': 'string' | ||
}], ['aria-expanded', { | ||
@@ -45,3 +47,3 @@ 'type': 'boolean', | ||
}], ['aria-flowto', { | ||
'type': 'string' | ||
'type': 'idlist' | ||
}], ['aria-grabbed', { | ||
@@ -63,3 +65,3 @@ 'type': 'boolean', | ||
}], ['aria-labelledby', { | ||
'type': 'string' | ||
'type': 'idlist' | ||
}], ['aria-level', { | ||
@@ -80,3 +82,3 @@ 'type': 'integer' | ||
}], ['aria-owns', { | ||
'type': 'string' | ||
'type': 'idlist' | ||
}], ['aria-placeholder', { | ||
@@ -83,0 +85,0 @@ type: 'string' |
@@ -13,3 +13,5 @@ 'use strict'; | ||
props: {}, | ||
relatedConcepts: [{ | ||
relatedConcepts: [ | ||
// frame tag on html5 is deprecated | ||
{ | ||
module: 'HTML', | ||
@@ -20,3 +22,8 @@ concept: { | ||
}, { | ||
module: 'HTML', | ||
concept: { | ||
name: 'section' | ||
} | ||
}, { | ||
concept: { | ||
name: 'Device Independence Glossart perceivable unit' | ||
@@ -23,0 +30,0 @@ } |
{ | ||
"name": "aria-query", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Programmatic access to the ARIA specification", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
[![Build Status](https://travis-ci.org/A11yance/aria-query.svg?branch=master)](https://travis-ci.org/A11yance/aria-query) | ||
**NOTICE: The API for ARIA Query is very much under development until a major version release. Please be aware that data structures might change in minor version releases before 1.0.0 is released.** | ||
CDN URL: https://npm-cdn.com/pkg/aria-query/ | ||
@@ -6,0 +4,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
122999
3809
162