home.social

#zindex — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #zindex, aggregated by home.social.

fetched live
  1. 🎨🤖 "Zindex: Because what the world needs right now is a diagram-making #protocol for agents! 🥳 Forget about human #creativity, let's have #agents render 'durable state' diagrams with 40 validation rules – because nothing screams excitement like structured operations and immutable revisions! 📈✨"
    zindex.ai/ #Zindex #DiagramMaking #StructuredOperations #ImmutableRevisions #HackerNews #ngated

  2. applying a flexible #CSS z-index stack fixed a lot of messy legacy layering issues for me. There might be better ways, but this is very readable when applied, some examples:

    .is-sticky {
    position: sticky;
    z-index: var(--above-page-z);
    }

    .notification {
    z-index: var(--alert-z);
    }

    #UI #CssVariables #zindex

  3. A few things I learned while writing the #css #zindex chapter:

    - Don't mention the bloody z-axis. It only gives the poor student one more useless concept to grasp.

    - We need a property that says: "I am NOT a stacking context". Sort-of the opposite of isolation: isolate.
    isolation: PLEASE-NO-DONT?

    - Using the word 'preposterous' in a z-index context is fine. It's desirable, in fact.

    - I should give readers tips for finding wayward stacking contexts, but I don't have any.

  4. Writing an example of #css #zindex and stacking items/contexts convinced me that the whole system is ridiculously complicated and should be revised significantly - except that that would break backward compatibility, so it won't actually happen.