<?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>21583</bug_id>
          
          <creation_ts>2013-04-04 18:29:47 +0000</creation_ts>
          <short_desc>Section 3.2.1 Semantics - Non conforming, despite being syntactically correct</short_desc>
          <delta_ts>2017-05-25 17:43:56 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>HTML.next</product>
          <component>default</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</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="Devarshi Pant">devarshipant</reporter>
          <assigned_to name="Léonie Watson">lwatson</assigned_to>
          <cc>chaals</cc>
    
    <cc>ian</cc>
    
    <cc>mike</cc>
    
    <cc>plam</cc>
    
    <cc>robin</cc>
          
          <qa_contact name="HTML WG Bugzilla archive list">public-html-bugzilla</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>85574</commentid>
    <comment_count>0</comment_count>
    <who name="Devarshi Pant">devarshipant</who>
    <bug_when>2013-04-04 18:29:47 +0000</bug_when>
    <thetext>Refer to the first code snippet that states &quot;non-conforming, despite being syntactically correct.&quot;  Note that JAWS 13 / IE8 combination will not pick this up as a data table. Could someone share which AT (or browser) combination detected this as a table?
&lt;!DOCTYPE HTML&gt;
&lt;html lang=&quot;en-GB&quot;&gt;
 &lt;head&gt; &lt;title&gt; Demonstration &lt;/title&gt; &lt;/head&gt;
 &lt;body&gt;
  &lt;table&gt;
   &lt;tr&gt; &lt;td&gt; My favourite animal is the cat. &lt;/td&gt; &lt;/tr&gt;
   &lt;tr&gt;
    &lt;td&gt;
     —&lt;a href=&quot;http://example.org/~ernest/&quot;&gt;&lt;cite&gt;Ernest&lt;/cite&gt;&lt;/a&gt;,
     in an essay from 1992
    &lt;/td&gt;
   &lt;/tr&gt;
  &lt;/table&gt;
 &lt;/body&gt;
&lt;/html&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>85578</commentid>
    <comment_count>1</comment_count>
    <who name="Devarshi Pant">devarshipant</who>
    <bug_when>2013-04-04 19:15:25 +0000</bug_when>
    <thetext>A quick note: On adding &lt;th&gt; to the code, JAWS treats this as a data table. 

-Devarshi</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>86241</commentid>
    <comment_count>2</comment_count>
    <who name="Ian &apos;Hixie&apos; Hickson">ian</who>
    <bug_when>2013-04-15 21:57:36 +0000</bug_when>
    <thetext>Does it detect this as a data table?

  &lt;table&gt;
   &lt;tr&gt; &lt;td&gt; 13,202 &lt;/td&gt; &lt;/tr&gt;
   &lt;tr&gt; &lt;td&gt; &lt;a href=&quot;http://example.org/sources/12&quot;&gt;[12]&lt;/a&gt; &lt;/td&gt; &lt;/tr&gt;
  &lt;/table&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>86287</commentid>
    <comment_count>3</comment_count>
    <who name="Devarshi Pant">devarshipant</who>
    <bug_when>2013-04-16 13:21:37 +0000</bug_when>
    <thetext>It does not, but when I add a &lt;th&gt; element, JAWS detects it as a table. 

Something like:

&lt;table&gt;
       &lt;th&gt;I am a column Header&lt;/th&gt;
          &lt;tr&gt; &lt;td&gt; 13,202 &lt;/td&gt; &lt;/tr&gt;
          &lt;tr&gt; &lt;td&gt; &lt;a href=&quot;http://example.org/sources/12&quot;&gt;[12]&lt;/a&gt; &lt;/td&gt; &lt;/tr&gt;
&lt;/table&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>126338</commentid>
    <comment_count>4</comment_count>
    <who name="Charles McCathieNevile">chaals</who>
    <bug_when>2016-05-05 14:12:27 +0000</bug_when>
    <thetext>Has this been overtaken by Léonie&apos;s recent edit?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>128603</commentid>
    <comment_count>5</comment_count>
    <who name="Devarshi Pant">devarshipant</who>
    <bug_when>2017-05-25 13:30:45 +0000</bug_when>
    <thetext>Hi Charles,
What was Léonie&apos;s recent edit?
thanks!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>128604</commentid>
    <comment_count>6</comment_count>
    <who name="Charles McCathieNevile">chaals</who>
    <bug_when>2017-05-25 17:43:56 +0000</bug_when>
    <thetext>I don&apos;t know, but I am pretty sure it changed the section. In any case, there is no longer a table example in the semantics section, and I can&apos;t find the example cited at all, so I will close this issue as fixed...

If there is still a problem, please re-raise it as a github issue at http://github.com/w3c/html/issues</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>