Legal · Accessibility

Accessibility statement

We build the site for everyone. Plain HTML first, JavaScript only where it earns its keep, real labels on real form fields, and a way to skip past the chrome to the content you came for.

Last updated .

Our commitment

Hobart Food Tour is committed to making this website and our tours usable by the widest possible audience, including people with vision, hearing, motor and cognitive disabilities. We aim to meet the Web Content Accessibility Guidelines (WCAG) 2.2 at Level AA, and we treat accessibility as a non-negotiable part of the build, not a bolted-on afterthought.

How this site is built

The site is statically rendered HTML served from the edge. That means it loads fast on slow connections, works without JavaScript for everything except the FareHarbor booking widget, and degrades gracefully under assistive tech. The specifics:

  • Semantic HTML. Every page uses real landmarks — <header>, <nav>, <main>, <footer>, <article>, <section> — so screen-reader users can jump between sections without scrubbing through visual chrome.
  • Skip link. The first focusable element on every page is “Skip to content”, which jumps past the navigation straight to the main content area.
  • Keyboard navigation. Every interactive element is reachable via Tab, activatable via Enter or Space, and has a visible focus ring. Tour cards, journal cards and region cards are wrapped in real <a> elements rather than click-handlers, so screen readers announce them as links.
  • ARIA where it adds value, not where it doesn't. We label primary, mobile and breadcrumb navigation, expose aria-current="page" on the active nav link, and toggle aria-expanded / aria-controls on the mobile menu. Decorative SVG illustrations are marked aria-hidden="true" so they don't pollute the reading experience.
  • Forms have real labels. Every input on the contact form is paired with a visible <label>, required fields are marked, and validation errors are surfaced as readable text with role alert rather than colour alone. The form works without JavaScript.
  • Language and direction. Pages are served with lang="en-AU" so screen readers pick the correct voice.
  • Colour contrast. Body text and interactive elements meet or exceed WCAG AA contrast against their backgrounds. The accent orange is used for emphasis, not as the sole carrier of meaning.
  • Typography. Inter (body) and Fraunces (display) are loaded with font-display: swap so text never disappears while fonts download. Body sizes use fluid clamp() so the page reflows cleanly between 320px phones and ultrawide desktops.
  • Reduced motion. Where we use motion (hover lifts, breadcrumb fades) it's purely decorative and never load-bearing for understanding the page.
  • Light and dark UI hints. We declare theme-color for both colour schemes so the browser chrome blends in either way.
  • Responsive by default. Single-column on phones, two-column on tablets, multi-column on desktop. No horizontal scroll, no fixed-width assumptions, no pinch-zoom blockers.
  • Time elements. Dates are wrapped in <time datetime="..."> so screen readers and search engines parse them correctly.
  • Real text, not pictures of text. All copy is live HTML. Illustrations are decorative SVG.

What we know is imperfect

Two areas where we're still working:

  • The FareHarbor booking widget embedded on tour pages is provided by a third party. It's broadly accessible, but it does not always meet the same standard as the rest of the page. If you would prefer to book without using the widget, please call us on +61 (0)492 938 244 or email info@daves.com.au and a human will take the booking.
  • Some illustrations on the site are decorative SVG. They have aria-hidden="true" applied, but if any have escaped that we'd like to know.

Accessibility on tour

The website is one half of the picture; the tour itself is the other. Our food tour walks Salamanca, Battery Point and the Hobart waterfront, and the venues vary in physical access — sandstone cobbles in places, the occasional set of stairs. Because we curate the route by hand, we can normally find a way that works:

  • Tell us what you need at booking. Mobility limits, vision or hearing accommodations, sensory needs, dietary restrictions, anxiety triggers — all of it is welcome on the booking form. The more we know, the better the day.
  • Wheelchair-friendly routing is available with advance notice — we'll re-route around the steeper Salamanca cobbles and any venue with steps.
  • Private groups are the most flexible option — the itinerary is built around your party and we can pre-screen every venue for step-free access, allergen handling, quiet seating, and so on.
  • Companion cards are recognised — a companion travels free on the public food tour. Please mention it at booking so we can hold the seat.
  • Service animals are welcome on every tour and at every venue we visit.

Conformance and testing

We test the site with a combination of automated tools (axe DevTools, Lighthouse) and manual checks: keyboard-only navigation, screen-reader spot checks (VoiceOver on macOS / iOS, TalkBack on Android), and zoom up to 400%. Conformance is reviewed at least quarterly and after any major redesign.

We are aiming for, and aspire to maintain, conformance with WCAG 2.2 Level AA. This is a moving target — a small number of pages or third-party widgets may fall short of the standard at any given moment. Where that's the case, we'll fix them.

Reporting a barrier

If you hit something on this site or on tour that doesn't work for you, we want to hear about it. We treat every accessibility report as a priority bug.

Email: info@daves.com.au — please include the page URL and a brief description of what didn't work, plus the device, browser and assistive technology you were using if you can. We aim to acknowledge within two business days and resolve within ten.

Phone: +61 (0)492 938 244 — happy to walk through a booking by phone end-to-end if the site isn't working for you.

Standards and references