aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Html.php
Commit message (Expand)AuthorAgeFilesLines
* Removed unneeded spaces and colons in @param and friendsumherirrender2014-04-081-15/+15
* Fix spacing between two functionsumherirrender2014-03-151-0/+1
* Fixed spacingumherirrender2013-12-011-2/+2
* Html: Fix a copy-paste error in docsBartosz Dziewoński2013-11-231-1/+1
* Add a line of explanation to Html::expandAttributesBartosz Dziewoński2013-10-161-0/+1
* No spaces after (casts)MatmaRex2013-09-041-1/+1
* Followup If21705c2, Shorten remaining urls to the whatwg HTML spec.Daniel Friesen2013-06-081-1/+1
* Shorten our in-comment urls to the whatwg HTML spec.Daniel Friesen2013-06-051-3/+3
* Drop support for XHTML 1.0Daniel Friesen2013-05-151-110/+48
* Fixed spacing in files direct in includes folderumherirrender2013-04-211-3/+3
* Added/Removed spaces around string concatenationumherirrender2013-04-131-5/+5
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-4/+4
* Fixed @param tags to conform with Doxygen format.Tyler Anthony Romeo2013-03-111-18/+18
* fix some spacingumherirrender2013-02-091-1/+1
* fix some spacingumherirrender2013-02-041-4/+3
* (bug 40585) Don't drop 'step="any"' in HTML input fields.Tim Landscheidt2012-12-071-1/+7
* Merge "Set default type attribute for button html elements"Anomie2012-11-131-1/+7
|\
| * Set default type attribute for button html elementsStephan Gambke2012-10-301-1/+7
* | replace # by // for commentsjeroendedauw2012-11-041-60/+60
|/
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-191-3/+1
* Initial stab at responsive images for screen densities.Brion Vibber2012-10-111-0/+18
* Display converted namespace names in Html::namespaceSelector().Liangent2012-10-101-1/+3
* Fix behaviour of namespaceSelector to match the documentationjeroendedauw2012-10-051-0/+8
* Change Array to arrayjeroendedauw2012-10-051-1/+1
* Maintenance in Html::openElement regarding input typesrobin2012-09-171-11/+2
* test: full coverage of Html::dropDefaults()Antoine Musso2012-09-141-0/+2
* Fix broken value="" stripping for HTML5Daniel Friesen2012-09-141-1/+23
* HTML5 new types for input elementAntoine Musso2012-09-141-0/+17
* (bug 39875) Fixed conversion of array attributes in Html.Tyler Anthony Romeo2012-08-311-1/+5
* Use wfMessage instead of deprecated wfMsg*Alex Monk2012-08-181-3/+3
* escape tags and entity in doxygen commentsAntoine Musso2012-07-101-15/+17
* [Html::namespaceSelector] Remove default id/name attributesKrinkle2012-03-071-9/+12
* [Html] Follow-up r109990: Add support for excluding and disabling optionsKrinkle2012-02-131-2/+13
* [Html.php] Follow-up r110275, comment fixes.Krinkle2012-02-121-6/+10
* Fix doxygen docs before REL1_19 branchingAntoine Musso2012-02-011-6/+8
* comment / style for Html::namespaceSelector()Antoine Musso2012-01-301-8/+21
* [Html] Unit test + bugfix Html::namespaceSelectorKrinkle2012-01-251-8/+12
* [Xml/Html] new method Html::namespaceSelectorKrinkle2012-01-251-0/+54
* makes HTML5 five only attributes a global propertyAntoine Musso2011-10-241-12/+15
* * (bug 12130) Initial newlines are now preserved correctly during editingBrion Vibber2011-09-301-1/+10
* Follow up to r97128; Jeroen De Dauw2011-09-151-0/+1
* Add documentation for r96170 and r96188.Krinkle2011-09-041-2/+22
* Expand r96170's support for space separated attributes with support for boole...Daniel Friesen2011-09-031-2/+20
* Html.php: The "future"[1] is here. Add features for space-separated value att...Krinkle2011-09-031-3/+32
* Html.php: Move html5-validation blacklist check to *AFTER* the check the migh...Krinkle2011-09-031-10/+10
* Add html5 microdata's itemscope to the list of boolean attributes.Daniel Friesen2011-08-281-0/+2
* Update the Html5 void elements and boolean attributes, in accordance with the...Derk-Jan Hartman2011-08-121-2/+8
* * used Html static functions instead og Xml. (r89260#c17418)Jure Kajzer2011-06-011-8/+8
* Whitespace updates.Siebrand Mazeland2011-06-011-7/+26
* * moved infobox to Html (r88109#c16937)Jure Kajzer2011-06-011-0/+43