Should aria-current="page" be used for a client-side table pagination component?

Should aria-current="page" be used for a client-side table pagination component? Problem Description: It is my understanding that aria-current="page" should be used for a set of links when the link is for the current page. How does this relate to a table pagination component, where clicking the link does not navigate to a new page, but … Read more

Is it necessary for a WCAG compliance and accessibility review to be familiar with the website's right-to-left language?

Is it necessary for a WCAG compliance and accessibility review to be familiar with the website's right-to-left language? Problem Description: I want to contract a WCAG compliance and accessibility review on a Persian-language website. Several consultants indicate that they have no experience with right-to-left languages. They also tell me that this isn’t necessary to conduct … Read more

Is it necessary for a WCAG compliance and accessibility review to be familiar with the website's right-to-left language?

Is it necessary for a WCAG compliance and accessibility review to be familiar with the website's right-to-left language? Problem Description: I want to contract a WCAG compliance and accessibility review on a Persian-language website. Several consultants indicate that they have no experience with right-to-left languages. They also tell me that this isn’t necessary to conduct … Read more

Html accessibility – read another element's description

Html accessibility – read another element's description Problem Description: Hello any accessibility gurus, I want to have this button element, when tabbed on, would trigger the screen read of an input element instead. I tried pointing the aria-labelledby from the button to the input, to have the input‘s aria-label being read out. But the button … Read more

React bootstrap: How to enable tab navigation when using Tab component

React bootstrap: How to enable tab navigation when using Tab component Problem Description: I’m using react-bootstrap version 2.4.0 and I’m using the Tab component. I want the website to be accessible by tab navigation but when I use the tab component the focus is set only on the active tab item and never gets to … Read more

React bootstrap: How to enable tab navigation when using Tab component

React bootstrap: How to enable tab navigation when using Tab component Problem Description: I’m using react-bootstrap version 2.4.0 and I’m using the Tab component. I want the website to be accessible by tab navigation but when I use the tab component the focus is set only on the active tab item and never gets to … Read more

Prevent child elements from being interactive and focusable

Prevent child elements from being interactive and focusable Problem Description: I’m building an interactive widget that consists in making a button list out of a list of HTML markups. To achieve that, the HTML markup is wrapped with a button-like component <div role="button" tabindex="0" aria-label="Action…">. When clicking on the button, some script is executed. I … Read more

How to set the page title in Vue 2, that will work on page load, from the component

How to set the page title in Vue 2, that will work on page load, from the component Problem Description: I am trying to set the page title from the component as there are dynamic properties that will change the content of the title. Using the examples I have found on here talk about setting … Read more

We use cookies in order to give you the best possible experience on our website. By continuing to use this site, you agree to our use of cookies.
Accept
Reject