From 262e1095fe13537eb95cd7c11f10423f2c8be734 Mon Sep 17 00:00:00 2001 From: William Moore Date: Fri, 29 Oct 2021 10:34:29 +0100 Subject: [PATCH] Add camelCase naming style rule --- latest/index.bs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/latest/index.bs b/latest/index.bs index e82eee26..0637ce36 100644 --- a/latest/index.bs +++ b/latest/index.bs @@ -543,6 +543,13 @@ the last two fields of view were part of the second acquisition. } ``` +Specification naming style {#naming-style} +========================================== + +Multi-word keys in this specification should use the `camelCase` style. +NB: some parts of the specification don't obey this convention as they +were added before this was adopted, but they should be updated in due course. + Implementations {#implementations} ==================================