Skip to content

Commit da5cc0a

Browse files
authored
Improve accessibility of table (#344)
1 parent 7d7429f commit da5cc0a

File tree

1 file changed

+81
-65
lines changed

1 file changed

+81
-65
lines changed

pages/reference-service.html

Lines changed: 81 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -20,83 +20,99 @@
2020
<div class="tab-content">
2121
<div id="odata-v4" tabindex="0" class="tab-pane active" role="tabpanel">
2222
<table class="table table-striped table-condensed table-hover reflows" aria-label="OData v4 Reference Services">
23-
<tr>
24-
<th>Name</th>
25-
<th>Description</th>
26-
</tr>
27-
<tr>
28-
<td><a href="https://services.odata.org/TripPinRESTierService">TripPin(read/write)</a></td>
29-
<td>
30-
This OData V4 sample service is built with <a href="https://odata.github.io/RESTier/">Restier</a>
31-
which is a turn-key library for building RESTful services,
32-
it covers most V4 features and its source code is located at
33-
<a href="https://github.com/OData/RESTier/tree/master/test/ODataEndToEnd/Microsoft.OData.Service.Sample.TrippinInMemory">this link</a>.
34-
</td>
35-
</tr>
23+
<thead>
24+
<tr>
25+
<th>Name</th>
26+
<th>Description</th>
27+
</tr>
28+
</thead>
29+
<tbody>
30+
<tr>
31+
<td><a href="https://services.odata.org/TripPinRESTierService">TripPin(read/write)</a></td>
32+
<td>
33+
This OData V4 sample service is built with <a href="https://odata.github.io/RESTier/">Restier</a>
34+
which is a turn-key library for building RESTful services,
35+
it covers most V4 features and its source code is located at
36+
<a href="https://github.com/OData/RESTier/tree/master/test/ODataEndToEnd/Microsoft.OData.Service.Sample.TrippinInMemory">this link</a>.
37+
</td>
38+
</tr>
39+
</tbody>
3640
</table>
3741
</div>
3842
<div class="tab-pane hide" id="v4" role="tabpanel" hidden>
3943
<table class="table table-striped table-condensed table-hover">
40-
<tr>
41-
<th>Name</th>
42-
<th>Description</th>
43-
</tr>
44-
<tr>
45-
<td><a href="https://services.odata.org/V4/TripPinServiceRW">TripPin (read/write)</a></td>
46-
<td>The new OData V4 service designed for real scenarios and covering most V4 features.</td>
47-
</tr>
48-
<tr>
49-
<td><a href="https://services.odata.org/V4/OData/OData.svc">OData (read only)</a></td>
50-
<td>A simple OData v4 service optimized for quick browser demos.</td>
51-
</tr>
52-
<tr>
53-
<td><a href="https://services.odata.org/V4/(S(readwrite))/OData/OData.svc/">OData (read/write)</a></td>
54-
<td>A simple OData v4 service optimized for quick browser demos.</td>
55-
</tr>
56-
<tr>
57-
<td><a href="https://services.odata.org/V4/Northwind/Northwind.svc">Northwind (read only)</a></td>
58-
<td>A simple OData v4 service optimized for quick browser demos.</td>
59-
</tr>
44+
<thead>
45+
<tr>
46+
<th>Name</th>
47+
<th>Description</th>
48+
</tr>
49+
</thead>
50+
<tbody>
51+
<tr>
52+
<td><a href="https://services.odata.org/V4/TripPinServiceRW">TripPin (read/write)</a></td>
53+
<td>The new OData V4 service designed for real scenarios and covering most V4 features.</td>
54+
</tr>
55+
<tr>
56+
<td><a href="https://services.odata.org/V4/OData/OData.svc">OData (read only)</a></td>
57+
<td>A simple OData v4 service optimized for quick browser demos.</td>
58+
</tr>
59+
<tr>
60+
<td><a href="https://services.odata.org/V4/(S(readwrite))/OData/OData.svc/">OData (read/write)</a></td>
61+
<td>A simple OData v4 service optimized for quick browser demos.</td>
62+
</tr>
63+
<tr>
64+
<td><a href="https://services.odata.org/V4/Northwind/Northwind.svc">Northwind (read only)</a></td>
65+
<td>A simple OData v4 service optimized for quick browser demos.</td>
66+
</tr>
67+
</tbody>
6068
</table>
6169
</div>
6270
<div class="tab-pane" id="v3" role="tabpanel" hidden>
6371
<table class="table table-striped table-condensed table-hover" aria-label="OData v3 Reference Services">
64-
<tr>
65-
<th>Name</th>
66-
<th>Description</th>
67-
</tr>
68-
<tr>
69-
<td><a href="https://services.odata.org/V3/OData/OData.svc">OData (read only)</a></td>
70-
<td>A simple OData v3 service optimized for quick browser demos.</td>
71-
</tr>
72-
<tr>
73-
<td><a href="https://services.odata.org/V3/(S(readwrite))/OData/OData.svc/">OData (read/write)</a></td>
74-
<td>A simple OData v3 service optimized for quick browser demos.</td>
75-
</tr>
76-
<tr>
77-
<td><a href="https://services.odata.org/V3/Northwind/Northwind.svc">Northwind (read only)</a></td>
78-
<td>A simple OData v3 service optimized for quick browser demos.</td>
79-
</tr>
72+
<thead>
73+
<tr>
74+
<th>Name</th>
75+
<th>Description</th>
76+
</tr>
77+
</thead>
78+
<tbody>
79+
<tr>
80+
<td><a href="https://services.odata.org/V3/OData/OData.svc">OData (read only)</a></td>
81+
<td>A simple OData v3 service optimized for quick browser demos.</td>
82+
</tr>
83+
<tr>
84+
<td><a href="https://services.odata.org/V3/(S(readwrite))/OData/OData.svc/">OData (read/write)</a></td>
85+
<td>A simple OData v3 service optimized for quick browser demos.</td>
86+
</tr>
87+
<tr>
88+
<td><a href="https://services.odata.org/V3/Northwind/Northwind.svc">Northwind (read only)</a></td>
89+
<td>A simple OData v3 service optimized for quick browser demos.</td>
90+
</tr>
91+
</tbody>
8092
</table>
8193
</div>
8294
<div class="tab-pane" id="v2" role="tabpanel" hidden>
8395
<table class="table table-striped table-condensed table-hover" aria-label="OData v2 Reference Services">
84-
<tr>
85-
<th>Name</th>
86-
<th>Description</th>
87-
</tr>
88-
<tr>
89-
<td><a href="http://opendatasalutedata.cloudapp.net/v1/datacatalog/">Italy Ministry of Health Open Data Portal</a></td>
90-
<td>Open data portal of the Italian Ministry of Health running on OGDI DataLab and Windows Azure.</td>
91-
</tr>
92-
<tr>
93-
<td><a href="https://services.odata.org/V2/(S(readwrite))/OData/OData.svc/">OData (read/write)</a></td>
94-
<td>A simple OData v2 service optimized for quick browser demos.</td>
95-
</tr>
96-
<tr>
97-
<td><a href="https://services.odata.org/V2/Northwind/Northwind.svc">Northwind (read only)</a></td>
98-
<td>A simple OData v2 service optimized for quick browser demos.</td>
99-
</tr>
96+
<thead>
97+
<tr>
98+
<th>Name</th>
99+
<th>Description</th>
100+
</tr>
101+
</thead>
102+
<tbody>
103+
<tr>
104+
<td><a href="http://opendatasalutedata.cloudapp.net/v1/datacatalog/">Italy Ministry of Health Open Data Portal</a></td>
105+
<td>Open data portal of the Italian Ministry of Health running on OGDI DataLab and Windows Azure.</td>
106+
</tr>
107+
<tr>
108+
<td><a href="https://services.odata.org/V2/(S(readwrite))/OData/OData.svc/">OData (read/write)</a></td>
109+
<td>A simple OData v2 service optimized for quick browser demos.</td>
110+
</tr>
111+
<tr>
112+
<td><a href="https://services.odata.org/V2/Northwind/Northwind.svc">Northwind (read only)</a></td>
113+
<td>A simple OData v2 service optimized for quick browser demos.</td>
114+
</tr>
115+
</tbody>
100116
</table>
101117
</div>
102118
</div>

0 commit comments

Comments
 (0)