This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Specification: https://html.spec.whatwg.org/multipage/tables.html Multipage: https://html.spec.whatwg.org/multipage/#the-col-element Complete: https://html.spec.whatwg.org/#the-col-element Referrer: https://html.spec.whatwg.org/multipage/ Comment: Contexts in which this element can be used: As a child of a colgroup element that doesn't have a span attribute. This is not sufficient, it could be also a child of table, or not? Posted from: 77.7.169.160 User agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.89 Safari/537.36
(In reply to contributor from comment #0) > Contexts in which this element can be used: > As a child of a colgroup element that doesn't have a span attribute. > > This is not sufficient, it could be also a child of table, or not? Not in the DOM: http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C!DOCTYPE%20html%3E%0A%3Ctable%3E%0A%3Ccol%3E But the start tag for the colgroup element can be omitted.
resolving per comment 1 (and no follow-up response from OP to question it)