Skip to content

Instantly share code, notes, and snippets.

View hmig's full-sized avatar

Heather Migliorisi hmig

View GitHub Profile
---
layout: page
title: Web Accessibility Checklist
description: A beginner's guide to web accessibility
---
<div class="span9">
<div class="container-content">
<style type="text/css">
.checklist > ul {
@hmig
hmig / Aria_Landmark_Roles.md
Last active January 6, 2016 11:27
Quick Tip: Aria Landmark Roles and HTML5 Implicit Mapping
layout title description categories
post
Quick Tip: Aria Landmark Roles and HTML5 Implicit Mapping
Use ARIA Landmark Roles to help assistive devices navigate the markup.
Quick Tips