<?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>9076</bug_id>
          
          <creation_ts>2010-02-18 23:44:55 +0000</creation_ts>
          <short_desc>Wrong Error: Table column 2 established by element td has no cells beginning in it.</short_desc>
          <delta_ts>2015-08-23 07:07:27 +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>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc>http://validator.w3.org/check?uri=http%3A%2F%2Fwww.wowpanda.net%2Fs9712&amp;charset=%28detect+automatically%29&amp;doctype=Inline&amp;group=0&amp;user-agent=W3C_Validator%2F1.654</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="Andreas Bonini">koper</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>a.kuckartz</cc>
    
    <cc>avwebnetonline</cc>
    
    <cc>mike</cc>
    
    <cc>Will-Gray</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>32425</commentid>
    <comment_count>0</comment_count>
    <who name="Andreas Bonini">koper</who>
    <bug_when>2010-02-18 23:44:55 +0000</bug_when>
    <thetext>The HTML 5 validator appears to complain about:

&lt;table&gt;
&lt;tr&gt;&lt;td colspan=&quot;2&quot;&gt;...&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

even though to the best of my knowledge the HTML 5 spec (http://www.w3.org/TR/html5/tabular-data.html) doesn&apos;t say it&apos;s illegal.

(You might also be interested in the discussion at http://stackoverflow.com/questions/2292947/help-with-html-validation-error-table-column-has-no-cells-beginning-in-it)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>32451</commentid>
    <comment_count>1</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2010-02-19 17:42:09 +0000</bug_when>
    <thetext>This seems to be reproducible using validator.nu as well, so I&apos;m closing it here.

The reasoning can be found in the updated bug reporting instructions regarding HTML 5 at http://qa-dev.w3.org/wmvs/HEAD/feedback.html#bugreport (see the end of that document) which will go live to validator.w3.org soon.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>47594</commentid>
    <comment_count>2</comment_count>
    <who name="Will Gray">Will-Gray</who>
    <bug_when>2011-04-22 00:00:26 +0000</bug_when>
    <thetext>(In reply to comment #1)
&gt; This seems to be reproducible using validator.nu as well, so I&apos;m closing it
&gt; here.
&gt; 
&gt; The reasoning can be found in the updated bug reporting instructions regarding
&gt; HTML 5 at http://qa-dev.w3.org/wmvs/HEAD/feedback.html#bugreport (see the end
&gt; of that document) which will go live to validator.w3.org soon.

I&apos;m re-opening this bug. W3C posts on their site that they are using the same validator. Whether that&apos;s actually the case or not, only they know. Regardless, I get an error on one of my own pages, as described in my comment here: (from &quot;Will&quot;)  http://stackoverflow.com/questions/2292947/help-with-html-validation-error-table-column-has-no-cells-beginning-in-it/5750566#5750566

Check this page against either validator:  http://www.greenwichlibrary.org/Children/

Then check the source. Each table containing the cell with a colspan of 2 has that cell as the 2nd cell, with 4 cells across total. Either there should be no error, or maybe someone can explain exactly why the error is occurring? Also, I know the next cell (which the validator is complaining about) has style of &quot;display:hidden&quot;, but even when I remove that style, the error still occurs, so that is NOT the cause.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>47606</commentid>
    <comment_count>3</comment_count>
    <who name="Will Gray">Will-Gray</who>
    <bug_when>2011-04-22 16:03:40 +0000</bug_when>
    <thetext>I&apos;ve added this to the Validator.nu Bugzilla bug list:  http://bugzilla.validator.nu/show_bug.cgi?id=826

I&apos;d prefer to see this left open here as well though, at least until the bug is addressed by them (but do as you will...).

--Will</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>116062</commentid>
    <comment_count>4</comment_count>
    <who name="JCDisciple">avwebnetonline</who>
    <bug_when>2014-12-09 18:38:39 +0000</bug_when>
    <thetext>I am still getting this error. HTML5, UTF-8
&quot;Table column 2 established by element td has no cells beginning in it.&quot;

Here&apos;s the markup for the TABLE:

    &lt;table class=&quot;cobtbl&quot;&gt;
        &lt;tbody&gt;
            &lt;tr&gt;
                &lt;td class=&quot;prodnavigation&quot; colspan=&quot;2&quot;&gt;
                    &lt;p class=&quot;prodnavigation&quot;&gt;Content Here&lt;/p&gt;
                &lt;/td&gt;
                &lt;td&gt;&lt;/td&gt;
            &lt;/tr&gt;
            &lt;tr&gt;
                &lt;td colspan=&quot;3&quot;&gt;&lt;/td&gt;
            &lt;/tr&gt;
        &lt;/tbody&gt;
    &lt;/table&gt;


Please advise......</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>116063</commentid>
    <comment_count>5</comment_count>
    <who name="JCDisciple">avwebnetonline</who>
    <bug_when>2014-12-09 18:40:30 +0000</bug_when>
    <thetext>Here&apos;s the URL if you want to see it yourself.
https://www.metals4uonline.com/value-steel-angle</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>