domonic icon indicating copy to clipboard operation
domonic copied to clipboard

cssom

Open byteface opened this issue 3 years ago • 2 comments

this is in the style.py file at the moment. I semi started it as d3 thing i was doing used some part of it. but I probably wont take that on fully just yet if someone else want it first take it.

byteface avatar Aug 21 '21 20:08 byteface

the possibility for this has opened up a lot more with the html5lib integration. As the parser now provides a great opportunity to write the cssom parsers for live pages rather than having to create mock pages. This has already been stubbed out in styles.py. So figured I'd mention that this is very very ripe for takign at the moment. or at least parsing the stylesheets for a given document could be.

byteface avatar Nov 08 '21 16:11 byteface

see release notes for 0.8.2 . separating them out and populating first models of the cssom.

byteface avatar Dec 04 '21 14:12 byteface