Skip to content

Commit

Permalink
Merge ec2803f into f91e524
Browse files Browse the repository at this point in the history
  • Loading branch information
emmambd authored Mar 12, 2024
2 parents f91e524 + ec2803f commit 8e4a816
Showing 1 changed file with 37 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,43 @@
* (e.g. “JFK Airport”). Abbreviations may be problematic for accessibility by screen reader
* software and voice user interfaces.
*
* @see org.mobilitydata.gtfsvalidator.annotation.MixedCase
* <p>Good examples:
*
* <table style="table-layout:auto; width:auto;">
* <tr>
* <th><code>Field Text</code></th>
* <th><code>Dataset</code></th>
* </tr>
* <tr>
* <td>"Schwerin, Hauptbahnhof"</td>
* <td><a href="http://vbb.de/vbbgtfs">Verkehrsverbund Berlin-Brandenburg</a></td>
* </tr>
* <tr>
* <td>"Red Hook/Atlantic Basin"</td>
* <td><a href="http://nycferry.connexionz.net/rtt/public/utility/gtfs.aspx">NYC Ferry</a></td>
* </tr>
* <tr>
* <td>"Campo Grande Norte"</td>
* <td><a href="https://gateway.carris.pt/gateway/gtfs/api/v2.8/GTFS">Carris</a></td>
* </tr>
* </table>
*
* Bad examples:
*
* <table style="table-layout:auto; width:auto;">
* <tr>
* <th><code>Field Text</code></th>
* </tr>
* <tr>
* <td>"GALLERIA MALL"</td>
* </tr>
* <tr>
* <td>"3427 GG 17"</td>
* </tr>
* <tr>
* <td>"21 Clark Rd Est"</td>
* </tr>
* </table>
*/
@GtfsValidationNotice(
severity = WARNING,
Expand Down

0 comments on commit 8e4a816

Please sign in to comment.