This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
The code uses "includedresource" which doesn't exist in POWDER (only "includedresources" exists, but it is to contain a white-space separated list of explicit IRIs, not a IRI pattern). What we probably need here is something similar to: <iriset> <includehosts>example.org</includehosts> <includeregex>^http.*\.html$</includeregex> </iriset> (I added "html" to the end of the regular expression because only HTML content can be mobileOK. This may need to be adjusted). See discussion in: http://www.w3.org/TR/powder-grouping/#listing The POWDER validator should help reveal other potential errors: http://i-sieve.com/powdervalidator/