CSS Working Group

Last updated

CSS Working Group
Cascading Style Sheets Working Group
AbbreviationCSS WG, CSSWG
Formation1997
Founder World Wide Web Consortium
Type Nonprofit working group
PurposeDeveloping the CSS language
Products CSS
Membership
Owner World Wide Web Consortium
Website www.w3.org/Style/CSS/

The CSS Working Group (Cascading Style Sheets Working Group) is a working group created by the World Wide Web Consortium (W3C) in 1997, to tackle issues that had not been addressed with CSS level 1. As of December 2022, the CSSWG had 147 members. [1]

Contents

The working group is co-chaired by Rossen Atanassov and Alan Stearns.

History

In early 1996 Håkon Wium Lie cooperated with Bert Bos, who was already developing a new browser language called SPP, to produce the first version of the CSS standard (CSS1). They presented their achievements twice, in 1994 and in 1996 at the "Mosaic and the Web" conferences in Chicago. The W3C was being established at that time and Lie's and Bos's work caught their attention.[ citation needed ]

Benefits for members

CSS working group members belong to the broader organization W3C. This membership offers to them four important benefits; interaction, strategy, participation and leadership. The first characteristic provided, can be explained more as an opportunity to meet and work with “leading companies, organizations, and individuals” specialized in web technologies. “W3C Activity proposals” are strategically examined and operated by the members, giving them the ability to work methodically. Participating in the CSS working group allows members to change/shape technologies influencing businesses as well as consumers. Finally, CSS members are adopting a significant role into the W3C project of developing the Web standards, which requires leadership skills and dedication. [4]

Members

Members of the CSS Working Group include representatives from the following organizations:

W3C has also invited a few experts to collaborate with the working group:

There are a few W3C staff members also participating in the group:

Editors

Active editors of CSS Specifications include the following:

Related Research Articles

Web colors are colors used in displaying web pages on the World Wide Web, and the methods for describing and specifying those colors. Colors may be specified as an RGB triplet or in hexadecimal format or according to their common English names in some cases. A color tool or other graphics software is often used to generate color values. In some uses, hexadecimal color codes are specified with notation using a leading number sign (#). A color is specified according to the intensity of its red, green and blue components, each represented by eight bits. Thus, there are 24 bits used to specify a web color within the sRGB gamut, and 16,777,216 colors that may be so specified.

<span class="mw-page-title-main">Amaya (web editor)</span> Web browser and web editor

Amaya is a discontinued free and open source WYSIWYG web authoring tool with browsing abilities.

<span class="mw-page-title-main">Jim Gettys</span> American computer programmer

Jim Gettys is an American computer programmer. He was involved in multiple computer related projects.

<span class="mw-page-title-main">Håkon Wium Lie</span> Norwegian software engineer

Håkon Wium Lie is a Norwegian web pioneer, a standards activist, and the Chief Technology Officer of Opera Software from 1998 until the browser was sold to new owners in 2016. He is best known for developing Cascading Style Sheets (CSS) while working with Tim Berners-Lee and Robert Cailliau at CERN in 1994.

<span class="mw-page-title-main">Bert Bos</span> Dutch computer scientist

Gijsbert (Bert) Bos is a computer scientist known for the development of Argo, a web browser he developed as test application for his style sheet proposal.

<span class="mw-page-title-main">Tantek Çelik</span> American technologist, creator of Microformats.org

Tantek Çelik is a Turkish-American computer scientist, currently the Web standards lead at Mozilla Corporation. Çelik was previously the chief technologist at Technorati. He worked on microformats and is one of the principal editors of several Cascading Style Sheets (CSS) specifications. He is author of HTML5 Now: A Step-by-Step Video Tutorial for Getting Started Today (ISBN 978-0-321-71991-1).

JavaScript Style Sheets (JSSS) was a stylesheet language technology proposed by Netscape Communications in 1996 to provide facilities for defining the presentation of webpages. It was an alternative to the Cascading Style Sheets (CSS) technology.

<span class="mw-page-title-main">Acid2</span> Online HTML rendering test

Acid2 is a webpage that test web browsers' functionality in displaying aspects of HTML markup, CSS 2.1 styling, PNG images, and data URIs. The test page was released on 13 April 2005 by the Web Standards Project. The Acid2 test page will be displayed correctly in any application that follows the World Wide Web Consortium and Internet Engineering Task Force specifications for these technologies. These specifications are known as web standards because they describe how technologies used on the web are expected to function.

<span class="mw-page-title-main">Grid (graphic design)</span> Used in graphic design to guide objects

In graphic design, a grid is a structure made up of a series of intersecting straight or curved lines used to structure content. The grid serves as an armature or framework on which a designer can organize graphic elements in a rational, easy-to-absorb manner. A grid can be used to organize graphic elements in relation to a page, in relation to other graphic elements on the page, or relation to other parts of the same graphic element or shape.

Tableless web design is a web design method that avoids the use of HTML tables for page layout control purposes. Instead of HTML tables, style sheet languages such as Cascading Style Sheets (CSS) are used to arrange elements and text on a web page.

<span class="mw-page-title-main">Chris Lilley (computer scientist)</span> British computer scientist

Chris Lilley is a British computer scientist known for co-authoring the Portable Network Graphics (PNG) format, starting the Scalable Vector Graphics (SVG) format, and his work on HTML2, CSS2, and Web fonts.

<span class="mw-page-title-main">CSS</span> Style sheet language

Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language such as HTML or XML. CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.

<span class="mw-page-title-main">Arena (web browser)</span> Web browser and Web authoring tool for Unix

The Arena browser was one of the first web browsers for Unix. Originally begun by Dave Raggett in 1993, development continued at CERN and the World Wide Web Consortium (W3C) and subsequently by Yggdrasil Computing. Arena was used in testing the implementations for HTML version 3.0, Cascading Style Sheets (CSS), Portable Network Graphics (PNG), and libwww. Arena was widely used and popular at the beginning of the World Wide Web.

<span class="mw-page-title-main">CSS box model</span> Model used for styling websites

In web development, the CSS box model refers to how HTML elements are modeled in browser engines and how the dimensions of those HTML elements are derived from CSS properties. It is a fundamental concept for the composition of HTML webpages. The guidelines of the box model are described by web standards World Wide Web Consortium (W3C) specifically the CSS Working Group. For much of the late-1990s and early 2000s there had been non-standard compliant implementations of the box model in mainstream browsers. With the advent of CSS2 in 1998, which introduced the box-sizing property, the problem had mostly been resolved.

Argo was part of a project to make the Internet accessible to scholars in the Humanities at the University of Groningen. The Argo web browser was created in August 1994 by Bert Bos.

Media queries is a feature of CSS 3 allowing content rendering to adapt to different conditions such as screen resolution. It became a W3C recommended standard in June 2012, and is a cornerstone technology of responsive web design (RWD).

CSS Flexible Box Layout, commonly known as Flexbox, is a CSS 3 web layout model. It is in the W3C's candidate recommendation (CR) stage. The flex layout allows responsive elements within a container to be automatically arranged depending on viewport size.

Prince is a computer program that converts XML and HTML documents into PDF files by applying Cascading Style Sheets (CSS). Prince is a commercial product, which is free to download and use for non-commercial purposes.

<span class="mw-page-title-main">Lea Verou</span> Greek web developer

Lea Verou is a computer scientist, front end web developer, speaker and author, originally from Lesbos, Greece. Verou is currently a research assistant at Massachusetts Institute of Technology (MIT) Computer Science and Artificial Intelligence Laboratory (CSAIL), an elected participant in the World Wide Web Consortium (W3C) Technical Architecture Group (TAG), and an Invited Expert in the W3C CSS Working Group. She is the author of CSS Secrets: Better Solutions to Everyday Web Design Problems (ISBN 978-1-449-37263-7).

<span class="mw-page-title-main">CSS grid layout</span>

In Cascading Style Sheets, CSS grid layout or CSS grid creates complex responsive web design grid layouts more easily and consistently across browsers. Historically, there have been other methods for controlling web page layout methods, such as tables, floats, and more recently, CSS Flexible Box Layout (flexbox). CSS grid is currently not an official standard although it has been adopted by the recent versions of all current major browsers.

References

  1. "CSS WG members". w3.org. Retrieved 17 December 2022.
  2. 1 2 3 4 "Cascading Style Sheets, designing for the Web – Chapter 20 : The CSS saga". w3.org. Retrieved 3 December 2017.
  3. "CSS1 Test Suite: Acknowledgments". w3.org. Retrieved 3 December 2017.
  4. "Membership Benefits - W3C". w3.org. Retrieved 3 December 2017.