Bug 110420 - Adding a style with a counter-reset property does not correctly invalidate displayed counters
Summary: Adding a style with a counter-reset property does not correctly invalidate di...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: HasReduction, InRadar
Depends on:
Blocks:
 
Reported: 2013-02-20 17:46 PST by Mihai Parparita
Modified: 2022-07-13 14:09 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mihai Parparita 2013-02-20 17:46:45 PST
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).
Comment 1 Brent Fulgham 2022-07-13 14:09:29 PDT
This continues to be a problem in Safari 15.
Comment 2 Radar WebKit Bug Importer 2022-07-13 14:09:40 PDT
<rdar://problem/96972565>