Class MissingItemscopeAttributeValueRule

  • All Implemented Interfaces:
    Rule

    public class MissingItemscopeAttributeValueRule
    extends Object
    implements Rule
    This fixes missing attribute values for the 'itemscope' attribute Typically when such a snippet of XHTML is fed through the RDFa11Extractor, and subsequently to Sesame's SesameRDFaParser, it will result in the following behavior.
     
     [Fatal Error] :23:15: Attribute name "itemscope" associated with an element type "div" must be followed by the ' = ' character.
     
     
    This Rule identifies that happening.