Closed Bug 237071 Opened 21 years ago Closed 21 years ago

The start-attribute on <ol> isn't honored.

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: sicking, Assigned: sicking)

Details

(Keywords: regression)

Attachments

(1 file)

This is a regression from bug 232706. Patch comming up
Attached patch patch to fixSplinter Review
The problem is that we return NS_CONTENT_ATTR_HAS_VALUE (==PR_FALSE) when parsing was successful. This makes the caller of ParseAttribute ignore the parsed value and just store the attribute as a string.
Flags: blocking1.7b?
Comment on attachment 143554 [details] [diff] [review] patch to fix r+sr=jst
Attachment #143554 - Flags: superreview+
Attachment #143554 - Flags: review+
Comment on attachment 143554 [details] [diff] [review] patch to fix This patch should be very safe and fixes a pretty serious bug.
Attachment #143554 - Flags: approval1.7b?
Comment on attachment 143554 [details] [diff] [review] patch to fix a=tor for 1.7b checkin.
Attachment #143554 - Flags: approval1.7b? → approval1.7b+
checked in
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Flags: blocking1.7b?
RCS file: /cvsroot/mozilla/testing/mochitest/tests/test_bug237071.html,v done Checking in tests/test_bug237071.html; /cvsroot/mozilla/testing/mochitest/tests/test_bug237071.html,v <-- test_bug237071.html initial revision: 1.1 done
Flags: in-testsuite+
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: