Opened 12 years ago
Closed 12 years ago
#23702 closed enhancement (fixed)
Twenty Thirteen: use new HTML5 comment form argument
Reported by: | lancewillett | Owned by: | |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
Once #15080 changes are in core, update Twenty Thirteen to include the new html5
argument in comment_form()
. Then adjust CSS selectors if needed.
Attachments (2)
Change History (7)
#2
in reply to:
↑ 1
@
12 years ago
Replying to obenland:
Patch is based on 15080.6.diff
http://core.trac.wordpress.org/attachment/ticket/15080/15080.6.diff
Working well in testing. So happy to see this improved markup!
#3
follow-up:
↓ 4
@
12 years ago
@obenland How do you feel about changing:
#commentform label[for="author"], #commentform label[for="email"], #commentform label[for="url"], #commentform label[for="comment"] { float: left; padding: 5px 0; width: 100px; }
to just:
#commentform label { float: left; padding: 5px 0; width: 100px; }
Note: See
TracTickets for help on using
tickets.
Patch is based on 15080.6.diff