File tree Expand file tree Collapse file tree 3 files changed +44
-2
lines changed
core/src/main/java/org/mobilitydata/gtfsvalidator/notice
web/client/src/css/components Expand file tree Collapse file tree 3 files changed +44
-2
lines changed Original file line number Diff line number Diff line change 15
15
* (e.g. “JFK Airport”). Abbreviations may be problematic for accessibility by screen reader
16
16
* software and voice user interfaces.
17
17
*
18
- * @see org.mobilitydata.gtfsvalidator.annotation.MixedCase
18
+ * <table style="table-layout:auto; width:auto;">
19
+ * <caption>Good examples:</caption>
20
+ * <tr>
21
+ * <th><code>Field Text</code></th>
22
+ * <th><code>Dataset</code></th>
23
+ * </tr>
24
+ * <tr>
25
+ * <td>"Schwerin, Hauptbahnhof"</td>
26
+ * <td><a href="http://vbb.de/vbbgtfs">Verkehrsverbund Berlin-Brandenburg</a></td>
27
+ * </tr>
28
+ * <tr>
29
+ * <td>"Red Hook/Atlantic Basin"</td>
30
+ * <td><a href="http://nycferry.connexionz.net/rtt/public/utility/gtfs.aspx">NYC Ferry</a></td>
31
+ * </tr>
32
+ * <tr>
33
+ * <td>"Campo Grande Norte"</td>
34
+ * <td><a href="https://gateway.carris.pt/gateway/gtfs/api/v2.8/GTFS">Carris</a></td>
35
+ * </tr>
36
+ * </table>
37
+ *
38
+ * <table style="table-layout:auto; width:auto;">
39
+ * <caption>Bad examples:</caption>
40
+ * <tr>
41
+ * <th><code>Field Text</code></th>
42
+ * </tr>
43
+ * <tr>
44
+ * <td>"GALLERIA MALL"</td>
45
+ * </tr>
46
+ * <tr>
47
+ * <td>"3427 GG 17"</td>
48
+ * </tr>
49
+ * <tr>
50
+ * <td>"21 Clark Rd Est"</td>
51
+ * </tr>
52
+ * </table>
19
53
*/
20
54
@ GtfsValidationNotice (
21
55
severity = WARNING ,
Original file line number Diff line number Diff line change 43
43
width : 100% ;
44
44
}
45
45
46
+ table caption {
47
+ text-align : left;
48
+ margin : 0.5em 0 ;
49
+ }
50
+
46
51
table th {
47
52
text-align : left;
48
53
border-bottom : 2px solid # 000 ;
Original file line number Diff line number Diff line change 63
63
64
64
table {
65
65
@apply my-2;
66
+ caption {
67
+ @apply text-left;
68
+ }
66
69
}
67
70
68
- th , td {
71
+ th , td , {
69
72
@apply align-baseline;
70
73
@apply px-4 py-3;
71
74
@apply text-left;
You can’t perform that action at this time.
0 commit comments