aria-api

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

commit
c0d7eef92b0fbb0a5e14ea1a18aa5d5b7d72101f
parent
3d32170997b71bccd95ab421158f206860bcb042
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-02-04 14:46
Revert "wpt: add exceptions for ARIA 1.3"

This reverts commit 5079421d48424eefeabb0b210763fd14fe78f59f.

Diffstat

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

1 files changed, 0 insertions, 6 deletions


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

@@ -38,12 +38,6 @@ describe('wpt', () => {
   38    38 		'el-aside-in-section-without-name',
   39    39 		'el-footer',
   40    40 		'el-header',
   41    -1 
   42    -1 		// ARIA 1.3
   43    -1 		'image role == computedrole image',
   44    -1 		'synonym img role == computedrole image',
   45    -1 		'el-img',
   46    -1 		'el-mark',
   47    41 	];
   48    42 
   49    43 	var withId = function(element, fn) {