GoSuB Browser Progress, pt29
I've spend to much time in the css3 parser that I forgot the rest of the engine :/ It looks that we are able to parse a large number of real life css files, so i'm happy enough to get this component into the engine. But we still need to do a lot of work on it!
My next plan will be to incorporate the css3 parsing with the html5 parsing. The first step is to do this sequentially: the html5 parser halts work until the css3 parser is ready. The second step will be to do this in parallel. The css3 parser runs in a separate thread and will communicate back and forth.
The last step of the process is to be able to parse external stylesheets as well. For this we need to load them so we need some network stuff and I'm not sure if we are already able to do that. If that is not finished, i probably will leave the external stylesheet loading.
It's nice to spend my time back on non-css3 parsing stuff (well, at least, not directly)
About jaytaph
Codemuser extraordinaire
Joined: | March 24, 2023 |
Following: | 2 |
Followers: | 2 |
Posts: | 50 |
Comments: | 3 |
Upvotes: | 4 |
Previous musings
- (1) November 2024
- (1) October 2024
- (1) September 2024
- (1) July 2024
- (2) February 2024
- (3) January 2024
- (3) December 2023
- (4) November 2023
- (5) October 2023
- (10) September 2023
- (8) August 2023
- (1) June 2023
- (1) May 2023
- (4) April 2023
- (5) March 2023