Skip to content

Improve specification conformance of unicode bidi library

Josh Matthews edited this page Sep 17, 2015 · 1 revision

Background information: Web browsers are expected to support international text, and Servo is no exception. We are writing a library to implement the Unicode Bidirectional Algorithm for display of mixed right-to-left and left-to-right text, and it has not yet achieved full conformance with the specification.

Initial step:

Subsequent steps:

Clone this wiki locally