From 296fe129e19ac6febd352b2921f37acbe4327b76 Mon Sep 17 00:00:00 2001 From: Christopher Durham Date: Mon, 27 Sep 2021 00:47:08 -0500 Subject: [PATCH] argument/property ordering clarification (#206) --- SPEC.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPEC.md b/SPEC.md index 816bab2..96cad16 100644 --- a/SPEC.md +++ b/SPEC.md @@ -57,8 +57,8 @@ slash-escaped line continuation](#line-continuation). Arguments and Properties may be interspersed in any order, much like is common with positional arguments vs options in command line tools. -Arguments are ordered relative to each other and that order must be preserved -in order to maintain the semantics. +Arguments are ordered relative to each other (but not relative to Properties) +and that order must be preserved in order to maintain the semantics. By contrast, Property order _SHOULD NOT_ matter to implementations. [Children](#children-block) should be used if an order-sensitive key/value