From ec90cf9c1d887c68b15e459b3d33248e756a3fc6 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Fri, 25 Sep 2015 00:23:03 +0100 Subject: [PATCH] Clarify on formspecs --- chapters/formspecs.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/chapters/formspecs.md b/chapters/formspecs.md index 23113a8..f34f5ed 100644 --- a/chapters/formspecs.md +++ b/chapters/formspecs.md @@ -34,7 +34,15 @@ They consist of a series of tags which are in the following form: element_type[param1;param2;...] -Firstly the element type is declared, and then the attributes are given in square brackets. +Firstly the element type is declared, and then the attributes are given +in square brackets. + +(An element is an item such as a text box or button, or it is meta data such +as size or background). + +Here are two elements, of types foo and bar. + + foo[param1]bar[param1] ### Size[w, h]