From fbb03154cdc94c5af022a0d1eb18f4e256efb504 Mon Sep 17 00:00:00 2001 From: Christopher Durham Date: Sun, 26 Sep 2021 23:57:28 -0500 Subject: [PATCH] argument/property ordering clarification --- 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