w3c / aria-at-app

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

Update design for recommended Test Plans in the support tables #1096

Closed Paul-Clue closed 1 month ago

Paul-Clue commented 1 month ago

see issue #3018

This pull request adds support for tests with a "Recommended" phase in the APG support tables.

howard-e commented 1 month ago

@Paul-Clue thanks for addressing so much here. Last issue I just came across is that the default <summary> arrow is still showing when on Safari. Please see the following screenshot:

screenshot show default summary arrow

You could fix this by adding the following to the css:

details summary::-webkit-details-marker {
    display: none;
}

Should be good to merge after!