Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joewalker/csstools
CSS Tools is an experiment into how we can improve the CSS telemetry in a browser
https://github.com/joewalker/csstools
Last synced: 3 months ago
JSON representation
CSS Tools is an experiment into how we can improve the CSS telemetry in a browser
- Host: GitHub
- URL: https://github.com/joewalker/csstools
- Owner: joewalker
- Created: 2010-10-26T15:37:16.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-08-05T14:39:32.000Z (over 13 years ago)
- Last Synced: 2024-04-14T09:06:58.168Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CSS Tools
=========CSS Tools is an experiment into how we can improve the CSS telemetry in a
browser. The core thinking is that currently browsers do little more than
tell you what you have given them. They should be telling you how they
understand what you've told them, and more importantly how to do it better.The idea behind the CSS Doctor is to take the web developer from 'Ga! Why does
my element look like that?' to an explanation in as little time as possible.
We select an element that looks wrong, and a rule that should make it look
right, and explain why the rule isn't affecting the element properly.