#1493 closed New Feature (wontfix)
Possibility to define the default block element attributes
Reported by: | Jon Håvard Gundersen | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Discussion Pending | Cc: |
Description
It would be nice to have the ability to define the attributes the default block element should have. We are using 'p' as entermode and only classes to define the different styles in the text.
The customer have the option to define the default paragraph style. It would have been nice if every methods instead of creating a empty paragraph tag created a paragraph with default attributes (e.g. default classname).
Change History (5)
comment:1 Changed 17 years ago by
Keywords: | Discussion Pending added |
---|
comment:2 Changed 17 years ago by
The problem with defining default paragraph style as a clean <p> is that this style then will be marked as selected for all the other parapgrah styles too. But I agree that this is a prettier approach, but then the style checker needs to be more strict.
comment:3 Changed 17 years ago by
I made a ticket with some bugs I found when testing different approaches #1503
comment:4 Changed 17 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The problems in #1503 have been fixed, so marking this one as Wontfix
Isn't easier to change your stylesheet so the default paragraph style is applied to a clean <p>?
What happens when the user selects "clean format"?