是否将 HTML <dialog> tag is an HTML element that allows you to create modal dialogs or pop-up windows. It's often used for things like login forms, confirmation messages, or displaying additional information without navigating away from the current page. The

在 Discourse Composer 中将 HTML <dialog></dialog> 元素列入白名单作为原生功能是否有意义?

您在考虑什么用例?我不认为我们会希望普通用户开始在他们的帖子中添加弹出对话框? :sweat_smile:

3 个赞

类似于 \u003cdetails\u003e\u003c/details\u003e弹出脚注 的用法。

它将为用户提供另一种(现在已是惯例的)方式,以更紧凑、更具表现力的方式显示内容。:boom:

我认为任何使用 <dialog> 的地方都需要一些 JS 来实际打开/关闭它?在这种情况下,这超出了简单的 HTML 允许列表的范围,可能会属于主题/插件的范畴。

7 个赞