Quote:
Originally Posted by Valloric
Some (very) minor modifications are still made. For various technical reasons, that's unavoidable.
|
Is combining multiple classes into a single tag one of those "technical reasons"?
E.g.:
Code:
<div class="poem">
<div class="stanza">
....
to
Code:
<div class="poem stanza">
Poetry is always a PITA without any help from TIDY!!
