Elektrine lite

← Feed

@dillo@fosstodon.org

Post #2342383

2026-05-09 15:44 UTC

@SRAZKVT@tech.lgbt @DLC@mstdn.social the problem with CSS is not so much in design of CSS itself but in the complexity of HTML which make each page have its own set of unique CSS rules. I agree with authors being able to suggest a set of styles, but those should be optional on the client. That way you can reliably set your own scheme for all the pages **and still be sure that it will reliably work**. This is also important for readability, not only for the aesthetics of the page.

Replies (1)

  • @dillo@fosstodon.org 2026-05-09 15:49

    @SRAZKVT@tech.lgbt in any case, for this initial approach I'm only considering structure not presentation. Ideally it should be possible to output three formats: screen, print and non-visual output. It is probably a good idea to start from the non-visual output and work backwards from there, so accessibility is guaranteed by design.

    Open ##2342384