Opened 13 years ago
Closed 13 years ago
#23702 closed enhancement (fixed)
Twenty Thirteen: use new HTML5 comment form argument
| Reported by: | lancewillett | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Bundled Theme | Version: | 3.6 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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
@
13 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
@
13 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch is based on 15080.6.diff