On Nov 26, 2008, at 11:47 AM, Stephen Stewart wrote: > In HTML5 could/should I use the dialog element to section a comment > section after an article? No, dialog is intended as the DOM equivalent of a application dialog window; for example, a modal alert window. It refers to the dialog between the user and the application, not the conversational dialog between users.