Opened 14 years ago
Closed 14 years ago
#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: | |
Blocked by: | Blocking: |
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 (4)
comment:1 Changed 14 years ago by
Milestone: | 1.7.1 → 1.8 |
---|
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
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. "
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
I believe this was only in the resizable functional CSS. Fixed in r2951.
Note: See
TracTickets for help on using
tickets.
I agree, 0 does not need a unit, but it may be due to how the CSS is generated.