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 238431 - Style name '.open' generates error 'Unexpected token ONLY found'
Summary: Style name '.open' generates error 'Unexpected token ONLY found'
Status: RESOLVED DUPLICATE of bug 231249
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 7.4
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-15 15:45 UTC by Dietrich_Klauder
Modified: 2013-11-16 12:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (50.11 KB, text/plain)
2013-11-15 15:45 UTC, Dietrich_Klauder
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dietrich_Klauder 2013-11-15 15:45:06 UTC
Product Version = NetBeans IDE 7.4 (Build 201310111528)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.7.0_45
Runtime = Java HotSpot(TM) Client VM 24.45-b08

Code in newcss.css:
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 15.11.2013, 16:32:07
    Author     : dkl
*/

.only {
	border-width:0px;
	margin:0px;
	padding:0px;
}

generates error 'Unexpected token ONLY found'. Same file validated by http://jigsaw.w3.org/css-validator/validator is reported OK.
Comment 1 Dietrich_Klauder 2013-11-15 15:45:10 UTC
Created attachment 142239 [details]
IDE log
Comment 2 Vladimir Riha 2013-11-16 12:39:36 UTC

*** This bug has been marked as a duplicate of bug 231249 ***