[7886] in cryptography@c2.net mail archive
Lowercase compresses better?
daemon@ATHENA.MIT.EDU (rsalz@CaveoSystems.com)
Fri Sep 29 16:00:09 2000
From: rsalz@CaveoSystems.com
Date: Fri, 29 Sep 2000 14:29:50 -0400
Message-Id: <200009291829.OAA22268@os390.caveosystems.com>
To: cryptography@c2.net
In reading
http://apachetoday.com/news_story.php3?ltsn=2000-09-27-001-01-OP-CY-LF
I came across the following guideline for writing Apache documentation:
HTML tags should be lowercase wherever possible. In other
words, '<a href="foo.html">Link</a>' is preferred over
'<A HREF="foo.html">Link</A>'. This is because lowercase
letters result in more efficient space savings when documents
are compressed.
I'm trying to figure out how this could be true.
/r$