14

A working draft means experimental

 3 years ago
source link: https://www.otsukare.info/2012/01/16/a-working-draft-means-experimental
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

A working draft means experimental

Lun 16 janvier 2012by Karl Dubost (Worked at Opera from 2010 to 2013)

When Web developers insist on using very early implementations of Web technologies in their production site, they are confronted to possible specifications changes. IE and Mozilla are experimenting with early implementations of CSS3 features for fonts. That's very good.

Browser Support The font-feature-settings property is currently supported by Firefox 4+ and Internet Explorer 10, beginning with Preview 4. Note that because Firefox and IE implemented different versions of the draft the value syntax they accept is different. For example, enabling kerning in both browsers requires the following:

-ms-font-feature-settings: "kern" 1;  
-moz-font-feature-setting: "kern=1";

Testing and playing with them. That's very good too. Deploying them in production sites. Not yet. Flexbox is a recent example of the issues it creates when you run for interoperability and inclusive market shares.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK