Example of the search boxes
See attachment.
mediawiki wiki has html5 mode enabled where as en wiki doesn't.
Version: 1.22.0
Severity: trivial
Attached:
Peachey88 | |
Aug 23 2011, 5:11 AM |
F8112: searchbar_compare.png | |
Nov 21 2014, 11:51 PM |
Example of the search boxes
See attachment.
mediawiki wiki has html5 mode enabled where as en wiki doesn't.
Version: 1.22.0
Severity: trivial
Attached:
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | None | T8227 instant (while you type) preview for some aspects of the markup. | |||
Resolved | None | T7398 Allow WYSIWIG editing | |||
Open | None | T36475 Incorrect sorting columns in IP/CIDR format | |||
Resolved | TheDJ | T40471 Upload button is only partially clickable when wgHtml5 == false | |||
Resolved | Krinkle | T33527 jquery.tablesorter's data-sort-type feature not working for wikitext tables on WMF | |||
Resolved | None | T29478 Enable $wgHtml5 on Wikimedia wikis | |||
Resolved | TheDJ | T32525 Search bar icon/button slightly lower when html5 mode is enabled |
ayg wrote:
This is because of standards vs. almost standards mode, triggered by the doctype difference. It's why we need to switch to HTML5 across the board and tweak everything to work right in standards mode, then kill XHTML 1.0 Transitional support. Supporting both modes will be too much of a hassle. There will be a number of minor rendering differences like this, but nothing should be a big deal and they can be dealt with as they're reported during the transition phase, IMO.
(mass change)
I think i might have found the possible root cause of why it differs in the two modes.
Apparently in HTML5: "an inline element, that appears in HTML5 inline elements defer to its parent 'block' element's line-height"
ayg wrote:
I think this is the relevant spec text:
http://dvcs.w3.org/hg/quirks-mode/raw-file/tip/Overview.html#the-line-height-calculation-quirk
(FWIW, this is not due to HTML5 per se -- using an HTML 4.01 Strict doctype would also have triggered it, for instance.)
Jason_quinn wrote:
shows the problem under Firefox 19.0.2 on a Linux system, alongside with 3 other working browsers
Attached: