Opened 9 years ago
Closed 9 years ago
#15016 closed bug (fixed)
Chrome 34 returns 'auto' via getComputedStyle when 'widows' property is set to 0
Reported by: | m_gol | Owned by: | m_gol |
---|---|---|---|
Priority: | low | Milestone: | 1.11.1/2.1.1 |
Component: | css | Version: | 2.1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Reported: https://code.google.com/p/chromium/issues/detail?id=363562
This causes our test suite to fail: http://swarm.jquery.org/result/1764333
Change History (5)
comment:1 Changed 9 years ago by
Component: | unfiled → css |
---|---|
Milestone: | None → 1.11.1/2.1.1 |
Priority: | undecided → low |
comment:2 Changed 9 years ago by
Status: | new → open |
---|
Let's leave this and see if Chrome will fix the problem. It's relatively minor so as long as we skip the unit tests I doubt it will cause much trouble in the wild.
comment:3 Changed 9 years ago by
We still need to fix our test. 0 is invalid value for widows, the number has to be positive.
comment:4 Changed 9 years ago by
Owner: | set to m_gol |
---|---|
Status: | open → assigned |
comment:5 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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
Changeset: def4841cfaf68e2ec156c554f8efa4aa64203f36
Test case: http://jsfiddle.net/dJuc4/1/