CSC/ECE 517 Spring 2020 - M2001. Implement charset prescanning for the HTML parser: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Servo is a modern, high-performance browser engine designed for both application and embedded use. Servo is written in the Rust language. It is currently developed on 64-bit macOS, 64-bit Linux, 64-bit Windows, and Android. As of February 17, 2020, Servo is not yet capable of charset parsing. The goal of this project is to implement HTML charset parsing in the current version of Servo.
[https://servo.org/ Servo] is a modern, high-performance browser engine designed for both application and embedded use. Servo is written in the Rust language. It is currently developed on 64-bit macOS, 64-bit Linux, 64-bit Windows, and Android. As of February 17, 2020, Servo is not yet capable of charset parsing. The goal of this project is to implement HTML charset parsing in the current version of Servo.

Revision as of 19:37, 13 April 2020

Servo is a modern, high-performance browser engine designed for both application and embedded use. Servo is written in the Rust language. It is currently developed on 64-bit macOS, 64-bit Linux, 64-bit Windows, and Android. As of February 17, 2020, Servo is not yet capable of charset parsing. The goal of this project is to implement HTML charset parsing in the current version of Servo.