Skip to content

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