[Bug 9076] Wrong Error: Table column 2 established by element td has no cells beginning in it.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=9076

JCDisciple <avwebnetonline@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |avwebnetonline@gmail.com
         Resolution|FIXED                       |---

--- Comment #4 from JCDisciple <avwebnetonline@gmail.com> ---
I am still getting this error. HTML5, UTF-8
"Table column 2 established by element td has no cells beginning in it."

Here's the markup for the TABLE:

    <table class="cobtbl">
        <tbody>
            <tr>
                <td class="prodnavigation" colspan="2">
                    <p class="prodnavigation">Content Here</p>
                </td>
                <td></td>
            </tr>
            <tr>
                <td colspan="3"></td>
            </tr>
        </tbody>
    </table>


Please advise......

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 9 December 2014 18:38:41 UTC