Posts

Showing posts with the label CSS Fonts Module

CSS Fonts Module Level 3 is now a W3C Recommendation

Image
The  CSS Working Group  has published  CSS Fonts Module Level 3  as a W3C Recommendation. This CSS Module describes how to specify fonts used in CSS, including Web Fonts downloaded on demand. It also describes how to access advanced typographic features in fonts, and how to control font loading. This specification is implemented in all modern browsers. More information is available in the blog post:  CSS Fonts 3 is a W3C Recommendation .

W3C Invites Implementations of “CSS Fonts Module Level 3″ and “CSS Cascading and Inheritance Level 3″

3 October 2013 The Cascading Style Sheets (CSS) Working Group invites implementation of two Candidate Recommendations: CSS Cascading and Inheritance Level 3 . This CSS module describes how to collate style rules and assign values to all properties on all elements. By way of cascading and inheritance, values are propagated for all properties on all elements. CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, in speech, etc. CSS Fonts Module Level 3 . This CSS3 module describes how font properties are specified and how font resources are loaded dynamically. The contents of this specification are a consolidation of content previously divided into CSS3 Fonts and CSS3 Web Fonts modules. The description of font load events was moved into the CSS3 Font Load Events module. Learn more about the Style Activity .

CSS Fonts Module Level 3 Draft Published

The Cascading Style Sheets (CSS) Working Group has published a Working Draft of CSS Fonts Module Level 3 . This specification describes how font properties are specified and how font resources are loaded dynamically. Font resources may be local, installed on the system on which a user agent is running, or downloadable. For local font resources descriptive information can be obtained directly from the font resource. For downloadable font resources (sometimes referred to as web fonts), the descriptive information is included with the reference to the font resource. Families of fonts typically don't contain a single face for each possible variation of font properties. The CSS font selection mechanism describes how to match a given set of CSS font properties to a given font face. Learn more about the Style Activity .