Ticket #4351 (closed bug: fixed)

Opened 4 years ago

Last modified 4 years ago

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:1 Changed 4 years ago by rdworth

  • Milestone changed from 1.7.1 to 1.8

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. "

comment:4 Changed 4 years ago by scott.gonzalez

  • Status changed from new to closed
  • Resolution set to fixed

I believe this was only in the resizable functional CSS. Fixed in r2951.

Note: See TracTickets for help on using tickets.