the future of inclusive design online - … future of inclusive design online clayton lewis...

24
The Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability and Rehabilitation Research

Upload: voliem

Post on 07-Mar-2018

215 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

The Future of Inclusive

Design Online

Clayton Lewis

Professor of Computer Science

University of Colorado

Consultant

National Institute on Disability and

Rehabilitation Research

Page 2: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

A new paradigm for

accessibility is emerging.

What is it?

What will it mean (opportunities

and challenges)?

How do we need to respond?

Page 3: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

The Raman Principle

"The way to think about the visual system is as

a way to ask questions about a spatial

database. If you give someone another way

to ask the questions and get the answers,

they don't need vision."

--T V Raman

Page 4: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

Jawbreaker Demo

(Raman and Chen)

Page 5: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

This idea shifts our focus from

making presentations accessible to

making content accessible.

Page 6: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

Beyond the Screen Reader

(more Raman)

something you need to

understand and work with visual presentation

screen

reader non-visual

presentation of visual

presentation

Page 7: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

Beyond the Screen Reader

(more Raman)

something you need to

understand and work with visual presentation

screen

reader non-visual

presentation of visual

presentation

non-visual presentation of

what you need to understand

and work with

Page 8: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

The new paradigm (Raman, 2013)

Providers of content and services will provide

APIs (application program interfaces)...

... to which a wide variety of clients can be

connected...

... that serve the particular needs of users.

Page 9: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

Opportunities

superior access can be provided

Page 10: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

making interactive simulations accessible

Page 11: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

Creative Technology for People

with Disabilities: Visual

Programming?

Jamal Mazrui

Gregg Vanderheiden

Page 12: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

Non-Visual Visual Programming

[{"functionName":"isNull",

"in":{"listIn":"listIn"},

"out":{"bool":"b0"}},

{"functionName":"branch",

"in":{"input":"listIn","control":"b0"},

"out":{"ifTrue":"b1","ifFalse":"b2"}},

{"functionName":"head",

"in":{"listIn":"b2"},

"out":{"listOut":"b3"}},

{"functionName":"tail",

"in":{"listIn":"b2"},

"out":{"listOut":"b4"}},

{"functionName":"reverse",

"in":{"listIn":"b4"},

"out":{"listOut":"b5"}},

{"functionName":"concat",

"in":{"list0In":"b5","list1In":"b3"},

"out":{"listOut":"b6"}},

{"functionName":"fanIn",

"in":{"in0":"b1","in1":"b6"},

"out":{"result":"listOut"}}

];

b, c, e

commands

describe and

navigate

declarative

structure, with

spoken output

Page 13: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

commands can traverse logical structure of

program, not just layout order

Page 14: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

The Grand Strategic Trend

from presentation to

content

John Seely Brown, 1984: WYSIWYG is a

bad idea!

Page 15: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

We have accessibility problems everywhere

today because people are creating

presentations rather than content.

We have to replace presentation-oriented tools

by content-oriented ones.

This is happening, eg CSS, CMS, but we need

to push much harder... it's been almost 30

years since 1984.

Page 16: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

Pushing the Raman Principle

Farther

How does the principle apply to

cognitive limitations?

task

Web

page

User

understanding

Page 17: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

Pushing the Raman Principle

Farther

How does the principle apply to

cognitive limitations?

We can ask not "How can we make

this page easier to understand?"

but

"How can we make this task easier

to perform?"

• Use Choice Architecture (cf

Thaler et al.)

• Use personalization to simplify

the task

Bob Williams

Associate

Commissioner

SSA

Page 18: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

Challenges

Page 19: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

New division of labor

Agency that produces content may not produce

the clients...

... so who is responsible for accessibility?

VA Blue Button may illustrate this issue:

VA produces content (as plaintext dump),

not client viewers of the content.

Page 20: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

New software tools

• tools for publishing content, not Word

documents or pdfs

• tools for creating clients, flexibly, quickly,

inclusively, and cheaply

o this is part of the Mazrui Challenge

o it also connects to the shift from mass production to

mass customization

Page 21: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

Progress on Client Creation

Work within the Global Public Inclusive

Infrastructure Initiative (GPII.net) is promising

• emphasis on maximum configurability of

software

• uses declarative representation of programs,

and advances on program merging and

integration

• see fluidproject.org

Page 22: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

How we need to respond

Plan and carry out needed changes in public

policy

• not only accessibility (sec 508) but also

intellectual property law may be affected

Promote advances in software tools

Page 23: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability

Thank you!

Page 24: The Future of Inclusive Design Online - … Future of Inclusive Design Online Clayton Lewis Professor of Computer Science University of Colorado Consultant National Institute on Disability