Accessibility (#436)

* add p5 interceptor submodule

* update package

* remoce interceptor

* update interceptor;

* merge scripts

* change postinstall script

* refactor interceptor files

* remove merge conflicts

* change source files

* add registry class

* provide seperate outputs for text and grid

* switch textOutput to boolean

* make both modules usable together

* update interceptor for safari

* fix grid label

* add sound output as well

* change file strucure

* change constants

* change input lables

* switch submodule branch

* change variable name

* change grid to table

* remove role from table elements

* switch submodule branch

* change aria albels

* revert submodule branch to master
This commit is contained in:
Mathura MG 2017-09-06 11:55:09 -04:00 committed by Cassie Tarakajian
parent 677aa5865b
commit d29e7ae453
2 changed files with 5 additions and 5 deletions

View File

@ -10,24 +10,24 @@ class GridOutput extends React.Component {
id="gridOutput-content"
ref={(element) => { this.GridOutputModal = element; }}
>
<h2> Grid Output </h2>
<h2> table Output </h2>
<p
tabIndex="0"
role="main"
id="gridOutput-content-summary"
aria-label="grid output summary"
aria-label="table output summary"
>
</p>
<table
id="gridOutput-content-table"
summary="grid output details"
summary="table output details"
>
</table>
<div
tabIndex="0"
role="main"
id="gridOutput-content-details"
aria-label="grid output details"
aria-label="table output details"
>
</div>
</section>

@ -1 +1 @@
Subproject commit 0958be54482722821159cd3e07777988ee349f37
Subproject commit 442e266e7103ccad2046a64b88e399bdbd771b6e