Skip to content

Add an incomplete CSS serializer. #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 31, 2013
Merged

Conversation

SimonSapin
Copy link
Member

Serialization is considered correct if it maintains the invariant:

parse(serialize(parse(text))) == parse(text)

for any text (Unicode string.)

This is not the case of this code yet (see #24), but it’s good enough for error reporting in Servo.

Serialization is considered correct if it maintains the invariant:

  parse(serialize(parse(text))) == parse(text)

for any text (Unicode string.)
This is not the case of this code yet (see servo#24),
but it’s good enough for error reporting in Servo.
kmcallister added a commit that referenced this pull request Oct 31, 2013
Add an incomplete CSS serializer.
@kmcallister kmcallister merged commit 6670c35 into servo:master Oct 31, 2013
SimonSapin added a commit that referenced this pull request Dec 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants