Re: new form control

Dmitry Turin schrieb:
> Let attached picture will displayed as octagon to differ it from usual picture, i.e.
> 
>   ----------------
>  /                \
> |                  |
> |      There       | 
> |        is        |
> |      image       |
> |                  | 
>  \                /
>   ----------------

A button (looking like <button><img></button>) would be better stylable 
and seems more appropriate for an interactive widget.

> Let widget <input type=pic> will used (instead of <input type=file>) to avoid.

In order to be backwards compatible without scripting (I'm not sure if 
that's a requirement), current user agents would have to treat "pic" 
like "file", which is not the case. Something on top of type="file", 
like imagepreview="true", would perform better.

--Dao

Received on Friday, 20 April 2007 11:31:56 UTC