Add html5 microdata's itemscope to the list of boolean attributes.
This commit is contained in:
parent
20d669c4c3
commit
30d1962eed
1 changed files with 2 additions and 0 deletions
|
|
@ -97,6 +97,8 @@ class Html {
|
|||
'selected',
|
||||
'truespeed',
|
||||
'typemustmatch',
|
||||
# HTML5 Microdata
|
||||
'itemscope',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue