How has firefox/gecko HTML+CSS rendering changed in version 38? -


i have a little website header no longer renders correctly, since updating firefox 38.0.5 [the faceplant logo missing top right, , main logo no longer centred]. still renders expected in other browsers. how has engine's rendering changed in update?

according mdn, list of changes is:

css

html

  • the <label> element no longer dispatches events label target element if interactive content found between event target , label (bug 229925).
  • the <picture> element has been activated default (bug 1017875).

Comments

Popular posts from this blog

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -