Jason
Jason
Sorry it took me a little while to get around to this, but it looks like developit/preact#1033 may have solved the issue? It's not been released yet, but using the...
Preact `8.4.0` just got released with the `AnyComponent` change. https://github.com/developit/preact/pull/1249 Do you think you could check to see if it's still an issue?
@JackieHayduk is there any way you could run axe-core manually to see if you get the same issue? That may help us narrow down the problem. In your chrome devtool...
Hey @TastyPi, we've just recently worked on a fix related to this and a fix should be available in the next update of the axe DevTools extension sometime next week.
Screen reader usage will vary based on the types of elements that are outside of an active modal dialog and generally you _do_ want `aria-hidden="true"` on every element that does...
I played around a bit myself by trying to add a reset function to the action script. ``` actionscript public function reset() { trace("Turning off camera"); video.attachCamera(null); video.clear(); camera =...
That seems better than nothing. I'll have to give that a try.
This was discussed on this issue: https://github.com/scurker/currency.js/issues/260#issuecomment-659675669 The currency object inherits all of the options passed into the initial function. I would think the opposite behavior would be more confusing,...
This is something I overlooked since the conversion to int is done after the number has been represented as a decimal value, which as you mentioned cannot be safely represented...
I think this is one of those things where I'm a little too close to the problem, but I do try to state up front that it's intended for the...