<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://archive.codecoupler.org/index.php?action=history&amp;feed=atom&amp;title=Tips_and_Tricks%3A_Legacy_Browser_Support</id>
	<title>Tips and Tricks: Legacy Browser Support - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://archive.codecoupler.org/index.php?action=history&amp;feed=atom&amp;title=Tips_and_Tricks%3A_Legacy_Browser_Support"/>
	<link rel="alternate" type="text/html" href="https://archive.codecoupler.org/index.php?title=Tips_and_Tricks:_Legacy_Browser_Support&amp;action=history"/>
	<updated>2026-05-03T00:43:41Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in CodeCoupler Wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://archive.codecoupler.org/index.php?title=Tips_and_Tricks:_Legacy_Browser_Support&amp;diff=324&amp;oldid=prev</id>
		<title>Tm: Die Seite wurde neu angelegt: „In one of the early versions of CodeCoupler the library &quot;HTML5 Boilerplate&quot; in version 4 was used. There was the html-Tag surrounded with conditional statement…“</title>
		<link rel="alternate" type="text/html" href="https://archive.codecoupler.org/index.php?title=Tips_and_Tricks:_Legacy_Browser_Support&amp;diff=324&amp;oldid=prev"/>
		<updated>2015-06-20T13:21:41Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „In one of the early versions of CodeCoupler the library &amp;quot;HTML5 Boilerplate&amp;quot; in version 4 was used. There was the html-Tag surrounded with conditional statement…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;In one of the early versions of CodeCoupler the library &amp;quot;HTML5 Boilerplate&amp;quot; in version 4 was used. There was the html-Tag surrounded with conditional statements for detecting older browsers. An interesting approach, but it was removed as of the version 5. Here is the complete discussion about this decission: https://github.com/h5bp/html5-boilerplate/issues/1290&lt;br /&gt;
&lt;br /&gt;
For some, this approach may also be interesting:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;!--[if lt IE 7]&amp;gt;      &amp;lt;html class=&amp;quot;no-js lt-ie9 lt-ie8 lt-ie7&amp;quot; lang=&amp;quot;&amp;lt;?= $master_lang ?&amp;gt;&amp;quot;&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE 7]&amp;gt;         &amp;lt;html class=&amp;quot;no-js lt-ie9 lt-ie8&amp;quot; lang=&amp;quot;&amp;lt;?= $master_lang ?&amp;gt;&amp;quot;&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if IE 8]&amp;gt;         &amp;lt;html class=&amp;quot;no-js lt-ie9&amp;quot; lang=&amp;quot;&amp;lt;?= $master_lang ?&amp;gt;&amp;quot;&amp;gt; &amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;!--[if gt IE 8]&amp;gt;&amp;lt;!--&amp;gt; &amp;lt;html class=&amp;quot;no-js&amp;quot; lang=&amp;quot;&amp;lt;?= $master_lang ?&amp;gt;&amp;quot;&amp;gt; &amp;lt;!--&amp;lt;![endif]--&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you can access the classes of the html-tag to detect the used browser. But the same thing can be imlemented with other libraries (e.g. modernizr), that do not mess up the html structure.&lt;/div&gt;</summary>
		<author><name>Tm</name></author>
	</entry>
</feed>