aria-api

access ARIA information from JavaScript
git clone https://git.ce9e.org/aria-api.git

commit
5079421d48424eefeabb0b210763fd14fe78f59f
parent
7dc21772d888acab74c362d9070bc3c2eb58075c
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-02-04 14:45
wpt: add exceptions for ARIA 1.3

Diffstat

M test/test-wpt.js 6 ++++++

1 files changed, 6 insertions, 0 deletions


diff --git a/test/test-wpt.js b/test/test-wpt.js

@@ -31,6 +31,12 @@ describe('wpt', () => {
   31    31 		'el-aside-in-section-without-name',
   32    32 		'el-footer',
   33    33 		'el-header',
   -1    34 
   -1    35 		// ARIA 1.3
   -1    36 		'image role == computedrole image',
   -1    37 		'synonym img role == computedrole image',
   -1    38 		'el-img',
   -1    39 		'el-mark',
   34    40 	];
   35    41 
   36    42 	var withId = function(element, fn) {