On Aug 25, 2004, at 9:32 AM, Stas Bekman wrote:

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

in that case:

--- src/contribute/docs/style.pod.~1.4.~        Tue Jun 18 01:44:11 2002
+++ src/contribute/docs/style.pod       Wed Aug 25 16:57:21 2004
@@ -114,8 +114,11 @@

 =item *

-Use IE<lt>filenameE<gt> for filenames, URIs and things that are
-generally written in italics.
+Use FE<lt>filenameE<gt> for filenames and URIs.
+
+=item *
+
+Use IE<lt>italicE<gt> for things that are generally written in italics.

 =item *

Regards,

David


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



Reply via email to