On Thu,  3 Aug 2000 17:50:11 -0700 (PDT), Joey Hess wrote:
> I don't think tidy should indent the contents of <textarea> tags if it is
> in auto-indent mode, because if it does at least some browsers (netscape)
> will include the indent in the text they display in the <textarea>.

I consider this bug resolved, please see the following transcript:
| $ dpkg -l tidy | tail -n 1
| ii  tidy           20050415-1     HTML syntax checker and reformatter
| $ cat test.html
| <form action="foo">
| <textarea name="bar">this is a test</textarea>
| </form>
| $ tidy -q --indent auto test.html | grep textarea -C1
| line 1 column 1 - Warning: missing <!DOCTYPE> declaration
| line 1 column 1 - Warning: inserting missing 'title' element
|   <form action="foo">
|     <textarea name="bar">
| this is a test
| </textarea>
|   </form>

So I guess this bug can be closed. I haven't researched which version
it actually was that fixed this, though.

Cheers,
Flo

Attachment: signature.asc
Description: Digital signature

Reply via email to