Page 1 of 1

Additional css support (justify, first line, indent)

Posted: Fri Mar 25, 2011 10:49 pm
by chrisclarke
Are there any plans to add Justify (text-align:justify), first line selecting (E:first-line) or text indenting (text-indent) from the CSS 2.1 specs?

We are evaluating Oxygen, and so far these are the features we've identified that we need that aren't present. Any information I could take back to the team would be helpful.
Thanks.

Re: Additional css support (justify, first line, indent)

Posted: Mon Mar 28, 2011 9:48 am
by Radu
Hi,

We do not yet support these CSS properties, maybe this will be improved in a future Oxygen version but we have no such plans on the short-term.

In the meantime if you want to indent the first line of a paragraph para for example you can use this workaround:

Code: Select all

para:before{
display:inline;
content: " ";
}
Regards,
Radu

Re: Additional css support (justify, first line, indent)

Posted: Tue Mar 29, 2011 11:29 pm
by chrisclarke
What I'm really trying to do is a hanging indent.
Any thoughts on how to do that in the current version of Oxygen?

Re: Additional css support (justify, first line, indent)

Posted: Wed Mar 30, 2011 11:40 am
by Radu
Hi Chris,

I understand the use-case but unfortunately I can give you no work around.
Oxygen is just an XML editor so the visual aspect of the edited content is not preserved when the document is published. But I understand that you want to edit the XML document looking as close as possible like the published content.

Regards,
Radu

Re: Additional css support (justify, first line, indent)

Posted: Wed Mar 04, 2015 7:16 pm
by PaulHayslett
Has there been any movement on this issue in the intervening years? I have a client who is very upset at the apparent lack of support for hanging indent in the editor. Should I tell him that support is forthcoming? Or that it will not happen in the foreseeable future? Thanks.

Re: Additional css support (justify, first line, indent)

Posted: Thu Mar 05, 2015 10:31 am
by Radu
Hi Paul,

We do not yet have handing indent implemented in Oxygen. I increased the priority of the issue, possibly if all goes well we'll try to approach this feature in Oxygen 17.1 (Autumn 2015).

Regards,
Radu

Re: Additional css support (justify, first line, indent)

Posted: Fri Mar 06, 2015 4:54 am
by PaulHayslett
Thank you! I will pass the word to my client.