#7439 closed enhancement (fixed)
xProfile: Update Markup and Styles of User > Extended Profile screen
Reported by: | mercime | Owned by: | mercime |
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Extended Profile | Keywords: | has-patch has-screenshots |
Cc: |
Description
Requires #7348 => currently 7348.3.patch
Structural changes on the xProfile input types for the front end (e.g. #6678 & #7083) require updates on the back end (e.g. #7080 & #7081).
After grouping related form elements within fieldset
s for the Profile > Edit screen in #7348, we need to adjust the markup and styles of the Extended Profile screen on the back end.
Patch and screenshots coming up.
Attachments (6)
Change History (11)
#1
@
8 years ago
- Keywords has-patch has-screenshots added
7439.patch provides style support and closing </fieldset>.
#2
@
8 years ago
7439.2.patch adds aria-describedby
, aria-expanded
, and aria-label
attributes to <button>s for parity with front end accessible <button>s.
#3
@
7 years ago
- Milestone changed from Awaiting Review to 2.9
@hnla per earlier conversation after commits in #7348, 7439.3.patch fixes markup and styles accordingly for the wp-admin User > Extended Profile screen. Includes new screenshot 7439-user-extended-profile.png
After 7348.3.patch and befre 7439.patch