- From: Stuart Updegrave <supde@microsoft.com>
- Date: Fri, 30 Jun 2000 11:10:46 -0700
- To: "'Matt Wills'" <webmaster@virtualvermont.com>, html-tidy@w3.org
Matt -- a few comments:
1) BBTidy doesn't come from Dave. It's built on top of Dave's tidy source
code
http://www.w3.org/People/Raggett/tidy/
2) re point 1: BBTidy's "Force Uppercase Tags" option is based on the
'uppercase-tags' switch in Tidy. Sounds like you want a combination of
'uppercase-tags' and 'uppercase-attributes'. Look for an option in BBTidy
similar to "Force Uppercase Attributes".
Here are the decriptions for the two tidy switches:
uppercase-tags: bool
Causes tag names to be output in upper case. The default is no resulting in
lowercase, except for XML input where the original case is preserved.
uppercase-attributes: bool
Causes attribute names to be output in upper case. The default is no
resulting in lowercase, except for XML where the original case is preserved.
cheers,
~stuart
-----Original Message-----
From: Matt Wills [mailto:webmaster@virtualvermont.com]
Sent: Friday, June 30, 2000 9:24 AM
To: html-tidy@w3.org
Subject: BBTidy
Attn: Dave Raggett
Dave:
I have just downloaded and am playing with your BBTidy plug-in. While
I sure I could eventually suggest a couple of things I would like to
see incorporated, the main thing I want to comment on is "Force
Uppercase Tags".
Seems it does not force the entire tag to upper case, but skips over words:
Before: <font size=+1>
After : <FONT size=+1>
Also <TABLE width="450">
Also <TR align="CENTER">
Also <FONT face="GENEVA,HELVETICA,ARIAL" size="-1">
Next Item:
Performing Tidy on a selected section of the document is nice, but
somewhat annoying when it inserts this stuff at the beginning of the
tidied selection:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
<META name="generator" content="HTML Tidy, see www.w3.org">
<TITLE></TITLE>
I am using BBEdit Lite 4.6 on a PowerMac 7200 (OS 7.6.1).
Matt
Received on Friday, 30 June 2000 14:12:11 UTC