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

Key: IDEADEV-15454
Type: Usability Problem Usability Problem
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

HTML: type attribute value of li element is not resolved

Created: 20 Mar 07 18:18   Updated: 20 Mar 07 18:18
Component/s: HTML.Editing
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,767


 Description  « Hide
Get an HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
		"http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head>
		<title>Sick time cases</title>
	</head>
	<body>
		<ul type="circle">
			<li>Item 1.</li>
			<li type="square">Item 2.</li>
			<li>Item 3.</li>
		</ul>
	</body>
</html>

Values of ul/@type are resolved: there is code completion and warnings for wrong values. Values of li/@type are not resolved this way. They could be. (Valid values are the same as for ul/@type attribute.)



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