Changes

Jump to: navigation, search

Tantek-Mozilla-Projects

346 bytes added, 20:29, 8 July 2011
CSS3 UI appearance values: do we need progress, fix markup typo, embolden values to make list clearer
* outline-tree - a menu where the options can be shown or hidden with small widgets, often represented by a small triangle or plus and minus signs. might be possible to build one using <code>&lt;details&gt;</code> and <code>&lt;summary&gt;</code>.
* combo-box - a field which is accompanied by a menu of preset values that can be used to quickly enter common or typical values.
* signature - a field for entering a signature, e.g. on a touch or tablet device or with a mouse.
Do we need something equivalent to HTML5's <code>&lt;progress&gt;</code> element? ====== updated appearance value list ======Full updated appearance value list with equivalents:* '''icon ''' - handled by 'icon' property and HTML5 Drag &amp; Drop* '''window ''' - mostly handled outside of elements, except perhaps a '''tooltip' '' value which could be purely presentational* '''button ''' - by default a push-button** '''push-button ''' - <code>&lt;input type=button&gt;</code> and <code>&lt;button&gt;</code>** '''hyperlink ''' - <code>&lt;a href&gt;</code>** '''radio-button ''' - <code>&lt;input type="radio"&gt;</code>** '''checkbox ''' - <code>&lt;input type="checkbox"&gt;</code>** '''menu-item ''' - <code>&lt;option&gt;</code> and <code>&lt;optgroup&gt;</code>** '''tab ''' - no HTML5 equivalent* '''menu ''' - by default a pop-up-menu** '''menubar ''' - no HTML5 equivalent** '''pull-down-menu ''' - no HTML5 equivalent** '''pop-up-menu ''' - <code>&lt;select&gt;</code>** '''list-menu ''' - <code>&lt;select size=n</code> (where n>1)** '''radio-group ''' - no HTML5 equivalent** '''checkbox-group ''' - no HTML5 equivalent** '''outline-tree ''' - no complete HTML5 equivalent but <code>&lt;details&gt;</code> and <code>&lt;summary&gt;</code> may help.** '''range ''' - <code>&lt;input type="range"&gt;</code>* '''field ''' - <code>&lt;input type="text"&gt;</code> and <code>&lt;textarea&gt;</code>** '''combo-box ''' - no HTML5 equivalent** '''signature ''' - no HTML5 equivalent** '''password ''' - <code>&lt;input type="password"&gt;</code>
==== CSS Style Attributes ====
Canmove, confirm
2,679
edits

Navigation menu