Re: Suggestions for HTML5 or further HTML-versions

(Dramatically reduce cc list to reduce cross-posting.)

On Fri, 12 Jun 2009, Joonas Linde wrote:
>
> done with Scripting. It would be better, if these things would be 
> possible without Scripting, only declarative with HTML / CSS:
> 
> 1. The german library-catalog "KVK"
> (http://www.ubka.uni-karlsruhe.de/kvk.html) uses JavaScript in Forms,
> to toggle multiple check-boxes on/off by clicking only one check-box.
> In detail: there are inferior check boxes you can toggle on/off. And
> superior check-boxes, that toggle on/off a group of other check-boxes,
> with just one activation/deactivation of this superior check-box.

This is on the list for features for next version. Right now we're waiting 
for the features already specified in HTML5 to be implemented first, so 
that we don't get too far ahead of implementations.


> 2. Often JavaScript is used to expand/collapse parts of a form (e.g. in 
> Mail-Forms to expand/collaps the CC- and BCC-field.

HTML5 has a <details> element for this.


> 3. And JavaScript is often used to mark the active text-box (from many 
> text-boxes) with a colored line around it or something like that (e.g. 
> in GoogleMail).

CSS can now do this with a :focus rule.

Cheers,
-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Friday, 10 July 2009 22:25:13 UTC