Skip to content

Commit

Permalink
Adding 'scope' to list of standard html attributes in react
Browse files Browse the repository at this point in the history
scope is used for screen readers, so it would be nice to have. Documentation here: http://www.w3.org/TR/WCAG20-TECHS/H63
  • Loading branch information
CLowbrow authored and zpao committed Jan 16, 2014
1 parent 4bdea53 commit b5f9055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dom/DefaultDOMPropertyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ var DefaultDOMPropertyConfig = {
role: MUST_USE_ATTRIBUTE,
rows: MUST_USE_ATTRIBUTE | HAS_POSITIVE_NUMERIC_VALUE,
rowSpan: null,
scope: null,
scrollLeft: MUST_USE_PROPERTY,
scrollTop: MUST_USE_PROPERTY,
selected: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
Expand Down

0 comments on commit b5f9055

Please sign in to comment.