Ticket #829 (closed defect: fixed)
Invalid markup
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | Front-end | Version: | 1.0-rc-2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
- tags.php
- topic.php
- forum.php
Use the W3 validator to see the errors.
Change History
Just a note on topic.php - the "start" attribute is not easily replaced by CSS methods ( lack of support for CSS counters - http://www.w3.org/TR/REC-CSS2/generate.html#counters )
We would have to drop back to transitional XHTML doctype to validate, which isn't worth the potential problems it could cause.
For now topics.php will contain one validation error on that attribute.
- Status changed from new to closed
- Resolution set to fixed
Fixed as of [1335] - props da3rX for the initial testing
- Status changed from closed to reopened
- Resolution fixed deleted
edit.php still has some minor errors.
Note: See
TracTickets for help on using
tickets.
(In [1333]) Multiple XHTML validation fixes - See #828 - See #829