Skip to main content

Search and Top Navigation

#7223 closed bug (wontfix)

Opened April 06, 2011 02:43PM UTC

Closed April 06, 2011 02:53PM UTC

Last modified May 26, 2011 08:46PM UTC

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:
Blocked by: Blocking:
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.

Attachments (0)
Change History (2)

Changed April 06, 2011 02:53PM UTC by scottgonzalez comment:1

component: ui.coreCSS Framework
resolution: → wontfix
status: newclosed

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.

Changed May 26, 2011 08:46PM UTC by scottgonzalez comment:2

#7427 is a duplicate of this ticket.