Opened 7 years ago
Closed 7 years ago
#7667 closed enhancement (fixed)
xprofile field types - required fields aren't marked with HTML5 "required" property.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Extended Profile | Keywords: | commit |
Cc: |
Description
In xprofile field types, required fields aren't marked with the HTML5 "required" property, though they are marked with aria-require
.
I don't think we should replace the latter with the former because https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-required_attribute says that "HTML5 now has the required
attribute, but aria-required
is still useful for user agents that do not yet support HTML5."
There doesn't seem to be harm in using both.
Attachments (1)
Change History (7)
#2
@
7 years ago
Not from me, although really the html attr should replace the aria role one it's true that it's suggested as no harm to have both present so lets do just that!
Any objections?