source: trip-planner-front/node_modules/cssdb/README.md@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.4 KB
Line 
1# cssdb [<img src="https://cssdb.org/cssdb.svg" alt="cssdb logo" width="90" height="90" align="right">][cssdb]
2
3[![NPM Version][npm-img]][npm-url]
4[![Build Status][cli-img]][cli-url]
5
6[cssdb] is a comprehensive list of CSS features and their positions in
7the process of becoming implemented web standards.
8
9---
10
11Did you come here to update the status of a CSS feature or add a new one?
12Quick, read [CONTRIBUTING.md](CONTRIBUTING.md).
13
14Did you come here to learn about the stages? Quick, read [STAGES.md](STAGES.md).
15
16---
17
18[cssdb] ranks CSS features by stages that reflect the real-life stability of
19new CSS features.
20
21You can read an [inside view of the CSSWG] to learn about the official
22(and unofficial) development stages of CSS specifications. In reality,
23specifications and browser implementations happen out of sync. For example,
24there are stable CSS features missing in all browsers, while other CSS features
25developed outside the [CSSWG] have appeared in browsers behind flags. This is
26too ambiguous for the web development community, and a more accountable process
27is desired.
28
29[cli-img]: https://img.shields.io/travis/csstools/cssdb.svg
30[cli-url]: https://travis-ci.org/csstools/cssdb
31[cssdb]: https://github.com/csstools/cssdb
32[CSSWG]: https://wiki.csswg.org/spec
33[inside view of the CSSWG]: http://fantasai.inkedblade.net/weblog/2011/inside-csswg/process
34[npm-img]: https://img.shields.io/npm/v/cssdb.svg
35[npm-url]: https://www.npmjs.com/package/cssdb
Note: See TracBrowser for help on using the repository browser.