[css3-fonts] 'none' value for font-variant and font-variant-ligatures

I've updated the CSS3 Fonts draft to include a 'none' value for the
'font-variant' and 'font-variant-ligatures' properties.  I added this
in response to the discussion of default font features during the
telcon several weeks ago [1].  The way I've defined it, the 'none'
value disables only default features controlled by the
'font-variant-ligatures' property, common ligatures and contextual
alternates.  It *doesn't* disable required ligatures, glyph
composition or marking features which are all required to properly
render certain text runs.  These features are always enabled (unless
explicitly disabled via font-feature-settings).

So authors can explicitly disable kerning and ligatures by writing:

  font-kerning: none;
  font-variant: none;

Regards,

John Daggett


[1] http://lists.w3.org/Archives/Public/www-style/2012Jul/0442.html

Received on Tuesday, 14 August 2012 00:25:03 UTC