From 1dd1c84f7cf1675a0bd1565d87e8519f09ae42a1 Mon Sep 17 00:00:00 2001 From: Charles Assus Date: Tue, 14 Apr 2020 12:01:20 +0200 Subject: [PATCH] Update CSS-LOOKUP.md --- CSS-LOOKUP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CSS-LOOKUP.md b/CSS-LOOKUP.md index 2db0b1d..0f7ff24 100644 --- a/CSS-LOOKUP.md +++ b/CSS-LOOKUP.md @@ -15,4 +15,4 @@ CSS | Style Elements | Description `margin` | __N/A__ Instead, check out `padding` and `spacing` | `margin` in CSS was designed to fight with `padding`. This library was designed to minimize override logic and properties that fight with each other in order to create a layout language that is predictable and easy to think about. The result is that in style elements, there's generally only *one place* where an effect can happen. `:hover`, `:focus`, `:active` | `mouseOver`, `focused`, `mouseDown` | Only certain styles are allowed to be in a pseudo state. They have the type `Attr decorative msg`, which means they can be either an `Attribute` or a `Decoration`. `
` | __N/a__ | __Elm__ already has a mechanism for submiting data to a server, namely the `Http` package. There has been some mention that the `form` element might be beneficial accessibility-wise, which I'm definitely open to hearing about! -`onSubmit` | __N/A__ | Similar to ``, there is no `onSubmit` behavior. Likely if you're attempting to capture some of the keybaord related behavior of `onSubmit`, you're likely better just crafting a keyboard even handler in the first place! +`onSubmit` | __N/A__ | Similar to ``, there is no `onSubmit` behavior. Likely if you're attempting to capture some of the keybaord related behavior of `onSubmit`, you're likely better just crafting a keyboard event handler in the first place!