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 - "uri" is not css property value identifier
Summary: "uri" is not css property value identifier
Status: CLOSED DUPLICATE of bug 142890
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-05 10:54 UTC by Jindrich Sedek
Modified: 2008-08-05 13:02 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-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