Skip to content

Ambitious project to render HTML documents with CSS

License

Notifications You must be signed in to change notification settings

cmulders/styler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Styler

Ambitious project to render HTML documents with CSS.

Goals

  • Parse CSS, maybe integrate rust-cssparser
    • Tokenizer
    • Parser
    • Media query evaluator
    • Selectors
  • Parse HTML to intermediate representation
  • CSS Selector matching
  • Layout
    • Text sizes -> integrate with HarfBuzz/Platform (Windows: DirectWrite, Mac: CoreText, Linux: ?)
  • Render to a surface, PDF?

About

Ambitious project to render HTML documents with CSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages