Relative Content

Tag Archive for javascripthtmlcssaccessibility

Accessibility concerns of span/mark tags nested in paragraphs

So I am creating my portfolio right now and I want to put emphasis on some words inside my paragraph by changing their color. I’ve been using the mark tag, which makes sure screen readers are aware of the emphasis, but it also acts as if the mark tag is separate from the paragraph; making the screen reader stop until the user continues manually.

Tab Focus skips and goes to top of Page

I have input elements inside modal popup some elements is not focused when we I hit tab . This usually happens when element is either not completely visible or at the bottom of the pop up. Same element gets the focus when I Zoom out. If the element is completely visible then I do not notice this issue. Adding Tabindex does not work either.