This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Some argument for choosing <dl dialog> or <dl type="dialog"> instead of <dialog>: (1) Breakability: [Relates to In IE, Firefox, Opera and Webkit ] When used inside <dl> it is OK to not close <dt> and <dd>. But inside a new element, such as <dialog>, legacy (aka current) user agents will make the first element after </dialog> in the following example a child of the preceding <dd>: <dialog><dt>Name<dd>Word</dialog> <p>Paragraph. Same goes for the following example, except that it becomes a child of the unclosed <p> <dialog><dt>Name<dd>Word <p>Paragraph.</dialog> <span>span</span> (2) Bug 7508: There is no reason to have different rules for where <dt> is permitted when used inside <dialog> and when used inside <dl>. (3) HIstory: HTML 4 reccommeds dialogs inside <dl> (4) Future: As HTML developes, one might want to use <dl> for other types of lists as well - an attribute solution sets a precedence for such extensions.
http://lists.w3.org/Archives/Public/public-html/2009Sep/thread.html#msg395 http://lists.w3.org/Archives/Public/public-html/2009Sep/thread.html#msg360 http://lists.w3.org/Archives/Public/public-html/2009Sep/thread.html#msg41
I nuked <dialog> altogether, per bug 7548.
This bug predates the HTML Working Group Decision Policy. If you are satisfied with the resolution of this bug, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document: http://dev.w3.org/html5/decision-policy/decision-policy.html This bug is now being moved to VERIFIED. Please respond within two weeks. If this bug is not closed, reopened or escalated within two weeks, it may be marked as NoReply and will no longer be considered a pending comment.