[Webkit-unassigned] [Bug 31814] Inconsistent use of counterName and identifier in CSS counter code and loss of information about the counter type.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 9 18:11:31 PST 2009


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


Carol Szabo <carol.szabo at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |carol.szabo at nokia.com
                   |kit.org                     |
  Attachment #44587|                            |review?, commit-queue?
               Flag|                            |




--- Comment #1 from Carol Szabo <carol.szabo at nokia.com>  2009-12-09 18:11:30 PST ---
Created an attachment (id=44587)
 --> (https://bugs.webkit.org/attachment.cgi?id=44587)
Proposed Patch

Added accessors and members to the CounterNode class to differentiate between
reset type nodes and nodes that act as reset because they are not in the scope
of any other counter node with the same identifier. This is useful in
reevaluating the values of counters when new counters are added to the DOM that
may make a root node non-root.
Changed references to counterName to identifier for consistency.

-- 
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