EasyCatalog attempts match the tag name to a character or paragraph stylesheet. In this example:
1 2 3 4 5 6 7 8 9 10 11 12 | <ul> <li>one</li> <ul> <li>one</li> <li>two</li> <li>three</li> <li>four</li> </ul> <li>two</li> <li>three</li> <li>four</li> </ul> |
EasyCatalog attempts to apply a stylesheet called “ul” before performing the default behaviour. Since there is a nested <ul> inside a <li> tag, EasyCatalog attempts to apply a tag called “ul>ul” for a single level of nesting. For three levels of nesting the tag would be “ul>ul>ul”, etc. ย This behaviour is common across all tags.