Search Results for: Empty cachets
tidy is expected to get smarter at this in the future. some pages rely on the presentation effects of isolated or tags.tidy deletes empty paragraph and heading elements etc. the use of empty paragraph elements is not recommended for adding vertical whitespace. instead use style sheets, or the element
you can teach tidy about new tags by declaring them in the configuration file, the syntax is: new-inline-tags: tag1, tag2, tag3 new-empty-tags: tag1, tag2, tag3 new-blocklevel-tags: tag1, tag2, tag3 new-pre-tags: tag1, tag2, tag3 the same tag can be defined as empty and as inline or as empty and as block...
https://www.w3.org/People/Raggett/tidy/