Steven Lambert

Results 173 comments of Steven Lambert

The tileEngine sx/sy is the top-left corner of the tileEngine view, so if you set it to the character position it will try put the character to the top-left corner...

This also affects other helper functions like `movePoint` so need to do a one over on the code to make sure I find everything this affects.

Yes, all of our integrations run axe-core on the page you are analyzing, which requires JavaScript to be enabled on the page. We'll look at improving our documentation to better...

Axe-core throws an error when passed an invalid rule to run, so we should surface that error to the user as soon as we get it from axe. We shouldn't...

@dylanb the [support for `aria-busy` isn't great](https://a11ysupport.io/tech/aria/aria-busy_attribute) (only works in JAWS), so I'm not sure if we want to completely ignore the issues.

Instead of a global `aria-busy` check, we could scope this to only look at required child rules (`list`, `aria-required-children`, `definition-list`). So if the parent element or child has `aria-busy` we...

Digging into this issue it appears that our color contrast code doesn't take into account custom elements with `` correctly. Take the following example which produces a needs review due...

Just confirmed with @mfairchild365 that dragon is case sensitive. The following does not work in Dragon ```html Capital B All caps ``` > - Dragon does this via document.querySelectorAll (case...

Sorry, forgot to respond to this. I'll try taking a look at this in the next few days and see if I can help you with guidance.

@dan-tripp Alright. Talked with @WilcoFiers and we decided that we just want to deal with informing users of the case sensitivity problem and deal with axe-core being case insensitive in...