[Webkit-unassigned] [Bug 10894] CSS "size" property is not supported

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 5 19:51:36 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=10894


bdash at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|CSS @page should print in   |CSS "size" property is not
                   |landscape                   |supported
     Ever Confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW
                 CC|                            |bdash at webkit.org




------- Comment #2 from bdash at webkit.org  2006-12-05 19:51 PDT -------
Your reduction is incorrect -- it has CSS rules inside a <script> tag:

<style type="text/css">

</style>

<script type="text/ecmascript" ><!--
@page {size: landscape}
//--></script>


A glance at the code shows that support for the "size" property isn't
implemented, which is why your example fails to work as intended.


-- 
Configure bugmail: http://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