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 17689 - tree element to display directory
Summary: tree element to display directory
Status: RESOLVED WORKSFORME
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Edward O'Connor
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-04 08:52 UTC by Yang Sun
Modified: 2013-02-12 21:41 UTC (History)
7 users (show)

See Also:


Attachments

Description Yang Sun 2012-07-04 08:52:07 UTC
when develop some application need to display local files in a hierachy style, it is not convinient to write a tree style UI for directory->file show,like windows explorer.

I think other developer also have this requirement, so can we have a tree element to display directory/file in a tree style.
Comment 1 Travis Leithead [MSFT] 2012-07-05 17:19:20 UTC
If I understand your use-case correctly, I believe the technique used is nested list items. This is how table-of-contents are typically done, which is very similar in practice to directory/file listings.

I don't think we need a new semantic element for this.
Comment 2 Yang Sun 2012-07-06 08:48:00 UTC
But we need to write more JS/CSS code to get a similar effect as windows explorer, and it make the web page redundant and large in size.

a <explorer src="file:///x/xx"></explorer> will really be very simple.

(In reply to comment #1)
> If I understand your use-case correctly, I believe the technique used is nested
> list items. This is how table-of-contents are typically done, which is very
> similar in practice to directory/file listings.
> 
> I don't think we need a new semantic element for this.
Comment 3 contributor 2012-07-18 07:12:35 UTC
This bug was cloned to create bug 17887 as part of operation convergence.
Comment 4 Erika Doyle Navara 2012-09-13 20:58:02 UTC
Moving this feature request to post-HTML5.
Comment 5 Robin Berjon 2013-01-21 15:58:14 UTC
Mass move to "HTML WG"
Comment 6 Robin Berjon 2013-01-21 16:01:00 UTC
Mass move to "HTML WG"
Comment 7 Edward O'Connor 2013-02-12 21:41:51 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: No spec change.
Rationale: As Ian said in bug 17887 comment 1, your stated use case can
be addressed by <iframe src="file://..."></iframe>. Feel free to reopen
if you have additional use cases which would require such a feature!