[Bug 20885] New: Redefinition of top

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20885

            Bug ID: 20885
           Summary: Redefinition of top
    Classification: Unclassified
           Product: CSSValidator
           Version: CSS Validator
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Parser
          Assignee: dave.null@w3.org
          Reporter: jean-gui@w3.org
        QA Contact: www-validator-cvs@w3.org

[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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 6 February 2013 12:55:33 UTC