aria-api

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

commit
4bbf363abf63d56b561a4da3371c1abb8c029a94
parent
ebf364113386726e90f0fd087d7e8834a4e0e5b6
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-06-07 09:47
rm half-baked valuenow default value

- not correct if the other defaults are changed
- would also apply to many other roles

Diffstat

M lib/constants.js 2 --

1 files changed, 0 insertions, 2 deletions


diff --git a/lib/constants.js b/lib/constants.js

@@ -349,8 +349,6 @@ exports.roles = {
  349   349 			'orientation': 'vertical',
  350   350 			'valuemin': 0,
  351   351 			'valuemax': 100,
  352    -1 			// FIXME: halfway between actual valuemin and valuemax
  353    -1 			'valuenow': 50,
  354   352 		},
  355   353 	},
  356   354 	searchbox: {