[whatwg] Have tabstrip / tab elements been discussed?

Good evening,

I am rather new to this list and am curious if anytime recently there has been discussion about adding tabstrip and tab elements to the html5 spec?  The concept of a tabstrip is a rather commonly used UI component on the web (web-applications, content management systems, facetted searches) and it would be particularly useful for accessibility if we could communicate the semantics of the tabstrip through markup.

My definition for a tabstrip is a collection of items (tabs) of which one is "active" or "selected", each tab usually will perform an action when activated.

Possible markup for tabs with no function (informational only).

<tabstrip>
  <tab>Apple</tab>
  <tab selected>Orange</tab>
  <tab>Peach</tab>
</tabstrip>

For active elements like links anchor or buttons could be used within each tab.

Thanks,
Everett Zufelt
http://zufelt.ca

Follow me on Twitter
http://twitter.com/ezufelt

View my LinkedIn Profile
http://www.linkedin.com/in/ezufelt



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.whatwg.org/pipermail/whatwg-whatwg.org/attachments/20100828/7ab5b935/attachment.htm>

Received on Friday, 27 August 2010 21:54:06 UTC