WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
110420
Adding a style with a counter-reset property does not correctly invalidate displayed counters
https://bugs.webkit.org/show_bug.cgi?id=110420
Summary
Adding a style with a counter-reset property does not correctly invalidate di...
Mihai Parparita
Reported
Thursday, February 21, 2013 1:46:45 AM UTC
Test case:
http://persistent.info/webkit/test-cases/counter-reset.html
The test case simulates a normal <ol> via an <ul> that uses CSS counters and generated content. Press the 'Deintent "Four"' button. The "Four" list item is unindented, which gives it a list counter of 2 (correct). Then the items that follow it should restart the second-level counter, and thus have counters of "a", "b" and "c" Instead they end up with "c", "d" and "e", continuing the count from the "Two" and "Three" items. To prove that this is an invalidation issue, the entire list DOM hierarchy is cloned and appended to the document. The clone renders correctly (Gecko renders the test case correctly).
Attachments
Add attachment
proposed patch, testcase, etc.
Brent Fulgham
Comment 1
Wednesday, July 13, 2022 10:09:29 PM UTC
This continues to be a problem in Safari 15.
Radar WebKit Bug Importer
Comment 2
Wednesday, July 13, 2022 10:09:40 PM UTC
<
rdar://problem/96972565
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug