[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#98811: about XHTML compliance



On Sun, Dec 16, 2001 at 11:28:27PM +0100, Denis Barbier wrote:
> 
> nearly all required changes were already described in the bugreport:
>    a. Put all tags and attributes (but not attribute values) in lowercase
>       letters
>    b. Optional end tags are no more supported, so
>            <p>some text here
>       must be written
>            <p>some text here</p>
>    c. Empty tags must contain a trailing slash, e.g.
>            <img src="logo.gif" alt="Logo">
>       becomes
>            <img src="logo.gif" alt="Logo" />
>       (extra space is recommended in order to give old browser a chance
>       to parse this tag without trying to interpret this trailing slash)
> And I would also add
>    d. Always enclose attributes within quotes
> 
Any objections to my applying the changes above to all the template files?

Should the first line be change:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

-- 
James (Jay) Treacy
treacy@debian.org



Reply to: