David Wheeler wrote:
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.
filenames, directories/paths and URIs?
+Use IE<lt>italicE<gt> for things that are generally written in italics.
what are the things that are generaly written in italics?
--
__________________________________________________________________
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]