Edgewall Software

Ticket #2658 (closed defect: invalid)

Opened 3 years ago

Last modified 3 years ago

trac.css fails validation

Reported by: jhuntwork@… Owned by: jonas
Priority: normal Milestone:
Component: general Version: 0.9.3
Severity: normal Keywords:
Cc:

Description

trac.css currently fails validation.

Line 50 uses 'display: inline-block'. Changing that to just 'inline' seems to work well.

source:/trunk/htdocs/css/trac.css#L50

Attachments

Change History

Changed 3 years ago by cmlenz

  • status changed from new to closed
  • resolution set to invalid

http://www.w3.org/TR/CSS21/visuren.html#display-prop

inline-block is a valid value for the display property, so I say the CSS validator (which did you use?) is wrong here.

Changed 3 years ago by anonymous

  • status changed from reopened to closed
  • resolution set to invalid

That site is defaulting to checking against CSS2. You need to use the advanced interface so you can check at least against CSS2.1.

Add/Change #2658 (trac.css fails validation)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.