[webkit-reviews] review requested: [Bug 44486] Suffix for CSS alphabetic list style types should fallback to decimal for ordinals outside of their representable range : [Attachment 65212] Patch with test case

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 23 23:13:28 PDT 2010


Daniel Bates <dbates at webkit.org> has asked  for review:
Bug 44486: Suffix for CSS alphabetic list style types should fallback to
decimal for ordinals outside of their representable range
https://bugs.webkit.org/show_bug.cgi?id=44486

Attachment 65212: Patch with test case
https://bugs.webkit.org/attachment.cgi?id=65212&action=review

------- Additional Comments from Daniel Bates <dbates at webkit.org>
Moved the bounds checking code from the separate list style functions to
effectiveListMarkerType() so that we can re-use this code for determining the
fallback suffix style (i.e. decimal).

I am open to name suggestions for the function effectiveListMarkerType.

We need DRT support to test the actual suffix, see bug #44489 for more details.


More information about the webkit-reviews mailing list