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 271414 - CSS: min-width: auto => Unexpected character(s) "auto" found
Summary: CSS: min-width: auto => Unexpected character(s) "auto" found
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: CSS Editor (show other bugs)
Version: 8.2
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-31 15:51 UTC by jareis
Modified: 2017-08-31 15:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screensho from the bug (21.14 KB, image/png)
2017-08-31 15:51 UTC, jareis
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jareis 2017-08-31 15:51:16 UTC
Created attachment 165066 [details]
Screensho from the bug

The min-width can have the value auto. So it shouldn't be identified as an error.


@see: https://developer.mozilla.org/en-US/docs/Web/CSS/min-height

Possibly related with Bug 248850