From a87e20b5c7ff6d0d66aba1a19703c51f20d3d2aa Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Sun, 13 Oct 2019 20:06:56 +0100 Subject: [PATCH] Improve form documentation --- docs/documentation/form/file.html | 32 +++---- docs/documentation/form/general.html | 81 ++++++++++++++---- docs/documentation/form/input.html | 18 ++-- docs/documentation/form/select.html | 118 +++++++++++++++++--------- docs/documentation/form/textarea.html | 46 +++++++++- 5 files changed, 213 insertions(+), 82 deletions(-) diff --git a/docs/documentation/form/file.html b/docs/documentation/form/file.html index b7dafc79..9c484b97 100644 --- a/docs/documentation/form/file.html +++ b/docs/documentation/form/file.html @@ -568,31 +568,31 @@ meta:

- The .file element is a simple interactive label that wraps an <input type="file">. It comprises several sub-elements: + The file element is a simple interactive label that wraps an <input type="file">. It comprises several sub-elements: