[Bug 14444] Microdata: document.getItems() inconsistent with document.getElementsByClassName()

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

--- Comment #1 from Philip Jägenstedt <philipj@opera.com> 2011-10-13 08:40:17 UTC ---
getItems() returns nodes that match any of the tokens, while
getElementsByClassName() returns nodes that match all of the tokens:

http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-document-getelementsbyclassname

Matching all seems better, as it is trivial to emulate matching any using that,
but the reverse is not as trivial.

-- 
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 Thursday, 13 October 2011 08:40:26 UTC