Artwork for podcast Digital Accessibility
Accessibility Spans Across All Different Industries
Episode 412th June 2022 • Digital Accessibility • Joe Welinske
00:00:00 00:33:19

Share Episode

Shownotes

Glen Walker, TIAA, Principal Accessibility Architect

Glen talks about his early years as a software engineer and his personal interest in keyboard support. This lead him to accessibility work that included solving screen reader issues and compliance with Section 508 and WCAG. In his consulting work he continues to help other developers by sharing knowledge in a variety of ways. 

Mentioned in this episode:

Info about Accessibility at Blink

Transcripts

Speaker:

(upbeat music)

Speaker:

- Hello, this is Digital Accessibility.

Speaker:

The people behind the progress.

Speaker:

I'm Joe Welinske the creator and host of this series.

Speaker:

And as an accessibility professional myself,

Speaker:

I find it very interesting as to how others

Speaker:

found their way into this profession.

Speaker:

So let's meet one of those people right now

Speaker:

and hear about their journey.

Speaker:

(upbeat music)

Speaker:

All right, well, here we go with another interview

Speaker:

with an accessibility practitioner.

Speaker:

And today I'm really pleased

Speaker:

to be speaking with Glen Walker.

Speaker:

Hello, Glen, how are you today?

Speaker:

- Hey, good morning.

Speaker:

I'm doing well today, thanks, Joe.

Speaker:

- Yeah, it's good to have you here with me

Speaker:

for this conversation.

Speaker:

I'm currently in my Vashon Island home office,

Speaker:

which is near Blink's headquarters in Seattle, Washington.

Speaker:

Where are you talking to us from?

Speaker:

- I'm in northern Utah, up near the Idaho border.

Speaker:

- All right, well, yeah,

Speaker:

I've been through that area a number of times,

Speaker:

and a beautiful area.

Speaker:

So, well, again, thanks for being part of this

Speaker:

and good place always to start is just with you,

Speaker:

briefly letting us know,

Speaker:

what kind of work that you're doing now.

Speaker:

- All right, yeah, so I've worked for a variety

Speaker:

of different companies with accessibility.

Speaker:

And the first company I got started with

Speaker:

is where I got my accessibility beginnings,

Speaker:

and it was a software company

Speaker:

and we had a lot of different products.

Speaker:

So we're helping different teams

Speaker:

with a variety of different things,

Speaker:

working with developers, and testers, and designers,

Speaker:

as well as the product managers,

Speaker:

and working out new features.

Speaker:

So I've done both working at individual companies

Speaker:

where we do all of our accessibility work internally,

Speaker:

not outsourcing any of the accessibility,

Speaker:

but I've also worked for companies

Speaker:

that help other companies with accessibility.

Speaker:

So we worked with companies that did outsource

Speaker:

their accessibility work.

Speaker:

So working both internally, as well as with other companies

Speaker:

that worked with a variety,

Speaker:

so we'd work with financial institutions, or universities,

Speaker:

or retail, quite a variety of experience

Speaker:

because as you know accessibility spans

Speaker:

across all different industries,

Speaker:

if every company has a website, so they're gonna have

Speaker:

some kind of digital properties out there.

Speaker:

And it really doesn't matter what the focus

Speaker:

of the company is because accessibility is going to touch it

Speaker:

pretty much no matter what it is.

Speaker:

- Well, one of the main purposes

Speaker:

of having these conversations is to help those

Speaker:

who may not see a path for a career in accessibility

Speaker:

to let them know our stories

Speaker:

so why don't we do that with you?

Speaker:

If we can kinda go back in time,

Speaker:

you can sort of maybe pick out some of the early things

Speaker:

that led you on the journey that brought you here today.

Speaker:

And then we can kind of move our way up to

Speaker:

what you're doing today.

Speaker:

- Okay, yeah, I never imagined

Speaker:

that I would be doing accessibility full time,

Speaker:

and that it could be your whole job,

Speaker:

a hundred percent of your job is accessibility work.

Speaker:

So when I started, it was kind of for

Speaker:

maybe personal selfish reasons.

Speaker:

I'm very much a keyboard user.

Speaker:

So I have a software engineering background,

Speaker:

a computer science degree.

Speaker:

And so I wrote code for a long time,

Speaker:

very much a keyboard user when you're a software engineer.

Speaker:

And the company I worked for,

Speaker:

we had a lot of different products.

Speaker:

And over time we were losing some of the keyboard,

Speaker:

I guess, keyboard accessibility of the product itself.

Speaker:

We started off as a mainframe product

Speaker:

and then when PCs came out and this goes back of ways,

Speaker:

but when the mouse was coming out,

Speaker:

you're very much a mouse point and click type interface.

Speaker:

And as we focused on that,

Speaker:

we moved away from remembering that the keyboard

Speaker:

was a very integral part of interacting with the computer.

Speaker:

And so for me that it kind of bugged me that I could not use

Speaker:

the keyboard for a lot of features in our software

Speaker:

for me personally.

Speaker:

I didn't like picking up the mouse

Speaker:

and having to go click on things.

Speaker:

So I started working on code to fix keyboard issues.

Speaker:

So it was very much kind of a self-serving purpose.

Speaker:

I wanted to work better for me.

Speaker:

So I wanted to go fix the code, and have the keyboard work,

Speaker:

and this was in the early 2000s.

Speaker:

And I really had not heard of accessibility.

Speaker:

It was still pretty new.

Speaker:

I mean, WCAG 1.0, had only come out in 1999.

Speaker:

So it was only a few years after that,

Speaker:

that I started working on keyboard issues.

Speaker:

And like I said, it was really

Speaker:

to help things work better for me.

Speaker:

And I didn't really know I was doing

Speaker:

accessibility work at that time.

Speaker:

But I also had a friend who was visually impaired

Speaker:

that used a screen reader as well.

Speaker:

And he was also a software engineer.

Speaker:

And so he wrote code using the screen reader.

Speaker:

And so I got to understand

Speaker:

a little bit more about how a screen reader works.

Speaker:

We talked about some of the technical details

Speaker:

like of the API and how the accessibility tree,

Speaker:

and all these kind of internal details,

Speaker:

which are interesting to learn about

Speaker:

if you like the technical side.

Speaker:

But I think probably more important

Speaker:

was more of the user experience with how someone expects

Speaker:

a screen reader to work and interact with software.

Speaker:

What is the user experience like to navigate through pages,

Speaker:

and using all the different shortcut keys

Speaker:

that a screen reader software has.

Speaker:

And so I started expanding the work that I was doing

Speaker:

in the coding area to work on

Speaker:

in screen reader issues as well.

Speaker:

So that was really the first time I got into it.

Speaker:

And prior to that, it was really just coding for features,

Speaker:

and things like that.

Speaker:

And then it more and more involved with working

Speaker:

on accessibility related issues that our software had.

Speaker:

And so I spent less time writing new features and more time

Speaker:

writing code that would fix accessibility issues.

Speaker:

- Yeah, let me just jump in there

Speaker:

and just explore that part of your career a little bit more.

Speaker:

And so you had this,

Speaker:

already a deep understanding of code,

Speaker:

and identifying how that was related to accessibility.

Speaker:

At that point in time, looking back 20 years ago,

Speaker:

the web accessibility initiative was still relatively young,

Speaker:

like how did you pull the piece together

Speaker:

in knowing what was the best practices

Speaker:

and things at the time?

Speaker:

What kind resources did you find at the time

Speaker:

to be able to help you move forward?

Speaker:

- Yeah, the resources were more limited at the time,

Speaker:

or perhaps the resources were there,

Speaker:

but we didn't about them, right?

Speaker:

There's a lot of great companies out there today that have,

Speaker:

you can go on YouTube and just do a search on accessibility,

Speaker:

best practices, and you can find tons of stuff now.

Speaker:

I mean, we have conferences, and people posting podcasts,

Speaker:

and doing interviews like yours,

Speaker:

and there's all kinds of information out there now,

Speaker:

which is fantastic.

Speaker:

Back then much more limited.

Speaker:

So a lot of it was self-taught,

Speaker:

and things that we would work on,

Speaker:

kind of bouncing ideas off each other.

Speaker:

Internally, we started building up

Speaker:

a small group of accessibility people.

Speaker:

And so we would bounce ideas off each other.

Speaker:

We mainly had to use the,

Speaker:

really 'cause we're a US company,

Speaker:

we had to use the section 508 rule set,

Speaker:

which had a checklist of things to work on.

Speaker:

This was prior to section 508,

Speaker:

getting in line with WCAG 2.0 at the time.

Speaker:

So it had its own list of things that you would check for.

Speaker:

So that's what we would base it on.

Speaker:

I guess we had WCAG 1.0 as well.

Speaker:

But so it was really nice when 2.0 came out,

Speaker:

I think that was around 2009, 2008, 2009.

Speaker:

So when that came out and then it was fantastic

Speaker:

when section 508 was updated,

Speaker:

was refreshed to point to WCAG 2.0.

Speaker:

So now we had a common set of things that we could check for

Speaker:

and it was fantastic.

Speaker:

It made things so much more consistent,

Speaker:

especially when other countries started using

Speaker:

that same guideline.

Speaker:

So now when you're focusing on a checklist like WCAG

Speaker:

that you knew it was gonna be good for the US,

Speaker:

it's good for Canada, it's good for Europe,

Speaker:

it's good for Asia, it was fantastic at that point.

Speaker:

- And so then after this early period,

Speaker:

what was the next stage that you moved into?

Speaker:

- Yeah, we quickly found out that having me write code

Speaker:

to fix accessibility issues.

Speaker:

And then, well, when I was writing it initially,

Speaker:

it was great for the particular product I was working on,

Speaker:

but certainly did not scale.

Speaker:

You know, any company that has more than one product,

Speaker:

you can't have one developer work on one particular area,

Speaker:

the thing, and fix it all.

Speaker:

And so we hired a few other developers

Speaker:

that were interested in accessibility.

Speaker:

And so we expanded our team a little bit,

Speaker:

and we were able to cover a few more products.

Speaker:

And that was okay for a while too.

Speaker:

But again, it does not scale, especially when you have,

Speaker:

we had a hundred over a hundred products,

Speaker:

different software product.

Speaker:

And so, it took a while for this light bulb to go off

Speaker:

to say, hey, we need to really scale this better.

Speaker:

And really, and I'm talking from the technical standpoint,

Speaker:

but from a software engineering perspective,

Speaker:

every developer should be responsible for their own code.

Speaker:

Just like it is now with any kind of

Speaker:

functionality that you write in your code,

Speaker:

that a developer should be responsible for their own code

Speaker:

and the accessibility of their own code,

Speaker:

the internationalization, the localization,

Speaker:

all the features that go with a particular piece of code

Speaker:

developers should own all of that.

Speaker:

So we wanted to share the knowledge that we had

Speaker:

of writing code to be accessible with all our developers.

Speaker:

And so we started doing training.

Speaker:

I came up with a curriculum and wrote some classes,

Speaker:

and started teaching and sharing to other developers,

Speaker:

the things that I had done and the things that I had learned

Speaker:

so that we could spread that knowledge out to everybody.

Speaker:

And really that was the key,

Speaker:

that's when we started making a lot of progress.

Speaker:

And just a quick side note on that.

Speaker:

So, once we got things fixed,

Speaker:

and this was kind of a reactive approach, right?

Speaker:

We already had code that was written.

Speaker:

We wanted to see how accessible it was.

Speaker:

And we had to go back and fix issues.

Speaker:

That's not the best way to do it,

Speaker:

if you have the time set aside,

Speaker:

really you need to back up that whole process,

Speaker:

and work with designers and make sure that

Speaker:

accessibility is built in from the beginning.

Speaker:

And that designs are reviewed for accessibility,

Speaker:

they're annotated and written up so that when developers

Speaker:

get those designs, they understand and can code

Speaker:

accessibility right from the beginning.

Speaker:

And so it's not reactive,

Speaker:

you're not writing a whole bunch of code

Speaker:

and then figuring out, hey, is this accessible?

Speaker:

You're actually doing it from the beginning.

Speaker:

So we started training designers as well.

Speaker:

And then we also wanted to teach and train testers

Speaker:

because even though you trust the developer

Speaker:

to do the right thing, you wanna confirm, right,

Speaker:

that everything was done properly.

Speaker:

So you need a way to test that at the end.

Speaker:

And hopefully the developer is testing as well

Speaker:

as they're writing code,

Speaker:

but you need a system of checks and balances.

Speaker:

You wanna make sure that indeed the code was written

Speaker:

properly and that it works great with a braille device,

Speaker:

or a magnification, or a screen reader,

Speaker:

or all different types of assistive technology.

Speaker:

So the key there really was training and education,

Speaker:

which was a fantastic thing for me to learn.

Speaker:

And it's what I've taken into other companies,

Speaker:

no matter which company I go into,

Speaker:

especially ones that wanna really do a lot of the work

Speaker:

in house instead of hiring out.

Speaker:

But education is the key,

Speaker:

just understanding really the basics of accessibility,

Speaker:

and what to think about, and what to look for

Speaker:

as you're designing, and as you're coding,

Speaker:

and as you're testing.

Speaker:

- And then is that what led you into being more

Speaker:

on the consulting side of things or advisory?

Speaker:

- Yeah, it did.

Speaker:

And I did had accessibility work for a long time

Speaker:

at the first company I was at.

Speaker:

And then the more I saw, and it was great work.

Speaker:

As I mentioned earlier, we had a lot of different products,

Speaker:

and it was fantastic.

Speaker:

But I started seeing that there's lots of companies

Speaker:

out there that need help.

Speaker:

And so I just started kinda looking around

Speaker:

to see what else was out there,

Speaker:

and more and more accessibility companies were coming about

Speaker:

that really their main focus

Speaker:

was helping other companies with accessibility.

Speaker:

And I found that very fascinating because then instead of me

Speaker:

helping one company on a particular type of product,

Speaker:

I was able to branch out and work

Speaker:

with banks or credit card companies,

Speaker:

or work with universities,

Speaker:

or work with the big retail companies,

Speaker:

just to see the variety.

Speaker:

Well, it's kind of two sides of it.

Speaker:

You see the variety of the different type of work

Speaker:

that all these companies need,

Speaker:

but then you also see the commonality, right?

Speaker:

They all need help with headings, and tables, and lists,

Speaker:

and image alternate text, and user interface,

Speaker:

and keyboard, and screen reader.

Speaker:

Really it's like they're all different,

Speaker:

but they're all the same.

Speaker:

So it was really fascinating seeing that aspect.

Speaker:

- You mentioned, that important concept

Speaker:

sometimes called Shift Left,

Speaker:

where work is going into foundational search and design,

Speaker:

which then leads to a design specification

Speaker:

with the accessibility built in.

Speaker:

And that's certainly a really great way to approach that.

Speaker:

I work with evangelizing accessibility

Speaker:

to the clients of our organization.

Speaker:

And I still find that a lot of those conversations

Speaker:

are still kind of stalker or at least begin with

Speaker:

the remediation compliance part of it.

Speaker:

That's kind of where a lot of organizations

Speaker:

first start thinking about it.

Speaker:

When you were working in that advisory role,

Speaker:

or consulting role, what was your experience in that area?

Speaker:

Did you have a lot of that,

Speaker:

or were you able to find more progressive situations?

Speaker:

- I think probably one of the biggest challenges

Speaker:

is getting a company to care about accessibility.

Speaker:

Developers can be very passionate about it,

Speaker:

designers can be very passionate about it,

Speaker:

but if you don't have upper management

Speaker:

that really is locked into it, and interested in it,

Speaker:

and understanding the importance of it,

Speaker:

it can sometimes be hard to make some headway that way.

Speaker:

And you might have to do some internal evangelizing

Speaker:

to try to get, I guess, the motivation out there.

Speaker:

And there's all kinds of great reasons for accessibility.

Speaker:

One of my favorite though, is in the actual definition

Speaker:

of WCAG where it talks about,

Speaker:

if you just took like a Google search on WCAG 2.1

Speaker:

or whatever your favorite version is,

Speaker:

you get to the main W3.org webpage, and it talks about,

Speaker:

what are the web accessibility guidelines.

Speaker:

That it says, yes, if you follow the guidelines,

Speaker:

you can make your software more accessible

Speaker:

to a greater variety of people, which is fantastic.

Speaker:

But for me, the key is like the second part

Speaker:

of that sentence, where it says,

Speaker:

and it also makes your product just usable,

Speaker:

more usable for everybody, right?

Speaker:

It just makes a better product.

Speaker:

So that's really fantastic feature.

Speaker:

And that really should be the driving focus

Speaker:

for most companies.

Speaker:

There's tons of other reasons you want people

Speaker:

to be able to use the software and be self-sufficient.

Speaker:

If I'm on a doctor website,

Speaker:

I should be able to log in, check test results,

Speaker:

or schedule a meeting, a doctor's appointment,

Speaker:

without having to get a neighbor to come in and go,

Speaker:

"Hey, can you read these test results for me,

Speaker:

because it's not accessible with a screen reader."

Speaker:

And that's kinda a privacy personal issue.

Speaker:

So it's really a self-sufficiency thing

Speaker:

that you help people be able to do what they wanna do,

Speaker:

just like everybody else wants to do what they wanna do.

Speaker:

And those are really some of the driving factors there.

Speaker:

And of course, legal mitigation,

Speaker:

that comes into play, but I always try to,

Speaker:

I don't downplay it because it certainly

Speaker:

is an important issue, but I really don't want

Speaker:

that to be a motivating factor, right.

Speaker:

'Cause when you think about legal issues,

Speaker:

it's kind of a fear factor and fear is not a great motivator

Speaker:

for doing work.

Speaker:

Really you wanna do it for more,

Speaker:

maybe an altruistic type for reasonings.

Speaker:

- And certainly the return on investment,

Speaker:

there's so many. - Oh yeah.

Speaker:

Organizations I've talked with that just never really

Speaker:

realized that potentially they've been shutting out

Speaker:

a significant portion of their possible customer base

Speaker:

by not being fully accessible.

Speaker:

- Exactly, yeah, and I think one of the,

Speaker:

probably one of the misconceptions,

Speaker:

or one of the most common misconceptions with companies

Speaker:

thinking about accessibility is that it's such a huge,

Speaker:

I don't know if it's a huge thing to overcome,

Speaker:

or it's a huge topic.

Speaker:

And while accessibility does cover a lot of areas,

Speaker:

and especially if you're just getting into it,

Speaker:

and you're going, all right, so where's my checklist.

Speaker:

All right, WCAG which version we're gonna use.

Speaker:

All right, we'll use 2.1, we wanna be level AA.

Speaker:

You've got all these terms initially

Speaker:

that could be kinda confusing at first,

Speaker:

but even once you get all that down, you go,

Speaker:

"Man, here's a list of 50 things I need to look at

Speaker:

on every screen in my mobile app

Speaker:

or every page on my website.

Speaker:

That's a lot of checking I have to do, right,

Speaker:

to see if everything, and that's a minimal baseline.

Speaker:

WCAG really is just,

Speaker:

here's the minimum you need to do,

Speaker:

and hopefully we can go above and beyond that

Speaker:

and focus on usability in addition to accessibility.

Speaker:

But given all of that,

Speaker:

even though it might feel very large at first,

Speaker:

when it comes down to it,

Speaker:

anytime I review a website or an app,

Speaker:

most of the issues are pretty simple.

Speaker:

They're very easy to fix for the most part, I would say,

Speaker:

85, if you wanna put a number on it, 85, 90%

Speaker:

of accessibility issues are one or two line changes,

Speaker:

add an attribute here or there, super easy to fix.

Speaker:

And I think where maybe some of the time constraints come in

Speaker:

are that maybe it's the volume

Speaker:

of issues that you find, right?

Speaker:

Maybe you don't have any headings on your page,

Speaker:

Well, it's easy to fix,

Speaker:

change it to an H2 or an H3.

Speaker:

Well, but if you have a lot of heading and you have

Speaker:

150 websites or web pages on your thing,

Speaker:

well, that adds up, so.

Speaker:

But I think, I try to ease some of the anxiety there

Speaker:

to say that look, when it comes down to it,

Speaker:

fixing accessibility issues it's super easy,

Speaker:

thinking about it in advanced

Speaker:

as you mentioned Shift Left with the design,

Speaker:

making sure it's annotated in the design is super easy.

Speaker:

And fixing the things, as long as you have time,

Speaker:

if you're in a reactive mode and you have to existing code,

Speaker:

that really it's not too bad,

Speaker:

especially when you have pages that are built on templates.

Speaker:

So you the template and now,

Speaker:

it just fixed a whole bunch of other pages.

Speaker:

- And it's not a monolithic do all of this or nothing.

Speaker:

We're in such an iterative situation.

Speaker:

There's so many things you can do.

Speaker:

And any one of them help move things forward,

Speaker:

and improve some of the aspect for our users.

Speaker:

- That's an excellent point, yeah fantastic.

Speaker:

Yeah, you don't have to eat a whole elephant

Speaker:

in one bite, right?

Speaker:

You just do a piece meal, and really anything that you do,

Speaker:

let's say you only fix a dozen bugs on this age or whatever.

Speaker:

Well, that's great, that's much better.

Speaker:

And it certainly is a timeline and kind of a spectrum

Speaker:

on how much you can fix.

Speaker:

And every bit that you can do now will be fantastic.

Speaker:

And that anything that you fix now, you also learn that,

Speaker:

oh, well, I see how I should have done this

Speaker:

in the first place.

Speaker:

So now when you're writing the next page,

Speaker:

you're gonna do that automatically.

Speaker:

And so you already are a step ahead

Speaker:

when you're writing new pages

Speaker:

'cause of that past experience.

Speaker:

- Well, you had variety of experience in accessibility.

Speaker:

What are some of the things

Speaker:

that you're passionate about now?

Speaker:

Are there any particular initiatives, or techniques,

Speaker:

or technologies, or processes

Speaker:

that you're particularly excited with now,

Speaker:

or looking into the future?

Speaker:

- I like to share what I've learned.

Speaker:

And I think most people in the accessibility area

Speaker:

are the same, and it it's really a fascinating area

Speaker:

just because most people are in the accessibility field

Speaker:

because either for personal reasons,

Speaker:

they need some accessibility features

Speaker:

where they have family members, or friends,

Speaker:

or other people that need accessibility features.

Speaker:

So there's a lot of personal tie in to accessibility work.

Speaker:

And so really accessibility community

Speaker:

is just a fantastic group of people.

Speaker:

Everyone has great attitudes and wants to help each other.

Speaker:

And so I just like to share what I've learned

Speaker:

over these years.

Speaker:

There's a variety of different ways I do that.

Speaker:

And there's lots of online forums.

Speaker:

There's forms where people post questions,

Speaker:

and then people answer.

Speaker:

And even given what I've done for these many years,

Speaker:

I'm always learning from other people's postings,

Speaker:

or maybe a feature here or there,

Speaker:

or an attribute that I say,

Speaker:

oh, I've never really used that, let me go play with it.

Speaker:

And I learned something new

Speaker:

just from other people posting it.

Speaker:

So I focus a lot, one of the things I really enjoy,

Speaker:

whether it's internally at a single company,

Speaker:

or if I'm working with a variety of different companies,

Speaker:

is this education piece.

Speaker:

And being able to share that and help teach.

Speaker:

I've always thought about being a teacher in general,

Speaker:

like a school teacher and sharing knowledge.

Speaker:

And so this is kind of a little bit of a way

Speaker:

that I can kind of get that feeling,

Speaker:

but I'm sharing technical knowledge in this particular case.

Speaker:

And so that's what I enjoy doing.

Speaker:

And then I love working because of

Speaker:

my engineering background.

Speaker:

I love working with development teams.

Speaker:

I speak that language because I am that kind of person.

Speaker:

I am still an engineer.

Speaker:

And so I love to work with developers.

Speaker:

And again, going back to the easing that anxiety type thing

Speaker:

where if they've been asked to focus on accessibility,

Speaker:

they're not quite sure what it is, what is ARIA?

Speaker:

what are these ARIA attributes and HTML?

Speaker:

Is this another language or what?

Speaker:

And I say, "No, it's just, it's part of HTML.

Speaker:

It's part of what you've been doing all along."

Speaker:

And being able to share that.

Speaker:

So, yeah, my passion right now,

Speaker:

I think is sharing the knowledge,

Speaker:

whether it's through official training type classes,

Speaker:

or informally with online forms or slack channels

Speaker:

is just a great thing.

Speaker:

Especially working with people

Speaker:

who are just getting into accessibility,

Speaker:

'cause we wanna keep this ball rolling

Speaker:

with the work we've done with accessibility in the past,

Speaker:

and get more and more people involved with it

Speaker:

and excited about it.

Speaker:

- One of the things I like to ask people about

Speaker:

in this series since so many of you have such

Speaker:

a lot of experiences just kind of

Speaker:

reflect on perspective of how far we've come,

Speaker:

how far we still have to go.

Speaker:

I've been doing this work for about 20 years,

Speaker:

and when I kinda look back,

Speaker:

in some ways I think there's just been amazing

Speaker:

dramatic shifts assisted by technology.

Speaker:

And then in other ways I, if I went back 20 years,

Speaker:

I would've thought we would've been a little farther along

Speaker:

than we are today in terms of accessibility

Speaker:

being widely available.

Speaker:

So may I toss it over to you

Speaker:

kind of what's been your perspective in that area.

Speaker:

- Yeah, there certainly are.

Speaker:

I mean, you can look at the pros and cons

Speaker:

of where we are today.

Speaker:

I think one of the great things that WebAIM,

Speaker:

which is an accessibility research company,

Speaker:

that they've done over the past couple of years

Speaker:

is the WebAIM Million.

Speaker:

I don't know if you've heard of that,

Speaker:

but they analyze the top 1 million websites

Speaker:

that are popular I think it's around the world, globally.

Speaker:

And just analyzing the results there,

Speaker:

and see what kind of accessibility issues are,

Speaker:

just on the homepages of these most popular things,

Speaker:

and most popular companies.

Speaker:

And it's kind of, it's disheartening to see how many issues

Speaker:

are still out there, even though, as you mentioned,

Speaker:

we've been doing this for 20 years or so.

Speaker:

But it's also great to see, I think, from a job perspective,

Speaker:

there are companies out there always posting all the time

Speaker:

that they want accessibility,

Speaker:

maybe not accessibility experts

Speaker:

because it takes time to learn all this stuff,

Speaker:

but somebody who is interested and has a desire

Speaker:

to learn about accessibility that it's there,

Speaker:

the job aspect out there is fantastic, right?

Speaker:

I mean, you can go to A11yjobs.com,

Speaker:

and there's always job postings out there.

Speaker:

You can go to the Slack channel.

Speaker:

Well, the Slack workspace has a jobs channel

Speaker:

for accessibility and there's always postings there as well.

Speaker:

And really if you were just interested

Speaker:

in any particular company,

Speaker:

you could go to their job career site and list the job page

Speaker:

and do a search for the term accessibility and the title.

Speaker:

And you can almost always find something.

Speaker:

So in that respect, it's kind of a pro, right?

Speaker:

Because there are some great jobs out there.

Speaker:

That also means that companies are listening

Speaker:

and our interested in accessibility

Speaker:

and so much so that they wanna hire someone

Speaker:

who's full-time job is accessibility.

Speaker:

So in that respect, it's great,

Speaker:

the word is getting out there,

Speaker:

and companies are interested in it.

Speaker:

But as I mentioned before, where we are now,

Speaker:

why we aren't further ahead than we are,

Speaker:

it takes time, but I try not to look at

Speaker:

maybe not how far along we are,

Speaker:

or how depressing it might be that we aren't further along,

Speaker:

but looking at how much progress we have made,

Speaker:

and how it's getting more and more popular out there now.

Speaker:

- Well, I think it's great that you brought up that

Speaker:

your positive optimistic reality

Speaker:

that there are so many opportunities for people

Speaker:

to decide to come into this area.

Speaker:

So I'm glad you brought that up,

Speaker:

and mention all those resources.

Speaker:

And I'll put those into the show notes

Speaker:

because it certainly is a great time

Speaker:

to be looking for opportunities

Speaker:

to be a professional in this area.

Speaker:

- Yeah, it really is.

Speaker:

And there's a new group of,

Speaker:

a new generation of accessibility people coming in.

Speaker:

And one of the things I wish we had more of was

Speaker:

in university curriculum, right?

Speaker:

As part of the computer science degree program,

Speaker:

or as part of a digital design degree program

Speaker:

is to have a class, a full semester class,

Speaker:

at least on accessibility.

Speaker:

I think that would be fantastic.

Speaker:

'cause it really is something that all developers

Speaker:

that take a computer science degree should understand about,

Speaker:

and all designers because of the Shift Left,

Speaker:

and designers have a lot of impact on what developers do,

Speaker:

that everyone understands all things.

Speaker:

So it would be great if we could work more with universities

Speaker:

in getting that built into to curriculum.

Speaker:

- Yeah, I agree that,

Speaker:

and I teach at the university of Washington

Speaker:

and that's something that's continuing to improve there.

Speaker:

But yeah, I agree that's gonna be in a really important area

Speaker:

moving into the future.

Speaker:

Well, Glen, I want to thank you for taking the time

Speaker:

to tell us about your journey

Speaker:

and share some of your insights and experiences.

Speaker:

And I look forward to meeting up with you at a event

Speaker:

in person at some point.

Speaker:

- Yeah, it'll be great to get back into it.

Speaker:

It was unfortunate when COVID came out,

Speaker:

and it was right around CSUN was just about to roll out.

Speaker:

And so people kept dropping out of that back in 2020.

Speaker:

So it's great to see conferences.

Speaker:

Well, I actually, the positive side of that right,

Speaker:

was so much online meetups and conferences were now online

Speaker:

and people could participate more economically, right?

Speaker:

You could just maybe pay your conference fee,

Speaker:

but you don't have to, you don't have to travel.

Speaker:

And this pointed out issues in various video,

Speaker:

like we're using Zoom here.

Speaker:

What are the accessibility features of Zoom?

Speaker:

Can I navigate through all the buttons and things

Speaker:

with a screen reader, and with my keyboard.

Speaker:

And it was a fantastic thing,

Speaker:

if you think of the silver lining of COVID

Speaker:

that because of all the online work that had to be done,

Speaker:

there was a lot of accessibility gaps

Speaker:

in online productivity tools.

Speaker:

And now those things were quickly fixed

Speaker:

because we were very focused

Speaker:

we had to have things that worked.

Speaker:

And so yeah, it will be great to be back in person.

Speaker:

It's great to have face to face interactions with everybody,

Speaker:

but we certainly did learn a lot from the pandemic,

Speaker:

and using all kinds of digital online tools.

Speaker:

- Well, again, thanks for participating in this,

Speaker:

and see you soon.

Chapters