A space is added to a HTML start comment sequence making it impossible to add 
IE conditional comments 
------------------------------------------------------------------------------------------------------

                 Key: TAPESTRY-2503
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2503
             Project: Tapestry
          Issue Type: Bug
          Components: Framework
    Affects Versions: 5.0.13
            Reporter: Martijn Brinkers


I tried to add an Internet Explorer conditional style to solve some rendering 
differences between IE and FF. To way to add conditional comments is by using 
the following syntax

<!--[if IE]>
Special instructions for IE here
<![endif]-->

The problem is that Tapestry adds a space between <!-- and [if IE] 

example: <!--[if IE]> becomes <!-- [if IE]>  (note the added space)

IE only accepts the conditional comment if there is no space between <!-- and 
[if IE] 
 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to