Ticket #4351 (closed bug: fixed)
CSS units for zero
| Reported by: | ramaboo | Owned by: | |
|---|---|---|---|
| Priority: | trivial | Milestone: | 1.8 |
| Component: | ui.css-framework | Version: | 1.7 |
| Keywords: | zero left | Cc: | |
| Blocking: | Blocked by: |
Description
In the file jquery-ui-1.7.custom.css there are several cases where you have 0px shoulden't it just be 0? Isn't zero always just zero in CSS?
Lines 285 to 290ish.
Change History
comment:2 Changed 4 years ago by klaus.hartl
I agree, 0 does not need a unit, but it may be due to how the CSS is generated.
comment:3 Changed 4 years ago by antonello.pasella@…
From http://www.w3.org/TR/CSS2/syndata.html
"The format of a length value (denoted by <length> in this specification) is a <number> (with or without a decimal point) immediately followed by a unit identifier (e.g., px, em, etc.). After a zero length, the unit identifier is optional. "
Note: See
TracTickets for help on using
tickets.

