SlideShare une entreprise Scribd logo
1  sur  51
Télécharger pour lire hors ligne
Highly accessible
interactive EPUB

    Liza Daly (@liza)
 Threepress / Ibis Reader
Highly accessible
interactive EPUB

    Liza Daly (@liza)
 Threepress / Ibis Reader
Highly accessible
interactive EPUB

    Liza Daly (@liza)
 Threepress / Ibis Reader
Highly accessible
interactive EPUB
accessible
1 Usable with standard
    tools and interfaces.

1 Can be fully experienced
    by the print-disabled.
1 Usable with standard
    tools and interfaces.
WAI-ARIA
                    g
WAI-ARIA provides a framework for
identifying features for user interaction, how
they relate to each other, and their current state.
WAI-ARIA
                  g
It describes new navigation techniques to mark
regions as menus, primary/secondary content,
and other types of Web structures.
HTML5
                  g
It describes new navigation techniques to mark
regions as menus, primary/secondary content,
and other types of Web structures.
ARIA                                    HTML5
                g                                            g
           application                                       header
           article                                           nav
           main                                              section
           navigation                                        article
           region                                            footer

ARIA and HTML5 have some overlap in the semantic language they use to describe document
structure. When working with HTML5 and/or EPUB 3, you should use the HTML5 elements
rather than these ARIA roles. (Or both!)
application




Because this talk is about interactivity, I’m going to focus on those aspects of ARIA that are
meant to enhance the accessibility of “applications,” as opposed to “documents.” An
interactive EPUB will often be more like an application (or even an app!) than a document.
application



      ARIA Roles
      This speci cation identi es the types of
      widgets and structures that are commonly
      recognized by accessibility products, by
      providing an ontology of corresponding roles
      that can be attached to content.
application



       State
       A state is a dynamic property expressing
       characteristics of an object that may change in
       response to user action or automated processes.
application



      Property
      Attributes that are essential to the nature of a
      given object, or that represent a data value
      associated with the object.
Property
           Attributes that are essential to the nature of a
           given object, or that represent a data value
           associated with the object.




                   “I could not be more delighted to
                        see you!,” I exclaimed.




In this example I’m creating a fiction book in which the prose contains hidden elements that
describe what the narrator was thinking at the time.
Property
Attributes that are essential to the nature of a
given object, or that represent a data value
associated with the object.




      “I could not be more delighted to
           see you!,” I exclaimed.
Property
            Attributes that are essential to the nature of a
            given object, or that represent a data value
            associated with theIn truth, I loathe her.
                                 object.




                   “I could not be more delighted to
                        see you!,” I exclaimed.




In a visual presentation, the user would click on the word “delighted” and the note would pop
up indicating how the narrator really felt at the time. In a normal scenario, the popup here
would _not_ be visible to a screen reader, nor would the user of the assistive reader even
realize that “delighted” could be activated.
Property
                  Parenthetical aside
            Attributes that are essential to the nature of a
            given object, or that represent a data value
            associated with theIn truth, I loathe her.
                                 object.




                    “I could not be more delighted to
                         see you!,” I exclaimed.

                                                  Behaves like a link


To begin to annotate this with ARIA information, I need to annotate the text with its role in
the application. “Delighted” behaves like a hyperlink -- but it’s not actually a link to another
document. It only has the behavior of a link. Likewise, the popup is semantically an aside --
it’s part of the document but not critical to the flow.
State
            Propertya dynamic property expressing
             A state is
            Attributes that are essential to themay change in
                                                nature of a
              characteristics of an object that
            given object, or that represent a data value
              response to user action or automated processes.
            associated with the object.


                          May be displayed or not


                      In truth, I loathe her.




When I analyze the states available, I come up with the fact that the popup may be in the
state of being “visible” (in a broad sense) or hidden.
<div id="container" role="document">

           <div id="main" role="main">
            <p>
            “I could not be more
             <span id="lie-1" role="link" aria-haspopup="true">delighted
             </span>
             to see you!” I exclaimed.
            </p>

           </div>

           <aside>
            <p id="lie-1-aside" role="note" aria-live="assertive"
              aria-hidden="true">
              In truth, I loathe her.</p>
           </aside>

          </div>




Here’s the markup I used, which is a mix of HTML5 and ARIA. I indicated that “delighted” has
a role of “link” and also more specifically that it has a popup. But note that it is not an HTML
<a>.
<div id="container" role="document">

           <div id="main" role="main">
            <p>
            “I could not be more
             <span id="lie-1" role="link" aria-haspopup="true">delighted
             </span>
             to see you!” I exclaimed.
            </p>

           </div>

           <aside>
            <p id="lie-1-aside" role="note" aria-live="assertive"
              aria-hidden="true">
              In truth, I loathe her.</p>
           </aside>

          </div>
                                                  *[aria-hidden=true] {
                                                     display: none;
                                                  }

I use the aria-hidden attribute to tell the screenreader that it should be hidden, and also
apply that presentation to the CSS so it is also hidden for visual users.
[Video demo]
[Video demo]
1 Usable with standard
    tools and interfaces.
The Open University




These EPUBs from the Open University in the UK are available on iTunes U and make use of
some accessible HTML5. Specifically they use HTML5 <canvas> for some very exciting
interactive elements, but provide an alternate version that was carefully tested with VoiceOver
on iOS.
[Demo of the Open University book being read by VoiceOver on a Mac]
[Demo of the Open University book being read by VoiceOver on a Mac]
The Open University


         http://bookbind.sourceforge.net/




Their toolkit for creating these books is completely open source.
accessible
1 Usable with standard
    tools and interfaces.

1 Can be fully experienced
    by the print-disabled.
1 Can be fully experienced
    by the print-disabled.
A brief digression
about games.
The Entertainment Software
    Association (2008)




   65%
The Entertainment Software
    Association (2008)




   65%
   of Americans play videogames
Pew Internet (2008)




    50%
of teenagers played a game
Pew Internet (2008)




    50%
of teenagers played a game yesterday
Pew Internet (2008)




      97%
of all American teenagers play videogames
Pew Internet (2008)




1 in 3
read discussions about games
Pew Internet (2008)




           1 in 6          write about games


What’s important about these numbers is that games aren’t a solitary experience. Even
games that are meant for just one player generate a tremendous amount of discussion and
engagement. Game plots are analyzed and debated. Character motivations are discussed.
And unlike books, games offer players the ability to find new things and bring those
discoveries to the community.
Videogames are absolutely central to the lives of many younger people. They’re a form of
expression in their own right and one that everyone should be able to participate in if at all
possible.
Terry Garrett

              1 Can be fully experienced
                                         by the print-disabled.



Terry Garret is a blind gamer who learns to play games designed for sighted players only by listening to the audio.
[snippet of audio from the game]
[snippet of audio from the game]
Not all games are visual...
Papa Sangre
[Demo from Papa Sangre, a game for iOS that uses only 3D audio and no graphics]
Some games used to be text...
Get Lamp, by Jason Scott
[Clip from Get Lamp by Jason Scott, featuring blind players of text adventure games
describing their experience]
Get Lamp, by Jason Scott
[Clip from Get Lamp by Jason Scott, featuring blind players of text adventure games
describing their experience]
I believe that there’s a possible to bring games and books together in a way that is still
essentially bookish. We in the book community are uniquely positioned to bring the best of
the gaming experience to the world of literature. We can invite readers to not just turn pages,
but to take their own paths through the story and share those paths with others.
Fundamentally bookish.

                                                               Hybrid audio/text.

                                                         Encourage exploration
                                                               and sociability.




and we can do this in a way that is highly accessible to everyone.
References

    http://www.archive.org/stream/refractionhowtor00thoriala                          http://www.archive.org/stream/
                                                                                          bradleysgamesthe00milt


    http://www.archive.org/stream/internationalgam00gibs
                                                                                 http://bibliodyssey.blogspot.com/2010/02/
                                                                                         beautiful-bookbinding.html



    http://www.archive.org/stream/machinery00unkngoog              Entertainment Software Association
                                                                   http://www.scribd.com/doc/4786879/


                                                                   Pew Internet and American Life Project
    http://bookbind.sourceforge.net/                               http://www.pewinternet.org/Reports/
                                                                   2008/Teens-Video-Games-and-
                                                                   Civics.aspx

                                                                   Accessible Rich Internet Applications (WAI-ARIA) 1.0
    http://getlamp.com/
                                                                   http://www.w3.org/TR/wai-aria/


                                                                            Use of this PDF is governed by

Thanks! - @liza                                                  Creative Commons Share-Alike Non-Commercial
                                                               http://creativecommons.org/licenses/by-nc-sa/3.0/us/

Contenu connexe

Dernier

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 

Dernier (20)

Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 

En vedette

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
ThinkNow
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
 

En vedette (20)

2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot2024 State of Marketing Report – by Hubspot
2024 State of Marketing Report – by Hubspot
 
Everything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPTEverything You Need To Know About ChatGPT
Everything You Need To Know About ChatGPT
 
Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 

Accessible interactive books with EPUB 3

  • 1. Highly accessible interactive EPUB Liza Daly (@liza) Threepress / Ibis Reader
  • 2. Highly accessible interactive EPUB Liza Daly (@liza) Threepress / Ibis Reader
  • 3. Highly accessible interactive EPUB Liza Daly (@liza) Threepress / Ibis Reader
  • 5. accessible 1 Usable with standard tools and interfaces. 1 Can be fully experienced by the print-disabled.
  • 6. 1 Usable with standard tools and interfaces.
  • 7. WAI-ARIA g WAI-ARIA provides a framework for identifying features for user interaction, how they relate to each other, and their current state.
  • 8. WAI-ARIA g It describes new navigation techniques to mark regions as menus, primary/secondary content, and other types of Web structures.
  • 9. HTML5 g It describes new navigation techniques to mark regions as menus, primary/secondary content, and other types of Web structures.
  • 10. ARIA HTML5 g g application header article nav main section navigation article region footer ARIA and HTML5 have some overlap in the semantic language they use to describe document structure. When working with HTML5 and/or EPUB 3, you should use the HTML5 elements rather than these ARIA roles. (Or both!)
  • 11. application Because this talk is about interactivity, I’m going to focus on those aspects of ARIA that are meant to enhance the accessibility of “applications,” as opposed to “documents.” An interactive EPUB will often be more like an application (or even an app!) than a document.
  • 12. application ARIA Roles This speci cation identi es the types of widgets and structures that are commonly recognized by accessibility products, by providing an ontology of corresponding roles that can be attached to content.
  • 13. application State A state is a dynamic property expressing characteristics of an object that may change in response to user action or automated processes.
  • 14. application Property Attributes that are essential to the nature of a given object, or that represent a data value associated with the object.
  • 15. Property Attributes that are essential to the nature of a given object, or that represent a data value associated with the object. “I could not be more delighted to see you!,” I exclaimed. In this example I’m creating a fiction book in which the prose contains hidden elements that describe what the narrator was thinking at the time.
  • 16. Property Attributes that are essential to the nature of a given object, or that represent a data value associated with the object. “I could not be more delighted to see you!,” I exclaimed.
  • 17. Property Attributes that are essential to the nature of a given object, or that represent a data value associated with theIn truth, I loathe her. object. “I could not be more delighted to see you!,” I exclaimed. In a visual presentation, the user would click on the word “delighted” and the note would pop up indicating how the narrator really felt at the time. In a normal scenario, the popup here would _not_ be visible to a screen reader, nor would the user of the assistive reader even realize that “delighted” could be activated.
  • 18. Property Parenthetical aside Attributes that are essential to the nature of a given object, or that represent a data value associated with theIn truth, I loathe her. object. “I could not be more delighted to see you!,” I exclaimed. Behaves like a link To begin to annotate this with ARIA information, I need to annotate the text with its role in the application. “Delighted” behaves like a hyperlink -- but it’s not actually a link to another document. It only has the behavior of a link. Likewise, the popup is semantically an aside -- it’s part of the document but not critical to the flow.
  • 19. State Propertya dynamic property expressing A state is Attributes that are essential to themay change in nature of a characteristics of an object that given object, or that represent a data value response to user action or automated processes. associated with the object. May be displayed or not In truth, I loathe her. When I analyze the states available, I come up with the fact that the popup may be in the state of being “visible” (in a broad sense) or hidden.
  • 20. <div id="container" role="document"> <div id="main" role="main"> <p> “I could not be more <span id="lie-1" role="link" aria-haspopup="true">delighted </span> to see you!” I exclaimed. </p> </div> <aside> <p id="lie-1-aside" role="note" aria-live="assertive" aria-hidden="true"> In truth, I loathe her.</p> </aside> </div> Here’s the markup I used, which is a mix of HTML5 and ARIA. I indicated that “delighted” has a role of “link” and also more specifically that it has a popup. But note that it is not an HTML <a>.
  • 21. <div id="container" role="document"> <div id="main" role="main"> <p> “I could not be more <span id="lie-1" role="link" aria-haspopup="true">delighted </span> to see you!” I exclaimed. </p> </div> <aside> <p id="lie-1-aside" role="note" aria-live="assertive" aria-hidden="true"> In truth, I loathe her.</p> </aside> </div> *[aria-hidden=true] { display: none; } I use the aria-hidden attribute to tell the screenreader that it should be hidden, and also apply that presentation to the CSS so it is also hidden for visual users.
  • 24. 1 Usable with standard tools and interfaces.
  • 25. The Open University These EPUBs from the Open University in the UK are available on iTunes U and make use of some accessible HTML5. Specifically they use HTML5 <canvas> for some very exciting interactive elements, but provide an alternate version that was carefully tested with VoiceOver on iOS.
  • 26. [Demo of the Open University book being read by VoiceOver on a Mac]
  • 27. [Demo of the Open University book being read by VoiceOver on a Mac]
  • 28. The Open University http://bookbind.sourceforge.net/ Their toolkit for creating these books is completely open source.
  • 29. accessible 1 Usable with standard tools and interfaces. 1 Can be fully experienced by the print-disabled.
  • 30. 1 Can be fully experienced by the print-disabled.
  • 32. The Entertainment Software Association (2008) 65%
  • 33. The Entertainment Software Association (2008) 65% of Americans play videogames
  • 34. Pew Internet (2008) 50% of teenagers played a game
  • 35. Pew Internet (2008) 50% of teenagers played a game yesterday
  • 36. Pew Internet (2008) 97% of all American teenagers play videogames
  • 37. Pew Internet (2008) 1 in 3 read discussions about games
  • 38. Pew Internet (2008) 1 in 6 write about games What’s important about these numbers is that games aren’t a solitary experience. Even games that are meant for just one player generate a tremendous amount of discussion and engagement. Game plots are analyzed and debated. Character motivations are discussed. And unlike books, games offer players the ability to find new things and bring those discoveries to the community.
  • 39. Videogames are absolutely central to the lives of many younger people. They’re a form of expression in their own right and one that everyone should be able to participate in if at all possible.
  • 40. Terry Garrett 1 Can be fully experienced by the print-disabled. Terry Garret is a blind gamer who learns to play games designed for sighted players only by listening to the audio.
  • 41.
  • 42. [snippet of audio from the game]
  • 43. [snippet of audio from the game]
  • 44. Not all games are visual...
  • 45. Papa Sangre [Demo from Papa Sangre, a game for iOS that uses only 3D audio and no graphics]
  • 46. Some games used to be text...
  • 47. Get Lamp, by Jason Scott [Clip from Get Lamp by Jason Scott, featuring blind players of text adventure games describing their experience]
  • 48. Get Lamp, by Jason Scott [Clip from Get Lamp by Jason Scott, featuring blind players of text adventure games describing their experience]
  • 49. I believe that there’s a possible to bring games and books together in a way that is still essentially bookish. We in the book community are uniquely positioned to bring the best of the gaming experience to the world of literature. We can invite readers to not just turn pages, but to take their own paths through the story and share those paths with others.
  • 50. Fundamentally bookish. Hybrid audio/text. Encourage exploration and sociability. and we can do this in a way that is highly accessible to everyone.
  • 51. References http://www.archive.org/stream/refractionhowtor00thoriala http://www.archive.org/stream/ bradleysgamesthe00milt http://www.archive.org/stream/internationalgam00gibs http://bibliodyssey.blogspot.com/2010/02/ beautiful-bookbinding.html http://www.archive.org/stream/machinery00unkngoog Entertainment Software Association http://www.scribd.com/doc/4786879/ Pew Internet and American Life Project http://bookbind.sourceforge.net/ http://www.pewinternet.org/Reports/ 2008/Teens-Video-Games-and- Civics.aspx Accessible Rich Internet Applications (WAI-ARIA) 1.0 http://getlamp.com/ http://www.w3.org/TR/wai-aria/ Use of this PDF is governed by Thanks! - @liza Creative Commons Share-Alike Non-Commercial http://creativecommons.org/licenses/by-nc-sa/3.0/us/