Description
Using the Microdata parser, I noticed that it found less attributes that google testing tool.
For exemple with the following page:
While investigating I noticed that the markup was `itemProp` whereas the parser expect `itemprop`.
Because HTML attributes are expected to be case insensitive I believe the case should not prevent the parser from working.