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

Key: IDEADEV-5878
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Maxim Mossienko
Reporter: Mike Aizatsky
Votes: 0
Watchers: 0
Operations

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

Wrong Usage Highlighting for class and id

Created: 05 May 06 17:08   Updated: 05 May 06 20:53
Component/s: HTML.Editing
Fix Version/s: Demetra 5281

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

Fixed in build: 5,263


 Description  « Hide
(.html file)
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
    <style type="text/css">
        .link {
            margin: 200px;
        }

        a.link {

        }

        ul#nav {

        }
    </style>
</head>

<body>

<ul id="nav">
    <li><a class="link">About</a></li>
    <li><a class="link">Home</a></li>
    <li><a class="link">Help</a></li>
</ul>



</body>
</html>


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