Elektrine lite

← Feed

@navi@social.vlhl.dev

Post #2342388

2026-05-09 17:21 UTC

@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)

Replies (1)

  • @SRAZKVT@tech.lgbt 2026-05-09 17:25

    @navi@social.vlhl.dev @dillo@fosstodon.org @DLC@mstdn.social yeah, i think nav should require a list of either links or list of links (ordered or not, doesn't matter) (and probably limited to 2 levels, never seen a case where going three or more levels deep is beneficial) specifically for that

    Open ##2342389