<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Enabling the HTML5 parser in Firefox 3.6</title>
	<atom:link href="http://www.iandevlin.com/blog/2010/01/html5/enabling-the-html5-parser-in-firefox-3-6/feed" rel="self" type="application/rss+xml" />
	<link>http://www.iandevlin.com/blog/2010/01/html5/enabling-the-html5-parser-in-firefox-3-6</link>
	<description>A mixture of musings on web design &#38; development, history, and life</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:31:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Justai</title>
		<link>http://www.iandevlin.com/blog/2010/01/html5/enabling-the-html5-parser-in-firefox-3-6/comment-page-1#comment-1812</link>
		<dc:creator>Justai</dc:creator>
		<pubDate>Tue, 31 Jan 2012 14:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=430#comment-1812</guid>
		<description>Okay, I&#039;m using FF 3.6.25 and when I go to YouTube to watch a video in HTML5 (I&#039;ve turned off Flash plugins to test this), it tells me that I don&#039;t have an HTML5 browser.

What gives here??</description>
		<content:encoded><![CDATA[<p>Okay, I&#8217;m using FF 3.6.25 and when I go to YouTube to watch a video in HTML5 (I&#8217;ve turned off Flash plugins to test this), it tells me that I don&#8217;t have an HTML5 browser.</p>
<p>What gives here??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://www.iandevlin.com/blog/2010/01/html5/enabling-the-html5-parser-in-firefox-3-6/comment-page-1#comment-1570</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Tue, 19 Jul 2011 12:48:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=430#comment-1570</guid>
		<description>I doubt you can override someone&#039;s browser settings, which is the way it should be.

But as the article I linked to says, it could be the way your HTML markup is laid out. I can&#039;t say since I can&#039;t see it.</description>
		<content:encoded><![CDATA[<p>I doubt you can override someone&#8217;s browser settings, which is the way it should be.</p>
<p>But as the article I linked to says, it could be the way your HTML markup is laid out. I can&#8217;t say since I can&#8217;t see it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Luijten</title>
		<link>http://www.iandevlin.com/blog/2010/01/html5/enabling-the-html5-parser-in-firefox-3-6/comment-page-1#comment-1569</link>
		<dc:creator>Jan Luijten</dc:creator>
		<pubDate>Tue, 19 Jul 2011 11:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=430#comment-1569</guid>
		<description>Hi Ian,

Indeed when i alter this javascript(set the HTML55.PARSER.ENABLE to false) it doesn&#039;t require  to double click the radio&#039;s. But this isn&#039;t a fix i can use because of the high volume of users we have in our domain. If somehow i can script it within a logon script, but my knowledge about that is very very slim :-)


Kind Regards</description>
		<content:encoded><![CDATA[<p>Hi Ian,</p>
<p>Indeed when i alter this javascript(set the HTML55.PARSER.ENABLE to false) it doesn&#8217;t require  to double click the radio&#8217;s. But this isn&#8217;t a fix i can use because of the high volume of users we have in our domain. If somehow i can script it within a logon script, but my knowledge about that is very very slim <img src='http://www.iandevlin.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Kind Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Devlin</title>
		<link>http://www.iandevlin.com/blog/2010/01/html5/enabling-the-html5-parser-in-firefox-3-6/comment-page-1#comment-1558</link>
		<dc:creator>Ian Devlin</dc:creator>
		<pubDate>Fri, 01 Jul 2011 19:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=430#comment-1558</guid>
		<description>Hi Jan,

An odd problem indeed, and I know nothing about it to be honest, but it did intrigue me.

First of all is everyone definitely using Firefox 3.5.5, since Firefox 5 is the latest version?

I did a bit of investigating and apparently this issue also occurred between 3.6 and 4, due to stricter parsing rules. You can read about it at: http://support.mozilla.com/en-US/questions/828483 where there&#039;s also a suggested JavaScript solution which might be worth trying. But it also sounds like altering the markup might also help fix this. I don&#039;t know what your markup looks like though so it&#039;s hard to say.

Let me know how that goes. Hope it helps.

Regards,

Ian</description>
		<content:encoded><![CDATA[<p>Hi Jan,</p>
<p>An odd problem indeed, and I know nothing about it to be honest, but it did intrigue me.</p>
<p>First of all is everyone definitely using Firefox 3.5.5, since Firefox 5 is the latest version?</p>
<p>I did a bit of investigating and apparently this issue also occurred between 3.6 and 4, due to stricter parsing rules. You can read about it at: <a href="http://support.mozilla.com/en-US/questions/828483" rel="nofollow">http://support.mozilla.com/en-US/questions/828483</a> where there&#8217;s also a suggested JavaScript solution which might be worth trying. But it also sounds like altering the markup might also help fix this. I don&#8217;t know what your markup looks like though so it&#8217;s hard to say.</p>
<p>Let me know how that goes. Hope it helps.</p>
<p>Regards,</p>
<p>Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Luijten</title>
		<link>http://www.iandevlin.com/blog/2010/01/html5/enabling-the-html5-parser-in-firefox-3-6/comment-page-1#comment-1557</link>
		<dc:creator>Jan Luijten</dc:creator>
		<pubDate>Fri, 01 Jul 2011 13:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=430#comment-1557</guid>
		<description>Hi Ian, i have a question about the html5.parser

We are currently using a webbased ticketing system where our clients can post their IT problems to us. 
The thing is, the website uses radio buttons. these radio buttons are making it easy for them how to determine their it related problems: for example:  Desktop/Terminal issu
Printin issue, domotics issue etc...
The thing is: In firefox some of our users have to double click such radio button, otherwise it just checks of to the standard choice...  The other part of the users just can click it once and the button is highlighted.
I found out that when i set the html5.parser.enable to false in a user&#039;s profile, this user doesn&#039;t have to click twice anymore on the radiobutton to highlight it...

The other strange thing i found out: not every user on the same server with te same version of firefox(3.5.5) has this html5.parser.enable option in the about:config


My question to you:  Is their another way around this problem then manually change alle the user profiles with this &quot;double click problem&quot;?



Tnx in advance




Jan Luijten</description>
		<content:encoded><![CDATA[<p>Hi Ian, i have a question about the html5.parser</p>
<p>We are currently using a webbased ticketing system where our clients can post their IT problems to us.<br />
The thing is, the website uses radio buttons. these radio buttons are making it easy for them how to determine their it related problems: for example:  Desktop/Terminal issu<br />
Printin issue, domotics issue etc&#8230;<br />
The thing is: In firefox some of our users have to double click such radio button, otherwise it just checks of to the standard choice&#8230;  The other part of the users just can click it once and the button is highlighted.<br />
I found out that when i set the html5.parser.enable to false in a user&#8217;s profile, this user doesn&#8217;t have to click twice anymore on the radiobutton to highlight it&#8230;</p>
<p>The other strange thing i found out: not every user on the same server with te same version of firefox(3.5.5) has this html5.parser.enable option in the about:config</p>
<p>My question to you:  Is their another way around this problem then manually change alle the user profiles with this &#8220;double click problem&#8221;?</p>
<p>Tnx in advance</p>
<p>Jan Luijten</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian</title>
		<link>http://www.iandevlin.com/blog/2010/01/html5/enabling-the-html5-parser-in-firefox-3-6/comment-page-1#comment-1516</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Wed, 09 Mar 2011 16:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=430#comment-1516</guid>
		<description>I would assume it uses it based on the doctype, i.e. if it&#039;s HTML5 it uses the HTML5 parser.</description>
		<content:encoded><![CDATA[<p>I would assume it uses it based on the doctype, i.e. if it&#8217;s HTML5 it uses the HTML5 parser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jukka K. Korpela</title>
		<link>http://www.iandevlin.com/blog/2010/01/html5/enabling-the-html5-parser-in-firefox-3-6/comment-page-1#comment-1515</link>
		<dc:creator>Jukka K. Korpela</dc:creator>
		<pubDate>Wed, 09 Mar 2011 16:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=430#comment-1515</guid>
		<description>Thanks for the quick reply. I wonder if this means that a  thing will now trigger a parsing mode different from the mode used for other documents. (And how can one tell the difference?) Or does it just mean that Firefox now simply uses the HTML5 parser, for all documents?</description>
		<content:encoded><![CDATA[<p>Thanks for the quick reply. I wonder if this means that a  thing will now trigger a parsing mode different from the mode used for other documents. (And how can one tell the difference?) Or does it just mean that Firefox now simply uses the HTML5 parser, for all documents?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ian</title>
		<link>http://www.iandevlin.com/blog/2010/01/html5/enabling-the-html5-parser-in-firefox-3-6/comment-page-1#comment-1514</link>
		<dc:creator>ian</dc:creator>
		<pubDate>Wed, 09 Mar 2011 09:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=430#comment-1514</guid>
		<description>The Firefox HTML5 parser is on by default now Jukka, so you are correct, it&#039;s been taken out.

This post is surprisingly popular considering it&#039;s obsolete!</description>
		<content:encoded><![CDATA[<p>The Firefox HTML5 parser is on by default now Jukka, so you are correct, it&#8217;s been taken out.</p>
<p>This post is surprisingly popular considering it&#8217;s obsolete!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jukka K. Korpela</title>
		<link>http://www.iandevlin.com/blog/2010/01/html5/enabling-the-html5-parser-in-firefox-3-6/comment-page-1#comment-1513</link>
		<dc:creator>Jukka K. Korpela</dc:creator>
		<pubDate>Wed, 09 Mar 2011 09:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=430#comment-1513</guid>
		<description>On Firefox 3.6.15, under Windows Vista, about:config opens me a list that has no html5.enable entry, or anything containing html5.

Did I misunderstand something, or did they take this feature out?</description>
		<content:encoded><![CDATA[<p>On Firefox 3.6.15, under Windows Vista, about:config opens me a list that has no html5.enable entry, or anything containing html5.</p>
<p>Did I misunderstand something, or did they take this feature out?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top Ten Most Read Blog Posts of 2010 &#124; iandevlin.com - blog</title>
		<link>http://www.iandevlin.com/blog/2010/01/html5/enabling-the-html5-parser-in-firefox-3-6/comment-page-1#comment-1424</link>
		<dc:creator>Top Ten Most Read Blog Posts of 2010 &#124; iandevlin.com - blog</dc:creator>
		<pubDate>Fri, 31 Dec 2010 08:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.iandevlin.com/blog/?p=430#comment-1424</guid>
		<description>[...] Enabling the HTML5 parser in Firefox 3.6. [...]</description>
		<content:encoded><![CDATA[<p>[...] Enabling the HTML5 parser in Firefox 3.6. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

