[Webkit-unassigned] [Bug 22705] Don't respect number of columns
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 8 12:49:02 PST 2008
https://bugs.webkit.org/show_bug.cgi?id=22705
rik at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rik at webkit.org
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Comment #4 from rik at webkit.org 2008-12-08 12:49 PDT -------
As of today, this syntax is invalid in WebKit. The spec is not yet fully
implemented so every property is prefixed with -webkit.
Therefore, the page should define :
#preamble { -webkit-columns: 2; columns: 2; }
(I've left columns: 2; for compatibility)
With this syntax, this page renders as expected for me.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list