w3c / aria-at-app

Test runner and results reporter for ARIA-AT
http://aria-at.w3.org/
Other
35 stars 15 forks source link

feat: Test Queue v2 #1124

Closed howard-e closed 2 weeks ago

howard-e commented 1 month ago

This PR provides an updated version of the Test Queue as described at https://github.com/w3c/aria-at-app/issues/791#issuecomment-2002610093. It is available on the sandbox for live testing at /test-queue. The previous version is still available at /test-queue-old.

In advancing this work, found that were new design expectations of some of the previously used Test Queue components, found it easier to copy over and make the tweaks rather than bring destructive changes to the old test queue's pieces (and to also verify not breaking expected functionality). As such, there is additional cleanup that will come out of this change such as removing the old test queue or the copied over components, but I'd rather not inflate this PR further and instead follow up in a subsequent PR.

howard-e commented 2 weeks ago

On Safari, the Exact and Minimum AT Version text leaves their respective radiogroup sections

screenshot showing the exact and minimum version text going beyond the bounds of their containers in the radiogroup

This should be addressed by https://github.com/w3c/aria-at-app/pull/1124/commits/c04e71e19463a588f142e8e9172fce146ccc1cf1

howard-e commented 2 weeks ago

On Safari, the Exact and Minimum AT Version text leaves their respective radiogroup sections screenshot showing the exact and minimum version text going beyond the bounds of their containers in the radiogroup

This should be addressed by c04e71e

Reverted this due to a visual problem -- will follow up in a subsequent change to not block on this