[Webkit-unassigned] [Bug 100588] CSS Counters used in content properties do not update

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 27 00:54:33 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=100588





--- Comment #1 from Keith Bronstrup <keith at bronstrup.com>  2012-10-27 00:55:45 PST ---
Additional experimentation shows that a common WebKit workaround of setting the display property to 'none', then back to it's original value (in this case, 'inline') will force a redraw and the correct count will be displayed. This is a JavaScript solution for a CSS/rendering issue and should not be accepted. This also confirms that the CSS counter, itself, is incrementing, and that the issue is with the element containing the 'content: counter(item);' property not redrawing on its own when it should.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list