html cmd+shift+f and doc-types

From: Lachlan Deck (lachlan.dec..mail.com)
Date: Thu Dec 04 2008 - 16:09:53 EST

  • Next message: Mertz Stéphan: "Re: WOLips project and build server"

    Hi there,

    is there any way to inform wolips about the expected doctype for
    formatting?

    e.g.,
    <colgroup>
            <col>
            <col width="80">
            <col width="80">
    </colgroup>

    is formatted as:
    <colgroup>
            <col />
            <col width="80" />
            <col width="80" />
    </colgroup>

    However, the former is correct for html 4.01. Obviously the doctype's
    in the pagewrapper...
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd
    ">

    with regards,

    --
    

    Lachlan Deck



    This archive was generated by hypermail 2.0.0 : Thu Dec 04 2008 - 16:10:52 EST