Re: Minimum viable custom elements

On Sat, Jan 31, 2015 at 7:40 PM, Chris Bateman <chrisb808@gmail.com> wrote:
> The -webkit-appreance CSS is definitely another issue, so here's an example
> with just JS behavior:
>
> <input is="number-input" decimals="2">

The way to do this, FWIW, is <input type=number step=0.01> and solve
the styling issue.


-- 
https://annevankesteren.nl/

Received on Monday, 2 February 2015 10:37:19 UTC