lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] HTML BUTTON element


From: David Dorward
Subject: Re: [Lynx-dev] HTML BUTTON element
Date: Fri, 5 Jun 2009 19:42:26 +0100 (BST)
User-agent: SquirrelMail/1.4.9a

Thomas Dickey wrote:
>> Not to the same extent as with button (since buttons can contain
>> additional markup).

> Unsure which additional markup you're referring to

<!ELEMENT INPUT - O EMPTY              -- form control -->

Input elements are empty.

<!ELEMENT BUTTON - -
     (%flow;)* -(A|%formctrl;|FORM|FIELDSET)
     -- push button -->

Button elements can contain everything in %flow (except anchors, form
controls, forms and fieldsets).

> I see that button can have
>       tabindex
>       onfocus
>       onblur

So can input.

-- 
David Dorward
http://dorward.me.uk/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]