You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2019. It is now read-only.
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>
The text was updated successfully, but these errors were encountered:
I've been experimenting with some of the schema.org markup used by google etc and would like HTML::Lint to allow attributes
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.
The text was updated successfully, but these errors were encountered: