<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>8609</bug_id>
          
          <creation_ts>2010-01-04 00:42:03 +0000</creation_ts>
          <short_desc>The dialog element doesn&apos;t seem to be valid in any context</short_desc>
          <delta_ts>2015-08-23 07:07:04 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML Checker</product>
          <component>General</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Benjamin Truyman">bentruyman</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>mike</cc>
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>30342</commentid>
    <comment_count>0</comment_count>
    <who name="Benjamin Truyman">bentruyman</who>
    <bug_when>2010-01-04 00:42:03 +0000</bug_when>
    <thetext>I&apos;ve been validating some HTML5 for a blog I&apos;ve been developing and I&apos;m finding that nothing I do will make the placement of a &lt;dialog&gt; element valid.

For example:

&lt;!DOCTYPE html&gt;
&lt;html&gt;
	&lt;head&gt;
		&lt;title&gt;Test&lt;/title&gt;
		&lt;meta content=&quot;text/html; charset=utf-8&quot; http-equiv=&quot;Content-Type&quot;&gt;
	&lt;/head&gt;
	&lt;body&gt;
		&lt;section&gt;
			&lt;dialog&gt;
				&lt;dt&gt;Foo&lt;/dt&gt;
				&lt;dd&gt;Bar&lt;/dd&gt;
			&lt;/dialog&gt;
		&lt;/section&gt;
	&lt;/body&gt;
&lt;/html&gt;

The above HTML should validate according to the latest HTML5 Working Draft.  Instead, when run through the validator I&apos;m given the following error:

&quot;Line 9, Column 11: Element dialog not allowed as child of element section in this context. (Suppressing further errors from this subtree.)&quot;

According to the spec, the &lt;dialog&gt; element should be valid wherever &quot;flow content&quot; is expected, such as a &lt;section&gt;, correct?  I&apos;ve even tried swapping out the &lt;section&gt; element for others like &lt;p&gt;, &lt;div&gt;, &lt;span&gt;, etc., and still no luck.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>30345</commentid>
    <comment_count>1</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2010-01-04 06:56:16 +0000</bug_when>
    <thetext>This appears to come directly from the HTML5 validator and I can reproduce with validator.nu, so I&apos;m closing this issue here.  For an explanation why, see the updated bug reporting instructions (bottom of the page) for our next release:

http://qa-dev.w3.org/wmvs/HEAD/feedback.html#bugreport</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>36140</commentid>
    <comment_count>2</comment_count>
    <who name="Michael[tm] Smith">mike</who>
    <bug_when>2010-06-14 06:53:33 +0000</bug_when>
    <thetext>The &lt;dialog&gt; element has since been removed from the HTML5 spec.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>