Skip to content

Fix label/input id mismatches in apiCalls forms #36

Description

@aaronbrethorst

Two `<label for="...">` attributes in the apiCalls params forms point at ids that don't exist on the inputs they're supposed to label, breaking screen-reader association and click-to-focus.

  • `transitclockWebapp/src/main/webapp/reports/apiCalls/predsByRouteStopApiParams.jsp` (lines 35–37) — `<label for="stop">` should be `for="stopId"`
  • `transitclockWebapp/src/main/webapp/reports/apiCalls/tripWithTravelTimesApiParams.jsp` (lines 27–28) — `<label for="trip">` should be `for="tripId"`

Source

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions