Re: Merging classes of consecutive elements

Tidy shouldn't be doing that, file a bug report with a test case.

On Fri, 14 May 2004 00:02:44 +0200, Steffen Glückselig
<steffen@gungfu.de> wrote:
> 
> 
> Hello,
> 
> a while ago I've already asked with no success. Since I still have the
> problem and couldn't find a solution elsewhere I ask again:
> 
> given markup like
>        <div class="t1">
>                <div class="t2">
>                        test
>                </div>
>        </div>
> 
> tidy results per defaults
>        <div class="t1 t2">
>                test
>        </div>
> 
> Is there an option that makes tidy keep the <div>s (or other elements)
> separate?
> If not I'd wonder why tidy does merge them...?
> 
> regards
> Steffen
> 
>

Received on Thursday, 13 May 2004 22:03:59 UTC