DHTML accessibility checking based on static JavaScript analysis

  • Authors:
  • Takaaki Tateishi;Hisashi Miyashita;Tabuchi Naoshi;Shin Saito;Kouichi Ono

  • Affiliations:
  • Tokyo Research Laboratory, IBM Research, Kanagawa-ken, Japan;Tokyo Research Laboratory, IBM Research, Kanagawa-ken, Japan;Tokyo Research Laboratory, IBM Research, Kanagawa-ken, Japan;Tokyo Research Laboratory, IBM Research, Kanagawa-ken, Japan;Tokyo Research Laboratory, IBM Research, Kanagawa-ken, Japan

  • Venue:
  • UAHCI'07 Proceedings of the 4th international conference on Universal access in human-computer interaction: applications and services
  • Year:
  • 2007

Quantified Score

Hi-index 0.02

Visualization

Abstract

DHTML accessibility is being standardized by W3C, which provides metadata for UI widgets commonly implemented by HMTL and JavaScript. However it is difficult to check that webpages always have correct metadata according to the standards of DHTML accessibility since UI widgets can be updated by JavaScript programs. Thus we propose a technique for checking accessibility of UI widgets. In this check, we use static program analysis techniques so that we can check accessibility without executing a program. In addition, we developed a prototype system based on the proposed technique and applied it to a simple DHTML application.