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 @@
9898 'selected',
9999 'truespeed',
100100 'typemustmatch',
 101+ # HTML5 Microdata
 102+ 'itemscope',
101103 );
102104
103105 /**

Status & tagging log