Some good stuff here, but generally I’d disagree with: > Prevent errors: As much as possible, design the interface so that users cannot make serious errors; for example, gray out menu items that are not appropriate and do not allow alphabetic characters in numeric entry fields (Section 3.3.5 This sounds nice in theory, but in practice too many guardrails like this will just confuse users. “Why can’t I type text here?…
That is just another form of error prevention: in the end erroneous data will not be submitted.