Hacker News new | ask | show | jobs
by kid64 849 days ago
> I think what's even more interesting to note is the support for modals with regular HTML and other such features, so that one can depend less and less on JavaScript. (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/di...)

From that link: "JavaScript should be used to display the <dialog> element."

1 comments

Ah that is true. It does make us depend less on JavaScript, although not to the degree I thought when linking to it.

Thank you for correcting me.