[Webkit-unassigned] [Bug 70501] New: [Microdata] itemtype attribute should be space-separated list to allow multiple types

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 20 08:01:49 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=70501

           Summary: [Microdata] itemtype attribute should be
                    space-separated list to allow multiple types
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nghq36 at motorola.com


Incorporating W3C the spec changes:

1. Microdata itemtype attribute is now a space-separated list of types rather than a single type, so that it can allow multiple types if they share the same vocabulary.
This is added in the spec in the revision number : http://html5.org/r/6668.
Spec: http://www.whatwg.org/specs/web-apps/current-work/#attr-itemtype

2. getItems() should return all the elements in the document that are each top-level microdata items whose types include all the types specified in the method's argument.
This is added in the spec in the revision number : http://html5.org/r/6680.
Spec: http://www.whatwg.org/specs/web-apps/current-work/#dom-document-getitems

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list