[Bug 14596] Microdata: validity contraints to catch missing attributes

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14596

--- Comment #2 from Philip Jägenstedt <philipj@opera.com> 2011-10-30 08:23:27 UTC ---
Sorry, it was late when I filed this bug, value="" is already required for
<data>. Here's a pruned list of things that currently doesn't give a warning in
validtor.nu but should, under the assumption that it's the spec's fault:

<audio itemprop=x><source src=a></audio>
<embed itemprop=x>
<iframe itemprop=x></iframe>
<video itemprop=x><source src=a></video>
<a itemprop=x></a>
<map name=n><area itemprop=x></map>
<object itemprop=x type=text/plain></object>

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Sunday, 30 October 2011 08:23:47 UTC