Add html5 microdata's itemscope to the list of boolean attributes.

This commit is contained in:
Daniel Friesen 2011-08-28 23:03:19 +00:00
parent 20d669c4c3
commit 30d1962eed

View file

@ -97,6 +97,8 @@ class Html {
'selected',
'truespeed',
'typemustmatch',
# HTML5 Microdata
'itemscope',
);
/**