Skip to content
This repository was archived by the owner on Apr 14, 2019. It is now read-only.
This repository was archived by the owner on Apr 14, 2019. It is now read-only.

schema.org itemtype etc attributes #30

Description

@kryde

I've been experimenting with some of the schema.org markup used by google etc and would like HTML::Lint to allow attributes

itemprop
itemtype
itemscope

almost anywhere in a document. I don't know if strictly speaking the doctype ought to be html5 or some such. For convenience HTML::Lint might start by just allowing them anywhere. Sample below.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head><title>Some Thing</title></head>

<body itemscope itemtype="http://schema.org/WebPage">
<h1 align="center" itemprop="name">My Page</h1>

</body>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions