diff --git a/__mocks__/genInteractives.js b/__mocks__/genInteractives.js index f12ebcb06..4dd7799ba 100644 --- a/__mocks__/genInteractives.js +++ b/__mocks__/genInteractives.js @@ -48,6 +48,7 @@ const interactiveElementsMap = { menuitem: [], option: [], select: [], + summary: [], // Whereas ARIA makes a distinction between cell and gridcell, the AXObject // treats them both as CellRole and since gridcell is interactive, we consider // cell interactive as well. diff --git a/__tests__/src/rules/no-static-element-interactions-test.js b/__tests__/src/rules/no-static-element-interactions-test.js index 6b0c05974..76ff21950 100644 --- a/__tests__/src/rules/no-static-element-interactions-test.js +++ b/__tests__/src/rules/no-static-element-interactions-test.js @@ -85,6 +85,7 @@ const alwaysValid = [ { code: '