SlideShare a Scribd company logo
1 of 23
A macroscopic Web accessibility
    evaluation at different
      processing phases

               Nรกdia Fernandes, Luรญs Carriรงo



 9th International Cross-Disciplinary Conference on Web Accessibility โ€“
                   16/17th April 2012 โ€“ Lyon, France.
Motivation




       9th International Cross-Disciplinary Conference on Web Accessibility โ€“
   2
                         16/17th April 2012 โ€“ Lyon, France.
Introduction

โ€ข The Web is being used by all kinds of people;

โ€ข Web sites must be accessible;

โ€ข Modern Web development transcends static HTML;

โ€ข A more real evaluation is necessary.




          9th International Cross-Disciplinary Conference on Web Accessibility โ€“
      3
                            16/17th April 2012 โ€“ Lyon, France.
Previous work




    9th International Cross-Disciplinary Conference on Web Accessibility โ€“
4
                      16/17th April 2012 โ€“ Lyon, France.
QualWeb evaluator
โ€ข Accessibility evaluation of Web
  pages:
    โ€“ using WCAG 2.0 ,
          โ€ข 18 HTML techniques;

    โ€“ at different processing
                                                                                       Before
      phases
          โ€ข     BEFORE and AFTER
                Browser processing;

                                                                                       After




              9th International Cross-Disciplinary Conference on Web Accessibility โ€“
      5
                                16/17th April 2012 โ€“ Lyon, France.
QualWeb evaluator: execution




       9th International Cross-Disciplinary Conference on Web Accessibility โ€“
   6
                         16/17th April 2012 โ€“ Lyon, France.
Some improvements...




    9th International Cross-Disciplinary Conference on Web Accessibility โ€“
7
                      16/17th April 2012 โ€“ Lyon, France.
PhantomJs
โ€ข is a command-line tool that uses WebKit ,


โ€ข works like a WebKit-based Web browser (simulation);


โ€ข can be controlled using Javascript.




         9th International Cross-Disciplinary Conference on Web Accessibility โ€“
     8
                           16/17th April 2012 โ€“ Lyon, France.
Problems Solved!
1. It avoids data injection at the browser level;


2. Evaluated Web page before and after browser processing is
   exactly the same;


3. Integration with a crawler.




          9th International Cross-Disciplinary Conference on Web Accessibility โ€“
      9
                            16/17th April 2012 โ€“ Lyon, France.
Research Question



 How do the macroscopic properties emerging from Web
 accessibility change in respect to the processing phase of
                          delivery?




         9th International Cross-Disciplinary Conference on Web Accessibility โ€“
    10
                           16/17th April 2012 โ€“ Lyon, France.
Experimental Study
โ€ข We evaluated a set of Web pages from a list provided by the
  Portuguese Web Archive (version of 2008);

โ€ข We used the QualWeb evaluator.




          9th International Cross-Disciplinary Conference on Web Accessibility โ€“
     11
                            16/17th April 2012 โ€“ Lyon, France.
Metrics
โ€ข Results of the evaluation are presented in terms of:
    โ€“ PASS, WARN, and FAIL (Applicable = PASS + WARN + FAIL)

โ€ข Metrics used:
    โ€“ rate conservative =

    โ€“ rate optimistic =

    โ€“ rate strict =

โ€ข The results are between accessible (100%) and not accessible (0%).


            9th International Cross-Disciplinary Conference on Web Accessibility โ€“
      12
                              16/17th April 2012 โ€“ Lyon, France.
Results
โ€ข 24, 462 Web pages evaluated.

โ€ข Total Number of HTML elements:
   โ€“ before processing - 24,918,720
   โ€“ after processing - 41,967,072
   โ€“ (Ratio โ‰ˆ 1.7).

โ€ข Average Number of HTML elements per page:
   โ€“ before processing - 1010
   โ€“ after processing โ€“ 1710
   โ€“ (Ratio โ‰ˆ1.7).



          9th International Cross-Disciplinary Conference on Web Accessibility โ€“
     13
                            16/17th April 2012 โ€“ Lyon, France.
The differences of an HTML
    document between both
Processing Phases were observed.




      9th International Cross-Disciplinary Conference on Web Accessibility โ€“
 14
                        16/17th April 2012 โ€“ Lyon, France.
Results: Average Outcomes
โ€ข Successes
   โ€“ before processing - 9 elements
   โ€“ after processing - 87 elements
   โ€“ (Ratio โ‰ˆ 9.7).

โ€ข Failures
   โ€“ before processing - 46 elements
   โ€“ after processing โ€“ 176 elements
   โ€“ (Ratio โ‰ˆ 3.8).

โ€ข Warnings
   โ€“ before processing - 262 elements
   โ€“ after processing โ€“ 451 elements
   โ€“ (Ratio โ‰ˆ 1.7).


              9th International Cross-Disciplinary Conference on Web Accessibility โ€“
         15
                                16/17th April 2012 โ€“ Lyon, France.
Results: rates Before and After processing

โ€ข Conservative rate:
   โ€“ The average quality increases                                after
     processing.
   โ€“ Accessibility quality between 60% and 90%
     disappeared after processing.


โ€ข Optimistic rate:
   โ€“ The average              quality        decreases            after
     processing.
   โ€“ Some results lower than 20% disappeared
     after processing.
   โ€“ Decrease of higher accessibility quality,
     leading to a lower accessibility average.

          9th International Cross-Disciplinary Conference on Web Accessibility โ€“
     16
                            16/17th April 2012 โ€“ Lyon, France.
Results: rates Before and After processing

โ€ข Strict rate:
   โ€“ The average increased after processing.
    โ€“ Results higher than 85% disappeared
      after processing.
    โ€“ Worse pages before processing get higher
      scores after processing.
    โ€“ Better pages before processing are
      ranked lower after processing.




          9th International Cross-Disciplinary Conference on Web Accessibility โ€“
     17
                            16/17th April 2012 โ€“ Lyon, France.
Limitations
1. Techniques coverage

2. Dynamic content

3. Automatic evaluation




         9th International Cross-Disciplinary Conference on Web Accessibility โ€“
    18
                           16/17th April 2012 โ€“ Lyon, France.
Discussion
โ€ข Evaluations before processing clearly is not the best option!

โ€ข We used/percept/interact with the after processed version.

โ€ข Considering the ratesโ€ฆ
    โ€“ Web pages possess higher uniformity
    โ€“ That can be explained with reusable code




          9th International Cross-Disciplinary Conference on Web Accessibility โ€“
     19
                            16/17th April 2012 โ€“ Lyon, France.
Discussion
โ€ข Impact on Designing Accessible Web Pages
   โ€“ Importance of sharing reusable code;
   โ€“ High quality reusable code produce better quality pages.


โ€ข Impact on the Perception of Accessibility
   โ€“ Each metric identify different perspectives;
   โ€“ It is important that evaluations assess what user perceive.




          9th International Cross-Disciplinary Conference on Web Accessibility โ€“
     20
                            16/17th April 2012 โ€“ Lyon, France.
Conclusion
โ€ข We presented a large-scale study of accessibility on the Web.

โ€ข We were able to characterize some accessibility properties of the
  Web, pointing some differences between processing phases.

โ€ข The results obtained on the evaluation of pages after browser
  processing tend to be more homogeneous than before.

โ€ข Considering that the end-user interacts with the after processed
  pages then most studies about Web quality should be redone.




          9th International Cross-Disciplinary Conference on Web Accessibility โ€“
     21
                            16/17th April 2012 โ€“ Lyon, France.
Future Work
1. Enlarge the coverage of WCAG 2.0 implemented tests

2. Evaluate Rich Internet applications

3. Perform a comparative set of studies




          9th International Cross-Disciplinary Conference on Web Accessibility โ€“
     22
                            16/17th April 2012 โ€“ Lyon, France.
nadiaf@di.fc.ul.pt



     9th International Cross-Disciplinary Conference on Web Accessibility โ€“
23
                       16/17th April 2012 โ€“ Lyon, France.

More Related Content

Similar to A macroscopic web accessibility evaluation at different processing phases

Boost your productivity for free!
Boost your productivity for free!Boost your productivity for free!
Boost your productivity for free!
Maciej Majchrzak
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
wellunwell
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
wellunwell
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
wellunwell
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
wellunwell
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
wellunwell
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
wellunwell
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
wellunwell
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
wellunwell
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
wellunwell
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
wellunwell
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
wellunwell
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
wellunwell
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
wellunwell
ย 
Web Application Testing
Web Application TestingWeb Application Testing
Web Application Testing
Richa Goel
ย 

Similar to A macroscopic web accessibility evaluation at different processing phases (20)

AEGIS SP3 story - building an accessible web application
AEGIS SP3 story - building an accessible web applicationAEGIS SP3 story - building an accessible web application
AEGIS SP3 story - building an accessible web application
ย 
Accessibility Audit
Accessibility AuditAccessibility Audit
Accessibility Audit
ย 
LaPierre Impact on the User: Accessibility
LaPierre Impact on the User: AccessibilityLaPierre Impact on the User: Accessibility
LaPierre Impact on the User: Accessibility
ย 
About the IETF: Presentation for the University of Botswana
About the IETF: Presentation for the University of BotswanaAbout the IETF: Presentation for the University of Botswana
About the IETF: Presentation for the University of Botswana
ย 
Boost your productivity for free!
Boost your productivity for free!Boost your productivity for free!
Boost your productivity for free!
ย 
sem_web_slides_k2013.ppt
sem_web_slides_k2013.pptsem_web_slides_k2013.ppt
sem_web_slides_k2013.ppt
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
ย 
Funcsp Open Health
Funcsp Open HealthFuncsp Open Health
Funcsp Open Health
ย 
Web Application Testing
Web Application TestingWeb Application Testing
Web Application Testing
ย 

Recently uploaded

SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptx
janettecruzeiro1
ย 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
home
ย 
2-tool presenthdbdbdbdbddhdhddation.pptx
2-tool presenthdbdbdbdbddhdhddation.pptx2-tool presenthdbdbdbdbddhdhddation.pptx
2-tool presenthdbdbdbdbddhdhddation.pptx
suhanimunjal27
ย 
Verified Trusted Call Girls Adugodi๐Ÿ’˜ 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi๐Ÿ’˜ 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi๐Ÿ’˜ 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi๐Ÿ’˜ 9352852248 Good Looking standard Profil...
kumaririma588
ย 
Editorial design Magazine design project.pdf
Editorial design Magazine design project.pdfEditorial design Magazine design project.pdf
Editorial design Magazine design project.pdf
tbatkhuu1
ย 
Call Girls in Kalkaji Delhi 8264348440 call girls โค๏ธ
Call Girls in Kalkaji Delhi 8264348440 call girls โค๏ธCall Girls in Kalkaji Delhi 8264348440 call girls โค๏ธ
Call Girls in Kalkaji Delhi 8264348440 call girls โค๏ธ
soniya singh
ย 
B. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdfB. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdf
University of Wisconsin-Milwaukee
ย 
Escorts Service Nagavara โ˜Ž 7737669865โ˜Ž Book Your One night Stand (Bangalore)
Escorts Service Nagavara โ˜Ž 7737669865โ˜Ž Book Your One night Stand (Bangalore)Escorts Service Nagavara โ˜Ž 7737669865โ˜Ž Book Your One night Stand (Bangalore)
Escorts Service Nagavara โ˜Ž 7737669865โ˜Ž Book Your One night Stand (Bangalore)
amitlee9823
ย 
young call girls in Vivek Vihar๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service
young call girls in Vivek Vihar๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Serviceyoung call girls in Vivek Vihar๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service
young call girls in Vivek Vihar๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
ย 
CALL ON โžฅ8923113531 ๐Ÿ”Call Girls Aminabad Lucknow best Night Fun service
CALL ON โžฅ8923113531 ๐Ÿ”Call Girls Aminabad Lucknow best Night Fun serviceCALL ON โžฅ8923113531 ๐Ÿ”Call Girls Aminabad Lucknow best Night Fun service
CALL ON โžฅ8923113531 ๐Ÿ”Call Girls Aminabad Lucknow best Night Fun service
anilsa9823
ย 
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
SUHANI PANDEY
ย 

Recently uploaded (20)

Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...Booking open Available Pune Call Girls Kirkatwadi  6297143586 Call Hot Indian...
Booking open Available Pune Call Girls Kirkatwadi 6297143586 Call Hot Indian...
ย 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Hy...
ย 
SD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptxSD_The MATATAG Curriculum Training Design.pptx
SD_The MATATAG Curriculum Training Design.pptx
ย 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
ย 
2-tool presenthdbdbdbdbddhdhddation.pptx
2-tool presenthdbdbdbdbddhdhddation.pptx2-tool presenthdbdbdbdbddhdhddation.pptx
2-tool presenthdbdbdbdbddhdhddation.pptx
ย 
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
Pooja 9892124323, Call girls Services and Mumbai Escort Service Near Hotel Gi...
ย 
Verified Trusted Call Girls Adugodi๐Ÿ’˜ 9352852248 Good Looking standard Profil...
Verified Trusted Call Girls Adugodi๐Ÿ’˜ 9352852248  Good Looking standard Profil...Verified Trusted Call Girls Adugodi๐Ÿ’˜ 9352852248  Good Looking standard Profil...
Verified Trusted Call Girls Adugodi๐Ÿ’˜ 9352852248 Good Looking standard Profil...
ย 
Case Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, PuneCase Study of Hotel Taj Vivanta, Pune
Case Study of Hotel Taj Vivanta, Pune
ย 
Editorial design Magazine design project.pdf
Editorial design Magazine design project.pdfEditorial design Magazine design project.pdf
Editorial design Magazine design project.pdf
ย 
Call Girls in Kalkaji Delhi 8264348440 call girls โค๏ธ
Call Girls in Kalkaji Delhi 8264348440 call girls โค๏ธCall Girls in Kalkaji Delhi 8264348440 call girls โค๏ธ
Call Girls in Kalkaji Delhi 8264348440 call girls โค๏ธ
ย 
B. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdfB. Smith. (Architectural Portfolio.).pdf
B. Smith. (Architectural Portfolio.).pdf
ย 
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdfThe_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
The_Canvas_of_Creative_Mastery_Newsletter_April_2024_Version.pdf
ย 
Pastel Portfolio _ by Slidesgo.pptx. Xxx
Pastel Portfolio _ by Slidesgo.pptx. XxxPastel Portfolio _ by Slidesgo.pptx. Xxx
Pastel Portfolio _ by Slidesgo.pptx. Xxx
ย 
Escorts Service Nagavara โ˜Ž 7737669865โ˜Ž Book Your One night Stand (Bangalore)
Escorts Service Nagavara โ˜Ž 7737669865โ˜Ž Book Your One night Stand (Bangalore)Escorts Service Nagavara โ˜Ž 7737669865โ˜Ž Book Your One night Stand (Bangalore)
Escorts Service Nagavara โ˜Ž 7737669865โ˜Ž Book Your One night Stand (Bangalore)
ย 
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
ย 
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
Kala jadu for love marriage | Real amil baba | Famous amil baba | kala jadu n...
ย 
young call girls in Vivek Vihar๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service
young call girls in Vivek Vihar๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Serviceyoung call girls in Vivek Vihar๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service
young call girls in Vivek Vihar๐Ÿ” 9953056974 ๐Ÿ” Delhi escort Service
ย 
CALL ON โžฅ8923113531 ๐Ÿ”Call Girls Aminabad Lucknow best Night Fun service
CALL ON โžฅ8923113531 ๐Ÿ”Call Girls Aminabad Lucknow best Night Fun serviceCALL ON โžฅ8923113531 ๐Ÿ”Call Girls Aminabad Lucknow best Night Fun service
CALL ON โžฅ8923113531 ๐Ÿ”Call Girls Aminabad Lucknow best Night Fun service
ย 
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
VVIP Pune Call Girls Hadapsar (7001035870) Pune Escorts Nearby with Complete ...
ย 
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
VIP Model Call Girls Kalyani Nagar ( Pune ) Call ON 8005736733 Starting From ...
ย 

A macroscopic web accessibility evaluation at different processing phases

  • 1. A macroscopic Web accessibility evaluation at different processing phases Nรกdia Fernandes, Luรญs Carriรงo 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 16/17th April 2012 โ€“ Lyon, France.
  • 2. Motivation 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 2 16/17th April 2012 โ€“ Lyon, France.
  • 3. Introduction โ€ข The Web is being used by all kinds of people; โ€ข Web sites must be accessible; โ€ข Modern Web development transcends static HTML; โ€ข A more real evaluation is necessary. 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 3 16/17th April 2012 โ€“ Lyon, France.
  • 4. Previous work 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 4 16/17th April 2012 โ€“ Lyon, France.
  • 5. QualWeb evaluator โ€ข Accessibility evaluation of Web pages: โ€“ using WCAG 2.0 , โ€ข 18 HTML techniques; โ€“ at different processing Before phases โ€ข BEFORE and AFTER Browser processing; After 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 5 16/17th April 2012 โ€“ Lyon, France.
  • 6. QualWeb evaluator: execution 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 6 16/17th April 2012 โ€“ Lyon, France.
  • 7. Some improvements... 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 7 16/17th April 2012 โ€“ Lyon, France.
  • 8. PhantomJs โ€ข is a command-line tool that uses WebKit , โ€ข works like a WebKit-based Web browser (simulation); โ€ข can be controlled using Javascript. 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 8 16/17th April 2012 โ€“ Lyon, France.
  • 9. Problems Solved! 1. It avoids data injection at the browser level; 2. Evaluated Web page before and after browser processing is exactly the same; 3. Integration with a crawler. 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 9 16/17th April 2012 โ€“ Lyon, France.
  • 10. Research Question How do the macroscopic properties emerging from Web accessibility change in respect to the processing phase of delivery? 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 10 16/17th April 2012 โ€“ Lyon, France.
  • 11. Experimental Study โ€ข We evaluated a set of Web pages from a list provided by the Portuguese Web Archive (version of 2008); โ€ข We used the QualWeb evaluator. 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 11 16/17th April 2012 โ€“ Lyon, France.
  • 12. Metrics โ€ข Results of the evaluation are presented in terms of: โ€“ PASS, WARN, and FAIL (Applicable = PASS + WARN + FAIL) โ€ข Metrics used: โ€“ rate conservative = โ€“ rate optimistic = โ€“ rate strict = โ€ข The results are between accessible (100%) and not accessible (0%). 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 12 16/17th April 2012 โ€“ Lyon, France.
  • 13. Results โ€ข 24, 462 Web pages evaluated. โ€ข Total Number of HTML elements: โ€“ before processing - 24,918,720 โ€“ after processing - 41,967,072 โ€“ (Ratio โ‰ˆ 1.7). โ€ข Average Number of HTML elements per page: โ€“ before processing - 1010 โ€“ after processing โ€“ 1710 โ€“ (Ratio โ‰ˆ1.7). 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 13 16/17th April 2012 โ€“ Lyon, France.
  • 14. The differences of an HTML document between both Processing Phases were observed. 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 14 16/17th April 2012 โ€“ Lyon, France.
  • 15. Results: Average Outcomes โ€ข Successes โ€“ before processing - 9 elements โ€“ after processing - 87 elements โ€“ (Ratio โ‰ˆ 9.7). โ€ข Failures โ€“ before processing - 46 elements โ€“ after processing โ€“ 176 elements โ€“ (Ratio โ‰ˆ 3.8). โ€ข Warnings โ€“ before processing - 262 elements โ€“ after processing โ€“ 451 elements โ€“ (Ratio โ‰ˆ 1.7). 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 15 16/17th April 2012 โ€“ Lyon, France.
  • 16. Results: rates Before and After processing โ€ข Conservative rate: โ€“ The average quality increases after processing. โ€“ Accessibility quality between 60% and 90% disappeared after processing. โ€ข Optimistic rate: โ€“ The average quality decreases after processing. โ€“ Some results lower than 20% disappeared after processing. โ€“ Decrease of higher accessibility quality, leading to a lower accessibility average. 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 16 16/17th April 2012 โ€“ Lyon, France.
  • 17. Results: rates Before and After processing โ€ข Strict rate: โ€“ The average increased after processing. โ€“ Results higher than 85% disappeared after processing. โ€“ Worse pages before processing get higher scores after processing. โ€“ Better pages before processing are ranked lower after processing. 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 17 16/17th April 2012 โ€“ Lyon, France.
  • 18. Limitations 1. Techniques coverage 2. Dynamic content 3. Automatic evaluation 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 18 16/17th April 2012 โ€“ Lyon, France.
  • 19. Discussion โ€ข Evaluations before processing clearly is not the best option! โ€ข We used/percept/interact with the after processed version. โ€ข Considering the ratesโ€ฆ โ€“ Web pages possess higher uniformity โ€“ That can be explained with reusable code 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 19 16/17th April 2012 โ€“ Lyon, France.
  • 20. Discussion โ€ข Impact on Designing Accessible Web Pages โ€“ Importance of sharing reusable code; โ€“ High quality reusable code produce better quality pages. โ€ข Impact on the Perception of Accessibility โ€“ Each metric identify different perspectives; โ€“ It is important that evaluations assess what user perceive. 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 20 16/17th April 2012 โ€“ Lyon, France.
  • 21. Conclusion โ€ข We presented a large-scale study of accessibility on the Web. โ€ข We were able to characterize some accessibility properties of the Web, pointing some differences between processing phases. โ€ข The results obtained on the evaluation of pages after browser processing tend to be more homogeneous than before. โ€ข Considering that the end-user interacts with the after processed pages then most studies about Web quality should be redone. 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 21 16/17th April 2012 โ€“ Lyon, France.
  • 22. Future Work 1. Enlarge the coverage of WCAG 2.0 implemented tests 2. Evaluate Rich Internet applications 3. Perform a comparative set of studies 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 22 16/17th April 2012 โ€“ Lyon, France.
  • 23. nadiaf@di.fc.ul.pt 9th International Cross-Disciplinary Conference on Web Accessibility โ€“ 23 16/17th April 2012 โ€“ Lyon, France.