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 142890 - "uri" is not css property value identifier
Summary: "uri" is not css property value identifier
Status: VERIFIED FIXED
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:
: 142891 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-08-05 10:54 UTC by Jindrich Sedek
Modified: 2008-08-17 15:04 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:45 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:10 UTC
*** Issue 142891 has been marked as a duplicate of this issue. ***
Comment 2 Marek Fukala 2008-08-06 12:13:51 UTC
fixed in revision 4731523d2368
Comment 3 Quality Engineering 2008-08-06 16:02:32 UTC
Integrated into 'main-golden', available in build *200808061401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/4731523d2368
User: Marek Fukala <mfukala@netbeans.org>
Log: #142890 - "uri" is not css property value identifier
Comment 4 Marek Fukala 2008-08-15 08:20:15 UTC
fixed
Comment 5 Jindrich Sedek 2008-08-17 15:04:28 UTC
verified.
NetBeans IDE Dev (Build 200808170243)