- From: Bill Moseley <moseley@hank.org>
- Date: Wed, 1 Sep 2010 06:47:48 -0700
- To: html-tidy@w3.org
- Message-ID: <AANLkTi=1cm89pbNhaTkVkc_KLUNzh7tG5+6ADt1sZhg9@mail.gmail.com>
indent has a warning about layout bugs in some browsers. Is that still a
concern in modern browsers?
I want to wrap text inside <p> blocks so I use wrap, and I like <p> and </p>
on separate lines. But, in general, I'd like text in <a> to not be
wrapped. Actually, I'd also like to
not indent some elements.
That is, I want <p> to be a separate line and the enclosed text indented and
wrapped.
I don't want text in <a> wrapped.
In general, I would tend to not indent and separate headings. So, have
<h1>heading text</h1> instead of
<h1>
heading text
</h1>
This is my config, in case you have any comments or suggestions:
drop-font-tags: yes
logical-emphasis: yes
accessibility-check: 3
hide-comments: yes
merge-divs: no
merge-spans: no
indent-spaces: 4
indent: yes
anchor-as-name: no
output-xhtml: yes
quiet: yes
show-body-only: yes
vertical-space: yes
wrap: 80
output-xhtml: yes
fix-bad-comments: yes
char-encoding: utf8
show-warnings: no
show-errors: 0
--
Bill Moseley
moseley@hank.org
Received on Wednesday, 1 September 2010 13:49:19 UTC