SlideShare ist ein Scribd-Unternehmen logo
1 von 26
A study of accessibility requirements
for media players on the Web
María González
Lourdes Moreno, María González, Paloma Martínez and Ana Iglesias
LaBDA Group, Computer Science Department
Universidad Carlos III de Madrid,, Spain
{lmoreno, mgonza1, pmf, aiglesia}@inf.uc3m.es
HCI International 2011
9-14 July 2011, Hilton Orlando Bonnet Creek, Orlando, Florida, USA
Contents
• Motivation
• Background
• Proposal and evaluation
• Conclusions and future works
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
Motivation
• Great increase of multimedia contents on the
Web.
• Multimedia content has more accessibility
barriers than other contents.
We are usually focused on providing
accessible multimedia contents, but…
Do the players support them?
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
Introduction
• Multimedia content must be accessible according
to WCAG 2.0 (Web Content Accessibility
Guidelines) [1].
• Provide caption, audio-description, …
• Media players should allow:
• Play delivered accessible multimedia content.
• A successful user-video interaction.
• Media players should be developed according to:
• UAAG (User Agent Accessibility Guidelines) [2].
• ISO 9241-171:2008 [3].
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
Background (I)
• UAAG:
– Current versions of UAAG:
• UAAG 1.0 Recommendation [4].
• UAAG 2.0 Working Draft [5].
• Media players:
– Standalone players  more accessible.
– Embedded players  Flash is one of the most used
format.
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
Background (II)
• Most of videos on-line are delivered via Flash [6]
because:
– High-fidelity audio.
– High-resolution video.
• HTML5 [7]:
– Do not need plug-ins
– Labels: <video> and <audio>.
– Waiting for support for caption and audio description.
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
Background (III)
• In short:
– Accessibility requirements in media players.
– Observatory: media players are still inaccessible.
– Lack of knowledge.
– Lack of guidelines and documentation.
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
Proposal
• An agile evaluation method based on
UAAG 2.0 to check accessibility
requirements in Web media players.
• Study case using the agile method.
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
Accessibility Evaluation Method (I)
Development
1º Step: Distinguish which guidelines from
UAAG 2.0 are related to media players.
2º Step: Group the guidelines and set an order to
follow them => agile evaluation method.
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
UAAG
UAAG for
players
Make the
evaluation
Accessibility Evaluation Method (II)
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
• Number of guidelines by conformance levels
Level
“A”
Level
“AA”
Level
“AAA”
Undetermined
in Working Draft
UAAG 2.0 76 29 14 6
Selection guidelines
for media players
36 20 9 4
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
Group Accessibility issue Guidelines (G) and Success Criteria (sc)
G1 Alternative content G: 3.1
G2 Highlighting sc: 3.5.1
G3 Text configuration and
alternative views
sc: 3.6.1
3.12.2, 3.12.3
G4 Volume configuration G: 3.7
G5 Synthesized speech
configuration
G: 3.8
G6 Viewports sc: 3.10.4
G7 Focus sc: 3.11.3, 3.11.4, 3.11.6, 3.11.7, 3.11.8, 3.11.10,
3.11.11
sc: 5.4.2
G8 Keyboard access and
navigation
sc: 3.11.9, 4.1.1, 4.1.3, 4.1.4, 4.1.6, 4.1.7, 4.1.8, 4.1.9,
4.1.10, 4.1.11, 4.1.12, 4.7.5, 4.7.6, 4.7.7
G9 Preferences G: 4.5
G10 Text search G: 4.6
G11 Toolbar configuration G: 4.8
G12 Control of content that may
reduce accessibility
4.9.2, 4.9.5, 4.9.6, 4.9.6, 4.9.7, 4.9.8, 4.9.9, 4.9.10,
4.9.11
G13 Unnecessary message G: 5.1
G14 Documentation of accessibility
features
G: 5.3
Study case using the agile method (I)
• Select three embedded media players to evaluate them:
– Youtube.
– CCPlayer.
– BBC iPlayer.
• Evaluate the fourteen groups about media players.
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
• Identify presence of alternative content (sc 3.1.1).
BBC iPlayer
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
• Identify presence of alternative content (sc 3.1.1).
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
• Configure text (sc 3.6.1).
YouTube Media Player
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
• Configure text (sc 3.6.1).
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
• Present direct commands in rendered content (sc 4.1.6).
CCPlayer
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
• Find (sc 4.6.1).
CCPlayer
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
Discussion (I)
• Results:
Level
“A”
Level
“AA”
Level
“AAA”
YouTube 66.67% 25% 0%
BBC iPlayer 63.89% 20% 0%
CCPlayer 75% 45% 11.11%
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
Discussion (II)
• CCPlayer  The best results in all of the
conformance levels.
– Accessibility features’ documents, commands’ menu,
search, etc.
– Compatible with screen readers
– Audio description examples have not been found.
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
Discussion (III)
• YouTube:
− Provides subtitles.
− Some videos have embedded audio description.
− Problems:
• Difficulty operating player control  not accessible by the keyboard.
• Screen readers do not always distinguish the function of controls
implemented in Flash.
• Some of screen readers cannot access controls at all.
− There are complementary technological solutions [9][10][11][12][13]and
beta version about accessibility features.
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
Discussion (IV)
• BBC iPlayer:
– Besides the subtitles, BBC includes 25 hours with
audio description per week.
– Does not allow to turn on or turn off the audio
description signal.
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
Conclusions
• In this work, we include:
– An agile method with in depth documentation about it.
– An evaluation of three players
– Results of the evaluation.
• Answering the question Do the players support
accessible multimedia content?
At the moment the answer is:
NO
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
Future work
• Develop basic guidelines for professionals who want to
embed video players on their Web sites [14].
• Define the required controls for accessible media player
on the Web [14].
• Study of UAAG 2.0, coming recommendation.
• Study of HTML 5 support for accessible media players
on the Web [15].
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
References
[1] W3C, WAI, Web Content Accessibility Guidelines (WCAG), 2010, http://www.w3.org/WAI/intro/wcag.php
[2] W3C, WAI, User Agent Accessibility Guidelines (UAAG), 2010, http://www.w3.org/WAI/intro/uaag.php
[3] ISO, International Organization for Standardization, 2008, http://www.iso.org
[4] W3C, User Agent Accessibility Guidelines 1.0, 2002, http://www.w3.org/TR/WAI-USERAGENT/
[5] W3C, User Agent Accessibility Guidelines 2.0, 2010, http://www.w3.org/TR/UAAG20/
[6] ADOBE, Flash Player penetration. Flash content reaches 99% of Internet viewers, , Millward Brown survey, conducted December 2010
http://www.adobe.com/products/player_census/flashplayer/
[7] W3C, HTML5, A vocabulary and associated APIs for HTML and XHTML, http://www.w3.org/TR/2009/WD-html5-20090423/
[8] Lourdes Moreno, María González-García, Paloma Martínez, Ana Iglesias, (2011). A study of accessibility requirements for media players on the Web, 14th
International Conference on Human-Computer Interaction (HCII 2011). 6th International Conference on Universal Access in Human-Computer Interaction,
Orlando, Florida, USA, July, 2011, Volumen: In press.
[9] OSU Web Accessibility Center’s, Captioning YouTube and Providing Accessible Controls, http://wac.osu.edu/examples/YouTube-player-controls/
[10] Christian Heilmann’s Accessible Easy YouTube http://icant.co.uk/easy-YouTube/
[11] Accessible YouTube player controls (vision australia) http://www.visionaustralia.org/info.aspx?page=2260
[12] YouTubeCC, http://www.YouTubecc.com/
[13] CaptionTube http://captiontube.appspot.com/
[14] María González-García, Lourdes Moreno, Paloma Martínez, Ana Iglesias, (2011). Web accessibility requirements for media players, INTERACT 2011.
13th IFIP TC13 Conference on Human-Computer Interaction, Lisboa, Portugal, September, 2011, LNCS, Springer, Volumen: In press.
[15] Lourdes Moreno, Paloma Martínez, Ana Iglesias, María González-García, (2011). HTML5 support for an accessible user-video-interaction on the Web,
INTERACT 2011. 13th IFIP TC13 Conference on Human-Computer Interaction, Lisboa, Portugal, September, 2011, LNCS, Springer, Volumen: In press.
María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
‘‘A study of accessibility requirements for media players on the Web’’
María González
mgonza1@inf.uc3m.es
Thank you for your attention

Weitere ähnliche Inhalte

Andere mochten auch

Lessons from the Drug-Drug Interaction Extraction Task
Lessons from the Drug-Drug Interaction Extraction TaskLessons from the Drug-Drug Interaction Extraction Task
Lessons from the Drug-Drug Interaction Extraction TaskGrupo HULAT
 
Triarylamine-enchained semifluorinated perfluorocycloalkenyl(PFCA) aryl ether...
Triarylamine-enchained semifluorinated perfluorocycloalkenyl(PFCA) aryl ether...Triarylamine-enchained semifluorinated perfluorocycloalkenyl(PFCA) aryl ether...
Triarylamine-enchained semifluorinated perfluorocycloalkenyl(PFCA) aryl ether...Babloo Sharma, Ph.D.
 
Untitled Presentation
Untitled PresentationUntitled Presentation
Untitled Presentationu2014231768
 
morphima.image.sml
morphima.image.smlmorphima.image.sml
morphima.image.smlHans Verleur
 
U5 L1: Combining Like Terms CYK Review
U5 L1:  Combining Like Terms CYK ReviewU5 L1:  Combining Like Terms CYK Review
U5 L1: Combining Like Terms CYK Reviewsgaster
 
Infrastructure is Dead - Pepijn Palmans
Infrastructure is Dead -  Pepijn PalmansInfrastructure is Dead -  Pepijn Palmans
Infrastructure is Dead - Pepijn PalmansHousingcenter
 
Initiation à la phobie du dentiste
Initiation à la phobie du dentisteInitiation à la phobie du dentiste
Initiation à la phobie du dentisteRenaissanceFace
 
Jessie J Nobody's Perfect Analysis
Jessie J Nobody's Perfect AnalysisJessie J Nobody's Perfect Analysis
Jessie J Nobody's Perfect AnalysisMolly Dickerson
 
Media Homework Article Analysis
Media Homework Article Analysis Media Homework Article Analysis
Media Homework Article Analysis Molly Dickerson
 
Application of Information Extraction techniques to pharmacological domain: E...
Application of Information Extraction techniques to pharmacological domain: E...Application of Information Extraction techniques to pharmacological domain: E...
Application of Information Extraction techniques to pharmacological domain: E...Grupo HULAT
 
Hiren Golakiya
Hiren GolakiyaHiren Golakiya
Hiren Golakiyaankur771
 
CV-updated-ÒÕÓ
CV-updated-ÒÕÓCV-updated-ÒÕÓ
CV-updated-ÒÕÓIlya Ganeev
 
Pagina's van NM 2013-3-maart-12.pdf - Adobe Acrobat Pro
Pagina's van NM 2013-3-maart-12.pdf - Adobe Acrobat ProPagina's van NM 2013-3-maart-12.pdf - Adobe Acrobat Pro
Pagina's van NM 2013-3-maart-12.pdf - Adobe Acrobat ProOscar Balkenende
 
The Citizen Card - Improving Voluntary Tax Compliance in Ghana
The Citizen Card - Improving Voluntary Tax Compliance in GhanaThe Citizen Card - Improving Voluntary Tax Compliance in Ghana
The Citizen Card - Improving Voluntary Tax Compliance in GhanaYaw Osei-Tutu
 
Ultra low dielectric, self-cleansing and highly oleophobic POSS-PFCP aryl eth...
Ultra low dielectric, self-cleansing and highly oleophobic POSS-PFCP aryl eth...Ultra low dielectric, self-cleansing and highly oleophobic POSS-PFCP aryl eth...
Ultra low dielectric, self-cleansing and highly oleophobic POSS-PFCP aryl eth...Babloo Sharma, Ph.D.
 

Andere mochten auch (19)

Lessons from the Drug-Drug Interaction Extraction Task
Lessons from the Drug-Drug Interaction Extraction TaskLessons from the Drug-Drug Interaction Extraction Task
Lessons from the Drug-Drug Interaction Extraction Task
 
Q4 and 5
Q4 and 5 Q4 and 5
Q4 and 5
 
Triarylamine-enchained semifluorinated perfluorocycloalkenyl(PFCA) aryl ether...
Triarylamine-enchained semifluorinated perfluorocycloalkenyl(PFCA) aryl ether...Triarylamine-enchained semifluorinated perfluorocycloalkenyl(PFCA) aryl ether...
Triarylamine-enchained semifluorinated perfluorocycloalkenyl(PFCA) aryl ether...
 
Untitled Presentation
Untitled PresentationUntitled Presentation
Untitled Presentation
 
morphima.image.sml
morphima.image.smlmorphima.image.sml
morphima.image.sml
 
U5 L1: Combining Like Terms CYK Review
U5 L1:  Combining Like Terms CYK ReviewU5 L1:  Combining Like Terms CYK Review
U5 L1: Combining Like Terms CYK Review
 
Infrastructure is Dead - Pepijn Palmans
Infrastructure is Dead -  Pepijn PalmansInfrastructure is Dead -  Pepijn Palmans
Infrastructure is Dead - Pepijn Palmans
 
Initiation à la phobie du dentiste
Initiation à la phobie du dentisteInitiation à la phobie du dentiste
Initiation à la phobie du dentiste
 
9. los valores
9.  los valores9.  los valores
9. los valores
 
Jessie J Nobody's Perfect Analysis
Jessie J Nobody's Perfect AnalysisJessie J Nobody's Perfect Analysis
Jessie J Nobody's Perfect Analysis
 
RERA
RERARERA
RERA
 
Media Homework Article Analysis
Media Homework Article Analysis Media Homework Article Analysis
Media Homework Article Analysis
 
Application of Information Extraction techniques to pharmacological domain: E...
Application of Information Extraction techniques to pharmacological domain: E...Application of Information Extraction techniques to pharmacological domain: E...
Application of Information Extraction techniques to pharmacological domain: E...
 
Hiren Golakiya
Hiren GolakiyaHiren Golakiya
Hiren Golakiya
 
CV-updated-ÒÕÓ
CV-updated-ÒÕÓCV-updated-ÒÕÓ
CV-updated-ÒÕÓ
 
Personal Injury Claim
Personal Injury ClaimPersonal Injury Claim
Personal Injury Claim
 
Pagina's van NM 2013-3-maart-12.pdf - Adobe Acrobat Pro
Pagina's van NM 2013-3-maart-12.pdf - Adobe Acrobat ProPagina's van NM 2013-3-maart-12.pdf - Adobe Acrobat Pro
Pagina's van NM 2013-3-maart-12.pdf - Adobe Acrobat Pro
 
The Citizen Card - Improving Voluntary Tax Compliance in Ghana
The Citizen Card - Improving Voluntary Tax Compliance in GhanaThe Citizen Card - Improving Voluntary Tax Compliance in Ghana
The Citizen Card - Improving Voluntary Tax Compliance in Ghana
 
Ultra low dielectric, self-cleansing and highly oleophobic POSS-PFCP aryl eth...
Ultra low dielectric, self-cleansing and highly oleophobic POSS-PFCP aryl eth...Ultra low dielectric, self-cleansing and highly oleophobic POSS-PFCP aryl eth...
Ultra low dielectric, self-cleansing and highly oleophobic POSS-PFCP aryl eth...
 

Ähnlich wie A study of accessibility requirements for media players on the Web

BS 8878: Systematic Approaches to Documenting Web Accessibility Policies and ...
BS 8878: Systematic Approaches to Documenting Web Accessibility Policies and ...BS 8878: Systematic Approaches to Documenting Web Accessibility Policies and ...
BS 8878: Systematic Approaches to Documenting Web Accessibility Policies and ...lisbk
 
Adaptation Rules for Accessible Media Player Interface
Adaptation Rules for Accessible Media Player Interface Adaptation Rules for Accessible Media Player Interface
Adaptation Rules for Accessible Media Player Interface Grupo HULAT
 
A bridge between accessibility and MOOCs: an adaptative model for developing ...
A bridge between accessibility and MOOCs: an adaptative model for developing ...A bridge between accessibility and MOOCs: an adaptative model for developing ...
A bridge between accessibility and MOOCs: an adaptative model for developing ...Global OER Graduate Network
 
A bridge between accessibility and MOOCs: an adaptative model for developing ...
A bridge between accessibility and MOOCs: an adaptative model for developing ...A bridge between accessibility and MOOCs: an adaptative model for developing ...
A bridge between accessibility and MOOCs: an adaptative model for developing ...Open Education Consortium
 
Accessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOC
Accessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOCAccessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOC
Accessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOCFrancisco Iniesto
 
Perfect Memory Media Asset Management MAM of Audiovisual Big Data @ Radio 2.0...
Perfect Memory Media Asset Management MAM of Audiovisual Big Data @ Radio 2.0...Perfect Memory Media Asset Management MAM of Audiovisual Big Data @ Radio 2.0...
Perfect Memory Media Asset Management MAM of Audiovisual Big Data @ Radio 2.0...ACTUONDA
 
Accessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOC
Accessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOCAccessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOC
Accessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOCFrancisco Iniesto
 
3 (de 3). Evaluación de Accessibilidad Digital
3 (de 3).  Evaluación de Accessibilidad Digital3 (de 3).  Evaluación de Accessibilidad Digital
3 (de 3). Evaluación de Accessibilidad DigitalDCU_MPIUA
 
ATAGTR2017 SPEAKING EYE for differently abled people to see the web content
ATAGTR2017 SPEAKING EYE for differently abled people to see the web contentATAGTR2017 SPEAKING EYE for differently abled people to see the web content
ATAGTR2017 SPEAKING EYE for differently abled people to see the web contentAgile Testing Alliance
 
Accessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOC
Accessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOCAccessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOC
Accessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOCThe Open Education Consortium
 
Wipa Seminar WCAG 2.0
Wipa Seminar WCAG 2.0Wipa Seminar WCAG 2.0
Wipa Seminar WCAG 2.0Roger Hudson
 
Accessibility to mobile interfaces for older people
Accessibility to mobile interfaces for older peopleAccessibility to mobile interfaces for older people
Accessibility to mobile interfaces for older peopleGrupo HULAT
 
CREW VRE Release 5 - 2009 May
CREW VRE Release 5 - 2009 MayCREW VRE Release 5 - 2009 May
CREW VRE Release 5 - 2009 MayMartin Turner
 
Integration of Accessibility Requirements in the Design of Multimedia User Ag...
Integration of Accessibility Requirements in the Design of Multimedia User Ag...Integration of Accessibility Requirements in the Design of Multimedia User Ag...
Integration of Accessibility Requirements in the Design of Multimedia User Ag...Grupo HULAT
 
The current state of accessibility of MOOCs: What are the next steps?
The current state of accessibility of MOOCs: What are the next steps?The current state of accessibility of MOOCs: What are the next steps?
The current state of accessibility of MOOCs: What are the next steps?Open Education Consortium
 
Accessibility issues in MOOCs: potential services for people with special needs
Accessibility issues in MOOCs: potential services  for people with special needsAccessibility issues in MOOCs: potential services  for people with special needs
Accessibility issues in MOOCs: potential services for people with special needsFrancisco Iniesto
 
Usability ≠ Accessibility. An intro to web accessibility for agencies.
Usability ≠ Accessibility. An intro to web accessibility for agencies.Usability ≠ Accessibility. An intro to web accessibility for agencies.
Usability ≠ Accessibility. An intro to web accessibility for agencies.Kate Horowitz
 
Automatic Creation of User Profiles for Achieving Personal Web Accessibility
Automatic Creation of User Profiles for Achieving Personal Web AccessibilityAutomatic Creation of User Profiles for Achieving Personal Web Accessibility
Automatic Creation of User Profiles for Achieving Personal Web AccessibilityMarkel Vigo
 
TFI2014 Conference Opening - ISOC Deployment & Operationalization
TFI2014 Conference Opening - ISOC Deployment & OperationalizationTFI2014 Conference Opening - ISOC Deployment & Operationalization
TFI2014 Conference Opening - ISOC Deployment & OperationalizationColorado Internet Society (CO ISOC)
 

Ähnlich wie A study of accessibility requirements for media players on the Web (20)

BS 8878: Systematic Approaches to Documenting Web Accessibility Policies and ...
BS 8878: Systematic Approaches to Documenting Web Accessibility Policies and ...BS 8878: Systematic Approaches to Documenting Web Accessibility Policies and ...
BS 8878: Systematic Approaches to Documenting Web Accessibility Policies and ...
 
Adaptation Rules for Accessible Media Player Interface
Adaptation Rules for Accessible Media Player Interface Adaptation Rules for Accessible Media Player Interface
Adaptation Rules for Accessible Media Player Interface
 
Accessibility Part 1
Accessibility Part 1Accessibility Part 1
Accessibility Part 1
 
A bridge between accessibility and MOOCs: an adaptative model for developing ...
A bridge between accessibility and MOOCs: an adaptative model for developing ...A bridge between accessibility and MOOCs: an adaptative model for developing ...
A bridge between accessibility and MOOCs: an adaptative model for developing ...
 
A bridge between accessibility and MOOCs: an adaptative model for developing ...
A bridge between accessibility and MOOCs: an adaptative model for developing ...A bridge between accessibility and MOOCs: an adaptative model for developing ...
A bridge between accessibility and MOOCs: an adaptative model for developing ...
 
Accessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOC
Accessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOCAccessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOC
Accessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOC
 
Perfect Memory Media Asset Management MAM of Audiovisual Big Data @ Radio 2.0...
Perfect Memory Media Asset Management MAM of Audiovisual Big Data @ Radio 2.0...Perfect Memory Media Asset Management MAM of Audiovisual Big Data @ Radio 2.0...
Perfect Memory Media Asset Management MAM of Audiovisual Big Data @ Radio 2.0...
 
Accessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOC
Accessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOCAccessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOC
Accessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOC
 
3 (de 3). Evaluación de Accessibilidad Digital
3 (de 3).  Evaluación de Accessibilidad Digital3 (de 3).  Evaluación de Accessibilidad Digital
3 (de 3). Evaluación de Accessibilidad Digital
 
ATAGTR2017 SPEAKING EYE for differently abled people to see the web content
ATAGTR2017 SPEAKING EYE for differently abled people to see the web contentATAGTR2017 SPEAKING EYE for differently abled people to see the web content
ATAGTR2017 SPEAKING EYE for differently abled people to see the web content
 
Accessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOC
Accessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOCAccessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOC
Accessibility analysis in MOOC platforms. A case study: UNED COMA and UAb iMOOC
 
Wipa Seminar WCAG 2.0
Wipa Seminar WCAG 2.0Wipa Seminar WCAG 2.0
Wipa Seminar WCAG 2.0
 
Accessibility to mobile interfaces for older people
Accessibility to mobile interfaces for older peopleAccessibility to mobile interfaces for older people
Accessibility to mobile interfaces for older people
 
CREW VRE Release 5 - 2009 May
CREW VRE Release 5 - 2009 MayCREW VRE Release 5 - 2009 May
CREW VRE Release 5 - 2009 May
 
Integration of Accessibility Requirements in the Design of Multimedia User Ag...
Integration of Accessibility Requirements in the Design of Multimedia User Ag...Integration of Accessibility Requirements in the Design of Multimedia User Ag...
Integration of Accessibility Requirements in the Design of Multimedia User Ag...
 
The current state of accessibility of MOOCs: What are the next steps?
The current state of accessibility of MOOCs: What are the next steps?The current state of accessibility of MOOCs: What are the next steps?
The current state of accessibility of MOOCs: What are the next steps?
 
Accessibility issues in MOOCs: potential services for people with special needs
Accessibility issues in MOOCs: potential services  for people with special needsAccessibility issues in MOOCs: potential services  for people with special needs
Accessibility issues in MOOCs: potential services for people with special needs
 
Usability ≠ Accessibility. An intro to web accessibility for agencies.
Usability ≠ Accessibility. An intro to web accessibility for agencies.Usability ≠ Accessibility. An intro to web accessibility for agencies.
Usability ≠ Accessibility. An intro to web accessibility for agencies.
 
Automatic Creation of User Profiles for Achieving Personal Web Accessibility
Automatic Creation of User Profiles for Achieving Personal Web AccessibilityAutomatic Creation of User Profiles for Achieving Personal Web Accessibility
Automatic Creation of User Profiles for Achieving Personal Web Accessibility
 
TFI2014 Conference Opening - ISOC Deployment & Operationalization
TFI2014 Conference Opening - ISOC Deployment & OperationalizationTFI2014 Conference Opening - ISOC Deployment & Operationalization
TFI2014 Conference Opening - ISOC Deployment & Operationalization
 

Mehr von Grupo HULAT

Interaccion 2019 lourdes moreno
Interaccion 2019 lourdes morenoInteraccion 2019 lourdes moreno
Interaccion 2019 lourdes morenoGrupo HULAT
 
Low vision interaccion2018v4
Low vision interaccion2018v4Low vision interaccion2018v4
Low vision interaccion2018v4Grupo HULAT
 
Exploring language technologies to provide support to WCAG 2.0 and E2R guidel...
Exploring language technologies to provide support to WCAG 2.0 and E2R guidel...Exploring language technologies to provide support to WCAG 2.0 and E2R guidel...
Exploring language technologies to provide support to WCAG 2.0 and E2R guidel...Grupo HULAT
 
Babelfy: Entity Linking meets Word Sense Disambiguation.
Babelfy: Entity Linking meets Word Sense Disambiguation.Babelfy: Entity Linking meets Word Sense Disambiguation.
Babelfy: Entity Linking meets Word Sense Disambiguation.Grupo HULAT
 
New Approaches to Interactive Multimedia Content Retrieval from different Sou...
New Approaches to Interactive Multimedia Content Retrieval from different Sou...New Approaches to Interactive Multimedia Content Retrieval from different Sou...
New Approaches to Interactive Multimedia Content Retrieval from different Sou...Grupo HULAT
 
Presentation "Spanish Resources in Trendminer Project"
Presentation "Spanish Resources in Trendminer Project"Presentation "Spanish Resources in Trendminer Project"
Presentation "Spanish Resources in Trendminer Project"Grupo HULAT
 
Mujeres, ciencia y tecnología. Encuesta sobre la percepción de las dificultad...
Mujeres, ciencia y tecnología. Encuesta sobre la percepción de las dificultad...Mujeres, ciencia y tecnología. Encuesta sobre la percepción de las dificultad...
Mujeres, ciencia y tecnología. Encuesta sobre la percepción de las dificultad...Grupo HULAT
 
Extraction of Drug-Drug Interactions from Biomedical Texts
Extraction of Drug-Drug Interactions from Biomedical TextsExtraction of Drug-Drug Interactions from Biomedical Texts
Extraction of Drug-Drug Interactions from Biomedical TextsGrupo HULAT
 
BioSEPLN 2010 Workshop on Language Technology applied to biomedical and heal...
BioSEPLN 2010 Workshop on Language Technology applied to biomedical and heal...BioSEPLN 2010 Workshop on Language Technology applied to biomedical and heal...
BioSEPLN 2010 Workshop on Language Technology applied to biomedical and heal...Grupo HULAT
 
Building a Graph of Names and Contextual Patterns for Named Entity Classifica...
Building a Graph of Names and Contextual Patterns for Named Entity Classifica...Building a Graph of Names and Contextual Patterns for Named Entity Classifica...
Building a Graph of Names and Contextual Patterns for Named Entity Classifica...Grupo HULAT
 
Toward an integration of Web accessibility into testing processes
Toward an integration of Web accessibility into testing processesToward an integration of Web accessibility into testing processes
Toward an integration of Web accessibility into testing processesGrupo HULAT
 
Revisión de los requisitos de accesibilidad en la interacción del usuario anc...
Revisión de los requisitos de accesibilidad en la interacción del usuario anc...Revisión de los requisitos de accesibilidad en la interacción del usuario anc...
Revisión de los requisitos de accesibilidad en la interacción del usuario anc...Grupo HULAT
 
Formación y tecnologías en accesibilidad para la Universidad
Formación y tecnologías en accesibilidad para la UniversidadFormación y tecnologías en accesibilidad para la Universidad
Formación y tecnologías en accesibilidad para la UniversidadGrupo HULAT
 
Requisitos de accesibilidad web en los reproductores multimedia
Requisitos de accesibilidad web en los reproductores multimediaRequisitos de accesibilidad web en los reproductores multimedia
Requisitos de accesibilidad web en los reproductores multimediaGrupo HULAT
 
Integrating HCI in a Web accessibility engineering approach
Integrating HCI in a Web accessibility engineering approachIntegrating HCI in a Web accessibility engineering approach
Integrating HCI in a Web accessibility engineering approachGrupo HULAT
 
A MDD approach for modelling web accessibility
A MDD approach for modelling web accessibilityA MDD approach for modelling web accessibility
A MDD approach for modelling web accessibilityGrupo HULAT
 
Inclusive Usability Techniques in Requirements Analysis of Accessible Web App...
Inclusive Usability Techniques in Requirements Analysis of Accessible Web App...Inclusive Usability Techniques in Requirements Analysis of Accessible Web App...
Inclusive Usability Techniques in Requirements Analysis of Accessible Web App...Grupo HULAT
 
DINTO An Ontology for Drug-Drug Interactions
DINTO An Ontology for Drug-Drug InteractionsDINTO An Ontology for Drug-Drug Interactions
DINTO An Ontology for Drug-Drug InteractionsGrupo HULAT
 
A Metamodelo for the integration of lexical resources in the Semantic Role La...
A Metamodelo for the integration of lexical resources in the Semantic Role La...A Metamodelo for the integration of lexical resources in the Semantic Role La...
A Metamodelo for the integration of lexical resources in the Semantic Role La...Grupo HULAT
 
Detecting Semantic Relations between Nominals using Support Vector Machines a...
Detecting Semantic Relations between Nominals using Support Vector Machines a...Detecting Semantic Relations between Nominals using Support Vector Machines a...
Detecting Semantic Relations between Nominals using Support Vector Machines a...Grupo HULAT
 

Mehr von Grupo HULAT (20)

Interaccion 2019 lourdes moreno
Interaccion 2019 lourdes morenoInteraccion 2019 lourdes moreno
Interaccion 2019 lourdes moreno
 
Low vision interaccion2018v4
Low vision interaccion2018v4Low vision interaccion2018v4
Low vision interaccion2018v4
 
Exploring language technologies to provide support to WCAG 2.0 and E2R guidel...
Exploring language technologies to provide support to WCAG 2.0 and E2R guidel...Exploring language technologies to provide support to WCAG 2.0 and E2R guidel...
Exploring language technologies to provide support to WCAG 2.0 and E2R guidel...
 
Babelfy: Entity Linking meets Word Sense Disambiguation.
Babelfy: Entity Linking meets Word Sense Disambiguation.Babelfy: Entity Linking meets Word Sense Disambiguation.
Babelfy: Entity Linking meets Word Sense Disambiguation.
 
New Approaches to Interactive Multimedia Content Retrieval from different Sou...
New Approaches to Interactive Multimedia Content Retrieval from different Sou...New Approaches to Interactive Multimedia Content Retrieval from different Sou...
New Approaches to Interactive Multimedia Content Retrieval from different Sou...
 
Presentation "Spanish Resources in Trendminer Project"
Presentation "Spanish Resources in Trendminer Project"Presentation "Spanish Resources in Trendminer Project"
Presentation "Spanish Resources in Trendminer Project"
 
Mujeres, ciencia y tecnología. Encuesta sobre la percepción de las dificultad...
Mujeres, ciencia y tecnología. Encuesta sobre la percepción de las dificultad...Mujeres, ciencia y tecnología. Encuesta sobre la percepción de las dificultad...
Mujeres, ciencia y tecnología. Encuesta sobre la percepción de las dificultad...
 
Extraction of Drug-Drug Interactions from Biomedical Texts
Extraction of Drug-Drug Interactions from Biomedical TextsExtraction of Drug-Drug Interactions from Biomedical Texts
Extraction of Drug-Drug Interactions from Biomedical Texts
 
BioSEPLN 2010 Workshop on Language Technology applied to biomedical and heal...
BioSEPLN 2010 Workshop on Language Technology applied to biomedical and heal...BioSEPLN 2010 Workshop on Language Technology applied to biomedical and heal...
BioSEPLN 2010 Workshop on Language Technology applied to biomedical and heal...
 
Building a Graph of Names and Contextual Patterns for Named Entity Classifica...
Building a Graph of Names and Contextual Patterns for Named Entity Classifica...Building a Graph of Names and Contextual Patterns for Named Entity Classifica...
Building a Graph of Names and Contextual Patterns for Named Entity Classifica...
 
Toward an integration of Web accessibility into testing processes
Toward an integration of Web accessibility into testing processesToward an integration of Web accessibility into testing processes
Toward an integration of Web accessibility into testing processes
 
Revisión de los requisitos de accesibilidad en la interacción del usuario anc...
Revisión de los requisitos de accesibilidad en la interacción del usuario anc...Revisión de los requisitos de accesibilidad en la interacción del usuario anc...
Revisión de los requisitos de accesibilidad en la interacción del usuario anc...
 
Formación y tecnologías en accesibilidad para la Universidad
Formación y tecnologías en accesibilidad para la UniversidadFormación y tecnologías en accesibilidad para la Universidad
Formación y tecnologías en accesibilidad para la Universidad
 
Requisitos de accesibilidad web en los reproductores multimedia
Requisitos de accesibilidad web en los reproductores multimediaRequisitos de accesibilidad web en los reproductores multimedia
Requisitos de accesibilidad web en los reproductores multimedia
 
Integrating HCI in a Web accessibility engineering approach
Integrating HCI in a Web accessibility engineering approachIntegrating HCI in a Web accessibility engineering approach
Integrating HCI in a Web accessibility engineering approach
 
A MDD approach for modelling web accessibility
A MDD approach for modelling web accessibilityA MDD approach for modelling web accessibility
A MDD approach for modelling web accessibility
 
Inclusive Usability Techniques in Requirements Analysis of Accessible Web App...
Inclusive Usability Techniques in Requirements Analysis of Accessible Web App...Inclusive Usability Techniques in Requirements Analysis of Accessible Web App...
Inclusive Usability Techniques in Requirements Analysis of Accessible Web App...
 
DINTO An Ontology for Drug-Drug Interactions
DINTO An Ontology for Drug-Drug InteractionsDINTO An Ontology for Drug-Drug Interactions
DINTO An Ontology for Drug-Drug Interactions
 
A Metamodelo for the integration of lexical resources in the Semantic Role La...
A Metamodelo for the integration of lexical resources in the Semantic Role La...A Metamodelo for the integration of lexical resources in the Semantic Role La...
A Metamodelo for the integration of lexical resources in the Semantic Role La...
 
Detecting Semantic Relations between Nominals using Support Vector Machines a...
Detecting Semantic Relations between Nominals using Support Vector Machines a...Detecting Semantic Relations between Nominals using Support Vector Machines a...
Detecting Semantic Relations between Nominals using Support Vector Machines a...
 

Kürzlich hochgeladen

Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Servicegwenoracqe6
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girladitipandeya
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.soniya singh
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGAPNIC
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...SofiyaSharma5
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Delhi Call girls
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$kojalkojal131
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebJames Anderson
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...Neha Pandey
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024APNIC
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...Diya Sharma
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Standkumarajju5765
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...tanu pandey
 

Kürzlich hochgeladen (20)

(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
(INDIRA) Call Girl Pune Call Now 8250077686 Pune Escorts 24x7
 
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Sukhdev Vihar Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Pratap Nagar Delhi 💯Call Us 🔝8264348440🔝
 
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl ServiceRussian Call girl in Ajman +971563133746 Ajman Call girl Service
Russian Call girl in Ajman +971563133746 Ajman Call girl Service
 
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call GirlVIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
VIP 7001035870 Find & Meet Hyderabad Call Girls LB Nagar high-profile Call Girl
 
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
Call Now ☎ 8264348440 !! Call Girls in Shahpur Jat Escort Service Delhi N.C.R.
 
Networking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOGNetworking in the Penumbra presented by Geoff Huston at NZNOG
Networking in the Penumbra presented by Geoff Huston at NZNOG
 
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No AdvanceRohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
Rohini Sector 22 Call Girls Delhi 9999965857 @Sabina Saikh No Advance
 
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
Low Rate Young Call Girls in Sector 63 Mamura Noida ✔️☆9289244007✔️☆ Female E...
 
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
Best VIP Call Girls Noida Sector 75 Call Me: 8448380779
 
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
Call Girls Dubai Prolapsed O525547819 Call Girls In Dubai Princes$
 
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark WebGDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
GDG Cloud Southlake 32: Kyle Hettinger: Demystifying the Dark Web
 
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Ashram Chowk Delhi 💯Call Us 🔝8264348440🔝
 
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
Call Girls In Defence Colony Delhi 💯Call Us 🔝8264348440🔝
 
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
𓀤Call On 7877925207 𓀤 Ahmedguda Call Girls Hot Model With Sexy Bhabi Ready Fo...
 
On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024On Starlink, presented by Geoff Huston at NZNOG 2024
On Starlink, presented by Geoff Huston at NZNOG 2024
 
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
₹5.5k {Cash Payment}New Friends Colony Call Girls In [Delhi NIHARIKA] 🔝|97111...
 
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night StandHot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
Hot Call Girls |Delhi |Hauz Khas ☎ 9711199171 Book Your One night Stand
 
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
VVVIP Call Girls In Connaught Place ➡️ Delhi ➡️ 9999965857 🚀 No Advance 24HRS...
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
 

A study of accessibility requirements for media players on the Web

  • 1. A study of accessibility requirements for media players on the Web María González Lourdes Moreno, María González, Paloma Martínez and Ana Iglesias LaBDA Group, Computer Science Department Universidad Carlos III de Madrid,, Spain {lmoreno, mgonza1, pmf, aiglesia}@inf.uc3m.es HCI International 2011 9-14 July 2011, Hilton Orlando Bonnet Creek, Orlando, Florida, USA
  • 2. Contents • Motivation • Background • Proposal and evaluation • Conclusions and future works María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 3. Motivation • Great increase of multimedia contents on the Web. • Multimedia content has more accessibility barriers than other contents. We are usually focused on providing accessible multimedia contents, but… Do the players support them? María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 4. Introduction • Multimedia content must be accessible according to WCAG 2.0 (Web Content Accessibility Guidelines) [1]. • Provide caption, audio-description, … • Media players should allow: • Play delivered accessible multimedia content. • A successful user-video interaction. • Media players should be developed according to: • UAAG (User Agent Accessibility Guidelines) [2]. • ISO 9241-171:2008 [3]. María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 5. Background (I) • UAAG: – Current versions of UAAG: • UAAG 1.0 Recommendation [4]. • UAAG 2.0 Working Draft [5]. • Media players: – Standalone players  more accessible. – Embedded players  Flash is one of the most used format. María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 6. Background (II) • Most of videos on-line are delivered via Flash [6] because: – High-fidelity audio. – High-resolution video. • HTML5 [7]: – Do not need plug-ins – Labels: <video> and <audio>. – Waiting for support for caption and audio description. María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 7. Background (III) • In short: – Accessibility requirements in media players. – Observatory: media players are still inaccessible. – Lack of knowledge. – Lack of guidelines and documentation. María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 8. Proposal • An agile evaluation method based on UAAG 2.0 to check accessibility requirements in Web media players. • Study case using the agile method. María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 9. Accessibility Evaluation Method (I) Development 1º Step: Distinguish which guidelines from UAAG 2.0 are related to media players. 2º Step: Group the guidelines and set an order to follow them => agile evaluation method. María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain UAAG UAAG for players Make the evaluation
  • 10. Accessibility Evaluation Method (II) María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain • Number of guidelines by conformance levels Level “A” Level “AA” Level “AAA” Undetermined in Working Draft UAAG 2.0 76 29 14 6 Selection guidelines for media players 36 20 9 4
  • 11. María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain Group Accessibility issue Guidelines (G) and Success Criteria (sc) G1 Alternative content G: 3.1 G2 Highlighting sc: 3.5.1 G3 Text configuration and alternative views sc: 3.6.1 3.12.2, 3.12.3 G4 Volume configuration G: 3.7 G5 Synthesized speech configuration G: 3.8 G6 Viewports sc: 3.10.4 G7 Focus sc: 3.11.3, 3.11.4, 3.11.6, 3.11.7, 3.11.8, 3.11.10, 3.11.11 sc: 5.4.2 G8 Keyboard access and navigation sc: 3.11.9, 4.1.1, 4.1.3, 4.1.4, 4.1.6, 4.1.7, 4.1.8, 4.1.9, 4.1.10, 4.1.11, 4.1.12, 4.7.5, 4.7.6, 4.7.7 G9 Preferences G: 4.5 G10 Text search G: 4.6 G11 Toolbar configuration G: 4.8 G12 Control of content that may reduce accessibility 4.9.2, 4.9.5, 4.9.6, 4.9.6, 4.9.7, 4.9.8, 4.9.9, 4.9.10, 4.9.11 G13 Unnecessary message G: 5.1 G14 Documentation of accessibility features G: 5.3
  • 12. Study case using the agile method (I) • Select three embedded media players to evaluate them: – Youtube. – CCPlayer. – BBC iPlayer. • Evaluate the fourteen groups about media players. María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 13. • Identify presence of alternative content (sc 3.1.1). BBC iPlayer María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 14. • Identify presence of alternative content (sc 3.1.1). María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 15. • Configure text (sc 3.6.1). YouTube Media Player María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 16. • Configure text (sc 3.6.1). María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 17. • Present direct commands in rendered content (sc 4.1.6). CCPlayer María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 18. • Find (sc 4.6.1). CCPlayer María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 19. Discussion (I) • Results: Level “A” Level “AA” Level “AAA” YouTube 66.67% 25% 0% BBC iPlayer 63.89% 20% 0% CCPlayer 75% 45% 11.11% María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 20. Discussion (II) • CCPlayer  The best results in all of the conformance levels. – Accessibility features’ documents, commands’ menu, search, etc. – Compatible with screen readers – Audio description examples have not been found. María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 21. Discussion (III) • YouTube: − Provides subtitles. − Some videos have embedded audio description. − Problems: • Difficulty operating player control  not accessible by the keyboard. • Screen readers do not always distinguish the function of controls implemented in Flash. • Some of screen readers cannot access controls at all. − There are complementary technological solutions [9][10][11][12][13]and beta version about accessibility features. María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 22. Discussion (IV) • BBC iPlayer: – Besides the subtitles, BBC includes 25 hours with audio description per week. – Does not allow to turn on or turn off the audio description signal. María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 23. Conclusions • In this work, we include: – An agile method with in depth documentation about it. – An evaluation of three players – Results of the evaluation. • Answering the question Do the players support accessible multimedia content? At the moment the answer is: NO María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 24. Future work • Develop basic guidelines for professionals who want to embed video players on their Web sites [14]. • Define the required controls for accessible media player on the Web [14]. • Study of UAAG 2.0, coming recommendation. • Study of HTML 5 support for accessible media players on the Web [15]. María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 25. References [1] W3C, WAI, Web Content Accessibility Guidelines (WCAG), 2010, http://www.w3.org/WAI/intro/wcag.php [2] W3C, WAI, User Agent Accessibility Guidelines (UAAG), 2010, http://www.w3.org/WAI/intro/uaag.php [3] ISO, International Organization for Standardization, 2008, http://www.iso.org [4] W3C, User Agent Accessibility Guidelines 1.0, 2002, http://www.w3.org/TR/WAI-USERAGENT/ [5] W3C, User Agent Accessibility Guidelines 2.0, 2010, http://www.w3.org/TR/UAAG20/ [6] ADOBE, Flash Player penetration. Flash content reaches 99% of Internet viewers, , Millward Brown survey, conducted December 2010 http://www.adobe.com/products/player_census/flashplayer/ [7] W3C, HTML5, A vocabulary and associated APIs for HTML and XHTML, http://www.w3.org/TR/2009/WD-html5-20090423/ [8] Lourdes Moreno, María González-García, Paloma Martínez, Ana Iglesias, (2011). A study of accessibility requirements for media players on the Web, 14th International Conference on Human-Computer Interaction (HCII 2011). 6th International Conference on Universal Access in Human-Computer Interaction, Orlando, Florida, USA, July, 2011, Volumen: In press. [9] OSU Web Accessibility Center’s, Captioning YouTube and Providing Accessible Controls, http://wac.osu.edu/examples/YouTube-player-controls/ [10] Christian Heilmann’s Accessible Easy YouTube http://icant.co.uk/easy-YouTube/ [11] Accessible YouTube player controls (vision australia) http://www.visionaustralia.org/info.aspx?page=2260 [12] YouTubeCC, http://www.YouTubecc.com/ [13] CaptionTube http://captiontube.appspot.com/ [14] María González-García, Lourdes Moreno, Paloma Martínez, Ana Iglesias, (2011). Web accessibility requirements for media players, INTERACT 2011. 13th IFIP TC13 Conference on Human-Computer Interaction, Lisboa, Portugal, September, 2011, LNCS, Springer, Volumen: In press. [15] Lourdes Moreno, Paloma Martínez, Ana Iglesias, María González-García, (2011). HTML5 support for an accessible user-video-interaction on the Web, INTERACT 2011. 13th IFIP TC13 Conference on Human-Computer Interaction, Lisboa, Portugal, September, 2011, LNCS, Springer, Volumen: In press. María González, ‘A study of accessibility requirements for media players on the Web’ , Universidad Carlos III de Madrid, Spain
  • 26. ‘‘A study of accessibility requirements for media players on the Web’’ María González mgonza1@inf.uc3m.es Thank you for your attention

Hinweis der Redaktion

  1. Good afternoon. My name is María González and I’m going to talk about ‘A study of accessibility requirements for media players on the Web’ that has been accomplished at Carlos III University of Madrid.
  2. As you can see, our presentation is divided in these points.
  3. What has motivated us is that multimedia content has more accessibility barriers than other contents in spite of being increased every day.
  4. To pass those barriers, multimedia content must be accessible according to standards like Web Content Accessibility Guidelines (WCAG) 2.0 that in its guideline 1.2 set that user agent has to provided synchronized alternatives such as captions, audio description and transcriptions. That means, that user agents in general and media players in particular have to support these requirements, so they should allow to play delivered accessible multimedia content and therefore a positive user-video interaction. In order to get those points, media players have been developed according to (User Agent Accessibility Guidelines) UAAG of Web Accessibility Initiative (WAI) and international standards like International Standard Organization (ISO) that is related to software accessibility.
  5. If we focus on the standard under study, we have the UAAG 1.0 that is a recommendation since 2002, but to this study we follow the UAGG 2.0, although is still a working draft, is the version that we have used because it supports WCAG 2.0. By an overview of the kind of media players that we can find on the Web, we distinguish two groups. On one hand media players that do not open any application to see them, these media players have more controls and they are more accessible, however on the other hand we have others that are more usable because they do not have to open a software, being one of the most used formats Flash.
  6. It’s because Flash has an excellent compression system that can deliver high-fidelity audio and high-resolution video without taxing bandwidth. Flash does not play in some platforms, leading to an incompatibility of formats among platforms, in this situation the new standard HTML5, that is still a working draft, seems to provide an universal solution, for instance, it takes advantage of the fact that it provides two labels, video and audio, that do not need plug-ins, but it does not support subtitles and audio description yet.
  7. In conclusion to this point, it is necessary to satisfy accessibility requirements in media players, because they are still inaccessible and there are a lack of knowledge, guidelines and documentation.
  8. Due to the above, we propose an agile method based on UAAG 2.0 to check accessibility requirements for media players and a study case using the agile method.
  9. We need two steps to develop the agile method. First of all, we distinguish which guidelines from UAAG 2.0 are related to media players. After that, we group these guidelines according to accessibility features and set an order to follow them.
  10. After distinguishing the guidelines, we obtain the results shown in this slide. As we can see the guidelines are divided depending on its conformance level.
  11. In the following slide we show the fourteen groups, I’m sorry for the size, bus this tablet is in the paper. These groups are applied in the sequential order that is shown in the table.
  12. If we pass to the study case, first of all, we selected three media players, YouTube because it is the most used media player on the Web, CCPlayer that belong National Centre for Accessible Media (NCAM) and BBC iPlayer that belong BBC. After selecting them, we evaluate the fourteen groups about them. Due to the time, I am only going to show four relevant examples of these groups.
  13. The first one, Identify presence of alternative content, the success criteria are satisfied by all the media players. All of the media players have a button that allows enable or disable the captions.
  14. The second example is Configure text. This screenshot shows a text configuration menu that allows configure the captions that appears during the play. These success criteria are only satisfied by YouTube Video Player.
  15. The third example, Present direct commands in rendered content, is only satisfied by CCPlayer. This media player has a command menu to know different keyboard shortcuts.
  16. The last example, Find, is only satisfied by CCPlayer too. In this case, media player has to provide a menu to find text within the captions during the play.
  17. After the evaluation process, we obtain the following results: The conformance level A is exceeded by all media players in more than fifty percen. The rest of the levels do not get the fifty percen. As we can see, CCPlayer obtain the best results in all of the conformance levels, whereas YouTube and BBC iPlayer do not satisfy any guideline belong conformance level AAA.
  18. As we said, CCPlayers obtain the best results and it’s due to it has accessibility features’ documents, commands’ menu, search, it’s compatible with screen readers but i have not found any example with audio description.
  19. On the other hand, YouTube provides subtitles and there are some audio description examples, but these examples do not afford to turn off the audio description as the audio description is embedded in the video. Although the most of videos on-line are played by YouTube Media Player, it has different problems such as screen readers do not always distinguish the function of controls implemented in Flash and difficulty operating player control that cannot be accessible by keyboard. Although I do not have time to comment it, there are some works where authors are developing complementary technological solutions and there is also a beta version about accessibility features. The references of these works are shown here and in the paper.
  20. At last, BBC iPlayer provides subtitles and 25 hours with audio description per week, although this audio description is also embedded, so we cannot enable or disable it.
  21. To summarize, nowadays the access and the accessibility of media players are more and more important, owing to the fact, we have wanted to develop an agile method to evaluate accessibility features, an evaluation and the results of that evaluations. So, after this work, we can say that media players are not enough accessible now.
  22. Before finishing the presentation, I want to tell us that in our research group we continue working in some proposal: Develop basic guidelines for professionals who want to embed video players on their Web sites. Define the required controls for accessible media player on the Web. Study of UAAG 2.0, coming recommendation. Study of HTML 5 support for accessible media players on the Web.   Some of these proposals have been accepted at INTERACT Conference that is going to celebrate in Lisbon in September.