You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The serialization code (that I’m about to submit in a pull request) is incorrect and fails its tests, which are for now disabled. But it is good enough for the purpose of 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.
The serialization code (that I’m about to submit in a pull request) is incorrect and fails its tests, which are for now disabled. But it is good enough for the purpose of error reporting in Servo.
I believe that the spec is incorrect: http://dev.w3.org/csswg/css-syntax/#serialization
The text was updated successfully, but these errors were encountered: