Question as to the way Change Case works
#1. Selected all lower case text between tags and applied each of the 5 possible operations and that seems to work as expected
#2. Selected mixEDcaSE words between tags and the 5 operations only seem to catch some of the selected text
#3. Selected all lower case text but INCLUDING the tags and applied each of the 5 possible operations and it seems that the tags are included in the operation. I.e. uppercasing <p>cat</p> gives <P>CAT</P>.