ARIA region landmarks identification using a DOM-structure similarity classification and clustering pipeline
摘要
Blind users rely on multiple strategies while searching for content on the Web, through the use of Assistive Technologies, such as screen readers. HTML5 Semantic tags and ARIA Landmarks were introduced to enhance the semantics associated with elements in the web application, providing improved navigation for disabled users. Among these components, section tags and ARIA Regions define a navigation structure for a webpage’s content, which is helpful for blind users interacting with the Web through Assistive Technologies. Accessibility specifications, such as WCAG and ARIA, recommend using this markup. However, web developers are not always aware of these technical requirements, as many web applications have been deployed without these inclusive navigation mechanisms.
ObjectivesThis paper proposes a DOM-Structure Similarity Classification and Clustering pipeline for automatically identifying ARIA Regions in web applications.
MethodWe conducted an experiment to evaluate the number of ARIA Regions that the approach can correctly identify.
ResultsThe results showed that the approach identified significantly more ARIA Regions than our previous approach.
ConclusionThe experiment showed the approach’s potential for automatically segmenting web application structure in ARIA Regions, enhancing navigation mechanisms for blind users on the Web.