Opened 7 months ago
Closed 7 months ago
#1996 closed defect (fixed)
HTML validation
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2 |
| Component: | Code Improvement | Version: | 2.1.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
After I checked for HTML5 validation some errors show up.
1: Duplicate ID
In a topic page the id of the page is the same as the first reply id, classes too Related - http://bbpress.trac.wordpress.org/ticket/1980
2: Bad value for attribute action on element form: Must be non-empty
In a forms: form-forum.php, form-reply.php, etc...
3: Attribute maxlength not allowed on element input at this point
in the line with this: <input type="hidden" name="bbp_reply_title" id="bbp_reply_title" value="Reply To: topic 2" maxlength="" />
Change History (4)
comment:1
johnjamesjacoby — 7 months ago
comment:2
johnjamesjacoby — 7 months ago
comment:3
johnjamesjacoby — 7 months ago
- Milestone changed from Awaiting Review to 2.2
comment:4
johnjamesjacoby — 7 months ago
- Resolution set to fixed
- Status changed from new to closed
Remaining issue is a duplicate of #1980; marking as resolved.
Note: See
TracTickets for help on using
tickets.
(In [4277]) Reply Titles: