Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3852642
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T17:20:52+00:00 2026-05-19T17:20:52+00:00

There is this quote from Microsoft: <![if lt IE 8]> <p>Please upgrade to Internet

  • 0

There is this quote from Microsoft:

<![if lt IE 8]>
<p>Please upgrade to Internet Explorer version 8.</p>
<![endif]>

When comparing this type of comment to
the basic HTML Comment, notice that
there are no hyphens (“–“)
immediately after the opening “” of
the comment block; therefore, the
comment delimiters are treated as
unrecognized HTML. Because the browser
does not recognize the
downlevel-revealed conditional
comment, it does nothing with it.

And there is the commonly known HTML5-Video Fallback solution.

<video ...>  
    <!-- If the browser doesn't understand the <video> element,  reference a Flash file.-->  
    <embed ...></embed>  
</video>
  • So what is happening witht he contents of an recognised Tag?

  • Is this standardized somehow or just up to the browser how to implement?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T17:20:53+00:00Added an answer on May 19, 2026 at 5:20 pm

    It’s standardized in HTML5.

    There’s two different cases. For <![if lt IE 8]>, this is processed in non IE browsers as a “bogus comment” and results in a comment node being added to the DOM. For what IE does, see Axel Fontaine’s answer.

    For <video ...> browsers other than IE (version 8 or earlier) will create a element in the DOM called “video” and it’s contents will be children of the “video” element. IE, if the HTML5 shiv is used, will do the same thing.

    For IE prior to IE9, without the HTML5 shiv, the <video ...> tag will cause one element called “VIDEO” will be created. It will be empty. The embed and any other contents will be siblings of it. Then the </video> tag will cause another element to be added to the DOM called “/VIDEO”

    As a side issue, the <embed> element is void, so </embed> is never correct. Adding it causes an element called “/EMBED” to be added to the DOM in IE versions prior to IE9.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

There's this already populated database which came from another dev. I'm not sure what
Can someone please tell me where these extra characters are coming from? This is
Quote from: http://msdn.microsoft.com/en-us/library/aa645739(VS.71).aspx "Invoking an event can only be done from within the class
I'm trying to do this in LESS (using the JS version):- .gradient-horizontal (@from, @to,
There are a good number of questions on this but none describing quite my
Not quite sure how to word this question. I am wondering if there is
There is this output of objdump on some object file: $ objdump -h main.o
There is this way, of course: OuterClass.this . But that's very clumsy. Ideally, there'd
There's this ... MSDN page, IQueryable(Of T) Interface . Can you do a better
there is this check-in-out program here at my workplace, it only takes the data

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.