You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@any23.apache.org by le...@apache.org on 2016/04/02 21:52:22 UTC

[2/2] any23 git commit: ANY23-247 FIX Attribute name itemscope associated with an element type html must be followed by the ' = ' character. this closes #17

 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 <le...@jpl.nasa.gov>
Authored: Sat Apr 2 12:56:03 2016 -0700
Committer: Lewis John McGibbney <le...@jpl.nasa.gov>
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(-)
----------------------------------------------------------------------