[Webkit-unassigned] [Bug 139667] New: Incorrect order of arguments in initial-letter property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 15 20:01:00 PST 2014


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

            Bug ID: 139667
           Summary: Incorrect order of arguments in initial-letter
                    property
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Macintosh Intel
                OS: Mac OS X 10.8
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dauwhe at gmail.com
                CC: hyatt at apple.com

The order of arguments in the implementation of the initial-letter property does not match the current spec (http://dev.w3.org/csswg/css-inline/#sizing-drop-initials). The first argument should be size, and the second argument should be the number of lines that the initial letter sinks. This was incorrect in earlier versions of the editor's draft, due to an error by said editor. For example,

p::first-letter { -webkit-initial-letter: 3 1 } 

should produce a pure "raised cap," the size of a 3-line drop cap but sitting on the first text baseline.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141216/267846ce/attachment-0002.html>


More information about the webkit-unassigned mailing list