aria-api

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

commit
ebf364113386726e90f0fd087d7e8834a4e0e5b6
parent
e2aad8e20e26313de68ed1b4adfc8ba3e2627eb7
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-06-07 09:47
fix indentation

Diffstat

M lib/constants.js 2 +-

1 files changed, 1 insertions, 1 deletions


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

@@ -120,7 +120,7 @@ exports.roles = {
  120   120 	},
  121   121 	combobox: {
  122   122 		selectors: [
  123    -1 		'input:not([type])[list]',
   -1   123 			'input:not([type])[list]',
  124   124 			'input[type="email"][list]',
  125   125 			'input[type="search"][list]',
  126   126 			'input[type="tel"][list]',