A while back we included an actIds property to rules for easier mapping between axe-core and ACT. This data is in axe-core, but there is no way to get it out.
This info is too niche I think to be useful in results, but there should be some way to get at it at least. I propose we use axe.getRules() for that. Seems like the easiest way to get that done.
A while back we included an
actIdsproperty to rules for easier mapping between axe-core and ACT. This data is in axe-core, but there is no way to get it out.This info is too niche I think to be useful in results, but there should be some way to get at it at least. I propose we use
axe.getRules()for that. Seems like the easiest way to get that done.