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 116343 - .55ft syntax shoul de marked as deprecated
Summary: .55ft syntax shoul de marked as deprecated
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Visual Tools (show other bugs)
Version: 6.x
Hardware: Sun All
: P4 blocker (vote)
Assignee: Jan Stola
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-21 15:56 UTC by Jindrich Sedek
Modified: 2014-10-06 13:27 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2007-09-21 15:56:59 UTC
syntax of is deprecated:
.55ft{

}

it was replaced by syntax:
.\55ft{
}

it's no more valid to start class name with a number, but it must be escaped since CSS 2.0