Closed
Bug 376219
Opened 18 years ago
Closed 18 years ago
clip: rect CSS property based on top, left coordinates instead of top, right, bottom, left
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: superruzafa, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
clip: rect values are all relatives to left, top coordinates
Reproducible: Always
Steps to Reproduce:
1. Simplyly try to apply a clip: rect property and you'll find you need to specify right value based on left side and bottom value based on top side.
Actual Results:
The problem we have.
Expected Results:
The clip as W3C says.
Here is what W3C says:
http://www.w3.org/TR/REC-CSS2/visufx.html#clipping
Updated•18 years ago
|
Component: General → Style System (CSS)
Product: Firefox → Core
QA Contact: general → style-system
Comment 1•18 years ago
|
||
That's what the W3C said in 1998. In CSS 2.1, which is what Gecko implements, they said http://www.w3.org/TR/CSS21/visufx.html#clipping
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•