- From: Steven Pemberton <Steven.Pemberton@cwi.nl>
- Date: Thu, 24 May 2007 15:25:59 +0200 (CEST)
- To: www-forms-editor@w3.org
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