From 5710d55379b7a333825fdab6658545e4ad880895 Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Mon, 27 Apr 2020 16:22:06 +1200 Subject: [PATCH] Plan form handling. --- forms-psuedocode.txt | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 forms-psuedocode.txt diff --git a/forms-psuedocode.txt b/forms-psuedocode.txt new file mode 100644 index 0000000..1893288 --- /dev/null +++ b/forms-psuedocode.txt @@ -0,0 +1,47 @@ +How do HTML5 forms lower to prompts? + +Element Required? free-form? ngrams editable? options multiple? Notes +text/search @required Yes from page !@readonly || !@disabled ref'd by @list No +radio @required No - ... inputs sharing name No