Hacker News new | ask | show | jobs
by bluejekyll 3805 days ago
this is all about default CSS values associated with the tag, you can override them as you like which is probably what your relying on.
1 comments

But obviously when you use your reset.css that all goes out the window anyway... I thought it was some semantic thing for screen readers.
Correct me if I'm wrong but I believe there are aria attributes (e.g.: role="navigation") that can also be used as well for this same purpose. Nav is probably safer, but agreed on the CSS reset.