[whatwg] Document Type Definition (DTD) for Web Forms 2.0 - Draft 1

Greetings fantasai,

Methinks you missed a couple semi-colons...

<!ENTITY % InputType
 "(text | password | checkbox | radio | file | hidden | image |
   %Buttons | %TypedInput; | %RepeatButtons )"
  >

should be...

 %Buttons; | %TypedInput; | %RepeatButtons; )"

Just my opinion -- you could kill the fontstyle entity. ;-)

Something that made no sense to me in the HTML 4.01 DTD: events on
link and noscript elements. Not sure how the repeat attributes apply
to these elements.


Michael 'Ratt' Iannarelli

Received on Thursday, 22 July 2004 18:28:16 UTC