TEXTAREA errors

Greeting Arnaud,

In forms.html, I've noticed two mistakes in the TEXTAREA
element.

First, there is some strange code in the "Attributes
defined elsewhere" section that includes many less-than
signs.

Second, the example states in part:

   <TEXTAREA rows="20" cols="80">
   First line of initial text.
   Second line of initial text.
   </TEXTAREA>

However, the DTD excerpt above indicates that the NAME
attribute is required; this attribute is missing from the
TEXTAREA element here.

Hope this is helpful; more errors when I see them, unless
you let me know that most of these errors have already
been found.

--Stephen
-- 
E. Stephen Mack <estephen@emf.net>
http://www.emf.net/~estephen/
(408) 395-2748

Received on Wednesday, 23 July 1997 08:21:18 UTC