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

schema.org itemtype etc attributes #30

Open
kryde opened this issue Jul 18, 2013 · 0 comments
Open

schema.org itemtype etc attributes #30

kryde opened this issue Jul 18, 2013 · 0 comments

Comments

@kryde
Copy link

kryde commented Jul 18, 2013

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>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants