Opened 6 years ago
Closed 6 years ago
#7810 closed defect (bug) (fixed)
Missing label of "Template Pack" on BP settings page
Reported by: | Ankit K Gupta | Owned by: | mercime |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Settings | Keywords: | has-patch |
Cc: | ankitgupta.sqa@… |
Description
Currently, we are using label for description <p> tag and removed from "Template Pack" title.
And on other pages, we are using label on each title.
Would be great if show same behavior on all select box.
Attachments (3)
Change History (7)
#2
@
6 years ago
- Milestone changed from Awaiting Review to 3.0
Thank you for the patch @Ankit K Gupta !
This does seem more semantic, and as you note, it's what we do on the Pages tab. @mercime, could you please review to make sure that this change is proper?
#3
@
6 years ago
+100 @ankit-k-gupta! Thanks for the patch :)
@boonebgorges Confirmed. Also took this opportunity via 7810.2.patch to associate a couple of form controls with their descriptions via aria-describedby
attr. This way, assistive technologies will also announce the descriptions of respective form controls when in Forms Mode while tabbing through the options.
added patch file