This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 20885 - Redefinition of top
Summary: Redefinition of top
Status: RESOLVED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: Parser (show other bugs)
Version: CSS Validator
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-06 12:55 UTC by Jean-Guilhem Rouel
Modified: 2013-02-13 10:12 UTC (History)
0 users

See Also:


Attachments

Description Jean-Guilhem Rouel 2013-02-06 12:55:32 UTC
[From http://code.w3.org/unicorn/ticket/245]

Hello, if you try to validate this line:

.test { position:absolute; top:10px; right:0; }

The Unicorn W3C Validator will show this warning: "Redefinition of top"

I think this is a BUG. If you replace "right:0;" with "left:0;" for example, and try to validate this line:

.test { position:absolute; top:10px; left:0; }

The Unicorn W3C Validator will show no warning. Bye

Michael
Comment 1 Yves Lafon 2013-02-13 10:12:58 UTC
Fixed (issue in inheritance)