Difference between revisions of "Compatibility References"

From Make Inclusive Websites
Jump to navigation Jump to search
Line 1: Line 1:
 
{{References
 
{{References
|headline1=
+
|headline1=General
 
|coord_head1=
 
|coord_head1=
 
|references1=
 
|references1=
|headline2=
+
Concurrent Input Mechanisms;
 +
Understanding Web Content Accessibility Guidelines (WCAG) 2.1;
 +
https://www.w3.org/WAI/WCAG21/Understanding/concurrent-input-mechanisms.html;
 +
Motion Actuation;
 +
Understanding Web Content Accessibility Guidelines (WCAG) 2.1;
 +
https://www.w3.org/WAI/WCAG21/Understanding/motion-actuation.html;
 +
The Accessibility Tree;
 +
Meggin Kearney, Dave Gash, Alice Boxhall;
 +
https://developers.google.com/web/fundamentals/accessibility/semantics-builtin/the-accessibility-tree;
 +
Accessible CSS;
 +
WebAIM - Center for Persons with Disabilities;
 +
https://webaim.org/techniques/css/;
 +
|headline2=Responsive
 
|coord_head2=
 
|coord_head2=
 
|references2=
 
|references2=
|headline3=
+
Accessible responsive design;
 +
Dave Gash, Meggin Kearney, Rachel Andrew, Rob Dodson;
 +
https://web.dev/accessible-responsive-design/;
 +
Create designs for different viewport sizes;
 +
Tips for Getting Started - 3WC - Web Accessibility Initiative;
 +
https://www.w3.org/WAI/tips/designing/#create-designs-for-different-viewport-sizes;
 +
Mobile Accessibility;
 +
How WCAG 2.0 and Other W3C/WAI Guidelines Apply to Mobile;
 +
https://www.w3.org/TR/mobile-accessibility-mapping/;
 +
Orientation;
 +
Understanding Web Content Accessibility Guidelines (WCAG) 2.1;
 +
https://www.w3.org/WAI/WCAG21/Understanding/orientation.html;
 +
|headline3=User_Agents
 
|coord_head3=
 
|coord_head3=
 
|references3=
 
|references3=
|headline4=
+
Metadata;
 +
The Inclusive Learning Design Handbook;
 +
https://handbook.floeproject.org/metadata;
 +
Labelling Controls;
 +
Web Accessibility Tutorials - 3WC - Web Accessibility Initiative;
 +
https://www.w3.org/WAI/tutorials/forms/labels/;
 +
Associate a label with every form control;
 +
Tips for Getting Started - 3WC - Web Accessibility Initiative;
 +
https://www.w3.org/WAI/tips/developing/#associate-a-label-with-every-form-control;
 +
Info And Relationships;
 +
Understanding Web Content Accessibility Guidelines (WCAG) 2.1;
 +
https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships;
 +
Introduction to Semantics;
 +
Meggin Kearney, Dave Gash, Alice Boxhall;
 +
https://developers.google.com/web/fundamentals/accessibility/semantics-builtin;
 +
Semantics and screen readers;
 +
Rob Dodson;
 +
https://web.dev/semantics-and-screen-readers/;
 +
Headings and landmarks;
 +
Rob Dodson;
 +
https://web.dev/headings-and-landmarks/;
 +
ARIA;
 +
Accessibility Developer Guide;
 +
https://www.accessibility-developer-guide.com/knowledge/aria/;
 +
Using ARIA;
 +
World Wide Web Consortium;
 +
https://www.w3.org/TR/using-aria/;
 +
WAI-ARIA basics;
 +
Mozilla - MDN WebDocs;
 +
https://developer.mozilla.org/en-US/docs/Learn/Accessibility/WAI-ARIA_basics;
 +
Introduction to ARIA;
 +
Meggin Kearney, Dave Gash, Alice Boxhall;
 +
https://developers.google.com/web/fundamentals/accessibility/semantics-aria;
 +
ARIA Labels and Relationships;
 +
Meggin Kearney, Dave Gash, Alice Boxhall;
 +
https://developers.google.com/web/fundamentals/accessibility/semantics-aria/aria-labels-and-relationships;
 +
ARIA Hiding and Updating Content;
 +
Meggin Kearney, Dave Gash, Alice Boxhall;
 +
https://developers.google.com/web/fundamentals/accessibility/semantics-aria/hiding-and-updating-content;
 +
Invisible Content Just for Screen Reader Users;
 +
WebAIM - Center for Persons with Disabilities;
 +
https://webaim.org/techniques/css/invisiblecontent/;
 +
|headline4=Maintenance
 
|coord_head4=
 
|coord_head4=
 
|references4=
 
|references4=
 +
FLOE Metadata Feedback Tool;
 +
Lets users provide feedback about how a resource matched their preferences and ask for improvements;
 +
https://metadata.floeproject.org/demos/feedback/;
 +
On-Site Surveys;
 +
The easiest way to find out what people need, right on your website;
 +
https://www.hotjar.com/blog/on-site-surveys/;
 
|headline5=
 
|headline5=
 
|coord_head5=
 
|coord_head5=
Line 67: Line 139:
 
https://handbook.floeproject.org/metadata
 
https://handbook.floeproject.org/metadata
  
===Labeling Controls===
+
===Labelling Controls===
 
Web Accessibility Tutorials - 3WC - Web Accessibility Initiative
 
Web Accessibility Tutorials - 3WC - Web Accessibility Initiative
  
Line 134: Line 206:
 
==Maintenance==
 
==Maintenance==
 
===FLOE Metadata Feedback Tool===
 
===FLOE Metadata Feedback Tool===
Lets users provide feedback about how a resource matched their preferences and ask for improvements.
+
Lets users provide feedback about how a resource matched their preferences and ask for improvements
  
 
https://metadata.floeproject.org/demos/feedback/
 
https://metadata.floeproject.org/demos/feedback/

Revision as of 15:25, 11 April 2021

headline 1 General
headline 1 coordinates
references 1 Concurrent Input Mechanisms;

Understanding Web Content Accessibility Guidelines (WCAG) 2.1; https://www.w3.org/WAI/WCAG21/Understanding/concurrent-input-mechanisms.html; Motion Actuation; Understanding Web Content Accessibility Guidelines (WCAG) 2.1; https://www.w3.org/WAI/WCAG21/Understanding/motion-actuation.html; The Accessibility Tree; Meggin Kearney, Dave Gash, Alice Boxhall; https://developers.google.com/web/fundamentals/accessibility/semantics-builtin/the-accessibility-tree; Accessible CSS; WebAIM - Center for Persons with Disabilities; https://webaim.org/techniques/css/;

headline 2 Responsive
headline 2 coordinates
references 2 Accessible responsive design;

Dave Gash, Meggin Kearney, Rachel Andrew, Rob Dodson; https://web.dev/accessible-responsive-design/; Create designs for different viewport sizes; Tips for Getting Started - 3WC - Web Accessibility Initiative; https://www.w3.org/WAI/tips/designing/#create-designs-for-different-viewport-sizes; Mobile Accessibility; How WCAG 2.0 and Other W3C/WAI Guidelines Apply to Mobile; https://www.w3.org/TR/mobile-accessibility-mapping/; Orientation; Understanding Web Content Accessibility Guidelines (WCAG) 2.1; https://www.w3.org/WAI/WCAG21/Understanding/orientation.html;

headline 3 User_Agents
headline 3 coordinates
references 3 Metadata;

The Inclusive Learning Design Handbook; https://handbook.floeproject.org/metadata; Labelling Controls; Web Accessibility Tutorials - 3WC - Web Accessibility Initiative; https://www.w3.org/WAI/tutorials/forms/labels/; Associate a label with every form control; Tips for Getting Started - 3WC - Web Accessibility Initiative; https://www.w3.org/WAI/tips/developing/#associate-a-label-with-every-form-control; Info And Relationships; Understanding Web Content Accessibility Guidelines (WCAG) 2.1; https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships; Introduction to Semantics; Meggin Kearney, Dave Gash, Alice Boxhall; https://developers.google.com/web/fundamentals/accessibility/semantics-builtin; Semantics and screen readers; Rob Dodson; https://web.dev/semantics-and-screen-readers/; Headings and landmarks; Rob Dodson; https://web.dev/headings-and-landmarks/; ARIA; Accessibility Developer Guide; https://www.accessibility-developer-guide.com/knowledge/aria/; Using ARIA; World Wide Web Consortium; https://www.w3.org/TR/using-aria/; WAI-ARIA basics; Mozilla - MDN WebDocs; https://developer.mozilla.org/en-US/docs/Learn/Accessibility/WAI-ARIA_basics; Introduction to ARIA; Meggin Kearney, Dave Gash, Alice Boxhall; https://developers.google.com/web/fundamentals/accessibility/semantics-aria; ARIA Labels and Relationships; Meggin Kearney, Dave Gash, Alice Boxhall; https://developers.google.com/web/fundamentals/accessibility/semantics-aria/aria-labels-and-relationships; ARIA Hiding and Updating Content; Meggin Kearney, Dave Gash, Alice Boxhall; https://developers.google.com/web/fundamentals/accessibility/semantics-aria/hiding-and-updating-content; Invisible Content Just for Screen Reader Users; WebAIM - Center for Persons with Disabilities; https://webaim.org/techniques/css/invisiblecontent/;

headline 4 Maintenance
headline 4 coordinates
references 4 FLOE Metadata Feedback Tool;

Lets users provide feedback about how a resource matched their preferences and ask for improvements; https://metadata.floeproject.org/demos/feedback/; On-Site Surveys; The easiest way to find out what people need, right on your website; https://www.hotjar.com/blog/on-site-surveys/;

headline 5
headline 5 coordinates
references 5
links to
belongs to Compatibility
contains

General

Concurrent Input Mechanisms

Understanding Web Content Accessibility Guidelines (WCAG) 2.1

https://www.w3.org/WAI/WCAG21/Understanding/concurrent-input-mechanisms.html

Motion Actuation

Understanding Web Content Accessibility Guidelines (WCAG) 2.1

https://www.w3.org/WAI/WCAG21/Understanding/motion-actuation.html

The Accessibility Tree

Meggin Kearney, Dave Gash, Alice Boxhall

https://developers.google.com/web/fundamentals/accessibility/semantics-builtin/the-accessibility-tree

Accessible CSS

WebAIM - Center for Persons with Disabilities

https://webaim.org/techniques/css/

Responsive

Accessible responsive design

Dave Gash, Meggin Kearney, Rachel Andrew, Rob Dodson

https://web.dev/accessible-responsive-design/

Create designs for different viewport sizes

Tips for Getting Started - 3WC - Web Accessibility Initiative

https://www.w3.org/WAI/tips/designing/#create-designs-for-different-viewport-sizes

Mobile Accessibility

How WCAG 2.0 and Other W3C/WAI Guidelines Apply to Mobile

https://www.w3.org/TR/mobile-accessibility-mapping/

Orientation

Understanding Web Content Accessibility Guidelines (WCAG) 2.1

https://www.w3.org/WAI/WCAG21/Understanding/orientation.html

User_Agents

Metadata

The Inclusive Learning Design Handbook

https://handbook.floeproject.org/metadata

Labelling Controls

Web Accessibility Tutorials - 3WC - Web Accessibility Initiative

https://www.w3.org/WAI/tutorials/forms/labels/

Associate a label with every form control

Tips for Getting Started - 3WC - Web Accessibility Initiative

https://www.w3.org/WAI/tips/developing/#associate-a-label-with-every-form-control

Info And Relationships

Understanding Web Content Accessibility Guidelines (WCAG) 2.1

https://www.w3.org/WAI/WCAG21/Understanding/info-and-relationships

Introduction to Semantics

Meggin Kearney, Dave Gash, Alice Boxhall

https://developers.google.com/web/fundamentals/accessibility/semantics-builtin

Semantics and screen readers

Rob Dodson

https://web.dev/semantics-and-screen-readers/

Headings and landmarks

Rob Dodson

https://web.dev/headings-and-landmarks/

ARIA

Accessibility Developer Guide

https://www.accessibility-developer-guide.com/knowledge/aria/

Using ARIA

World Wide Web Consortium

https://www.w3.org/TR/using-aria/

WAI-ARIA basics

Mozilla - MDN WebDocs

https://developer.mozilla.org/en-US/docs/Learn/Accessibility/WAI-ARIA_basics

Introduction to ARIA

Meggin Kearney, Dave Gash, Alice Boxhall

https://developers.google.com/web/fundamentals/accessibility/semantics-aria

ARIA Labels and Relationships

Meggin Kearney, Dave Gash, Alice Boxhall

https://developers.google.com/web/fundamentals/accessibility/semantics-aria/aria-labels-and-relationships

ARIA Hiding and Updating Content

Meggin Kearney, Dave Gash, Alice Boxhall

https://developers.google.com/web/fundamentals/accessibility/semantics-aria/hiding-and-updating-content

Invisible Content Just for Screen Reader Users

WebAIM - Center for Persons with Disabilities

https://webaim.org/techniques/css/invisiblecontent/

Maintenance

FLOE Metadata Feedback Tool

Lets users provide feedback about how a resource matched their preferences and ask for improvements

https://metadata.floeproject.org/demos/feedback/

On-Site Surveys

The easiest way to find out what people need, right on your website

https://www.hotjar.com/blog/on-site-surveys/