@zensaiyuki Forms meanwhile are a very interesting design space for me!
I might struggle to verbalize some/many forms in the wild, but with some minor HTML extensions there's opportunity to build Alexa-level conversational UIs! Though not as many as some may think due to HTML5.
TVs meanwhile needs those forms rendered to their own menus.
In either case I have to seperate forms out into their own mode & disallow styling to make them function well in these mediums.
@alcinnz the base html form language is pretty good at expressing semantically what the form is/wants. it’s even a great API definition language, even if the apis amit describes are boring and old fashioned. ideally stuff like css/javascript is only used to enhance the experience- the forms *should* work with javascript and css fully disabled. but as we all know, they typically don’t.