Opened 12 years ago
Closed 12 years ago
#9822 closed Bug (invalid)
Bullet list does not include the style in source
Reported by: | jjs | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.6.3 |
Keywords: | bullet list style default | Cc: |
Description
When I select text and click on unordered bullet button the bullets are applied but when i click on the source button I am not able to see the style added as attribute to the ul tag
Change History (1)
comment:1 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
- But tag ul/ol is used to distinguish both lists. Dy default no style is added to ul tag. AFAIK it is not required to use style on list as default disc or decimal will be used by browser - http://www.w3schools.com/cssref/pr_list-style-type.asp.
- If you want to add style just right-click on list, choose properties and set style you like.
- There is no list style type none but you can add it using this patch - #9278
- If you also talk about changing the E.g font-size which does not affect bullet or number then this has already been described here: #8741. There are other similar tickets for it as well #7853, #844, #717