From: SourceForge.net <no...@so...> - 2004-01-16 19:05:01
|
Bugs item #877547, was opened at 2004-01-15 14:19 Message generated for change (Comment added) made by cell You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=877547&group_id=97094 Category: Editor Group: Release 0.0.2 Status: Open Resolution: Accepted Priority: 5 Submitted By: Christopher Lenz (cell) Assigned to: Christopher Lenz (cell) Summary: Incorrect syntax highlighting for seemingly escaped comments Initial Comment: In CSS fragments such as the following: /* Hide from MacIE5 \*/ #info { float: right } /* */ the whole line is highlighted as a comment, even though the backslash should not escape the termination of the comment. This above trick is commonly used to hide CSS from IE 5 on the Macintosh, but other browsers correctly see the first comment termination and interpret the rule. ---------------------------------------------------------------------- >Comment By: Christopher Lenz (cell) Date: 2004-01-16 20:05 Message: Logged In: YES user_id=10889 Note that the parser does get this right, and the #info {...} rule is displayed as expected in the outline. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=877547&group_id=97094 |