What is the difference between native dialogs and popovers in #HTML and when should you use which? And how do you make them accessible?
I just implemented a <dialog> and @hdv’s recent talk from CSS Day was incredibly helpful! https://www.youtube.com/watch?v=XaO2mZnIOzs
@matthiasott
Do we have a special hashtag for problems where the majority still says "use jquery" while it can be an html-only thing?
How about #noscript ?
PS - This is nice:
https://codepen.io/noahblon/pen/ZbjmbK
In the talk @hdv asked if we would like to have #noscript from <popover> also for <dialog> -
What I would really want to is if I could use the same elements in popover, dialog, datalist etc.
In any ActivityPub App one of my major UI concern is “duplication of content” for the base-html-only experience.
I mean, e.g. to not repeat the actors-elements in the inbox-view …