rest/forms-brainstorming: Difference between revisions
Jump to navigation
Jump to search
m (Reverted edit of CfbJd8, changed back to last version by Tantek) |
No edit summary |
||
Line 23: | Line 23: | ||
==== Anchor Design Pattern ==== | ==== Anchor Design Pattern ==== | ||
Revision as of 22:32, 22 June 2007
Forms Brainstorming
This page collects ideas from forms-examples how to best encode form data into a microformat
Proposal A: DETH - Dictionaries Encoding/Transmitting HTML
Rules (Strawman)
- Only use XHTML Basic Forms Module
- Must use action with appropriate URI (no scripts)
- Recommend: use a label with every input
- Make the for of the label match the id of input
- Group label with input using
- Always place submit and reset outside grouping
Questions for further research
- How to specify whether a field is optional or required?
- Suggestion: the label contains a * ?