home.social

#dialogelement — Public Fediverse posts

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

fetched live
  1. Fun with browser #CSS.

    I am tinkering with <dialog>, and the the need to style it to be nearly as wide as the page. I could go so far, but not further. Some pixels were seemingly arbitrarily subtracted from the intended width.

    Until I checked the browser default style

    dialog:modal {
    max-width: calc(100% - 2em - 6px);
    }

    Interestingly it is the same in #firefox and #chromium. 🤷

    #webdev #browser #style #dialogelement

  2. Heute bin ich auf der #unkonf in Mannheim, veranstaltet von @bitexpert .

    In den letzten Jahren waren dort wenige Frontend-Entwickler. Ein guter Grund einmal wichtige Neuerungen im Frontend der letzten Jahre zu zeigen.

    Ich hoffe, ich schaffe alle Themen.

    grochtdreis.de/vortraege/neues

    @unKonf

    #frontend #DialogElement #popover #selektoren #customproperties

  3. Heute bin ich auf der #unkonf in Mannheim, veranstaltet von @bitexpert .

    In den letzten Jahren waren dort wenige Frontend-Entwickler. Ein guter Grund einmal wichtige Neuerungen im Frontend der letzten Jahre zu zeigen.

    Ich hoffe, ich schaffe alle Themen.

    grochtdreis.de/vortraege/neues

    @unKonf

    #frontend #DialogElement #popover #selektoren #customproperties

  4. 📢 Not a guy but check out the <dialog> element now available in all modern web browsers, no more shenanigans for a modal window 👉 developer.mozilla.org/en-US/do 🚀