Modify ↓
Opened 19 years ago
Closed 19 years ago
#2658 closed defect (invalid)
trac.css fails validation
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.9.3 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
trac.css currently fails validation.
Line 50 uses 'display: inline-block'. Changing that to just 'inline' seems to work well.
Attachments (0)
Change History (3)
comment:1 by , 19 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 19 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:3 by , 19 years ago
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
That site is defaulting to checking against CSS2. You need to use the advanced interface so you can check at least against CSS2.1.
Note:
See TracTickets
for help on using tickets.
http://www.w3.org/TR/CSS21/visuren.html#display-prop
inline-block
is a valid value for thedisplay
property, so I say the CSS validator (which did you use?) is wrong here.