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

"Jukka K. Korpela" <jkorpela@cs.tut.fi>, 2013-04-16 10:48 +0300:

> 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

Yes, sorry, it was a temporary regression caused by a big patch for
improved ARIA support that I landed earlier today and pushed out to the
validator.

  --Mike

-- 
Michael[tm] Smith http://people.w3.org/mike

Received on Tuesday, 16 April 2013 08:21:12 UTC