freaktechnik / css-objectnet

Analyze the ID-Class relations of HTML nodes
MIT License
1 stars 0 forks source link

Rework graph #3

Open freaktechnik opened 7 years ago

freaktechnik commented 7 years ago

The graph would optimally have a dot per element and one per class. And then connect the relevant ones.

Click an element should show more info on it and clicking a class optimally its implementation?

freaktechnik commented 7 years ago

This would widen the use case from just being a tool to check the ID-class relationship to class-class relationships (i.e. classes that seemingly do the same etc.)

freaktechnik commented 7 years ago

Elements should be filterable with a css selector?