Elektrine lite

← Feed

@SRAZKVT@tech.lgbt

Post #2342387

2026-05-09 17:03 UTC

@navi@social.vlhl.dev @dillo@fosstodon.org @DLC@mstdn.social the nav tag doesn't really have much special semantics though, it's mostly just there to say "hey this is navigation links", so css would still be needed but yea it should always be used instead of a plain div

Replies (1)

  • @navi@social.vlhl.dev 2026-05-09 17:21

    @SRAZKVT@tech.lgbt @dillo@fosstodon.org @DLC@mstdn.social > the nav tag doesn't really have much special semantics though, it's mostly just there to say "hey this is navigation links", so css would still be needed and that's the bit that should be fixed, instead of patching it with css in this case, give nav enough semantics that the user's browser style can render it in a way that makes sense (menu on phones, bar on desktops/tablets, etc)

    Open ##2342388