History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-13608
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Alexey Pegov
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

CSS: inspection "Incorrect order of values in shorthand property" could be introduced

Created: 22 Jan 07 17:58   Updated: 16 Mar 07 19:14
Component/s: Code Analysis. Inspection, CSS Editing
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
Issue Links:
Relates
This issue relates to:
IDEADEV-5850 CSS composite properties support Critical Resolved
 

Build: 6,658


 Description  « Hide
The order of values in shorthand CSS properties in general plays a part. E.g. the following stylesheet:
p {
	font: bolder x-large monospace;
}

will result in Mozilla in bold large monospace font, as expected.
While the following stylesheet:

p {
	font: monospace bolder x-large;
}

will result in default font. The reason is incorrect order of values of "font" property.
Special inspection could be introduced to detect such errors.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.