[Webkit-unassigned] [Bug 111925] New: max-height property overlaped by a min-height

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 9 12:19:29 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=111925

           Summary: max-height property overlaped by a min-height
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows 7
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nicolas.fontenit at gmail.com


if an identified element has a max-height value it will be overlaped if the class has a min-height

Exemple :

The div#max will be 30px height

CSS :

.min {
min-height:30px;
}

#max {
max-height:10px;
}

HTML

<div id="max" class="min">
test
</div>

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list