]> source.dussan.org Git - jquery.git/commit
Css: Use only positive integers as values for widows/orphans 1563/head
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:21:21 +0000 (16:21 +0200)
commitdef4841cfaf68e2ec156c554f8efa4aa64203f36
tree0cf99082394496d236884b9133502ff40b0f3d3b
parent1ca84214cc89d9e5f8af12b18b34426fc91b1b08
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.

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