This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 135819 - "size" attribute is not known for @page
Summary: "size" attribute is not known for @page
Status: VERIFIED WONTFIX
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-26 15:20 UTC by Jindrich Sedek
Modified: 2008-12-08 10:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2008-05-26 15:20:59 UTC
use this code in CSS file:
-----------------
@page { 
    size: auto; 
    margin: 2cm 
}
-------------
size attribute is marked as unknow, but it's correct in @page rule:
see 

http://www.w3.org/TR/REC-CSS2/page.html#page-box
Comment 1 Marek Fukala 2008-09-25 17:04:04 UTC
We support css 2.1 not 2.0
Comment 2 Jindrich Sedek 2008-12-08 10:54:07 UTC
v.