Replies: 5 comments
-
if by dialog you mean an actual modal dialog ... there's no sense in associating it with the input field in the underlying page, as that won't be exposed/visible when you're inside the little self-contained world of the dialog. or am i misunderstanding? (and the usual "a technique doesn't require anything, it's only an informative suggestion/idea) |
Beta Was this translation helpful? Give feedback.
-
I mean a modal dialog. That's right, but I was thinking for the benefit of people closing the modal dialog and returning to the form in error. When the modal dialog presents error messages, I think it would be useful to also programmatically associate those error messages so that they are available for people navigating the form (after closing the modal dialog.) |
Beta Was this translation helpful? Give feedback.
-
Sounds like the dialog is not the right way to surface these errors then, if you also want the errors available after one dismisses the dialog |
Beta Was this translation helpful? Give feedback.
-
I agree, although a normative failure is better received than a best practice recommendation. If a customer implements error messages in a modal dialog alone, can I say that this insufficient to meet 4.1.2 because the errors are not programmatically associated with the form controls? |
Beta Was this translation helpful? Give feedback.
-
At this point, I don't know whether providing error messages in a modal dialog will pass 4.1.2 and that's what I'm trying to find out. |
Beta Was this translation helpful? Give feedback.
-
Hello!
Does sufficient technique G83 require the errors presented in the alert dialog to be programmatically associated with their respective input fields for 4.1.2 Name, Role, Value?
I'm not too interested in how this will be technically implemented.
Beta Was this translation helpful? Give feedback.
All reactions