[Webkit-unassigned] [Bug 72936] New: images inserted using content: url( ... ) shouldn't be resized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 22 03:59:22 PST 2011


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

           Summary: images inserted using content: url( ... ) shouldn't be
                    resized
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: florianr at opera.com


Created an attachment (id=116197)
 --> (https://bugs.webkit.org/attachment.cgi?id=116197&action=review)
Test case showing the problem.

As defined in CSS 2.1 (section 12.1 an 12.2), images inserted using content: url( ... ) shouldn't be affected by the width and height set on the (pseudo) element.

With CSS 3 inserting them becomes possible on non pseudos, as introduced by Bug 9827, but they still shouldn't be affected by the width and height set on the element. CSS3-content may lead to think otherwise, but that spec is old and broken, and should not be trusted.

See the following thread on www-style for details about this: http://lists.w3.org/Archives/Public/www-style/2011Nov/0451.html

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