Author mode, support for CSS Fonts Module level 3

Are you missing a feature? Request its implementation here.
whyme
Posts: 94
Joined: Fri Mar 08, 2013 8:58 am

Author mode, support for CSS Fonts Module level 3

Post by whyme »

A helpful addition to the Author mode would be support for CSS Fonts Module level 3.

The request is prompted because I am working with a font that has contextual alternates and CSS such as this, which picks the 27th variant of a particular glyph; it works fine in most major browsers:

Code: Select all


*.ar-cv-n27 {
-moz-font-feature-settings : "calt=1" , "cv01=27" ;
-webkit-font-feature-settings : "calt" 1 , "cv01" 27 ;
-ms-font-feature-settings : "calt" 1 , "cv01" 27 ;
-o-font-feature-settings : "calt" 1 , "cv01" 27 ;
font-feature-settings : "calt" 1 , "cv01" 27 ;
}
Context and further examples here.
Radu
Posts: 9472
Joined: Fri Jul 09, 2004 5:18 pm

Re: Author mode, support for CSS Fonts Module level 3

Post by Radu »

Hi,

I will register an issue for this but I'm not sure when or if we'll approach it. The surest approach to seeing how the HTML will look like is to use a web browser.

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply