i asked this question at another forum but no one was able to answer yet
so i post it here as well...
why xhtml-strict.dtd contains declarations for border or cellpadding and others attributes ?
as i know xhtml-strict.dtd should be used if i want strict separation of data from its represantion but inclusion of these attributes in dtd contradicts this separation idea...
separation of data from its presentation
Moderator: General Moderators
- llanitedave
- Forum Commoner
- Posts: 78
- Joined: Thu Jan 15, 2004 11:24 am
- Location: Las Vegas, NV.
i did my post after reading xhtml-strict.dtd...you might find some interesting things to read
and it contains declarations for attributes i mention in my first post.
as i understand it makes no sence to include attributes like these in strict version of dtd (because they are describing the visual look of element)...
so my question is why these attributes included anyway in strict dtd version?