[Webkit-unassigned] [Bug 30505] Counters aren't updated when a new counter-increment is added

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 20 00:52:38 PDT 2009


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


Shinichiro Hamaji <hamaji at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41401|review?                     |
               Flag|                            |




--- Comment #3 from Shinichiro Hamaji <hamaji at chromium.org>  2009-10-20 00:52:38 PDT ---
(From update of attachment 41401)
As same as tests of Bug 23262, innerText doesn't output counter values.

I looked how innerText works a bit and found it is not easy to change innerText
to output counter values. innerText uses TextIterator to gather texts and
TextIterator doesn't care about generated contents like counters.

Another idea is adding layoutTestController.dumpCounterNodes(). I think this is
reasonable. I'll file another bug. For now, I remove review? bit.

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