[oXygen-user] Oxygen CSS parser appears to not understand @media queries

Oxygen XML Editor Support support at oxygenxml.com
Fri Jun 8 03:35:04 CDT 2012


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.
>


More information about the oXygen-user mailing list