====== Read-only Form Fields ====== The [[https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/document_role|ARIA document role]] may be useful for parts of the page where the screen reader should not treat elements as interactive controls, like read-only form fields. Use ''aria-readonly'' to mark individual fields; [[accessibility:aria:live#form_static_attributes|see the ARIA section on Form Static Attributes]] for more detail.