SlideShare a Scribd company logo
ColdFusion Summit 2016
Everyone's Invited!*
Meet	Accessibility	Requirements	With	ColdFusion	
*Except Chad. He knows what he did.
What’s this about?
Quick Overview
●  What do we mean by accessibility
●  What kind of requirements are there
●  How to meet these requirements
●  How Coldfusion can make this quick and
easy
●  Ensuring that compliance is maintained
●  Questions, hopefully followed by answers
But before we talk about that...
Dwarfs
I Friggin’ Love Dwarfs
Art by Federico Musetti
I Try Not to Think about Why
Art by Dave Dunstan
Unfortunately despite my love for the
men under the mountain, I cannot play
the best dwarf related game of of all time
Dwarf Fortress
Art by Borkur Eiriksson
Dwarf Fortress is the simulation game
from H-E-double hockey sticks
Build the Greatest Fortress Ever
Only Not with These Guys
With These Guys
Which Can Cause Problems
Art by Tim Dundee
Lots of problems
Actual Patch Notes
2004
●  Made them care about clothes more
2005
●  Fixed a bug where animals could rent rooms
●  Cleaned up the bear situation
2006
●  Added mouths
●  Added an aperture flag that stops mouths from
being gouged out
2007
●  Fixed a problem with blood hanging in air
2008
●  Made all undead respectful of each other
●  Stopped aerial births
●  Stopped looping dwarves from constantly trying
out gloves and boots when they should just pick
one and go
2010
●  Rain kills everything it lands on
●  Humans in Farming houses are naked
2011
●  Rodent men have no teeth
●  Serpent Men can Kick
●  Rodent men don't use their new teeth to bite
2012
●  Sleeping on a melting iceberg results in waking
up as a demon
●  Dwarf children die from embarrassment at not
being dressed by age 2
2015
●  Animal breeding is prevented if animals aren't
"willing to marry"
●  Cats dying for no reason - alcohol poisoning?
●  Incorrect use of "whom" in elf.txt
So we have a game about my favorite
thing, with unlimited story potential,
where all these amazing things can and
do happen, and I can’t play it.
Because it Looks Like This
And Yes I Know
But the Menus...the Menus
You have to use this to set up that
Finally, the point
There is a piece of amazing, high quality,
high functioning software that I
desperately want to use but I can’t
because it is not accessible.
It is our duty as developers to ensure that
our life-bettering software be available to
everyone. We must adhere to the
principles of accessibility.
The most important of these principles is:
Don’t be Ryan Seacrest
Ryan Seacrest is Not Accessible
Aren’t there laws about this?
Brief History Lesson
1973: Because Ryan Seacrest will soon be born, the U.S. Rehabilitation Act
prohibits discrimination on the basis of disability in programs conducted by
Federal agencies, in programs receiving Federal financial assistance, in
Federal employment, and in the employment practices of Federal contractors.
1998: The US Congress amended the Rehabilitation Act to require Federal
agencies to make their electronic and information technology accessible to
people with disabilities. The law applies to all Federal agencies when they
develop, procure, maintain or use electronic and information technology.
Under Section 508 agencies must give disabled employees and members of
the public access to information that is comparable to the access available to
others.
Two Slides Counts as Brief
1997: The W3C launched the Web Accessibility Initiative with endorsement by The White
House and W3C members.
2011: Steve is working at software company that creates software for FDA regulated
companies. The company has a chance to gain the FDA itself as a customer, contingent
on the system becoming 508 compliant. Steve gets the assignment.
2015: Steve starts to feel comfortable saying they are 508 compliant.
2016: This presentation happens.
No changes to the actual 508 specification since 1998
The Gist
The US Government (for the most part) cannot discriminate against
anyone based on ability. This means any software that they require
people use to do their jobs needs to be accessible to everyone.
This isn’t just about Government contracts, millions of people are not
able to interface with a computer the way you may be able to. If your
site/application isn’t accessible to them, you’re basically a huge jerk.
Don’t be a huge jerk.
Who’s Invited?
Color Blind People: We all know that green means good and red
means bad*. Not everyone knows which is which though.
Limited Mobility: Ever use your mouse so much your arm hurts?
Some people don’t have that problem.
Visually Impaired: Everything must be readable by a screen reader
and make sense when using it.
Hearing Impaired: Less of an issue on the Web, since there’s so
much text. Where there is audio though, keep these people in mind.
*Not actually, but we’re not going to get into that here.
So what do we need to know?
●  Don’t use color as the only way to know
something. If you make something red to
show it’s required, add an asterisk or the
word “required” or something else.
●  Don’t use dark gray text on a white gray
background.
●  “Branding” information is OK.
●  This is the hardest to enforce
I See your True Colors
●  Everything that can be interacted with needs
to reached by pressing tab.
●  Non-interactable text should not be.
●  Don’t use a div with an image as a button with
an onclick event.
●  Try not to use tabindex
Keepin’ Tabs on You
●  Drag and Drop functionality is convenient, fun,
engaging, sexy and good.
●  It’s also not 508 compliant.
●  We can still have it, just include another way
to do what you were doing with your dragging
and dropping like the may or may not be hot
Quit Draggin’ Me Down
Say What?
1. Subheaders need to be announced
2. The label needs to be tied to the text field,
the requiredness needs to be explained
3. This icon needs a helpful alt-text
4. The user needs to know they can’t edit
this field.
1
2
3
4
Table This for Later
●  Table cells need to be associated with
their row and column headers.
●  Headers with multiple cells need to have
mark up to explains what everything
belongs to.
●  Imagine having someone read a 50 row
database column to you.
Other Criteria without Puns
●  A text equivalent for every non-text
element shall be provided (e.g., via "alt",
"longdesc", or in element content).
●  Documents shall be organized so they
are readable without requiring an
associated style sheet.
●  Redundant text links shall be provided for
each active region of a server-side image
map.
●  Frames shall be titled with text that
facilitates frame identification and
navigation
●  Pages shall be designed to avoid causing
the screen to flicker with a frequency
greater than 2 Hz and lower than 55 Hz
●  Don’t use the marquee tag
●  When pages utilize scripting languages to
display content, or to create interface
elements, the information provided by the
script shall be identified with functional
text that can be read by Assistive
Technology.
●  A method shall be provided that permits
users to skip repetitive navigation links.
●  When a timed response is required, the
user shall be alerted and given sufficient
time to indicate more time is required.
●  Forms and Applets need to be as 508
compliant as the rest of your application.
OK, so how do we do all that?
I’m starting to see why this took four years
I have good news
Which naturally means I also have bad news
The Good News
Properly structured HTML will take care of a lot
of this for you.
Especially once you start using the ARIA
(Accessible Rich Internet Applications)
specification from the W3C.
You can talk about ARIA
●  First rule of ARIA use
○  If you can use a native HTML element or attribute with the
semantics and behaviour you require already built in, instead
of re-purposing an element and adding an ARIA role, state or
property to make it accessible, then do so.
●  Second rule of ARIA use
○  Do not change native semantics, unless you really have to.
This is bad
This is good
Just a taste
•  aria-atomic
•  aria-busy (state)
•  aria-controls
•  aria-current (state)
•  aria-describedby
•  aria-details
•  aria-disabled (state)
•  aria-dropeffect
•  aria-errormessage
•  aria-flowto
•  aria-grabbed (state)
●  aria-haspopup
●  aria-hidden (state)
●  aria-invalid (state)
●  aria-keyshortcuts
●  aria-label
●  aria-labelledby
●  aria-live
●  aria-owns
●  aria-relevant
Many element specific options also exist
By simply using a label element, adding the
word “required” to the label and the “aria-
required” attribute, I can make an entire
simple form 508 compliant.
Forms are easy
Adding the scope
attribute to our headers
is all we need.
Easy Tables are Easy
Now we actually have to
add headers to each td
which is easy in CF.
Hard Tables are Easy
The Bad News
●  This is all dependent on developers actually
using the proper syntax and building their
interfaces in a certain way.
●  One developer can ruin it for everyone
This developer will probably be named Chad
How can I possibly get everyone on my
team to remember to use proper HTML
syntax and use all these extra attributes?
I can’t get them to agree where the opening curly brace goes
MCML
Before you google “Roman Numeral Converter” it’s 1950
The Solution
●  MasterControl Markup Language (MCML)
was a library of custom tags that ensured that
every page that used them would be 508
compliant
●  They were precompiled, globally available
and most importantly requirable.
●  They also forced a standard format for our
CSS to expect
The “Front” End
The Back End
The Back End
It keeps getting better
●  We could require certain attributes - not just
for 508 issues - and throw errors alerting the
developer to what they needed. QA loved this
as they could require attributes they keyed off.
●  Our tags began building off each other,
increasing in complexity and power.
●  We experimented with cfc based tags instead
of cfm based.
Getting Better All the Time
●  Many tags used external jQuery components,
by picking one, we no longer had five different
solutions to the same problem.
●  Everyone knew what to use and how to use it
●  Editor highlighting and even autocomplete
were possible (cfeclipse)
●  We were the masters of our own destiny.
●  mcactionIcons
●  mcApplayer
●  mcApplayerParameter
●  mcbrowseButton
●  mcbutton
●  mcchart
●  mccheckBox
●  mccontent
●  mccookie
●  mccourseDropDown
●  mccss
●  mcdatePicker
●  mcdropDown
●  mcdropDownGroup
●  mcdropDownOption
●  mcfieldSet
We Made a Lot of Tags
●  mcheader
●  Mcimage
●  mcinputButton
●  mclifecycleDropDown
●  mclabel
●  mcminiList
●  mcpassword
●  mcradioButton
●  mcroleDropDown
●  mcsubHeader
●  mctable
●  mctableRow
●  mctableColumn
●  mctimePicker
●  mcuserPicker
●  And many, many more
It kind of sounds like absolute power may
have corrupted you.
Absolutely
Absolute power is pretty cool
Ok, that sounds great, if I were starting
from scratch on a new project but our
system is 12 years old. What do I do Mr.
Smart Guy?
Interns
How we did it
●  Developing custom tags with Coldfusion is
actually quick and easy
●  Two summers with me and two teams of
interns (four and two)
●  They’d pick a page and go through changing
all the tags to the new ones, I’d build what
they needed.
I Thought it Took Four Years
●  Other priorities would pop up
●  It took a long time to get the framework in
place and get the momentum to start
●  We had to wait on the FDA a couple times
●  Once we started getting to 90% was fast
●  We drug our feet on applets
Testing
Make Sure you Stay Good
●  There are scads of automatic testing
programs out there.
o  Don’t use them if you don’t have to, they
return too many false positives to be useful
●  Use a pre commit hook to make sure people
use your tags.
●  Manually test your tags on a special page
once a release.
Final Thoughts
This is important
This is hard
Start now
Put one person in charge
Make sure everyone is responsible
Don’t be Ryan Seacrest
Q&A
Hit me with your best shot
Enjoy your Pat Benatar earworm
Once You Go Steve You Never Leave
●  I podcast (a lot): www.digitalstrips.com
Web	Comics	
Wrestling	
Video	Games	
Childish Humor
●  I’m on Twitter : @Idahobo
●  I’m on Battlenet : Idahobo
Thank
you!

More Related Content

What's hot (19)

PDF
Going native with html5 web components
James York
 
PPTX
5 Reasons Why Your Website Is[n’t] a Native App (PrDC 2015)
David Wesst
 
PDF
Acceptance Test Driven Development
Amir Barylko
 
PPTX
Untangling4
Derek Jacoby
 
PDF
JavaScript Revolution - 5/Nov/13 - PrDC Saskatoon, SK
David Wesst
 
PDF
PhoneGap in a Day
Troy Miles
 
PDF
HTML5: The Parts You Care About - 4/Nov/13 - PrDC Saskatoon, SK
David Wesst
 
PDF
Don't make me wait! or Building High-Performance Web Applications
Stoyan Stefanov
 
PDF
Unobtrusive JavaScript with jQuery
Simon Willison
 
PPTX
Untangling spring week10
Derek Jacoby
 
PDF
Universal apps lightning talk
Elyse Kolker Gordon
 
PDF
Can we make es6 the baseline of the “modern web”? - BrazilJS 2105
Christian Heilmann
 
PPTX
The StartUp Agency - A Case Study on CFPB
GovLoop
 
PDF
Tech Thursdays: Building Products
Hayden Bleasel
 
PDF
Simple Computer Tips - Screen Shots, Passwords, etc
Holly Akers
 
PPTX
Cf objective2014 software-craftsmanship
ColdFusionConference
 
ODP
Jared Whitlock Open Source In The Enterprise Plone @ Novell
Vincenzo Barone
 
PPTX
Untangling - fall2017 - week5
Derek Jacoby
 
PDF
Front-End Modernization for Mortals
cgack
 
Going native with html5 web components
James York
 
5 Reasons Why Your Website Is[n’t] a Native App (PrDC 2015)
David Wesst
 
Acceptance Test Driven Development
Amir Barylko
 
Untangling4
Derek Jacoby
 
JavaScript Revolution - 5/Nov/13 - PrDC Saskatoon, SK
David Wesst
 
PhoneGap in a Day
Troy Miles
 
HTML5: The Parts You Care About - 4/Nov/13 - PrDC Saskatoon, SK
David Wesst
 
Don't make me wait! or Building High-Performance Web Applications
Stoyan Stefanov
 
Unobtrusive JavaScript with jQuery
Simon Willison
 
Untangling spring week10
Derek Jacoby
 
Universal apps lightning talk
Elyse Kolker Gordon
 
Can we make es6 the baseline of the “modern web”? - BrazilJS 2105
Christian Heilmann
 
The StartUp Agency - A Case Study on CFPB
GovLoop
 
Tech Thursdays: Building Products
Hayden Bleasel
 
Simple Computer Tips - Screen Shots, Passwords, etc
Holly Akers
 
Cf objective2014 software-craftsmanship
ColdFusionConference
 
Jared Whitlock Open Source In The Enterprise Plone @ Novell
Vincenzo Barone
 
Untangling - fall2017 - week5
Derek Jacoby
 
Front-End Modernization for Mortals
cgack
 

Viewers also liked (20)

PDF
CFML Sessions For Dummies
ColdFusionConference
 
PPTX
Workflows and Digital Signatures
ColdFusionConference
 
PDF
Git sourcecontrolpreso
ColdFusionConference
 
PDF
Web hackingtools 2015
ColdFusionConference
 
PDF
How do I write Testable Javascript
ColdFusionConference
 
PDF
Expand Your ColdFusion App Power with AWS
ColdFusionConference
 
PPTX
Safeguarding applications from cyber attacks
ColdFusionConference
 
PDF
Emberjs building-ambitious-web-applications
ColdFusionConference
 
PPTX
Cold fusion is racecar fast
ColdFusionConference
 
PDF
Test box bdd
ColdFusionConference
 
PDF
Hidden Gems in ColdFusion 11
ColdFusionConference
 
PDF
Where is cold fusion headed
ColdFusionConference
 
PDF
Refactoring your legacy app to a MVC framework
ColdFusionConference
 
PDF
Effective version control
ColdFusionConference
 
PDF
Hey my web app is slow where is the problem
ColdFusionConference
 
PDF
Cfobjective fusion reactor sponsor talk
ColdFusionConference
 
PDF
Getting started with mobile application development
ColdFusionConference
 
PDF
Monitoring CF What are my options? Why Should I?
ColdFusionConference
 
PDF
Hidden gems in cf2016
ColdFusionConference
 
PDF
Paying off-emotional-debt-2
ColdFusionConference
 
CFML Sessions For Dummies
ColdFusionConference
 
Workflows and Digital Signatures
ColdFusionConference
 
Git sourcecontrolpreso
ColdFusionConference
 
Web hackingtools 2015
ColdFusionConference
 
How do I write Testable Javascript
ColdFusionConference
 
Expand Your ColdFusion App Power with AWS
ColdFusionConference
 
Safeguarding applications from cyber attacks
ColdFusionConference
 
Emberjs building-ambitious-web-applications
ColdFusionConference
 
Cold fusion is racecar fast
ColdFusionConference
 
Test box bdd
ColdFusionConference
 
Hidden Gems in ColdFusion 11
ColdFusionConference
 
Where is cold fusion headed
ColdFusionConference
 
Refactoring your legacy app to a MVC framework
ColdFusionConference
 
Effective version control
ColdFusionConference
 
Hey my web app is slow where is the problem
ColdFusionConference
 
Cfobjective fusion reactor sponsor talk
ColdFusionConference
 
Getting started with mobile application development
ColdFusionConference
 
Monitoring CF What are my options? Why Should I?
ColdFusionConference
 
Hidden gems in cf2016
ColdFusionConference
 
Paying off-emotional-debt-2
ColdFusionConference
 
Ad

Similar to Everyones invited! Meet accesibility requirements with ColdFusion (20)

PPTX
An Accessibility Update: Changes to Section 508
Kate Walser
 
PPTX
Accessibility And 508 Compliance In 2009
Emagination ®
 
PDF
Website Accessibility: It’s the Right Thing to do
DesignHammer
 
PPTX
Design with accessibility in mind
Mike Donahue
 
PPTX
Designing for Accessibility (SOFLUX)
Mike Donahue
 
PDF
S8746
Dilip Barman
 
PPT
Seth Duffy Accessibility97035
FNian
 
DOCX
Section 508-checklist
Larry Wilson
 
PDF
Intro to Web Accessibility
Ashley Dzick
 
PDF
Do you have a website? Do you want to get sued?
Devin Olson
 
PPTX
Making Websites Accessible to People with Disabilities
Christian Brink
 
PPTX
Accessibility Quick Wins
Jeff Reynolds
 
PDF
Accessibility
Elizabeth Chesters
 
PPTX
Accessibility for Web
Dushyant Kanungo
 
PPTX
37 million reasons to give a damn about the disabled
Chris Merkel
 
PPTX
Web Accessibility in Drupal
Promet Source
 
KEY
Twin Redheaded Stepchildren of a Different Mother: The Usability of Accessibi...
Dylan Wilbanks
 
PPT
corePHP Usability Accessibility by Steven Pignataro
John Coonen
 
PPTX
Global Accessibility Awareness Day
Claudio Luis Vera, MBA, CPWA
 
PPTX
Accessibility and universal usability
Sarah Hudson
 
An Accessibility Update: Changes to Section 508
Kate Walser
 
Accessibility And 508 Compliance In 2009
Emagination ®
 
Website Accessibility: It’s the Right Thing to do
DesignHammer
 
Design with accessibility in mind
Mike Donahue
 
Designing for Accessibility (SOFLUX)
Mike Donahue
 
Seth Duffy Accessibility97035
FNian
 
Section 508-checklist
Larry Wilson
 
Intro to Web Accessibility
Ashley Dzick
 
Do you have a website? Do you want to get sued?
Devin Olson
 
Making Websites Accessible to People with Disabilities
Christian Brink
 
Accessibility Quick Wins
Jeff Reynolds
 
Accessibility
Elizabeth Chesters
 
Accessibility for Web
Dushyant Kanungo
 
37 million reasons to give a damn about the disabled
Chris Merkel
 
Web Accessibility in Drupal
Promet Source
 
Twin Redheaded Stepchildren of a Different Mother: The Usability of Accessibi...
Dylan Wilbanks
 
corePHP Usability Accessibility by Steven Pignataro
John Coonen
 
Global Accessibility Awareness Day
Claudio Luis Vera, MBA, CPWA
 
Accessibility and universal usability
Sarah Hudson
 
Ad

More from ColdFusionConference (20)

PDF
Api manager preconference
ColdFusionConference
 
PDF
Cf ppt vsr
ColdFusionConference
 
PDF
Building better SQL Server Databases
ColdFusionConference
 
PDF
API Economy, Realizing the Business Value of APIs
ColdFusionConference
 
PDF
Don't just pdf, Smart PDF
ColdFusionConference
 
PDF
Crafting ColdFusion Applications like an Architect
ColdFusionConference
 
PDF
Security And Access Control For APIS using CF API Manager
ColdFusionConference
 
PDF
Monetizing Business Models: ColdFusion and APIS
ColdFusionConference
 
PDF
Become a Security Rockstar with ColdFusion 2016
ColdFusionConference
 
PDF
ColdFusion in Transit action
ColdFusionConference
 
PDF
Developer Insights for Application Upgrade to ColdFusion 2016
ColdFusionConference
 
PDF
ColdFusion Keynote: Building the Agile Web Since 1995
ColdFusionConference
 
PDF
Instant ColdFusion with Vagrant
ColdFusionConference
 
PPT
Restful services with ColdFusion
ColdFusionConference
 
PDF
Super Fast Application development with Mura CMS
ColdFusionConference
 
PDF
Build your own secure and real-time dashboard for mobile and web
ColdFusionConference
 
PDF
Why Everyone else writes bad code
ColdFusionConference
 
PDF
Securing applications
ColdFusionConference
 
PDF
Testing automaton
ColdFusionConference
 
PDF
Rest ful tools for lazy experts
ColdFusionConference
 
Api manager preconference
ColdFusionConference
 
Building better SQL Server Databases
ColdFusionConference
 
API Economy, Realizing the Business Value of APIs
ColdFusionConference
 
Don't just pdf, Smart PDF
ColdFusionConference
 
Crafting ColdFusion Applications like an Architect
ColdFusionConference
 
Security And Access Control For APIS using CF API Manager
ColdFusionConference
 
Monetizing Business Models: ColdFusion and APIS
ColdFusionConference
 
Become a Security Rockstar with ColdFusion 2016
ColdFusionConference
 
ColdFusion in Transit action
ColdFusionConference
 
Developer Insights for Application Upgrade to ColdFusion 2016
ColdFusionConference
 
ColdFusion Keynote: Building the Agile Web Since 1995
ColdFusionConference
 
Instant ColdFusion with Vagrant
ColdFusionConference
 
Restful services with ColdFusion
ColdFusionConference
 
Super Fast Application development with Mura CMS
ColdFusionConference
 
Build your own secure and real-time dashboard for mobile and web
ColdFusionConference
 
Why Everyone else writes bad code
ColdFusionConference
 
Securing applications
ColdFusionConference
 
Testing automaton
ColdFusionConference
 
Rest ful tools for lazy experts
ColdFusionConference
 

Recently uploaded (20)

PDF
NewMind AI Journal - Weekly Chronicles - July'25 Week II
NewMind AI
 
PDF
Predicting the unpredictable: re-engineering recommendation algorithms for fr...
Speck&Tech
 
PPTX
✨Unleashing Collaboration: Salesforce Channels & Community Power in Patna!✨
SanjeetMishra29
 
PDF
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
PDF
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
PDF
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
PDF
July Patch Tuesday
Ivanti
 
PDF
Smart Air Quality Monitoring with Serrax AQM190 LITE
SERRAX TECHNOLOGIES LLP
 
PPTX
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
PDF
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
PDF
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
PPTX
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
PDF
Windsurf Meetup Ottawa 2025-07-12 - Planning Mode at Reliza.pdf
Pavel Shukhman
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PDF
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
PDF
SFWelly Summer 25 Release Highlights July 2025
Anna Loughnan Colquhoun
 
PDF
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
PDF
Complete Network Protection with Real-Time Security
L4RGINDIA
 
PDF
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 
NewMind AI Journal - Weekly Chronicles - July'25 Week II
NewMind AI
 
Predicting the unpredictable: re-engineering recommendation algorithms for fr...
Speck&Tech
 
✨Unleashing Collaboration: Salesforce Channels & Community Power in Patna!✨
SanjeetMishra29
 
Chris Elwell Woburn, MA - Passionate About IT Innovation
Chris Elwell Woburn, MA
 
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
July Patch Tuesday
Ivanti
 
Smart Air Quality Monitoring with Serrax AQM190 LITE
SERRAX TECHNOLOGIES LLP
 
WooCommerce Workshop: Bring Your Laptop
Laura Hartwig
 
Complete JavaScript Notes: From Basics to Advanced Concepts.pdf
haydendavispro
 
Exolore The Essential AI Tools in 2025.pdf
Srinivasan M
 
UiPath Academic Alliance Educator Panels: Session 2 - Business Analyst Content
DianaGray10
 
Windsurf Meetup Ottawa 2025-07-12 - Planning Mode at Reliza.pdf
Pavel Shukhman
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
Using FME to Develop Self-Service CAD Applications for a Major UK Police Force
Safe Software
 
SFWelly Summer 25 Release Highlights July 2025
Anna Loughnan Colquhoun
 
How Startups Are Growing Faster with App Developers in Australia.pdf
India App Developer
 
Complete Network Protection with Real-Time Security
L4RGINDIA
 
Achieving Consistent and Reliable AI Code Generation - Medusa AI
medusaaico
 

Everyones invited! Meet accesibility requirements with ColdFusion

  • 4. Quick Overview ●  What do we mean by accessibility ●  What kind of requirements are there ●  How to meet these requirements ●  How Coldfusion can make this quick and easy ●  Ensuring that compliance is maintained ●  Questions, hopefully followed by answers
  • 5. But before we talk about that...
  • 7. I Friggin’ Love Dwarfs Art by Federico Musetti
  • 8. I Try Not to Think about Why Art by Dave Dunstan
  • 9. Unfortunately despite my love for the men under the mountain, I cannot play the best dwarf related game of of all time
  • 10. Dwarf Fortress Art by Borkur Eiriksson
  • 11. Dwarf Fortress is the simulation game from H-E-double hockey sticks
  • 12. Build the Greatest Fortress Ever
  • 13. Only Not with These Guys
  • 15. Which Can Cause Problems Art by Tim Dundee Lots of problems
  • 16. Actual Patch Notes 2004 ●  Made them care about clothes more 2005 ●  Fixed a bug where animals could rent rooms ●  Cleaned up the bear situation 2006 ●  Added mouths ●  Added an aperture flag that stops mouths from being gouged out 2007 ●  Fixed a problem with blood hanging in air 2008 ●  Made all undead respectful of each other ●  Stopped aerial births ●  Stopped looping dwarves from constantly trying out gloves and boots when they should just pick one and go 2010 ●  Rain kills everything it lands on ●  Humans in Farming houses are naked 2011 ●  Rodent men have no teeth ●  Serpent Men can Kick ●  Rodent men don't use their new teeth to bite 2012 ●  Sleeping on a melting iceberg results in waking up as a demon ●  Dwarf children die from embarrassment at not being dressed by age 2 2015 ●  Animal breeding is prevented if animals aren't "willing to marry" ●  Cats dying for no reason - alcohol poisoning? ●  Incorrect use of "whom" in elf.txt
  • 17. So we have a game about my favorite thing, with unlimited story potential, where all these amazing things can and do happen, and I can’t play it.
  • 18. Because it Looks Like This
  • 19. And Yes I Know
  • 20. But the Menus...the Menus You have to use this to set up that
  • 22. There is a piece of amazing, high quality, high functioning software that I desperately want to use but I can’t because it is not accessible.
  • 23. It is our duty as developers to ensure that our life-bettering software be available to everyone. We must adhere to the principles of accessibility.
  • 24. The most important of these principles is:
  • 25. Don’t be Ryan Seacrest
  • 26. Ryan Seacrest is Not Accessible
  • 27. Aren’t there laws about this?
  • 28. Brief History Lesson 1973: Because Ryan Seacrest will soon be born, the U.S. Rehabilitation Act prohibits discrimination on the basis of disability in programs conducted by Federal agencies, in programs receiving Federal financial assistance, in Federal employment, and in the employment practices of Federal contractors. 1998: The US Congress amended the Rehabilitation Act to require Federal agencies to make their electronic and information technology accessible to people with disabilities. The law applies to all Federal agencies when they develop, procure, maintain or use electronic and information technology. Under Section 508 agencies must give disabled employees and members of the public access to information that is comparable to the access available to others.
  • 29. Two Slides Counts as Brief 1997: The W3C launched the Web Accessibility Initiative with endorsement by The White House and W3C members. 2011: Steve is working at software company that creates software for FDA regulated companies. The company has a chance to gain the FDA itself as a customer, contingent on the system becoming 508 compliant. Steve gets the assignment. 2015: Steve starts to feel comfortable saying they are 508 compliant. 2016: This presentation happens. No changes to the actual 508 specification since 1998
  • 30. The Gist The US Government (for the most part) cannot discriminate against anyone based on ability. This means any software that they require people use to do their jobs needs to be accessible to everyone. This isn’t just about Government contracts, millions of people are not able to interface with a computer the way you may be able to. If your site/application isn’t accessible to them, you’re basically a huge jerk. Don’t be a huge jerk.
  • 31. Who’s Invited? Color Blind People: We all know that green means good and red means bad*. Not everyone knows which is which though. Limited Mobility: Ever use your mouse so much your arm hurts? Some people don’t have that problem. Visually Impaired: Everything must be readable by a screen reader and make sense when using it. Hearing Impaired: Less of an issue on the Web, since there’s so much text. Where there is audio though, keep these people in mind. *Not actually, but we’re not going to get into that here.
  • 32. So what do we need to know?
  • 33. ●  Don’t use color as the only way to know something. If you make something red to show it’s required, add an asterisk or the word “required” or something else. ●  Don’t use dark gray text on a white gray background. ●  “Branding” information is OK. ●  This is the hardest to enforce I See your True Colors
  • 34. ●  Everything that can be interacted with needs to reached by pressing tab. ●  Non-interactable text should not be. ●  Don’t use a div with an image as a button with an onclick event. ●  Try not to use tabindex Keepin’ Tabs on You
  • 35. ●  Drag and Drop functionality is convenient, fun, engaging, sexy and good. ●  It’s also not 508 compliant. ●  We can still have it, just include another way to do what you were doing with your dragging and dropping like the may or may not be hot Quit Draggin’ Me Down
  • 36. Say What? 1. Subheaders need to be announced 2. The label needs to be tied to the text field, the requiredness needs to be explained 3. This icon needs a helpful alt-text 4. The user needs to know they can’t edit this field. 1 2 3 4
  • 37. Table This for Later ●  Table cells need to be associated with their row and column headers. ●  Headers with multiple cells need to have mark up to explains what everything belongs to. ●  Imagine having someone read a 50 row database column to you.
  • 38. Other Criteria without Puns ●  A text equivalent for every non-text element shall be provided (e.g., via "alt", "longdesc", or in element content). ●  Documents shall be organized so they are readable without requiring an associated style sheet. ●  Redundant text links shall be provided for each active region of a server-side image map. ●  Frames shall be titled with text that facilitates frame identification and navigation ●  Pages shall be designed to avoid causing the screen to flicker with a frequency greater than 2 Hz and lower than 55 Hz ●  Don’t use the marquee tag ●  When pages utilize scripting languages to display content, or to create interface elements, the information provided by the script shall be identified with functional text that can be read by Assistive Technology. ●  A method shall be provided that permits users to skip repetitive navigation links. ●  When a timed response is required, the user shall be alerted and given sufficient time to indicate more time is required. ●  Forms and Applets need to be as 508 compliant as the rest of your application.
  • 39. OK, so how do we do all that? I’m starting to see why this took four years
  • 40. I have good news Which naturally means I also have bad news
  • 41. The Good News Properly structured HTML will take care of a lot of this for you. Especially once you start using the ARIA (Accessible Rich Internet Applications) specification from the W3C.
  • 42. You can talk about ARIA ●  First rule of ARIA use ○  If you can use a native HTML element or attribute with the semantics and behaviour you require already built in, instead of re-purposing an element and adding an ARIA role, state or property to make it accessible, then do so. ●  Second rule of ARIA use ○  Do not change native semantics, unless you really have to. This is bad This is good
  • 43. Just a taste •  aria-atomic •  aria-busy (state) •  aria-controls •  aria-current (state) •  aria-describedby •  aria-details •  aria-disabled (state) •  aria-dropeffect •  aria-errormessage •  aria-flowto •  aria-grabbed (state) ●  aria-haspopup ●  aria-hidden (state) ●  aria-invalid (state) ●  aria-keyshortcuts ●  aria-label ●  aria-labelledby ●  aria-live ●  aria-owns ●  aria-relevant Many element specific options also exist
  • 44. By simply using a label element, adding the word “required” to the label and the “aria- required” attribute, I can make an entire simple form 508 compliant. Forms are easy
  • 45. Adding the scope attribute to our headers is all we need. Easy Tables are Easy
  • 46. Now we actually have to add headers to each td which is easy in CF. Hard Tables are Easy
  • 47. The Bad News ●  This is all dependent on developers actually using the proper syntax and building their interfaces in a certain way. ●  One developer can ruin it for everyone This developer will probably be named Chad
  • 48. How can I possibly get everyone on my team to remember to use proper HTML syntax and use all these extra attributes? I can’t get them to agree where the opening curly brace goes
  • 49. MCML Before you google “Roman Numeral Converter” it’s 1950
  • 50. The Solution ●  MasterControl Markup Language (MCML) was a library of custom tags that ensured that every page that used them would be 508 compliant ●  They were precompiled, globally available and most importantly requirable. ●  They also forced a standard format for our CSS to expect
  • 54. It keeps getting better ●  We could require certain attributes - not just for 508 issues - and throw errors alerting the developer to what they needed. QA loved this as they could require attributes they keyed off. ●  Our tags began building off each other, increasing in complexity and power. ●  We experimented with cfc based tags instead of cfm based.
  • 55. Getting Better All the Time ●  Many tags used external jQuery components, by picking one, we no longer had five different solutions to the same problem. ●  Everyone knew what to use and how to use it ●  Editor highlighting and even autocomplete were possible (cfeclipse) ●  We were the masters of our own destiny.
  • 56. ●  mcactionIcons ●  mcApplayer ●  mcApplayerParameter ●  mcbrowseButton ●  mcbutton ●  mcchart ●  mccheckBox ●  mccontent ●  mccookie ●  mccourseDropDown ●  mccss ●  mcdatePicker ●  mcdropDown ●  mcdropDownGroup ●  mcdropDownOption ●  mcfieldSet We Made a Lot of Tags ●  mcheader ●  Mcimage ●  mcinputButton ●  mclifecycleDropDown ●  mclabel ●  mcminiList ●  mcpassword ●  mcradioButton ●  mcroleDropDown ●  mcsubHeader ●  mctable ●  mctableRow ●  mctableColumn ●  mctimePicker ●  mcuserPicker ●  And many, many more
  • 57. It kind of sounds like absolute power may have corrupted you.
  • 59. Ok, that sounds great, if I were starting from scratch on a new project but our system is 12 years old. What do I do Mr. Smart Guy?
  • 61. How we did it ●  Developing custom tags with Coldfusion is actually quick and easy ●  Two summers with me and two teams of interns (four and two) ●  They’d pick a page and go through changing all the tags to the new ones, I’d build what they needed.
  • 62. I Thought it Took Four Years ●  Other priorities would pop up ●  It took a long time to get the framework in place and get the momentum to start ●  We had to wait on the FDA a couple times ●  Once we started getting to 90% was fast ●  We drug our feet on applets
  • 64. Make Sure you Stay Good ●  There are scads of automatic testing programs out there. o  Don’t use them if you don’t have to, they return too many false positives to be useful ●  Use a pre commit hook to make sure people use your tags. ●  Manually test your tags on a special page once a release.
  • 69. Put one person in charge
  • 70. Make sure everyone is responsible
  • 71. Don’t be Ryan Seacrest
  • 72. Q&A
  • 73. Hit me with your best shot Enjoy your Pat Benatar earworm
  • 74. Once You Go Steve You Never Leave ●  I podcast (a lot): www.digitalstrips.com Web Comics Wrestling Video Games Childish Humor ●  I’m on Twitter : @Idahobo ●  I’m on Battlenet : Idahobo