Re[2]: [CSS3] Proposal to add list-style-type: tree-line value

Daniel,

DG> that is only a part of the solution needed for
DG> UL/LI turned into foldable trees. We need a queryable way to specify an
DG> item is folded or not too.

You are speaking about some request (traditionaly implemented by
JS+XMLHttpRequest), sending by UL ?

Maybe

<ul name="TreeName" action="./script.cgi">
  <li id=1     > folder_name1 </li>
  <li id=ThatId> folder_name2 </li>
  <li id=5     > folder_name5 </li>
</ul>

sending

<treedata>
  <_ name="TreeName" event="TreeClick" arg="ThatId">
</treedata>

and accepting

<li> id=3      > folder_name3 </li>
<li> id=4      > folder_name4 </li>


http://html60.euro.ru/site/html60/en/author/tree_eng.htm



Dmitry Turin
HTML6     (6. 5.4)  http://html60.euro.ru
SQL5      (5.11.3)  http://sql50.euro.ru
Unicode7  (7. 2.1)  http://unicode70.euro.ru
Computer2 (2. 0.2)  http://computer20.euro.ru

Received on Thursday, 21 February 2008 06:53:08 UTC