Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What does "shiv" mean (in HTML5)?

Tags:

html

Greets all around

  1. I'm Studying html5
  2. I Understand the need for Remy's html5 shiv
  3. But the definition of "shiv" is simply killing me.

What exactly does "shiv" mean?

thanx

sleeper

like image 854
sleeper Avatar asked Nov 30 '11 02:11

sleeper


People also ask

What is the shiv in HTML5?

HTML5shiv is a javascript file that is referenced in a <script> tag. You should use HTML5shiv when you are using the new HTML5 elements such as:<article>, <section>, <aside>, <nav>, <footer>. You will require the HTML5shiv to provide compatibility for IE Browsers older than IE 9.

What is HTML5 used for?

HTML5 is a markup language used for structuring and presenting content on the World Wide Web. It is the fifth and final major HTML version that is a World Wide Web Consortium (W3C) recommendation.


1 Answers

It really should be "shim", but Resig used the term "shiv". See here: http://paulirish.com/2011/the-history-of-the-html5-shiv/

like image 80
Jonathan M Avatar answered Sep 19 '22 21:09

Jonathan M