<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: I like asides</title>
      <link>http://ask.metafilter.com/50255/I-like-asides/</link>
      <description>Comments on Ask MetaFilter post I like asides</description>
	  	  <pubDate>Mon, 06 Nov 2006 03:41:26 -0800</pubDate>
      <lastBuildDate>Mon, 06 Nov 2006 03:41:26 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: I like asides</title>
  	<link>http://ask.metafilter.com/50255/I-like-asides</link>	
  	<description>I have recently enbraced the dfn tag. However... &lt;br /&gt;&lt;br /&gt; I have started using the dfn tag to occasionally make inline footnotes/snide asides on my blog. However, I have found that Firefox 2.0 sometimes truncates the definition upon hover. I&apos;d like for this not to happen &#8212; in other words, I&apos;d like to not be restrained by a character limit.&lt;br&gt;
&lt;br&gt;
I know the dfn tag is not frequently used. Are there any other alternative tags or additional options I can use to prevent this truncation happening? I have considered using JS-style tooltips, but the coding seems pretty convoluted to do inline, especially if you are using it frequently.</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.50255</guid>
  	<pubDate>Mon, 06 Nov 2006 03:10:40 -0800</pubDate>
  	<dc:creator>Brittanie</dc:creator>
	
	<category>css</category>
	
	<category>dfntag</category>
	
	<category>coding</category>
	
	<category>javascript</category>
	
</item>
<item>
  	<title>By: TheDonF</title>
  	<link>http://ask.metafilter.com/50255/I-like-asides#762450</link>	
  	<description>Do you mean the tool tip that appears when you hover over something?  There&apos;s a long-standing Firefox bug that truncates these that&apos;s apparently going to be fixed in FF3, which is apparently due Q1 2007.  Theres a listing on Bugzilla for this issue, but I can&apos;t find it now&lt;br&gt;
&lt;br&gt;
Currently, the only way to solve this is via an &lt;a href=&quot;https://addons.mozilla.org/firefox/1715/&quot;&gt;add on/extension&lt;/a&gt;.  Or, as you&apos;ve identified, by using JavaScript.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.50255-762450</guid>
  	<pubDate>Mon, 06 Nov 2006 03:41:26 -0800</pubDate>
  	<dc:creator>TheDonF</dc:creator>
</item>
<item>
  	<title>By: TheDonF</title>
  	<link>http://ask.metafilter.com/50255/I-like-asides#762453</link>	
  	<description>&lt;a href=&quot;https://bugzilla.mozilla.org/show_bug.cgi?query_format=specific&amp;order=relevance+desc&amp;bug_status=__open__&amp;id=45375&quot;&gt;It&apos;s bug 45375&lt;/a&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.50255-762453</guid>
  	<pubDate>Mon, 06 Nov 2006 03:43:56 -0800</pubDate>
  	<dc:creator>TheDonF</dc:creator>
</item>
<item>
  	<title>By: grouse</title>
  	<link>http://ask.metafilter.com/50255/I-like-asides#762465</link>	
  	<description>I don&apos;t think that&apos;s what the dfn element is intended for. Originally it was expected that the definition would be nearby the dfn element in text. For example:&lt;br&gt;
&lt;br&gt;
&lt;dfn&gt;MetaFilter&lt;/dfn&gt; is a community weblog.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.50255-762465</guid>
  	<pubDate>Mon, 06 Nov 2006 04:14:35 -0800</pubDate>
  	<dc:creator>grouse</dc:creator>
</item>
<item>
  	<title>By: Brittanie</title>
  	<link>http://ask.metafilter.com/50255/I-like-asides#762471</link>	
  	<description>Gouse, I don&apos;t see that your html is working. From the research I&apos;ve done, the dfn tag is supposed to work like &lt;dfn title=&quot;Assuming this is the defeinition&quot;&gt;this&lt;/dfn&gt;, where you hover over the word in italics to get the definition. (Please view source on this comment.) Maybe you are thinking of the cite tag?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.50255-762471</guid>
  	<pubDate>Mon, 06 Nov 2006 04:21:36 -0800</pubDate>
  	<dc:creator>Brittanie</dc:creator>
</item>
<item>
  	<title>By: Brittanie</title>
  	<link>http://ask.metafilter.com/50255/I-like-asides#762472</link>	
  	<description>AHHHH! *Grouse*. Sorry.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.50255-762472</guid>
  	<pubDate>Mon, 06 Nov 2006 04:22:02 -0800</pubDate>
  	<dc:creator>Brittanie</dc:creator>
</item>
<item>
  	<title>By: jozxyqk</title>
  	<link>http://ask.metafilter.com/50255/I-like-asides#762484</link>	
  	<description>Brittanie - the TITLE attribute isn&apos;t specific to DFN.  It can be used pretty much whereever.&lt;br&gt;
&lt;b title=&quot;Bold!&quot;&gt;Here it is in a bold tag&lt;/b&gt;, for example.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.50255-762484</guid>
  	<pubDate>Mon, 06 Nov 2006 05:04:51 -0800</pubDate>
  	<dc:creator>jozxyqk</dc:creator>
</item>
<item>
  	<title>By: grouse</title>
  	<link>http://ask.metafilter.com/50255/I-like-asides#762504</link>	
  	<description>Brittanie: no. As jozxyqk points out, the title attribute is part of the core attribute set, and is included in most XHTML block and inline elements. &lt;ul title=&quot;i e fish in my pants&quot;&gt;&lt;li&gt;This is an example of an unordered list with the title attribute set.&lt;/li&gt;&lt;/ul&gt;The purpose of the dfn element is to give special treatment to the defined word in a definition, as in the example I used above. People who don&apos;t know about dfn will probably use strong or em instead for this purpose.&lt;br&gt;
&lt;br&gt;
Personally I think it would be more correct to use span&lt;/span&gt; than dfn for this purpose. In any case, knowing that the undesired behavior is specific to title, not to dfn may help you as you try to resolve it.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.50255-762504</guid>
  	<pubDate>Mon, 06 Nov 2006 05:54:56 -0800</pubDate>
  	<dc:creator>grouse</dc:creator>
</item>
<item>
  	<title>By: blag</title>
  	<link>http://ask.metafilter.com/50255/I-like-asides#762707</link>	
  	<description>TheDonF: 45375 has been reclassified as a Seamonkey-only bug and is now marked as &amp;quot;resolved&amp;quot;. I think &lt;a href=&quot;https://bugzilla.mozilla.org/show_bug.cgi?id=218223&quot;&gt;213223&lt;/a&gt; is where the fun is currently happening. It took them over 6 years to fix the Seamonkey bug, though, so don&apos;t hold your breath...</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.50255-762707</guid>
  	<pubDate>Mon, 06 Nov 2006 08:56:12 -0800</pubDate>
  	<dc:creator>blag</dc:creator>
</item>
<item>
  	<title>By: TheDonF</title>
  	<link>http://ask.metafilter.com/50255/I-like-asides#763833</link>	
  	<description>Cheers blag.  I&apos;m subscribed to the updates to 45375 and it&apos;s occaisonally been full of flames.  One of the last posts before it went to a Seamonkey bug was from someone involved with the browser saying that it will be fixed in FF3.  So we&apos;ll see.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.50255-763833</guid>
  	<pubDate>Tue, 07 Nov 2006 09:49:00 -0800</pubDate>
  	<dc:creator>TheDonF</dc:creator>
</item>

    </channel>
</rss>
