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 142891

Summary: "uri" is not css property value identifier
Product: web Reporter: Jindrich Sedek <jsedek>
Component: CSS Visual ToolsAssignee: Marek Fukala <mfukala>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jindrich Sedek 2008-08-05 10:54:46 UTC
use this code:
h1{
    background-image:  |;
}

invoke cc at possition of "|"
none, inherit, url and uri are invoked, but "uri" should not be -> you can specify image uri using URL or resource 
name, but "uri" is not any keyword in the specification

also "-uri" source in right part of code completion should be without "-"
Comment 1 Jindrich Sedek 2008-08-05 11:01:17 UTC
double click 

*** This issue has been marked as a duplicate of 142890 ***
Comment 2 Jindrich Sedek 2008-08-05 13:02:45 UTC
v/c