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

Summary: "size" attribute is not known for @page
Product: web Reporter: Jindrich Sedek <jsedek>
Component: CSS Visual ToolsAssignee: Marek Fukala <mfukala>
Status: VERIFIED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.