FIXED: Blank message after assigning a keyboard shortcut to an action whose shortcut was already changed.
</li>
<li>
FIXED: Selecting lines at the margin should be more accurate now.
</li>
<li>
FIXED: TopStyle sites don't correctly translate local file references that include "localhost" in them.
</li>
<li>
FIXED: Undefined classes report fails to ignore classes inside script blocks, even when site has
"Skip scripts" option selected.
</li>
<li>
FIXED: Luminosity slider in color picker can't be dragged all the way to the top or the bottom.
</li>
<li>
FIXED: Style checker reports that "transparent" is an invalid value for color.
</li>
<li>
FIXED: HTML color values inserted as hex triplets when "Use RGB triplets" setting enabled for style sheets.
</li>
<li>
FIXED: Assigning Tab key as a shortcut for indent/unindent overrides tab behavior on search/replace dialog.
</li>
<li>
FIXED: "Keyboard Shortcuts" listed twice in keyboard shortcuts dialog.
</li>
<li>
FIXED: TopStyle starts text selection after clicking in editor to regain focus if current document has been changed.
</li>
<li>
FIXED: CSS rule collapsing may affect JavaScript blocks.
</li>
<li>
FIXED: Inspector preview displays error dialogs (caused by behaviors referencing domains outside the current one, etc.)
</li>
<li>
FIXED: The class hyperlinking doesn't reflect classes contained in style sheets that are linked using @import within another style sheet.
</li>
<li>
FIXED: No reload prompt after using the style sheet link wizard while in split editor view and switching to the HTML document
to which you just added the link.
</li>
<li>
FIXED: "Edit color value" in editor context menu not enabled for "transparent."
</li>
<li>
FIXED: "List index out of bounds" error after switching style definition and dropping down a property in the inspector
that was dropped down right before changing the definition.
</li>
<li>
FIXED: Custom items added to the View Bar that point to EXE files fail to show the EXE's icon.
</li>
<li>
FIXED: The <code>html</code> element is missing the <code>xml:lang</code> attribute in the XHTML 1.0 and 1.1 definitions.
</li>
<li>
FIXED: Duplicate height/width attributes inserted when using insight to select an image in an existing IMG tag.
</li>
<li>FIXED: Image dimensions are incorrect when using large fonts.</li>
<li>FIXED: Double-clicking a folder icon in the file panel opens the wrong folder.</li>
<li>FIXED: Equal sign in script, image, table and anchor tags not correctly color coded.</li>
<li>FIXED: Inspector shows CSS Definition selection after creating new HTML document.</li>
<li>FIXED: IDs may not be correctly reflected in the default CSS preview.</li>
</ul>
<a id="issues" name="issues"></a>
<h2>
Known Issues
</h2>
<ul>
<li>
At the time of this release, the W3C CSS Validator strips blank lines that appear at the top of a style sheet, so it will report incorrect line numbers for style sheets that have
whitespace before the first rule. For example, if your style sheet has three blank lines at the top, then the W3C CSS Validator will report line numbers
that are off by three. We have reported this issue to the W3C, so this may be resolved after this version of TopStyle is released.
</li>
<li>
TopStyle doesn't support editing Unicode/DBCS files (including UTF-8).
</li>
<li>
TopStyle's thumbnail viewer doesn't support PNG images.
</li>
<li>
The style checker doesn't examine HTML style attributes in this release.
</li>
<li>
When calculating specificity, TopStyle doesn't take <strong>!important</strong> rules
into account.
</li>
<li>
Color coding of ASP, PHP, etc., within HTML strings is not supported.
</li>
<li>
The spell checker only checks the spelling of words inside content, so it doesn't check the spelling inside
<code>alt</code> attributes, etc.
</li>
<li>
The site reports don't support the use of multiple class names in an HTML element
(ex: <code><div class="one two"></code>). Note that this technique is rarely used since it's not
supported by many browsers (including Netscape 4). TopStyle's editor also doesn't color-code
multiple classes in HTML elements.
</li>
<li>
Alternate style sheets are incorrectly listed as "unused" in the site summary.
</li>
<li>
The "Edit HTML Class" and class hyperlink features don't support style sheets which are imported (via <code>@import</code>)
by a style sheet linked to the current HTML document.