From 6b877dd831586144ce3854bcb5963949b01e2301 Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Thu, 7 May 2015 22:01:16 -0500 Subject: Tidy up HighLevelGoals --- BinaryEncoding.md | 4 ---- 1 file changed, 4 deletions(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 34e106b..8a9d9d1 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -83,10 +83,6 @@ as a starting point for defining a real standard binary format.* ## Backwards Compatibility -Restating the relevant [high-level goal](HighLevelGoals.md): "Design to maintain the versionless, -feature-testing and backwards-compatible evolution story of the web; engines should not need -multiple, versioned decoders". - As explained above, for size- and decode-efficiency, the binary format will serialize AST nodes, their contents and children using dense integer indices and without any kind of embedded metadata or tagging. This raises the question of how to reconcile the efficient encoding with the -- cgit v1.2.3