[Webkit-unassigned] [Bug 93304] Understand and fix problems fantasai and boris are frustrated about our CSS implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 6 18:50:59 PDT 2012


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


fantasai <fantasai.bugs at inkedblade.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fantasai.bugs at inkedblade.ne
                   |                            |t




--- Comment #6 from fantasai <fantasai.bugs at inkedblade.net>  2012-08-06 18:50:56 PST ---
Media Queries bugs:
  http://lists.w3.org/Archives/Public/public-css-testsuite/2012Jun/0006.html
  http://www.w3.org/Style/CSS/Test/MediaQueries/20120229/reports/implement-report.html
I can understand not caring about parsing edge cases, but the last section is fairly critical for forwards-compat.
(Implementing 'resolution' would be pretty high on my wishlist, too, since this is probably preventing authors from switching to it from -webkit-device-pixel-ratio. But that's not a QoI issue, it's just a fairly major completeness one.)

Wrt Writing Modes, orthogonal flows are not handled correctly:
  https://bugs.webkit.org/show_bug.cgi?id=64608
  Even with -webkit-column-width: 15em; added to the inner div, the rendering
  is wrong and overflows the containing block.

  And from what Koji and jdaggett are telling me, the orientation of characters
  in vertical writing modes is really off.
  Here's a fun example:
    <style>body {
      -webkit-writing-mode: vertical-rl; -webkit-text-orientation: upright; }
    </style>
    <p>(Current—behavior)</p>
  Spacing's messed up on Linux at least, parens and dashes are the wrong
  orientation, and letters are not centered horizontally in the line.

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