• @HowManyNimons
    link
    6630 days ago

    Why are we not angrier about css generally?

    • Angry_Autist (he/him)
      link
      4830 days ago

      I am blisteringly angry about CSS in general AND THIS FUCKING ISSUE IN PARTICULAR since 2005 at the very latest. Likely enough to up the average for several thousand people with only mild dislike for CSS.

      If CSS had a church I would burn it down. In minecraft of course.

    • @[email protected]
      link
      fedilink
      3829 days ago

      I would say because a) there are zero alternatives, and b) it’s pretty powerful; you can generally do pretty much any layout even if it requires hacks, c) switching to something else is clearly infeasible so it’s not worth even asking for.

      Just have to live with it (on the web at least).

    • @[email protected]
      link
      fedilink
      English
      928 days ago

      What we were promised:

      Content in one HTML document.

      Styles in other CSS, able to apply any to completely alter the layout of the document.

      What we got:

      <div class=“mt mid flex lt-8 no-margin up-1”>

    • AwkwardLookMonkeyPuppet
      link
      English
      7
      edit-2
      29 days ago

      CSS 3 is solid, mate. You can do just about anything with it if you know what you’re doing.

    • Lemminary
      link
      630 days ago

      BaCkWaRdS cOmPaTiBiLiTy 😵‍💫

    • @xenoclast
      link
      229 days ago

      Compared to what? JS? (/joke)

  • @[email protected]
    link
    fedilink
    4729 days ago

    Is it just me or is the irony lost on the author? It says “align-content: center” but it’s only vertically aligned…

  • @PunchingWood
    link
    3030 days ago

    Well that came like 10 years too late lol

    I don’t think I’ll ever use it considering it was already easily possible with flexbox, and before that (although dirtier) with tables as well.

  • @cley_faye
    link
    1929 days ago

    Well, we’ve been vertically centring content with no-trick pure CSS for years now, so, good I guess?

      • @cley_faye
        link
        1729 days ago

        There were tons of options with multiple HTML elements with a sequence of CSS properties to reliably provide vertical centering (and also use vertical space at the same time) back in the days.

        Now, between flex and grid (mainly flex for me, I find them more convenient) all the HTML scaffolding we used to make this work can be removed to get the same result. That’s what I mean with “no trick”.

  • AwkwardLookMonkeyPuppet
    link
    English
    829 days ago

    It’s worthless if you have to give it an explicit height, and also if it doesn’t have support in all browsers.

  • Lemminary
    link
    2
    edit-2
    29 days ago

    Can we not do away with CSS/JS, learn from those mistakes and try something else? Pls, I beg you 🥺🙏

    E: Sorry, forgot the /j Lighten up, Lemmy, not everything is a serious comment that needs your scrutiny or meticulous rebuttals.

    • @Olap
      link
      830 days ago

      What would you replace it with? There are lessons to be learnt from the web, but to “fix” it is much harder

        • @Olap
          link
          729 days ago

          Nah, just back to Gopher and 5k baud. As an aside: Gemini is pretty awesome

        • key
          link
          fedilink
          English
          429 days ago

          Frankly AS did a lot of things well

        • Lemminary
          link
          328 days ago

          Please! I miss my Action Script 3, not this cheap wannabe TypeScript 😭

    • @[email protected]
      link
      fedilink
      629 days ago

      The first pass of elm ecosystem solved it. Before elm, it was also solved by other frameworks. But people wanted to be able to reuse their components and not rebuild new ones. React provided the ability to reuse css, and dirty js code in the middle of your application. You already had an way bigger ecosystem because you didn’t have to learn and built a complete new system again.

      Personally if I had the choice I believe a new start should start at the browser level. Stop supporting HTML/CSS/JS. Create a new app-centric DSL and not a document centric one like html/css/js.

      Ideally something inspired from cocoa layout. And I am dreaming but not accept generic code on the client side and only support a small controlled API. It would solve so many security issues. Sure, the creativity in such an ecosystem will be severely reduced. But we will have a so much improved UX.

      • @[email protected]
        link
        fedilink
        529 days ago

        I get the reasoning but anything like that would just be abused to enshittify things further with unblockable ads and enforced DRM on everything. At least with the open standards there is the ability to adblock and manipulate certain annoyances at a browser level

    • @hperrin
      link
      230 days ago

      Maybe we should start by doing away with x86?

  • katy ✨
    link
    fedilink
    -1029 days ago

    i did valign years ago. /s

    also i think more needs to be said about a push to localise css (and html, really). the fact that it still requires programmers to be versed in english is pretty sad.

    • @[email protected]
      link
      fedilink
      1229 days ago

      English is the most spoken language outside of its home country and it uses the simplest alphabet.

      It is a pretty sane choice.

      You could write yourself a nice preprocessor

      • @[email protected]
        link
        fedilink
        429 days ago

        It’s a simple alphabet for computing because most of the early developers of computing developed using it and therefore it’s supported everywhere. If the Vikings had developed early computers then we could use the 24 futhark runes, wouldn’t have upper and lower case to worry about, and you wouldn’t need to render curves in fonts because it’s all straight lines.

        But yeah, agreed. Very widely spoken. But don’t translate programming languages automatically; VBA does that for keywords and it’s an utter nightmare.

        • @[email protected]
          link
          fedilink
          328 days ago

          Or worse, Excel, which translates the function names but doesn’t do it automatically, so you can only open a spreadsheet if your Excel is configured to the same language as the spreadsheet was created in.

    • @[email protected]
      link
      fedilink
      English
      729 days ago

      English source code is a universal language.

      I’ve never seen a need for localization beyond domain terminology. And I think it would be a huge detrimental.

      To implement it would be unnecessary significant complexity. Effort better spent elsewhere. And for programmers it’d be confusing. Think code snippets, mixing content, and the need for reserved word expansion or exclusive parsing scopes that would be even more complex and confusing.