This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 11525 - Missing tbody element
Summary: Missing tbody element
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML/XHTML Compatibility Authoring Guide (ed: Eliot Graff) (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Eliot Graff
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-10 13:40 UTC by David Carlisle
Modified: 2011-08-04 05:07 UTC (History)
4 users (show)

See Also:


Attachments

Description David Carlisle 2010-12-10 13:40:51 UTC
the second table in section 12, and in the sample document, demonstrates an explicit <colgroup> but it omits the <tbody> element, violating the rule given a line or two above.

 <table>
      <colgroup>
        <col style="background-color:silver"/>
        <col style="background-color:gray"/>
        <col style="background-color:yellow"/>
      </colgroup>
      <tr>


should be


 <table>
      <colgroup>
        <col style="background-color:silver"/>
        <col style="background-color:gray"/>
        <col style="background-color:yellow"/>
      </colgroup>
<tbody>
      <tr>


actually the first row of both tables would probably be better in thead rather than tbody, but that's unrelated to polyglot considerations.
Comment 1 Eliot Graff 2010-12-16 16:44:40 UTC
Added to the sample and to the 16 December editor's draft.

Thanks for catching this.

E
Comment 2 Michael[tm] Smith 2011-08-04 05:06:56 UTC
mass-move component to LC1
Comment 3 Michael[tm] Smith 2011-08-04 05:07:22 UTC
mass-move component to LC1