Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Please, why that "blank"?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #161298
    ebmarques
    Participant

    Please, is there a REAL reason to have a “blank” right before “<![endif]–>”???

    For example:
    <!doctype html>
    <!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
    <!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
    <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
    <!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
    <head>...

    I see those “spaces” at almost all websites using the conditionals and can’t imagine the reason for that.

    Thanks,
    []s
    Eduardo

    #161302
    Paulie_D
    Member

    No reason that I am aware of other than readability

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Other’ is closed to new topics and replies.