<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>DOM Scripting comments: ABBRacadabra</title>
        <link>http://domscripting.com/blog/display/113</link>
        <description>Internet Explorer can be coerced into supporting elements.</description>
        <language>en</language>
        <item>
            <title>Zeb</title>
            <link>http://domscripting.com/blog/display.php/113#comment978</link>
            <content:encoded><![CDATA[<p>I tried it and it worked. nice trick</p>
]]></content:encoded>
            <pubDate>Sat, 23 Feb 2008 14:59:14 GMT</pubDate>
        </item>
        <item>
            <title>Maria</title>
            <link>http://domscripting.com/blog/display.php/113#comment977</link>
            <content:encoded><![CDATA[<p>Thanks Jeremy! really a helpful tip </p>
]]></content:encoded>
            <pubDate>Sat, 23 Feb 2008 12:22:34 GMT</pubDate>
        </item>
        <item>
            <title>Margret</title>
            <link>http://domscripting.com/blog/display.php/113#comment976</link>
            <content:encoded><![CDATA[<p>Neat little trick for IE, thanks for sharing it.</p>
]]></content:encoded>
            <pubDate>Wed, 20 Feb 2008 02:47:38 GMT</pubDate>
        </item>
        <item>
            <title>Sierra</title>
            <link>http://domscripting.com/blog/display.php/113#comment975</link>
            <content:encoded><![CDATA[<p>I agree it don&#8217;t need to be writed in Errata but thanks for sharing it with us.</p>
]]></content:encoded>
            <pubDate>Tue, 19 Feb 2008 00:59:28 GMT</pubDate>
        </item>
        <item>
            <title>Ramses</title>
            <link>http://domscripting.com/blog/display.php/113#comment974</link>
            <content:encoded><![CDATA[<p>Hi Jeremy, thanks for that share</p>
]]></content:encoded>
            <pubDate>Sun, 17 Feb 2008 17:17:52 GMT</pubDate>
        </item>
        <item>
            <title>DJ</title>
            <link>http://domscripting.com/blog/display.php/113#comment973</link>
            <content:encoded><![CDATA[<p>Good</p>
]]></content:encoded>
            <pubDate>Fri, 15 Feb 2008 20:50:09 GMT</pubDate>
        </item>
        <item>
            <title>Susan</title>
            <link>http://domscripting.com/blog/display.php/113#comment972</link>
            <content:encoded><![CDATA[<p>It is a good tip. When I start working on a site, I will use it&#8230; </p>
]]></content:encoded>
            <pubDate>Thu, 14 Feb 2008 12:17:09 GMT</pubDate>
        </item>
        <item>
            <title>Rick</title>
            <link>http://domscripting.com/blog/display.php/113#comment971</link>
            <content:encoded><![CDATA[<p>This is not just an IE quirk!  If you use document.createElement(&quot;dufus&quot;) as above, the &amp;lt;dufus&amp;gt; tag will then be usable your document and show up in the browser.  You can use it and style it as if it was a W3C HTML defined tag.  Just be sure to use display: inline or display: block ( or &#8230; ) in the CSS!</p>

<p>This works in IE6, Firefox 2.0.0.12 and Opera 9.25</p>

<p>The older, more involved, way to get IE6 ( and below) to recognize  is to use an XML namespace in your XHTML document.  The &amp;lt;html&amp;gt; tag would look like this:</p>

<p>&amp;lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml&amp;quot">http://www.w3.org/1999/xhtml&amp;quot</a>; xmlns:html=&quot;<a href="http://www.W3.org/1999/xhtml&amp;quot">http://www.W3.org/1999/xhtml&amp;quot</a>; lang=&quot;en&quot; xml:lang=&quot;en&quot; &amp;gt;</p>

<p>The two namespaces are different according to the XMLNS spec, even though their URI&#8217;s resolve to the same place.  You could then do this:</p>

<p>&amp;lthtml:abbr&gt; title=&quot;HyperText Markup Language&quot;&amp;gt;HTML&amp;lt;/html:abbr&amp;gt;</p>

<p>to get IE to recognize the &amp;lt;abbr&amp;gt; tag.</p>
]]></content:encoded>
            <pubDate>Mon, 11 Feb 2008 20:09:00 GMT</pubDate>
        </item>
        <item>
            <title>Gary Barber</title>
            <link>http://domscripting.com/blog/display.php/113#comment970</link>
            <content:encoded><![CDATA[<p>That is Gold, just pure gold.  Good find</p>
]]></content:encoded>
            <pubDate>Sun, 10 Feb 2008 05:29:20 GMT</pubDate>
        </item>
        <item>
            <title>TMaxim</title>
            <link>http://domscripting.com/blog/display.php/113#comment969</link>
            <content:encoded><![CDATA[<p>If you ever really release a book &quot;Hacks for Internet Explorer&quot; like Rob suggested let us know too!</p>
]]></content:encoded>
            <pubDate>Thu, 07 Feb 2008 08:27:49 GMT</pubDate>
        </item>
        <item>
            <title>filmmeister</title>
            <link>http://domscripting.com/blog/display.php/113#comment968</link>
            <content:encoded><![CDATA[<p>Hi Jeremy, thanks for that info! 
If you ever really release a book &quot;Hacks for Internet Explorer&quot; like Rob suggested let us know!</p>
]]></content:encoded>
            <pubDate>Wed, 06 Feb 2008 20:40:08 GMT</pubDate>
        </item>
        <item>
            <title>Lucas</title>
            <link>http://domscripting.com/blog/display.php/113#comment966</link>
            <content:encoded><![CDATA[<p>Great Stuff. Thx a lot for sharing. Best Regards for author.</p>

<p>I have been looking for this info long time</p>
]]></content:encoded>
            <pubDate>Wed, 06 Feb 2008 14:33:40 GMT</pubDate>
        </item>
        <item>
            <title>Andy</title>
            <link>http://domscripting.com/blog/display.php/113#comment965</link>
            <content:encoded><![CDATA[<p>Thank you. Your site one of the best that I saw </p>
]]></content:encoded>
            <pubDate>Wed, 06 Feb 2008 13:24:29 GMT</pubDate>
        </item>
        <item>
            <title>Gordon Brander</title>
            <link>http://domscripting.com/blog/display.php/113#comment964</link>
            <content:encoded><![CDATA[<p>Wow. Filing that one away. Thanks Jeremy.</p>
]]></content:encoded>
            <pubDate>Tue, 05 Feb 2008 17:32:31 GMT</pubDate>
        </item>
        <item>
            <title>ckinfo</title>
            <link>http://domscripting.com/blog/display.php/113#comment963</link>
            <content:encoded><![CDATA[<p>Great post. Thanks for keeping the web development community up to date.
Thanks
ckinfo</p>
]]></content:encoded>
            <pubDate>Mon, 04 Feb 2008 20:51:35 GMT</pubDate>
        </item>
        <item>
            <title>Elaine Nelson</title>
            <link>http://domscripting.com/blog/display.php/113#comment961</link>
            <content:encoded><![CDATA[<p>I don&#8217;t know&#8230;I think it might be worth adding to the errata just so people who read the book (but not this blog!) discover that very useful little quirk. I don&#8217;t have any use for it <em>now</em> but will definitely be keeping it in the back of my head for the future.</p>
]]></content:encoded>
            <pubDate>Wed, 30 Jan 2008 16:57:11 GMT</pubDate>
        </item>
        <item>
            <title>Graham Peel</title>
            <link>http://domscripting.com/blog/display.php/113#comment960</link>
            <content:encoded><![CDATA[<p>Awesome find, Jeremy! This might mean the end of the acronym tag workaround for IE abbr&#8217;s. Also, if you want to imitate the dashed border that&#8217;s present by default on abbr tags in Firefox, then use a style like this to make it work in IE:</p>

<p>border-bottom: dashed 1px #ccc; _display:inline-block</p>

<p>By default, IE won&#8217;t let you apply top or bottom borders to inline level elements unless you give it display: inline-block.</p>
]]></content:encoded>
            <pubDate>Tue, 29 Jan 2008 16:06:07 GMT</pubDate>
        </item>
        <item>
            <title>Jeremy Keith</title>
            <link>http://domscripting.com/blog/display.php/113#comment959</link>
            <content:encoded><![CDATA[<p>Jeff, they&#8217;re not &quot;screwed&quot;—they just don&#8217;t get the script or the style which, because I&#8217;m using progressive enhancement, isn&#8217;t a dealbreaker.</p>
]]></content:encoded>
            <pubDate>Tue, 29 Jan 2008 14:32:02 GMT</pubDate>
        </item>
        <item>
            <title>Jeff</title>
            <link>http://domscripting.com/blog/display.php/113#comment958</link>
            <content:encoded><![CDATA[<p>The thing that everyone has forgotten in all this are users that have Javascript turned off&#8212; script and style away, but your non-js users are screwed.</p>
]]></content:encoded>
            <pubDate>Tue, 29 Jan 2008 13:45:10 GMT</pubDate>
        </item>
        <item>
            <title>Rob</title>
            <link>http://domscripting.com/blog/display.php/113#comment957</link>
            <content:encoded><![CDATA[<p>Gee.  You could start something and call it &quot;Hacks for Internet Explorer&quot;!  How novel.</p>
]]></content:encoded>
            <pubDate>Mon, 28 Jan 2008 22:18:57 GMT</pubDate>
        </item>
        <item>
            <title>Mats Lindblad</title>
            <link>http://domscripting.com/blog/display.php/113#comment956</link>
            <content:encoded><![CDATA[<p>I had to add it to the document to get it to work&#8230;</p>
]]></content:encoded>
            <pubDate>Mon, 28 Jan 2008 22:08:50 GMT</pubDate>
        </item>
   </channel>
</rss>