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 12493 - Allow meter to be childrens of tr
Summary: Allow meter to be childrens of tr
Status: RESOLVED WONTFIX
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: All All
: P2 enhancement
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-14 14:03 UTC by Olivier Gendrin
Modified: 2013-02-02 01:11 UTC (History)
6 users (show)

See Also:


Attachments

Description Olivier Gendrin 2011-04-14 14:03:09 UTC
(This is a copy of an email send Wed, 22 Oct 2008 : http://lists.w3.org/Archives/Public/public-html/2008Oct/0075.html)

Hi Working Group !

I wish to resubmit an idea that I emitted 9 month ago, buried in the
"Header cell in top left of data tables" thread [1][2][3].

The idea was to allow <meter> into <thead> > <tr> at the same level
than <th>, to allow to build timelines, timesheets or multi channel TV
programms without using hundreds of table cells.

A @Interval attribute would be needed on td, to be able to give one or
multiple intervals in the meter scale for one input. And overflow of
intervals should also be allowed inside <tr>.

Any advices about it ?

[1] http://lists.w3.org/Archives/Public/public-html/2008Jan/0273.html
[2] http://lists.w3.org/Archives/Public/public-html/2008Jan/0284.html
[3] http://lists.w3.org/Archives/Public/public-html/2008Jan/0290.html
Comment 1 Ian 'Hixie' Hickson 2011-07-15 23:59:38 UTC
I'm not sure <meter> makes sense for this, but maybe it's because I don't really understand the use case. Can you provide some links to sites that are trying to do what you describe today?
Comment 2 Robin Berjon 2013-01-21 16:00:02 UTC
Mass move to "HTML WG"
Comment 3 Robin Berjon 2013-01-21 16:02:46 UTC
Mass move to "HTML WG"
Comment 4 Erika Doyle Navara 2013-02-02 01:11:49 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the Editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the Tracker Issue; or you may create a Tracker Issue
yourself, if you are able to do so. For more details, see this document:


   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Rejected
Change Description: (None.)
Rationale: 
Seems like the use case here could be handled by CSS Grid layout: http://dev.w3.org/csswg/css3-grid-layout/.