mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-24 22:21:45 +03:00
Fix missing region around keyboard support notes
This commit is contained in:
parent
47e57c5594
commit
b642b14b99
@ -70,18 +70,12 @@ describe('UI tests', function () {
|
||||
}
|
||||
|
||||
const skippedRules = {
|
||||
'Accordion': ['heading-order', 'region'],
|
||||
'Checkbox': ['region'],
|
||||
'Accordion': ['heading-order'],
|
||||
'Loading': ['color-contrast'],
|
||||
'Menu': ['region'],
|
||||
'Modal': ['region'],
|
||||
'Message': ['region'],
|
||||
'Page': ['color-contrast', 'select-name'],
|
||||
'RadioButton': ['duplicate-id', 'region'],
|
||||
'SegmentedControl': ['region'],
|
||||
'RadioButton': ['duplicate-id'],
|
||||
'Select': ['label'],
|
||||
'Switch': ['aria-allowed-attr'],
|
||||
'Tabs': ['region'],
|
||||
}
|
||||
|
||||
const specialProcessing = {
|
||||
|
@ -39,6 +39,8 @@ view keyboardSupport =
|
||||
]
|
||||
(List.map viewKeyboardActions keyboardSupport)
|
||||
]
|
||||
|> List.singleton
|
||||
|> aside []
|
||||
|
||||
|
||||
viewKeyboardActions : KeyboardSupport -> Html msg
|
||||
|
Loading…
Reference in New Issue
Block a user