Oswaldo Gutierrez
Member
Question: xenForo CCS3 uses for its default style? Tell by the shadows and rounded edges.
Ok, thanks for the quick screen I needed because internet explorer does not work in linux.
There is a "fallback" system in place for those.ok but, what happens then with the most used browser worldwide (unfortunately) that does not support css3 and less html5? I speak of internet explorer.
Yeah, that's basically what i meant.It's not a fallback system, it's just how CSS works. Browsers won't render what isn't supported, but coding css3 there where if the browser doesn't support it, it doesn't break the design, is basically the fallback. However, I am sure some elements are put in place to help IE support specifically, but which site doesn't do that.
HTML5 can be used in browsers that don't support the tags by creating the elements using JavaScript. I assume this is what Kier and Mike have doneWell basically CSS3 is not the problem, since not see rounded-corners and shadows is not important. But what happens to html5? Because we know that IE8 does not support it, how xenForo replaces the use of html5 for IE8? I guess that will have a script that detects the user's browser and based on that load the page or another, but only speculate. Because they do but may have problems.
To what tags are you referring? Generally speaking, we do not generate any tags with JS.HTML5 can be used in browsers that don't support the tags by creating the elements using JavaScript. I assume this is what Kier and Mike have done
One of our requirements for the front end is that it is fully operational without Javascript. If we relied upon tags being built with Javascript, that would fall over. So we don't.Oswaldo said that IE8 doesn't support HTML5 and I took a guess that you'd used JavaScript's createElement to create them - looking at your reply I guess I was mistaken
We use essential cookies to make this site work, and optional cookies to enhance your experience.