RESOLVED FIXED27810
Illegal values for <ol start> cause list numbering start at 0 (should start at 1)
https://bugs.webkit.org/show_bug.cgi?id=27810
Summary Illegal values for <ol start> cause list numbering start at 0 (should start a...
Darin Adler
Reported 2009-07-29 12:52:54 PDT
Hixie recently mentioned this on the whatwg list. IE and the HTML 5 specification both agree that if the start attribute of an ordered list element has a value that can't be parsed, list numbering should start with 1 as if the start attribute was not present at all. Easy to fix.
Attachments
patch (82.14 KB, patch)
2009-07-29 14:17 PDT, Darin Adler
mitz: review+
Darin Adler
Comment 1 2009-07-29 14:17:48 PDT
Darin Adler
Comment 2 2009-07-29 16:29:16 PDT
Sending LayoutTests/ChangeLog Adding LayoutTests/fast/lists/ol-start-parsing.html Adding LayoutTests/platform/mac/fast/lists/ol-start-parsing-expected.checksum Adding (bin) LayoutTests/platform/mac/fast/lists/ol-start-parsing-expected.png Adding LayoutTests/platform/mac/fast/lists/ol-start-parsing-expected.txt Sending WebCore/ChangeLog Sending WebCore/html/HTMLOListElement.cpp Transmitting file data ....... Committed revision 46561. http://trac.webkit.org/changeset/46561
Note You need to log in before you can comment on or make changes to this bug.