GithubHelp home page GithubHelp logo

Comments (18)

Holek avatar Holek commented on May 4, 2024

IE6 is no longer supported by Microsoft, Google and many web developers. Why should we care about this old browser?

http://ie6funeral.com/

from html5-boilerplate.

chrismendis avatar chrismendis commented on May 4, 2024

"Cross-browser compatible (IE6, yeah we got that.)"

If the site makes such a claim, then we should care. I can understand that there's going to be some degradation in IE6, but it should at least be graceful.

from html5-boilerplate.

akuckartz avatar akuckartz commented on May 4, 2024

Unfortunately a lot of people are still using IE6.

Maybe some JavaScript code can be added which displays a message for them ;-)

from html5-boilerplate.

rileyw avatar rileyw commented on May 4, 2024

IE8 shows an error for html5boilerplate.com
http://pastie.org/1089516

Looks like the "Walk through it with me, now" is broken.
http://yfrog.com/6lscreenshot20100812at744p

Looks like the biggest fault in IE6 is the Syntax Highlighter?
http://yfrog.com/j6screenshot20100812at748p

from html5-boilerplate.

WraithKenny avatar WraithKenny commented on May 4, 2024

Not sure what the boiler plate file compatibility list has to do with the host site's compatibility. It's not running a bare boiler plate obviously.

from html5-boilerplate.

paulirish avatar paulirish commented on May 4, 2024

if anyone wanted to help fix this we'd be really happy and give you tons of shoutouts and all that. :)

site repo is here: http://github.com/nimbupani/html5boilerplate-site

from html5-boilerplate.

zackd avatar zackd commented on May 4, 2024

@ akuckartz
http://code.google.com/p/ie6-upgrade-warning/
..its a classic :)

from html5-boilerplate.

adeelejaz avatar adeelejaz commented on May 4, 2024

@paul .. forked and on the case ..

from html5-boilerplate.

adeelejaz avatar adeelejaz commented on May 4, 2024

I've fixed the IE issue (http://github.com/adeelejaz/html5boilerplate-site/commit/471083d75743c8e7f2402a57e63077d6872934de)

And the issue with new lines missing in code examples is a bug in SyntaxHighlighter which already has been reported (http://bitbucket.org/alexg/syntaxhighlighter/issue/197/internet-explorer-missing-newlines)

I'm going to try out http://shjs.sourceforge.net/ to see if it works and use that instead.

from html5-boilerplate.

nimbupani avatar nimbupani commented on May 4, 2024

sweet! Can you do a pull request for this adeel?

from html5-boilerplate.

adeelejaz avatar adeelejaz commented on May 4, 2024

Isn't the IE fix already in there? I think Paul pulled it: nimbupani/html5boilerplate-site@471083d75743c8e7f2402a57e63077d6872934de

from html5-boilerplate.

nimbupani avatar nimbupani commented on May 4, 2024

So I noticed belatedly!

from html5-boilerplate.

nimbupani avatar nimbupani commented on May 4, 2024

Hi Adeel, any luck with the shjs?

from html5-boilerplate.

adeelejaz avatar adeelejaz commented on May 4, 2024

SHJS is pretty cool.. handles IE6 really well. Only thing missing is line numbers but working on that. Will put in a pull request pretty soon.

from html5-boilerplate.

paulirish avatar paulirish commented on May 4, 2024

adeel, whats the status? we're looking to release 0.9.5 tomorrow. :)

from html5-boilerplate.

adeelejaz avatar adeelejaz commented on May 4, 2024

I've worked out the issue (as SHJS starts breaking as well with .html files). The reason is the 'pre' tag and IE. Apparently IE ignores whitespaces (newlines, tabs) in pre tag. More here: http://www.quirksmode.org/bugreports/archives/2004/11/innerhtml_and_t.html

The only way I've figured so far is to using jQuery to test whether the browser is IE and if true, replace newlines with 'br' tags.. But it doesn't look pretty at all as IE merges all 'br' into one 'br'. I'll try for a more elegant way to achieve this tonight, if not I'll commit what I've done so far so you can have a whack at it..

from html5-boilerplate.

adeelejaz avatar adeelejaz commented on May 4, 2024

Ok guys, last night (after countless nights lol), I had a breakthrough-ish, I've got all the new lines working with SHJS (wohoo!). The problem is SHJS does not have an Apache library to highlight .htaccess file (boo!). So, I probably need some regex guru to help me out.

What I recon is close this ticket as this issue has nothing to do with html5boilerplate (but actually its website) and take this discussion to: http://github.com/nimbupani/html5boilerplate-site/issues/issue/11

from html5-boilerplate.

nimbupani avatar nimbupani commented on May 4, 2024

Agreed.

from html5-boilerplate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.