ANY23-247 FIX Attribute name itemscope associated with an element type html must be followed by the ' = ' character. this closes #17
Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/57afcd1a Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/57afcd1a Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/57afcd1a Branch: refs/heads/master Commit: 57afcd1a3317ff1037ccc7e5dea94ef812d5ec44 Parents: 108d87e fc45932 Author: Lewis John McGibbney <[email protected]> Authored: Sat Apr 2 12:56:03 2016 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Sat Apr 2 12:56:03 2016 -0700 ---------------------------------------------------------------------- .../extractor/SingleDocumentExtraction.java | 5 +- .../any23/extractor/rdf/BaseRDFExtractor.java | 6 +- .../any23/validator/DefaultValidator.java | 6 +- .../any23/validator/rule/MetaNameMisuseFix.java | 2 +- .../validator/rule/MetaNameMisuseRule.java | 2 +- .../rule/MissingItemscopeAttributeValueFix.java | 56 ++++++++++ .../MissingItemscopeAttributeValueRule.java | 84 +++++++++++++++ .../rule/MissingOpenGraphNamespaceRule.java | 2 +- .../validator/rule/OpenGraphNamespaceFix.java | 2 +- .../test/java/org/apache/any23/Any23Test.java | 10 +- .../any23/validator/DefaultValidatorTest.java | 25 ++++- core/src/test/resources/log4j.properties | 53 +++++---- src/site/apt/index.apt | 13 ++- .../apache/any23/validator/microdata-basic.html | 107 +++++++++++++++++++ 14 files changed, 334 insertions(+), 39 deletions(-) ----------------------------------------------------------------------
