<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TrmonNobor</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=TrmonNobor"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/TrmonNobor"/>
	<updated>2026-05-31T14:05:17Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=definition-examples&amp;diff=36794</id>
		<title>definition-examples</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=definition-examples&amp;diff=36794"/>
		<updated>2009-01-03T09:46:34Z</updated>

		<summary type="html">&lt;p&gt;TrmonNobor: booualac&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;trolotrn&lt;br /&gt;
= Dictionary examples =&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
&lt;br /&gt;
[[ChrisMessina]] [http://microformats.org/discuss/mail/microformats-discuss/2005-November/002140.html hacked Apple's Dictiontionary.app to see how it works]. He discovered some interesting markup. [[RyanKing]] suggested that the community collect examples of dictionary and thesaraus lists. Create a section below to add your own '''real world''' examples&lt;br /&gt;
&lt;br /&gt;
== Dictionary.app ==&lt;br /&gt;
&lt;br /&gt;
I (ChrisMessina) decided to hack Dictionary.app and see how it worked. It uses a stylesheet called DefaultStyle.css with all kinds of markup I've never before seen the likes of. For example:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
o|ent {&lt;br /&gt;
       font-family:'Baskerville';font-weight:normal;&lt;br /&gt;
       font-size:medium;&lt;br /&gt;
       display: block;&lt;br /&gt;
       margin: 0em 0em 0em 0em;&lt;br /&gt;
       margin-left: -13px;&lt;br /&gt;
       margin-bottom: 1.0em;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It uses this 'o' object a lot and then I checked up on the namespaces referenced in the top of the document:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
@namespace html url(http://www.w3.org/1999/xhtml);&lt;br /&gt;
@namespace o url(http://oup.dataformat.com/doc/OUP_DTD_Dictionary.html);&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Apparently you can namespace objects dynamically! ...I had no idea!&lt;br /&gt;
&lt;br /&gt;
Anyway, checking out that page resulted in a format that seemed ripe for some dl|dt|dd microformat love:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;entry type=&amp;quot;subject&amp;quot; sortkey=&amp;quot;sortkeyhere&amp;quot; status=&amp;quot;Active&amp;quot;&lt;br /&gt;
                      title=&amp;quot;noad:1.01&amp;quot; entry=&amp;quot;0&amp;quot; stage=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;meta&amp;gt; ...  &amp;lt;/meta&amp;gt;&lt;br /&gt;
   &amp;lt;hwGrp&amp;gt; ... &amp;lt;hwGrp&amp;gt;&lt;br /&gt;
   &amp;lt;senseBlock&amp;gt;&lt;br /&gt;
          &amp;lt;meta&amp;gt; ...  &amp;lt;/meta&amp;gt;&lt;br /&gt;
          &amp;lt;prelim&amp;gt; ... &amp;lt;/prelim&amp;gt;&lt;br /&gt;
          &amp;lt;sense&amp;gt;&lt;br /&gt;
              &amp;lt;meta&amp;gt; ...  &amp;lt;/meta&amp;gt;&lt;br /&gt;
              ...&lt;br /&gt;
          &amp;lt;/sense&amp;gt;&lt;br /&gt;
   &amp;lt;/senseBlock&amp;gt;&lt;br /&gt;
&amp;lt;/entry&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Since much of the work has already been done and there's a decent use case for this kind of app, I was wondering if we might be able to take the data that's already available and see what a mF could do for it -- y'know, to be able to offer real world app conversion documentation?&lt;/div&gt;</summary>
		<author><name>TrmonNobor</name></author>
	</entry>
</feed>