David Wheeler wrote:
On Aug 24, 2004, at 11:53 PM, Stas Bekman wrote:

Right, and that's why I mostly used F<> where there was a real file to link to. But feel free to fix those. AFAIK, pod renderers don't make any difference between F<> and I<>. Or had it changed recently?


It's up to the formatter. I tend to prefer semantic markup over styled markup (F<> being semantic for "This is a file or like a file name" and I<> meaning "Make this italic") and leave the formatting to the renderer. For example, HTML output for F<> might be something like <em class="file">file.name</em>, and then I have the luxury of changing its appearance via CSS without affecting other em tags.

+1


-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to