Steven Lambert
Steven Lambert
That's a good point. I'll start discussions on the team about how we may want to handle this information directly in the rule it affects rather than relying on `presentational-role-conflict`.
Thanks for the issue. Do you have a URL you could share for the pages where the error is occurring? Typically when we see this error it's because the page...
Closing due to inactivity. Feel free to open a new ticket if the problem continues to occur.
Thanks for the issue, I'm able to reproduce the bug with the provided code. _Note to self:_ this ones a bit tricky and I'm not sure what the best way...
Thanks for the issue. So after looking into this I believe the real issue is that `aria-errormessage` is not allowed to use a list of IDREFs. In [ARIA 1.1](https://www.w3.org/TR/wai-aria-1.1/#aria-errormessage) and...
Thanks for the issue. I see you linked to the ARIA 1.1 spec in your description. Axe-core has been upgrading to ARIA 1.2, and ARIA 1.2 removed the allowance of...
Thanks for the issue. After looking at the example, I can see that each of the cells have `tabindex=-1` on them. I think what we want to do is determine...
Doing a little digging, the problem seems to be in our [`fullyEncompasses` function](https://github.com/dequelabs/axe-core/blob/develop/lib/commons/color/get-background-color.js#L143) in background color which checks to make sure that the parent element of the text fully encompasses...
Would like @dbjorge or @WilcoFiers to review as well
Thanks for those resources, they were very enlightening. From those discussions, it seems that template strings (or quasi-literal templates from the public archives) seem to be where the discussions keep...