Skip to content

Commit 815b03b

Browse files
authored
Make tables accessible (#336)
1 parent 29289f6 commit 815b03b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

pages/documentation/terminology.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<a href="/documentation/" class="alert-link" title=""><span class="glyphicon glyphicon-arrow-right"></span> Go to OData Version 4.0</a></p>
1010
<h2 role="heading">Summary of References:</h2>
1111
<div>
12-
<table border="1" cellspacing="0" cellpadding="0" role="presentation" aria-label="Summary of References">
12+
<table border="1" cellspacing="0" cellpadding="0" aria-label="Summary of References">
1313
<thead>
1414
<tr>
1515
<th valign="top" width="151">Reference</th>

pages/libraries.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</ul>
2525
<div class="tab-content">
2626
<div class="tab-pane active" id="net1" role="tabpanel" tabindex="0">
27-
<table class="table table-striped table-condensed table-hover reflows" role="presentation" aria-label=".NET Libraries">
27+
<table class="table table-striped table-condensed table-hover reflows" aria-label=".NET Libraries">
2828
<thead>
2929
<tr>
3030
<th>Name</th>
@@ -63,7 +63,7 @@
6363
{% if library.name != "net" %}
6464

6565
<div class="tab-pane" id="{{library.name}}" role="tabpanel" hidden>
66-
<table class="table table-striped table-condensed table-hover reflows" role="presentation" aria-label="{{library.name}} Libraries">
66+
<table class="table table-striped table-condensed table-hover reflows" aria-label="{{library.name}} Libraries">
6767
<thead>
6868
<tr>
6969
<th>Name</th>

pages/reference-service.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<div class="tab-content">
2121
<div id="odata-v4" tabindex="0" class="tab-pane active" role="tabpanel">
22-
<table class="table table-striped table-condensed table-hover reflows" role="presentation" aria-label="OData v4 Reference Services">
22+
<table class="table table-striped table-condensed table-hover reflows" aria-label="OData v4 Reference Services">
2323
<tr>
2424
<th>Name</th>
2525
<th>Description</th>
@@ -60,7 +60,7 @@
6060
</table>
6161
</div>
6262
<div class="tab-pane" id="v3" role="tabpanel" hidden>
63-
<table class="table table-striped table-condensed table-hover" role="presentation" aria-label="OData v3 Reference Services">
63+
<table class="table table-striped table-condensed table-hover" aria-label="OData v3 Reference Services">
6464
<tr>
6565
<th>Name</th>
6666
<th>Description</th>
@@ -80,7 +80,7 @@
8080
</table>
8181
</div>
8282
<div class="tab-pane" id="v2" role="tabpanel" hidden>
83-
<table class="table table-striped table-condensed table-hover" role="presentation" aria-label="OData v2 Reference Services">
83+
<table class="table table-striped table-condensed table-hover" aria-label="OData v2 Reference Services">
8484
<tr>
8585
<th>Name</th>
8686
<th>Description</th>

0 commit comments

Comments
 (0)