r95641 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r95640
|
r95641
|
r95642
>
Date:
23:03, 28 August 2011
Author:
dantman
Status:
ok
Tags:
Comment:
Add html5 microdata's itemscope to the list of boolean attributes.
Modified paths:
/trunk/phase3/includes/Html.php
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/includes/Html.php
—
—
@@ -97,6 +97,8 @@
98
98
'selected',
99
99
'truespeed',
100
100
'typemustmatch',
101
+ # HTML5 Microdata
102
+ 'itemscope',
101
103
);
102
104
103
105
/**
Status & tagging log
11:26, 14 November 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r95641
[
removed:
new
added:
ok]