You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a tool like the AInspector WCAG for testing ARAI compliance it warns me of a deprecated ara-disabled attribute in the previous_or_next_page(page, text, classname) method of the LinkRenderer.
When using a tool like the AInspector WCAG for testing ARAI compliance it warns me of a deprecated ara-disabled attribute in the previous_or_next_page(page, text, classname) method of the LinkRenderer.
tag(:span, text, :class => classname + ' disabled', :"aria-disabled" => true)
The full warning and suggestion: Remove ARIA-DISABLED attribute from SPAN element which has an implicit role of 'GENERIC'.
The text was updated successfully, but these errors were encountered: