From 9f7da56f6a9adb311265beac68ff45fc87c9beea Mon Sep 17 00:00:00 2001 From: Wilco Fiers Date: Wed, 9 Aug 2017 10:43:56 +0200 Subject: [PATCH] feat: Add new ARIA 1.1 values for haspopup --- lib/commons/aria/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/commons/aria/index.js b/lib/commons/aria/index.js index 3a67810fe3..6d3fa943ea 100644 --- a/lib/commons/aria/index.js +++ b/lib/commons/aria/index.js @@ -60,8 +60,8 @@ lookupTables.attributes = { values: ['true', 'false', 'undefined'] }, 'aria-haspopup': { - type: 'boolean', - values: ['true', 'false'] + type: 'nmtoken', + values: ['true', 'false', 'menu', 'listbox', 'tree', 'grid', 'dialog'] }, 'aria-hidden': { type: 'boolean',