From a07c6c7de1d09a0f739fc3169688176f8d7f5b72 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Sun, 26 Mar 2023 10:34:09 +0800 Subject: [PATCH] Update README Add decision to not support fully. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1f3a642..ce7acb1 100644 --- a/README.md +++ b/README.md @@ -172,4 +172,7 @@ add values to the form (such as specifying which action to take for the rest of [usability table for `SubmitEvent.submitter`](https://caniuse.com/mdn-api_submitevent_submitter) to check if your target browser is supported. +There is no support for `` elements. It is recommended to handle the XY coordinates tracking +separately as mouse events when using said elements as submitters. + The sources are under the [MIT license](https://code.modal.sh/TheoryOfNekomata/formxtra/raw/branch/master/LICENSE).