[Webkit-unassigned] [Bug 141417] New: text-align start / end failure in table cells

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 10 00:30:26 PST 2015


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

            Bug ID: 141417
           Summary: text-align start / end failure in table cells
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: phiw2 at l-c-n.com

Created attachment 246315
  --> https://bugs.webkit.org/attachment.cgi?id=246315&action=review
test case

text-align: start fails inside a <th>; the content in the cell is centred aligned instead (the default / initial value)
text-align: end fails inside a <td>; text is left-aligned instead (text-align: start appears to work, but then, text-align: left is the initial value…)

In the attached test case, I’ve set `td { text-align: center; }` this is (correctly) overridden by `text-align: start`.

Tested on 10.10.2 with Safari 8.0.3 and latest Nightly build (r179862)

-- 
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/20150210/9182089c/attachment-0002.html>


More information about the webkit-unassigned mailing list