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 8897075
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T00:14:32+00:00 2026-06-15T00:14:32+00:00

I have recently began using HTML 5 instead of XHTML and I see many

  • 0

I have recently began using HTML 5 instead of XHTML and I see many benefits. It’s cleaner, simpler and easier to use. The tags are nicer, the elements make more sense, it’s just a nicer and easier way to code.

However, there’s the fallback that is isn’t supported in IE 8 and down. To make it work, you have to use an HTML 5 JavScript shiv. This works great unless the user has their JavaScript turned off.

Doing some very crude math here, if about 13% of all users use IE 8 and down (as of November 14, 2012) and 2% of all users have their JavaScript disabled, then 0.26% of users use a legacy browser that has their JavaScript turned off. This will then cause the HTML 5 website to break. The principal of Progressive Enhancement says a website should still work with JS disabled, however in this case the website won’t work at all — it will break and become a garbled mess.

A noscript tag that says “Please turn on your JavaScript.” could work, but unless you can make it very obvious, it may not be seen in the mess of text and content.

Since a noscript tag in the head is valid in HTML 5, would the following be a correct way to address this problem?

 <!DOCTYPE HTML>
 <html>
 <head>
     <noscript>
         <!--[if lte IE 8]>
             <meta http-equiv="refresh" content="0"; ,URL=http://www.example.com/no-js">
         <![endif]-->
     <noscript>
 </head>

To summarize the above code, the code checks if the user has their JavaScript disabled, then checks if it’s IE 8 and down and if so, then redirects to another page.

The redirected page can be made in XHTML and explain that the website is made in HTML 5 and needs JavaScript enabled in older browsers to run correctly. Then, once the user enables their JavaScript you can use something like this in the head:

<script>
    window.history.back();
</script>

So the user will automatically be resent back to the previous page.

Would this be the right way to go about this? Or is it even worth it for only 0.26% of all users?

  • 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-06-15T00:14:34+00:00Added an answer on June 15, 2026 at 12:14 am

    To be honest, I think your last line sums it up – its not worth the effort. We all dropped support for IE6 and IE7 while they were still at higher percentages than that.

    If you’re really worried about that fraction of a percent, just don’t use the HTML5 tags — it’s not as if they’re adding any functionality to the site; they’re just there for semantics.

    If OldIE users with Javscript disabled are that important to you, you can live without the HTML5 tags.

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

Sidebar

Related Questions

I recently began using BIRT and have developed a report to use with my
I have recently began using C# to invoke powershell scripts, with some success :)
While I'm fine with standard control styling in silverlight I have recently began using
I recently have began using prepared statements again in a web application, and I
I recently began to start using functions to make casting easier on my fingers
So I have only recently began using ajax with jQuery. I am wondering if
I have been using javascript for some while now and recently began using jquery
I've recently began using dTrace and have noticed just how awesome it is. Its
I recently began setting up my own library and projects using a cross platform
I have recently begun using Scala. I've written a DSL in it which can

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.