|
Project Information
Links
|
Selector ShellCreates a browser "shell" to test what CSS selectors become. Author: Lindsey Simon <elsigh@google.com> IntroductionThe Selector Shell is a browser-based tool for testing what CSS becomes in different browsers. It works by taking some raw text, inserting a dynamic STYLE element into the HEAD with that raw text as its content, and then reading the CSSOM to see what the browser has parsed it into. It is written in Javascript. Getting the codeView the trunk at: http://selector-shell.googlecode.com/svn/trunk/ UsingThis was developed as a Google App Engine application. Locally, run the dev_appserver.py against the selector-shell directory. Externally, you can use http://selector-shell.appspot.com/ Bugs, PatchesPatches and bug reports are very welcome, just please keep the style consistent with the original source. ContributorsThanks to the Erik Arvidsson for his original code review of parts of the relevant code here, as well as the UX Webdev team at Google for aid in testing. |