[LC] 11.7 Submission verb Attribute and Element

http://www.w3.org/TR/xforms11/#submit-verb

"The submission element must allow a new optional attribute named verb of type string."

Must allow?

Anyway, we now have the following possibilities:

     <submit verb="PUT"/>
     <submit><verb value="'PUT'"/></submit>
     <submit><verb>PUT</verb></submit>

Isn't this overkill?

Proposal: 
	  Since it is entirely new, use @verb as a value attribute
	      <submit verb="../method/verb"/>
	  Drop the verb child element.

Received on Thursday, 24 May 2007 13:26:16 UTC