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 117784 - error is highlighted for @font-face {} font description
Summary: error is highlighted for @font-face {} font description
Status: RESOLVED WONTFIX
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: 2007-10-04 14:15 UTC by Jindrich Sedek
Modified: 2009-12-21 06:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (112.46 KB, image/png)
2007-10-04 14:16 UTC, Jindrich Sedek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2007-10-04 14:15:53 UTC
It's possible to define you own font description in CSS2.0 . For example if you want to reference some font from web.
@font-face {
   font-family: "Robson Celtic"; 
   src: url("http://site/fonts/rob-celt") 
}

http://www.w3.org/TR/REC-CSS2/fonts.html#font-descriptions

@ is red underlined in editor in this syntax, but it should not be
Comment 1 Jindrich Sedek 2007-10-04 14:16:32 UTC
Created attachment 50181 [details]
screenshot
Comment 2 Quality Engineering 2009-12-21 06:22:38 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team