microsoft / html-reporter-for-axe-core-dotnet

HTML reporter for axe-core-dotnet
MIT License
4 stars 4 forks source link

Add abstractions for generation of Html string #5

Closed IsaacWalker closed 1 year ago

IsaacWalker commented 1 year ago

The primary module exported from the core library, and consumed by the testing library integrations, is an interface that takes in the results from an axe run and returns a Html string.

In the future it may need to support:

  1. Handle the input of images in some form (e.g. datauri).
  2. Instructions on what rules/groups to display.
  3. Other theming and layout parameters