Bug 34707 - The number displays incorrect if counter-increment is with a value of inherit.
Summary: The number displays incorrect if counter-increment is with a value of inherit.
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-02-08 09:07 PST by sangeetha.sugavanam
Modified: 2022-06-17 13:38 PDT (History)
6 users (show)

See Also:


Attachments
css2.zip file for test case (11.88 KB, application/x-zip-compressed)
2010-02-08 09:08 PST, sangeetha.sugavanam
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description sangeetha.sugavanam 2010-02-08 09:07:22 PST
Use case:
Counter-increment with a value of inherit.

Steps to reproduce:
1. Launch QtLauncher.
2. Unzip contents of the zip file css_inherit2.zip.
3. Load the html page from the zip file using QtLauncher.
4. Click the first link in the page.

Actual outcome:
The number is "5 5".

Expected outcome:
The number should be "5 10".

Other Info:
This error cannot be reproduced on firefox 3.6 .
Comment 1 sangeetha.sugavanam 2010-02-08 09:08:16 PST
Created attachment 48336 [details]
css2.zip file for test case
Comment 2 Tor Arne Vestbø 2010-03-10 06:30:50 PST
Please follow the QtWebKit bug reporting guidelines when reporting bugs.

See http://trac.webkit.org/wiki/QtWebKitBugs

Specifically:

  - The 'QtWebKit' component should only be used for bugs/features in the
    public QtWebKit API layer, not to signify that the bug is specific to
    the Qt port of WebKit

      http://trac.webkit.org/wiki/QtWebKitBugs#Component

  - Add the keyword 'Qt' to signal that it's a Qt-related bug

      http://trac.webkit.org/wiki/QtWebKitBugs#Keywords
Comment 3 Robert Hogan 2010-03-10 13:12:46 PST
Confirmed on Chromium and QtLauncher. Looks like a webcore issue.

Can be confirmed by just visiting:

http://www.w3.org/Style/CSS/Test/CSS2.1/20100127/html4/counter-increment-054.htm

No need to download zip file.
Comment 4 Ahmad Saleem 2022-06-17 09:51:43 PDT
I am unable to reproduce this bug using Test Case from Comment 03 in Safari 15.5 on macOS 12.4. It shows expected result of 5 and 10 in two separate lines as same order.

All other browsers (Chrome Canary 105 and Firefox Nightly 103) also match with Safari 15.5 behavior.

I think it got fixed along the lines and can be marked as "RESOLVED CONFIGURATION CHANGED". Thanks!
Comment 5 zalan 2022-06-17 13:38:01 PDT
(In reply to Ahmad Saleem from comment #4)
> I am unable to reproduce this bug using Test Case from Comment 03 in Safari
> 15.5 on macOS 12.4. It shows expected result of 5 and 10 in two separate
> lines as same order.
> 
> All other browsers (Chrome Canary 105 and Firefox Nightly 103) also match
> with Safari 15.5 behavior.
> 
> I think it got fixed along the lines and can be marked as "RESOLVED
> CONFIGURATION CHANGED". Thanks!
Thank you!
Comment 6 Radar WebKit Bug Importer 2022-06-17 13:38:13 PDT
<rdar://problem/95410669>