static-job-listings

Solution retrospective
I think it would be more accessible if I could use <td> element for each field data. However, it seems no way to group several <td> elements to style as one region (to make role, level, language, tool to become one filter tag region for visual design). At first I tried to find if there is a ARIA way without using <td> element, by role='cell' and specifying the element's colheader and rolheader, but it seems not working like that.
Therefore it comes my final version of design, grouping some detailed fields together as one broad field (description, metadata, tags) inside <td> element, and using <ul> to further elaborate the detailed field.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on calvinvin's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord