Closed
Bug 95834
Opened 24 years ago
Closed 24 years ago
start at:char should match number style "b" not "2"
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
VERIFIED
INVALID
People
(Reporter: rnorberg, Assigned: rubydoo123)
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:0.9.2) Gecko/20010806
BuildID:
When you create a numbered list you can select the
number the list will start at. If the number style is
something other than a number - alphabetic, or roman numeral
then the "start at:" value should accept the same
character as input. Currently "start at" only accepts numbers.
use start at = "b" not "2"
b.bob
c.charles
d.dick
e.edward
I believe using "2" as a start value is obvious to most technical people, but
would not initially obvious to most people. This is User Interface design issue.
Reproducible: Always
Steps to Reproduce:
1.open a blank page in composer.
2.create a short list.
3.select the list.
4.select menu item format/list/list properties -
list type=numbered list,
list style= A,B,C,
start at=2
Actual Results: you have to use "2" to start the numbered list at "b"
Expected Results: you can use "b" for the "start at:" value
| Assignee | ||
Comment 1•24 years ago
|
||
the attribute value content for start is number per the HTML 4.01 spec, see
section:
http://www.w3.org/TR/html4/struct/lists.html#edef-OL
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•