Wieder was gelernt

How to write Semantic CSS

Tags: css html aria accessibility
2023-02-08

How to write Semantic CSS

<li aria-current="page">...</li>
nav li[aria-current="page"] { ... }

and related stuff