Posts

Showing posts from September, 2014

Last Call: TriG

20 September 2013 The RDF Working Group has published a Last Call Working Draft of TriG . The Resource Description Framework (RDF) is a general-purpose language for representing information in the Web. This document defines a textual syntax for RDF called TriG that allows an RDF dataset to be completely written in a compact and natural text form, with abbreviations for common usage patterns and datatypes. TriG is an extension of the Turtle [turtle] format. Comments are welcome through 11 October. Learn more about the Semantic Web Activity .

DOMMatrix interface Draft Published

20 September 2013 The CSS Working Group and the SVG Working Group have published a First Public Working Draft of DOMMatrix interface . This specification describes a transformation matrix interface with the dimension of 3x2 and 4x4. The transformation matrix interface replaces the SVGMatrix interface from SVG. It is a common interface used to describe 2D and 3D transformations on a graphical context for SVG, Canvas 2D Context and CSS Transforms. Learn more about the Style Activity and the Graphics Activity

CSS Ruby Module Level 1, and CSS Syntax Module Level 3 Drafts Published

20 September 2013 The Cascading Style Sheets (CSS) Working Group has published two Working Drafts today: CSS Ruby Module Level 1 . “Ruby” are short runs of text alongside the base text, typically used in East Asian documents to indicate pronunciation or to provide a short annotation. This module describes the rendering model and formatting controls related to displaying ruby annotations in CSS. CSS is a language for describing the rendering of structured documents (such as HTML and XML) on screen, on paper, in speech, etc. CSS Syntax Module Level 3 . This module describes, in general terms, the basic structure and syntax of CSS stylesheets. It defines, in detail, the syntax and parsing of CSS - how to turn a stream of bytes into a meaningful stylesheet. Learn more about the Style Activity .