
I was actually referring to the parse used when editing the CSS file itself, not the use of the CSS in Author mode. I was simply looking at a CSS developed for rendering books at different display sizes, which uses the form @media query shown in the example. Cheers, E. On 6/8/12 3:35 AM, "Oxygen XML Editor Support" <support@oxygenxml.com> wrote:
Hi Eliot,
Oxygen only supports for rendering in the Author page parsing simple CSS media types like:
@media screen { * { font-size: 30px; } }
Actually Oxygen applies in the Author page styles specified in 3 media types: "all", "screen" or our custom "oxygen" media type.
You seem to want more complex media queries, like:
@media all and (min-width:500px) { * { font-size: 30px; } }
Indeed the CSS parser used in the Author page does not yet support this.
Could you elaborate on your use case? Maybe give us a small sample?
Regards, Radu
Radu Coravu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com
On 6/7/2012 4:26 PM, Eliot Kimber wrote:
Please see http://www.w3.org/TR/css3-mediaqueries/
It looks like the CSS parser in 14.0, build 2012052416 doesn't understand this new feature of CSS.
Is it possible to add it?
Cheers,
E.
_______________________________________________ oXygen-user mailing list oXygen-user@oxygenxml.com http://www.oxygenxml.com/mailman/listinfo/oxygen-user
-- Eliot Kimber Senior Solutions Architect, RSI Content Solutions "Bringing Strategy, Content, and Technology Together" Main: 512.554.9368 www.rsicms.com www.rsuitecms.com Book: DITA For Practitioners, from XML Press, http://xmlpress.net/publications/dita/practitioners-1/