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 122817 - "CSS Check " feature tags incorrectly
Summary: "CSS Check " feature tags incorrectly
Status: RESOLVED WONTFIX
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-27 03:46 UTC by richbl
Modified: 2009-11-02 14:06 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 richbl 2007-11-27 03:46:10 UTC
Does:
0) open *.CSS file
1) right-click, "Check CSS"
2) Netbeans generates CSS Check window with the following warning(s):

encountered "_". Was expecting one of: "{" "," "[" "." ":" <HASH> "+" ">"  [xxx] 

Should:

As I understand it, W3C CSS 2.x permits the use of the underscore (_) character in all but the first character of a CSS
selector. In the case of the underscore (_) character used in the first character in a selector, it is also technically
permitted, but identified as vendor-reserved.

For details, see http://www.w3.org/TR/CSS21/cover.html, 4.1 Syntax.

As of this bug report, the Netbeans 6.0 IDE is at RC, so I hardly consider this significant, except to note that, as I
understand the W3C specification, the "CSS Check" feature needs this particular rule removed.
Comment 1 Marek Fukala 2008-02-26 09:32:22 UTC
Yes, it is because of the CSS check works with CSS2.0 not 2.1 grammar. I'll try to resolve it somehow.
Comment 2 Jiri Prox 2008-04-11 01:14:54 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 3 Marek Fukala 2008-09-26 15:26:12 UTC
I plan to extent the css support in next version, this issue will be addressed as well.
Comment 4 Marek Fukala 2008-11-19 12:04:53 UTC
future=>later
Comment 5 Quality Engineering 2009-11-02 11:16:04 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX
Comment 6 richbl 2009-11-02 14:06:16 UTC
Can someone explain the rationale for closing this bug as WON'T FIX?

thanks