Re: readonly on input type="text" gives error

2013-04-16 2:09, Jade Armstrong wrote:

> I just started noticing that if i have an input of type text and the
> readonly attribute present, it gives an error.  Not sure why this is
> happening.
>
> sample HTML:
> <!DOCTYPE html>
> <html>
> <head><title>test</title></head>
> <body><input type="text" readonly="readonly" />
> </body></html>

This was a short-lived bug, which has now been fixed, see
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21708

Yucca

Received on Tuesday, 16 April 2013 07:49:20 UTC