Elektrine lite

← Feed

@navi@social.vlhl.dev

Post #2342386

2026-05-09 16:45 UTC

@SRAZKVT@tech.lgbt @DLC@mstdn.social @dillo@fosstodon.org i feel like the majority of things that need css for layout should be structually semantic instead e.g. it doesn't make sense that a navigation side/top bar is a div holding a unordered list, that can only show that it's actually supposed to be if the css is correct yea exists iirc, but i see people not using it often -- imo if we don't allow much css at all, it'll mean people can't hack around having proper structure

Replies (1)

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

    @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

    Open ##2342387