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)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: sicking, Assigned: sicking)
Details
(Keywords: regression)
Attachments
(1 file)
982 bytes,
patch
|
jst
:
review+
jst
:
superreview+
tor
:
approval1.7b+
|
Details | Diff | Splinter Review |
This is a regression from bug 232706. Patch comming up
Assignee | ||
Comment 1•21 years ago
|
||
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.
Assignee | ||
Updated•21 years ago
|
Flags: blocking1.7b?
Comment 2•21 years ago
|
||
Comment on attachment 143554 [details] [diff] [review]
patch to fix
r+sr=jst
Attachment #143554 -
Flags: superreview+
Attachment #143554 -
Flags: review+
Assignee | ||
Comment 3•21 years ago
|
||
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+
Assignee | ||
Comment 5•21 years ago
|
||
checked in
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Flags: blocking1.7b?
Comment 6•18 years ago
|
||
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+
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•