Bugzilla – Bug 669
add itemscope and itemtype attributes so that Web Applications 1.0 will validate
Last modified: 2009-10-23 06:02:06 CEST
Created attachment 121 [details] initial patch This patch just adds the attributes but does not capture the following constraints: - The itemscope attribute must not be specified on itemref elements. - The itemtype attribute must not be specified on elements that do not have an itemscope attribute specified. - The itemtype attribute, if specified, must have a value that is a valid URL that is an absolute URL for which the string "http://www.w3.org/1999/xhtml/microdata#" is not a prefix match. I'll add those in a separate patch, to follow.
syntax 473 http://whattf.browse.cvsdude.com/syntax?view=rev&revision=473
I opened up bug 671 for the datatype constraints