Status: Unconfirmed Owner: ---- Labels: Type-Bug Pri-2 OS-All Area-Misc New issue 28774 by ruben.jld: CSS counters are counting wrong on child elements (with several counters and absolute positioning) http://code.google.com/p/chromium/issues/detail?id=28774
Chrome Version : 3.0.195.33 (Officiƫle build 31639) URLs (if applicable) : http://layout.webboarder.nl/demo.html Other browsers tested: Add OK or FAIL after other browsers where you have tested this issue: Safari 4: FAIL Firefox 3.x: OK IE 7: No support for CSS counter & content IE 8: OK What steps will reproduce the problem? 1. Create an element with nested child elements with absolute positioning. 2. Create an element with nested child elements with static positioning. 3. Add counter-increment and content to the elements. What is the expected result? Both list should display a proper counter-increment on all levels. The child elements should first display the numbers of it's parents, then it's own counter. What happens instead? Each child elements first displays the LAST numbers of it's parent elements, then it's own counter. Please provide any additional information below. Attach a screenshot if possible. When the absolute positioning on the first element is removed, or both elements have absolute positioning, or the last element has absolute positioning (instead of the first one), then the counters are correct. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
