Ticket #7223 (closed bug: wontfix)

Opened 2 years ago

Last modified 2 years ago

Some Validation errors in jquery-ui-1.8.9.custom.css

Reported by: rethus Owned by:
Priority: minor Milestone: 1.9.0
Component: ui.css-framework Version: 1.8.11
Keywords: Cc:
Blocking: Blocked by:

Description

I have found the following validation error in the file:

  • .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); } remove the clip rect(1px 1px 1px 1px) = its double, the comma-separeted are the right one!

There are some other errors: like Zoom in .ui-accordion. Validator say no such property.

Would be good if there are Browser-separeted files: So i could pre-check which browser is used and load only the css which for this browser. So Validation errors for webkit or firefox-spcialtags are not appear.

Change History

comment:1 Changed 2 years ago by scott.gonzalez

  • Status changed from new to closed
  • Resolution set to wontfix
  • Component changed from ui.core to CSS Framework

We don't care about validation errors. We know that the code works and is written as intended. Valid CSS is pointless if it doesn't do what you want.

comment:2 Changed 2 years ago by scott.gonzalez

#7427 is a duplicate of this ticket.

Note: See TracTickets for help on using tickets.