]> source.dussan.org Git - jquery.git/commit
Css: Use only positive integers as values for widows/orphans
authorMichał Gołębiowski <m.goleb@gmail.com>
Fri, 18 Apr 2014 00:07:17 +0000 (02:07 +0200)
committerMichał Gołębiowski <m.goleb@gmail.com>
Fri, 18 Apr 2014 14:24:18 +0000 (16:24 +0200)
commite848b46cfc1813b8fd126e530de462cc63b47e35
treec37f02b36b94c47c47e2b640cd597f33ba507765
parent90c50ef961ac3862e6ef693f588f513bf5e759ee
Css: Use only positive integers as values for widows/orphans

According to http://www.w3.org/TR/CSS2/page.html#propdef-orphans, widows
and orphans can take only positive integer values. Together with a Chrome 34
regression this caused the test to fail.

(cherry-picked from def4841cfaf68e2ec156c554f8efa4aa64203f36)

Fixes #15016
Closes gh-1563
test/unit/css.js