Project

abscss

0.0
No commit activity in last 3 years
No release in over 3 years
Breadth first search an HTML page and spit out all the branches of the tree as CSS selectors. Simple filtering is currently hardcoded to ignore HTML tags that we don't style.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

abscss¶ ↑

Breadth first search an HTML page and spit out all the branches of the tree as CSS selectors. Simple filtering is currently hardcoded to ignore HTML tags that we don’t style.

Notes¶ ↑

Inspired by Russ Russ Weakley’s explanation of how he gets started adding style to semantically marked up HTML document.

If you find this at all useful please submit feature requests. Right now it’s pretty simplistic. One idea was to add spidering so you could build selectors up over an entire site.

Copyright © 2010 Tony Doan. See LICENSE for details.