Opened 2 months ago
Closed 2 months ago
#23702 closed enhancement (fixed)
Twenty Thirteen: use new HTML5 comment form argument
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Bundled Theme | Version: | trunk |
| Severity: | normal | Keywords: | has-patch |
| 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)
- Keywords has-patch added; needs-patch removed
- Version set to trunk
comment:2
in reply to:
↑ 1
lancewillett — 2 months 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!
comment:3
follow-up:
↓ 4
lancewillett — 2 months 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 [attachment:15080.6.diff]