TIL where no one has gone before

A presentation at Tech Talk @ Tagesspiegel by Gunnar Bittersmann

Transformation:

  • strukturierte Daten: JSON-LD & Schema.org
  • Transformation in HTML & RDFa
  • Cool URLs mit Rewrite

Accessibility am praktischen Beispiel:

  • Tastaturbedienung:
    • Markierung des Tastaturfokus mit :focus-visible
    • skip link
  • Alternativtexte, ARIA:
    • aria-hidden
    • aria-current (Verlinke nicht die aktuelle Seite)
    • aria-label, aria-labelledby, aria-describedby
  • Nutzereinstellungen beachten:
    • Animationen unterdrücken mit prefers-reduced-motion
    • dark mode mit prefers-color-scheme

Resources

The following resources were mentioned during the presentation or are useful additional information.

Code

The following code examples from the presentation can be tried out live.