\PassOptionsToPackage{unicode=true}{hyperref} % options for packages loaded elsewhere
\PassOptionsToPackage{hyphens}{url}
%
\documentclass[]{article}
\usepackage{lmodern}
\usepackage{amssymb,amsmath}
\usepackage{ifxetex,ifluatex}
\usepackage{fixltx2e} % provides \textsubscript
\ifnum 0\ifxetex 1\fi\ifluatex 1\fi=0 % if pdftex
  \usepackage[T1]{fontenc}
  \usepackage[utf8]{inputenc}
  \usepackage{textcomp} % provides euro and other symbols
\else % if luatex or xelatex
  \usepackage{unicode-math}
  \defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase}
\fi
% use upquote if available, for straight quotes in verbatim environments
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
% use microtype if available
\IfFileExists{microtype.sty}{%
\usepackage[]{microtype}
\UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts
}{}
\IfFileExists{parskip.sty}{%
\usepackage{parskip}
}{% else
\setlength{\parindent}{0pt}
\setlength{\parskip}{6pt plus 2pt minus 1pt}
}
\usepackage{hyperref}
\hypersetup{
            pdftitle={CSci 487: Senior Project Accessibility Resources},
            pdfauthor={H. Conrad Cunningham},
            pdfborder={0 0 0},
            breaklinks=true}
\urlstyle{same}  % don't use monospace font for urls
\setlength{\emergencystretch}{3em}  % prevent overfull lines
\providecommand{\tightlist}{%
  \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
\setcounter{secnumdepth}{0}
% Redefines (sub)paragraphs to behave more like sections
\ifx\paragraph\undefined\else
\let\oldparagraph\paragraph
\renewcommand{\paragraph}[1]{\oldparagraph{#1}\mbox{}}
\fi
\ifx\subparagraph\undefined\else
\let\oldsubparagraph\subparagraph
\renewcommand{\subparagraph}[1]{\oldsubparagraph{#1}\mbox{}}
\fi

% set default figure placement to htbp
\makeatletter
\def\fps@figure{htbp}
\makeatother

\usepackage{caption}
\DeclareCaptionLabelFormat{nolabel}{}
\captionsetup{labelformat=nolabel}

\title{CSci 487: Senior Project\\
Accessibility Resources}
\author{\textbf{H. Conrad Cunningham}}
\date{\textbf{4 February 2019}}

\begin{document}
\maketitle

\hypertarget{accessibility-resources}{%
\section{Accessibility Resources}\label{accessibility-resources}}

\hypertarget{what-is-accessibility}{%
\subsection{What is Accessibility}\label{what-is-accessibility}}

To comply with legal expectations such as the Americans with
Disabilities Act of 1990, the Rehabilitation Act of 1973, and other laws
and court rulings, we must make our electronic documents, websites,
software applications (mobile, desktop, web, etc.), video, audio, and
hardware accessible to persons with a wide range of abilities and
disabilities.

As examples, consider users who have

\begin{itemize}
\item
  visual impairments (blindness, low vision, color blindness, etc.)
\item
  hearing impairments (deafness, hard of hearing, etc.)
\item
  fine motor impairments (inability to use some input devices such as
  mice, etc.; use assistive technologies such as speech input head
  pointers, etc.)
\item
  learning challenges (dyslexia, auditory processing disorder, etc.)
\item
  limited English fluency
\item
  mobile devices rather than full-size monitors
\item
  limited experience using computing devices
\end{itemize}

It is usually better to treat accessibility as a \emph{design concern}
from the beginning rather than an \emph{add-on feature} at the end of
development.

\hypertarget{online-resources}{%
\subsection{Online Resources}\label{online-resources}}

\begin{itemize}
\item
  \href{https://www.washington.edu/accessibility/start/}{University of
  Washington, Getting Started with Accessibility}

  Subpages on creating accessible documents, websites, and videos
\item
  \href{https://www.w3.org/WAI/WCAG21/quickref/}{World-Wide Web
  Consortium (W3C), Web Content Accessibility Guidelines (WCAG)}
\item
  \href{https://webaim.org/}{Web Accessibility In Mind (WebAIM)}

  \begin{itemize}
  \item
    \href{https://webaim.org/resources/}{WebAIM's Resources page}
  \item
    \href{https://webaim.org/intro/}{Introduction to Web Accessibility}
  \item
    \href{https://webaim.org/standards/wcag/checklist}{WebAIM's WCAG 2
    Checklist}
  \item
    \href{http://wave.webaim.org/}{WebAIM Wave tool}
  \end{itemize}
\end{itemize}

\end{document}
